Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) |
Tim Holzheim (talk | contribs) |
||
Line 3: | Line 3: | ||
/* Originated from: http://edutechwiki.unige.ch/en/MediaWiki:Common.css */ | /* Originated from: http://edutechwiki.unige.ch/en/MediaWiki:Common.css */ | ||
table.formtable.BlueForm th{ | table.formtable.BlueForm th{ | ||
− | text-align: | + | text-align: center; |
vertical-align: middle; | vertical-align: middle; | ||
background: rgb(220,230,240); | background: rgb(220,230,240); | ||
Line 14: | Line 14: | ||
min-width:170px; | min-width:170px; | ||
} | } | ||
+ | table.formtable.BlueFormHeadline th{ | ||
+ | text-align: left; | ||
+ | max-width: 220px; | ||
+ | min-width:170px; | ||
+ | } | ||
+ | |||
table.formtable.BlueForm td{ | table.formtable.BlueForm td{ | ||
padding-left:30px; | padding-left:30px; | ||
} | } |
Revision as of 18:19, 28 February 2021
/* CSS placed here will be applied to all skins */
/* Originated from: http://edutechwiki.unige.ch/en/MediaWiki:Common.css */
table.formtable.BlueForm th{
text-align: center;
vertical-align: middle;
background: rgb(220,230,240);
padding: 10px;
box-shadow: 1px 1px 1px 0px white inset,1px 1px 1px rgba(3,3,3,0.1);
border: 1px solid rgb(210,220,230);
font-size: 14px;
color: #333;
max-width: 220px;
min-width:170px;
}
table.formtable.BlueFormHeadline th{
text-align: left;
max-width: 220px;
min-width:170px;
}
table.formtable.BlueForm td{
padding-left:30px;
}