MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, 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: Press Ctrl-F5.
/* To make images responsive */ img { max-width:100%; height:auto; padding-top: 10px; padding-bottom: 10px; }
ol li {
list-style-type:decimal;
}
ol li ol li {
list-style-type:lower-alpha;
}
table.borders
{
border-collapse: collapse;
text-align: center;
table-layout: fixed;
width: 100%;
padding-top: 5px;
}
th.borders
{
text-align: center;
background-color: #37474f;
color: white;
border-right: solid 1px black;
border-left: solid 1px black;
border-collapse: collapse;
}
td.borders
{
border-right: solid 1px black;
border-left: solid 1px black;
border-collapse: collapse;
padding: 0px;
text-align: center;
vertical-align: top;
border-bottom:none;
padding-top: 5px;
height: 90px;
}
td.borders:first-child
{
border-right: solid 1px black;
border-left: solid 1px black;
border-collapse: collapse;
padding: 0px;
text-align: center;
vertical-align: top;
border-bottom:none;
padding-top: 5px;
font-weight: normal;
}
td.noborders
{
border-left: none;
border-right: none;
border-collapse: collapse;
padding: 0px;
text-align: center;
vertical-align: top;
border-bottom:none;
background-color: #dcdcdc;
}
td.noborders:first-child
{
border-top: solid 1px black;
padding: 0px;
text-align: center;
font-weight: normal;
}
td.line {
width: 100%;
text-align: center;
border-bottom: 1px solid #000;
line-height: 0.1em;
margin: 10px 0 20px;
}
td.line span {
background:#fff;
padding:0 10px;
}