MediaWiki:Common.css
Jump to navigation Jump to searchBBlackmoor (talk | contribs) No edit summary |
BBlackmoor (talk | contribs) No edit summary |
||
Line 30: | Line 30: | ||
} | } | ||
h1 ( | .mw-content-ltr h1, | ||
.mw-content-rtl h1 ( | |||
font-size: 200%; | font-size: 200%; | ||
) | ) | ||
h2 ( | .mw-content-ltr h2, | ||
.mw-content-rtl h2 ( | |||
font-size: 170%; | font-size: 170%; | ||
) | ) | ||
h3 ( | .mw-content-ltr h3, | ||
.mw-content-rtl h3 ( | |||
font-size: 150%; | font-size: 150%; | ||
) | ) | ||
h4 ( | .mw-content-ltr h4, | ||
.mw-content-rtl h4 ( | |||
font-size: 130%; | font-size: 130%; | ||
) | ) | ||
h5 ( | .mw-content-ltr h5, | ||
.mw-content-rtl h5 ( | |||
font-size: 100%; | font-size: 100%; | ||
) | ) |
Revision as of 19:25, 16 March 2021
/* CSS placed here will be applied to all skins */ .notoc /* .toc, #toc */ { display: none; } */ /* hide bullets in TOC */ div .toc ul li, div #toc ul li { list-style-type: none; list-style: none; } div .toc ::marker, div #toc ::marker { color: rgba(0, 0, 0, 0); } .expertise { color: rgb(153, 102, 0); font-weight: bold; } /* override ul spacing */ .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { /* @noflip */ margin: 0.2em 0 0.2em 1.6em; padding: 0; } .mw-content-ltr h1, .mw-content-rtl h1 ( font-size: 200%; ) .mw-content-ltr h2, .mw-content-rtl h2 ( font-size: 170%; ) .mw-content-ltr h3, .mw-content-rtl h3 ( font-size: 150%; ) .mw-content-ltr h4, .mw-content-rtl h4 ( font-size: 130%; ) .mw-content-ltr h5, .mw-content-rtl h5 ( font-size: 100%; ) tr.h1row, tr.h1row td, tr.h1row th { background-color: #C0C0C0; } tr.h2row, tr.h2row td, tr.h2row th { background-color: #D0D0D0; } tr.evenrow, tr.evenrow td, tr.evenrow th { background-color: #F0F0F0; } tr.oddrow, tr.oddrow td, tr.oddrow th { background-color: #E0E0E0; } td.alignleft, th.alignleft { text-align: left; float: none; } td.aligncenter, th.aligncenter{ text-align: center; float: none; } td.alignright, th.alignright{ text-align: right; float: none; } #content tr.h1row, #content tr.h1row th, #content tr.h1row td { background: rgb(99, 85, 55); color: rgb(255,255,255) !important; margin: 0px; padding: 6px; border: 0px; } #content tr.h2row, #content tr.h2row th, #content tr.h2row td { background: rgb(67,118,168); color: rgb(255,255,255); margin: 0px; padding: 6px; border: 0px; } #content tr.h3row, #content tr.h3row th, #content tr.h3row td { background: rgb(89,138,186); color: rgb(255,255,255); margin: 0px; padding: 6px; border: 0px; } #content tr.oddrow, #content tr.oddrow th, #content tr.oddrow td { background: rgb(219, 209, 189); margin: 0px; border: 0px; } #content tr.evenrow, #content tr.evenrow th, #content tr.evenrow td { background: transparent; margin: 0px; border: 0px; } #content th.alignleft, #content td.alignleft { text-align: left; float: none; vertical-align: top; padding: 6px; margin: 0px; border: 0px; } #content th.alignright, #content td.alignright { text-align: right; float: none; vertical-align: top; padding: 6px; margin: 0px; border: 0px; } #content th.aligncenter, #content td.aligncenter { text-align: center; float: none; vertical-align: top; padding: 6px; margin: 0px; border: 0px; } /* H1 table cells */ #content th.h1cell, #content td.h1cell { background-color: rgb(51,102,153); color: rgb(255,255,255); } /* H2 table cells, odd rows */ #content th.h2cell, #content th.h2cellodd, #content tr.oddrow th.h2cell, #content tr.evenrow th.h2cellodd, #content td.h2cell, #content td.h2cellodd, #content tr.oddrow td.h2cell, #content tr.evenrow td.h2cellodd, #content tr.evenrow th.h2cellforce, #content tr.evenrow td.h2cellforce { background-color: rgb(67,118,168); color: rgb(255,255,255); } /* H2 table cells, even rows */ #content th.h2celleven, #content tr.evenrow th.h2cell, #content tr.oddrow th.h2celleven, #content td.h2celleven, #content tr.evenrow td.h2cell, #content tr.oddrow td.h2celleven, #content tr.evenrow th.h2cellaltforce, #content tr.evenrow td.h2cellaltforce, #content th.h2cellalt, #content td.h2cellalt { background-color: rgb(89,138,186); color: rgb(255,255,255); } /* H3 table cells */ #content th.h3cell, #content td.h3cell { background-color: rgb(89,138,186); color: rgb(255,255,255); } #content table { margin: 0 0px 0px 0; text-align: left; border-collapse: collapse; border-spacing: 0; } #content table caption { font-size: smaller; font-style: italic; } #content tr { margin: 0px; }