Difference between revisions of "MediaWiki:Common.css"
From WikiofSport
(Created page with "→CSS placed here will be applied to all skins: #toc { float: left; }") |
|||
| (11 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
#toc { | #toc { | ||
| − | + | background: #d0d0d0; | |
| + | font-weight: bold; | ||
| + | cell-padding: 5px; | ||
| + | border: none; | ||
| + | position: fixed; | ||
| + | left: 0; | ||
| + | bottom: 0; | ||
} | } | ||
Latest revision as of 12:53, 15 May 2015
/* CSS placed here will be applied to all skins */
#toc {
background: #d0d0d0;
font-weight: bold;
cell-padding: 5px;
border: none;
position: fixed;
left: 0;
bottom: 0;
}