Actions

MediaWiki

Difference between revisions of "Common.css"

From NEC Retro

(Created page with "→‎CSS placed here will be applied to all skins: .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6...")
 
 
Line 9: Line 9:
 
     display: none;
 
     display: none;
 
}
 
}
 +
 +
.poot-tabs li { background:#f0f0f0; }
 +
li.poot-tabs-selected { background:silver; }

Latest revision as of 09:08, 29 December 2018

/* CSS placed here will be applied to all skins */

.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;
}

.poot-tabs li { background:#f0f0f0; }
li.poot-tabs-selected { background:silver; }