MediaWiki:Common.css
Revision as of 16:18, 1 March 2021 by Tim Holzheim (talk | contribs)
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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.BlueForm td{
padding-left:30px;
}
table.formtable.RedForm th{
text-align: center;
vertical-align: middle;
background: rgb(230,150,121);
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: #000000;
max-width: 220px;
min-width:170px;
}
table.formtable.RedForm td{
padding-left:30px;
}
table.formtable.GreenForm th{
text-align: center;
vertical-align: middle;
background: rgb(208,217,92);
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: #000000;
max-width: 220px;
min-width:170px;
}
table.formtable.GreenForm td{
padding-left:30px;
}