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 */
/* offsets to distinguish the tab groups */
 
li#ca-talk {
/* tabs: border on the a, not the div */
margin-right: 1.6em;
* > html #p-cactions li {
border: none;
}
}
li#ca-watch,
* > html #p-cactions li a {
li#ca-unwatch,
li#ca-varlang-0,
li#ca-print {
margin-left: 1.6em;
}
#p-cactions .pBody {
font-size: 1em;
background-color: black;
background-color: black;
color: white;
color: white;
border-collapse: inherit;
border: 1px solid #aaa;
border: 0;
border-bottom: none;
padding: 0;
}
* > html #p-cactions li.selected a {
border-color: #fabd23;
}
/* footer icons need a fixed width */
* > html #f-poweredbyico,
* > html #f-copyrightico {
width: 88px;
}
}
#p-cactions li a {
* > html #bodyContent,
text-transform: lowercase;
* > 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;
}