Difference between revisions of "MediaWiki:Common.css"
From Destiny 1 Wiki
(20 intermediate revisions by 3 users not shown) | |||
Line 17: | Line 17: | ||
background:#254b72; | background:#254b72; | ||
background:linear-gradient(to bottom, #254b72 0%, #6f97b0 100%); | background:linear-gradient(to bottom, #254b72 0%, #6f97b0 100%); | ||
+ | } | ||
+ | |||
+ | .Destiny4 { | ||
+ | background:#5599FF; | ||
+ | background:linear-gradient(to bottom, #5599FF 0%, #bbc2ca 100%); | ||
} | } | ||
Line 44: | Line 49: | ||
.dull1 { | .dull1 { | ||
border: 3px double #bbc2ca; | border: 3px double #bbc2ca; | ||
− | |||
margin: 0 0 10px 0; | margin: 0 0 10px 0; | ||
padding: 3px 6px; | padding: 3px 6px; | ||
Line 58: | Line 62: | ||
height: 100%; | height: 100%; | ||
margin: 0 0 0 0; | margin: 0 0 0 0; | ||
− | padding: 5px 5px 0px | + | padding: 5px 5px 0px 10px; |
} | } | ||
.dull2 { | .dull2 { | ||
border: 3px double #eab267; | border: 3px double #eab267; | ||
− | |||
margin: 0 0 10px 0; | margin: 0 0 10px 0; | ||
− | padding: 3px 6px | + | padding: 3px 6px; |
vertical-align: top; | vertical-align: top; | ||
} | } | ||
Line 77: | Line 80: | ||
height: 100%; | height: 100%; | ||
margin: 0 0 0 0; | margin: 0 0 0 0; | ||
− | padding: 5px 5px 0px | + | padding: 5px 5px 0px 10px; |
} | } | ||
Line 110: | Line 113: | ||
.infobox.bordered .borderless th { | .infobox.bordered .borderless th { | ||
border: 0; | border: 0; | ||
+ | } | ||
+ | |||
+ | /* Allow limiting of which header levels are shown in a TOC; | ||
+ | <div class="toclimit-3">, for instance, will limit to | ||
+ | showing ==headings== and ===headings=== but no further | ||
+ | (as long as there are no =headings= on the page, which | ||
+ | there shouldn't be according to the MoS). */ | ||
+ | .toclimit-2 .toclevel-1 ul, | ||
+ | .toclimit-3 .toclevel-2 ul, | ||
+ | .toclimit-4 .toclevel-3 ul, | ||
+ | .toclimit-5 .toclevel-4 ul, | ||
+ | .toclimit-6 .toclevel-5 ul, | ||
+ | .toclimit-7 .toclevel-6 ul { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* makes primis a certain size on desktop */ | ||
+ | .primis { | ||
+ | width:700px !important; | ||
+ | text-align:center !important; | ||
} | } |
Latest revision as of 03:21, 15 January 2023
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading { display:none; } body.page-Destiny_Wiki h1.firstHeading { display:none; } .Destiny { background:#eab267; background:linear-gradient(to bottom, #eab267 0%, #f8d281 100%); } .Destiny2 { background:#939aa4; background:linear-gradient(to bottom, #939aa4 0%, #bbc2ca 100%); } .Destiny3 { background:#254b72; background:linear-gradient(to bottom, #254b72 0%, #6f97b0 100%); } .Destiny4 { background:#5599FF; background:linear-gradient(to bottom, #5599FF 0%, #bbc2ca 100%); } .superheader { border: 3px double #82a0b8; padding: 7px; } p.white { color:#FFFFFF; } .radical { padding: 0; margin: 10px -10px 0 -10px; } table.sharp1 { table-layout: fixed; border-collapse: separate; border-spacing: 10px; margin: -10px 0 0 0; padding: 0; width: 100%; } .dull1 { border: 3px double #bbc2ca; margin: 0 0 10px 0; padding: 3px 6px; vertical-align: top; } .dull1 .heading { margin: 0 0 0px 0; padding: 5px 0 10px 0; } .dull1 .body { height: 100%; margin: 0 0 0 0; padding: 5px 5px 0px 10px; } .dull2 { border: 3px double #eab267; margin: 0 0 10px 0; padding: 3px 6px; vertical-align: top; } .dull2 .heading { margin: 0 0 0px 0; padding: 5px 0 10px 0; } .dull2 .body { height: 100%; margin: 0 0 0 0; padding: 5px 5px 0px 10px; } /* Infobox template style */ .infobox { border: 1px solid #020202; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; margin-left: inherit; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #020202; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; } /* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for instance, will limit to showing ==headings== and ===headings=== but no further (as long as there are no =headings= on the page, which there shouldn't be according to the MoS). */ .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; } /* makes primis a certain size on desktop */ .primis { width:700px !important; text-align:center !important; }