Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) (Created page with "→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: cen...") |
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: left; |
vertical-align: middle; | vertical-align: middle; | ||
background: rgb(220,230,240); | background: rgb(220,230,240); |
Revision as of 18:17, 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: left;
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.BlueForm td{
padding-left:30px;
}