MediaWiki:Monobook.css: Difference between revisions

From MI2wiki
Jump to navigationJump to search
No edit summary
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;
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;
}

Revision as of 12:24, 30 January 2013

/* CSS placed here will affect users of the Monobook skin */