MediaWiki:Monobook.css: Difference between revisions
From MI2wiki
Jump to navigationJump to search
Created page with '→CSS placed here will affect users of the Monobook skin: →offsets to distinguish the tab groups: li#ca-talk { margin-right: 1.6em; } li#ca-watch, li#ca-unwatch, li#ca-va…' |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
/* | |||
/* tabs: border on the a, not the div */ | |||
* > html #p-cactions li { | |||
border: none; | |||
} | } | ||
* > html #p-cactions li a { | |||
#p-cactions | |||
background-color: black; | background-color: black; | ||
color: white; | color: white; | ||
border- | border: 1px solid #aaa; | ||
border: | border-bottom: none; | ||
} | |||
* > html #p-cactions li.selected a { | |||
border-color: #fabd23; | |||
} | |||
/* footer icons need a fixed width */ | |||
* > html #f-poweredbyico, | |||
* > html #f-copyrightico { | |||
width: 88px; | |||
} | } | ||
# | * > html #bodyContent, | ||
* > html #bodyContent pre { | |||
overflow-x: auto; | |||
width: 100%; | |||
padding-bottom: 25px; | |||
} | } | ||
Revision as of 12:24, 30 January 2013
/* CSS placed here will affect users of the Monobook skin */
/* tabs: border on the a, not the div */
* > html #p-cactions li {
border: none;
}
* > html #p-cactions li a {
background-color: black;
color: white;
border: 1px solid #aaa;
border-bottom: none;
}
* > html #p-cactions li.selected a {
border-color: #fabd23;
}
/* footer icons need a fixed width */
* > html #f-poweredbyico,
* > html #f-copyrightico {
width: 88px;
}
* > html #bodyContent,
* > html #bodyContent pre {
overflow-x: auto;
width: 100%;
padding-bottom: 25px;
}