MediaWiki:Common.css
From Atlantic Roleplay Wiki
(Difference between revisions)
(23 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } | ||
+ | |||
+ | * { | ||
+ | -webkit-text-size-adjust: 100%; | ||
+ | } | ||
/* Infobox CSS */ | /* Infobox CSS */ | ||
Line 7: | Line 11: | ||
border: 1px solid #000000; | border: 1px solid #000000; | ||
margin: .5em 0 .5em 1em; | margin: .5em 0 .5em 1em; | ||
− | background-color: | + | background-color: transparent; |
float: right; | float: right; | ||
clear: right; | clear: right; | ||
Line 31: | Line 35: | ||
border-right: 1px solid #000000; | border-right: 1px solid #000000; | ||
} | } | ||
+ | |||
+ | #p-tb li{ | ||
+ | position: relative; | ||
+ | left: +22px; | ||
+ | list-style-type: none; | ||
+ | line-height: 2em; | ||
+ | } | ||
+ | |||
+ | .page-Main_Page #ca-talk { display: none !important; } | ||
+ | .page-Main_Page #ca-edit { display: none !important; } | ||
+ | .page-Main_Page #ca-viewsource { display: none !important; } | ||
+ | .page-Main_Page #ca-nstab-main { display: none !important; } | ||
+ | .page-Main_Page #ca-history { display: none !important; } |
Latest revision as of 02:00, 15 January 2023
/** CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading { display:none; } * { -webkit-text-size-adjust: 100%; } /* Infobox CSS */ .infobox { border: 1px solid #000000; margin: .5em 0 .5em 1em; background-color: transparent; float: right; clear: right; padding: .2em; color: black; } .infobox td,.infobox th { vertical-align: top; } .infobox caption { font-size: larger; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td,.infobox.bordered th { border: 1px solid #000000; } .infobox.bordered .borderless td,.infobox.bordered .borderless th { border: 0; } .infobox.sisterproject { font-size: 90%; width: 20em; } .infobox.standard-talk.bordered td,.infobox.standard-talk.bordered th { border: 1px solid #000000; } .infobox.bordered .mergedtoprow td,.infobox.bordered .mergedtoprow th { border-top: 1px solid #000000; border: 0; border-right: 1px solid #000000; } #p-tb li{ position: relative; left: +22px; list-style-type: none; line-height: 2em; } .page-Main_Page #ca-talk { display: none !important; } .page-Main_Page #ca-edit { display: none !important; } .page-Main_Page #ca-viewsource { display: none !important; } .page-Main_Page #ca-nstab-main { display: none !important; } .page-Main_Page #ca-history { display: none !important; }