From Atlantic Roleplay Wiki
(Difference between revisions)
|
|
Line 2: |
Line 2: |
| | | |
| body.page-Main_Page h1.firstHeading { display:none; } | | body.page-Main_Page h1.firstHeading { display:none; } |
− |
| |
− | /* 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; }
| |
Revision as of 00:58, 15 January 2023
/** CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }