MediaWiki:Monobook.css: Difference between revisions
From MI2wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
* > html #p-cactions li { | * > html #p-cactions li { | ||
border: none; | border: none; | ||
background-color: black; | |||
color: white; | |||
} | } | ||
* > html #p-cactions li a { | * > html #p-cactions li a { | ||
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;
background-color: black;
color: white;
}
* > 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;
}