Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) |
Tim Holzheim (talk | contribs) |
||
Line 11: | Line 11: | ||
font-size: 14px; | font-size: 14px; | ||
color: #333; | color: #333; | ||
− | max-width: 220px; | + | max-width: 220px; |
− | min-width:170px; | + | min-width:170px; |
} | } | ||
table.formtable.BlueFormHeadline th{ | table.formtable.BlueFormHeadline th{ | ||
text-align: left; | text-align: left; | ||
− | |||
− | |||
} | } | ||
Revision as of 18:22, 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;
}
table.formtable.BlueForm td{
padding-left:30px;
}