Difference between revisions of "MediaWiki:Monobook.css"

From Diversifying Economic Quality: A Wiki for Instructors and Departments

Jump to: navigation, search
(Replaced content with "CSS placed here will affect users of the Monobook skin: ")
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
 +
#content {
 +
background: #EDE9CE;
 +
border: 1px solid #FF9900;
 +
-moz-border-radius: 1em;
 +
margin: 2.8em 10em 0 11.8em;
 +
}
 +
#content table{ background-color: #EDE9CE;}
 +
 +
.portlet h5 {
 +
background: transparent;
 +
padding: 4px 5px;
 +
display: block;
 +
text-transform: capitalize;
 +
font-weight: bold;
 +
background-color: transparent;
 +
font-family: Tahoma, Arial, sans-serif;
 +
letter-spacing: 0.4em;
 +
color: #fff;
 +
text-align: center;
 +
border-Bottom: 1px solid #FF9900;
 +
}
 +
.pBody {
 +
background-color: #EDE9CE;
 +
-moz-border-radius-bottomright: 1em;
 +
border-right: 1px solid #FF9900;
 +
border-bottom: 1px solid #FF9900;
 +
}
 +
#p-personal ul {
 +
background: #EDE9CE;
 +
border-left: 1px solid #514A3C;
 +
border-bottom: 1px solid #514A3C;
 +
-moz-border-radius-bottomleft: 1em;
 +
width: auto;
 +
display: inline;
 +
position: absolute;
 +
right: 0px;
 +
padding-left: 0px;
 +
padding-bottom: 1px;
 +
}
 +
#p-personal li a {
 +
color: #32A000;
 +
}
 +
#p-personal li a:hover {
 +
background-color: transparent;
 +
text-decoration: underline;
 +
color: #A34413;
 +
}
 +
#p-personal li.active a:hover {
 +
background-color: transparent;
 +
}
 +
li#pt-userpage,
 +
li#pt-anonuserpage,
 +
li#pt-login {
 +
background: url(http://images.wikia.com/dofus/images/1/1c/User.gif) top left no-repeat;
 +
padding-left: 20px;
 +
text-transform: none;
 +
}
 +
/*# FF looks awsome, menu tab users looks awful and IE creates a padding space
 +
p-cactions li {
 +
background: #FF9900;
 +
}*/
 +
#p-cactions li.selected {
 +
border-color: #FFCC33;
 +
}
 +
#p-cactions li a {
 +
background-color: #93866C;
 +
color: #fff;
 +
font-weight: bold;
 +
}
 +
#p-cactions li.selected a {
 +
background-color: #FFCC33;
 +
color: #514A3C;
 +
}
 +
#p-cactions li a:hover {
 +
background-color: #EDE9CE;
 +
color: #514A3C;
 +
}
 +
#p-lang h5{
 +
letter-spacing: 0.1em;
 +
}
 +
.NavFrame {
 +
background-color: #E3DFC5;
 +
}
 +
td.diff-addedline,
 +
td.diff-deletedline,
 +
td.diff-context {
 +
vertical-align: top;
 +
}
 +
#p-cactions {
 +
Padding-left:0.3em;
 +
}
 +
#p-cactions,
 +
#p-cactions li,
 +
#p-cactions li a { 
 +
-moz-border-radius-topleft: 0.5em;
 +
-moz-border-radius-topright: 0.5em;
 +
border-color: #FF9900;
 +
font-family: Verdana, Tahoma, Arial, sans-serif;
 +
text-transform: capitalize;
 +
}
 +
#p-cactions li.new a {
 +
color: #ba0000;
 +
text-decoration: none;
 +
}
 +
#p-cactions li.selected.new a {
 +
color: #ff6320;
 +
text-decoration: none;
 +
}
 +
#pt-anonlogin {
 +
  font-weight: bold;
 +
  font-size: 110%;
 +
}
 +
#column-google Table {
 +
-moz-border-radius: 1em;
 +
background: White;
 +
}
 +
#edittools, #editpage-specialchars {
 +
border:2px solid #807D6F;
 +
background:#E3DFC5;
 +
}
 +
li#ca-talk {
 +
margin-right:1em;
 +
}
 +
li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
 +
margin-left:1em;
 +
}
 +
/*I dont understand why wikia likes so much to do so specific tags*/
 +
#column-google {
 +
-moz-border-radius-bottomleft: 1em;
 +
-moz-border-radius-topleft: 1em;
 +
background: White;
 +
Padding:0 0 7px 3px;
 +
Top:2.8em;
 +
}
 +
body.with-adsense #content {
 +
margin: 2.8em 10em 0 11.8em;
 +
border-right: 1px solid #FF9900;
 +
}
 +
 +
/* </nowiki> </pre> </source>*/

Revision as of 14:55, 2 June 2011

/* CSS placed here will affect users of the Monobook skin */
#content {
	background: #EDE9CE;
	border: 1px solid #FF9900;
	-moz-border-radius: 1em;
	margin: 2.8em 10em 0 11.8em;
}
#content table{	background-color: #EDE9CE;}
 
.portlet h5 {
	background: transparent;
	padding: 4px 5px;
	display: block;
	text-transform: capitalize;
	font-weight: bold;
	background-color: transparent;
	font-family: Tahoma, Arial, sans-serif;
	letter-spacing: 0.4em;
	color: #fff;
	text-align: center;
	border-Bottom: 1px solid #FF9900;
}
.pBody {
	background-color: #EDE9CE;
	-moz-border-radius-bottomright: 1em;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}
#p-personal ul {
	background: #EDE9CE;
	border-left: 1px solid #514A3C;
	border-bottom: 1px solid #514A3C;
	-moz-border-radius-bottomleft: 1em;
	width: auto;
	display: inline;
	position: absolute;
	right: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
}
#p-personal li a {
	color: #32A000;
}
#p-personal li a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #A34413;
}
#p-personal li.active a:hover {
	background-color: transparent;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	background: url(http://images.wikia.com/dofus/images/1/1c/User.gif) top left no-repeat;
	padding-left: 20px;
	text-transform: none;
}
/*# FF looks awsome, menu tab users looks awful and IE creates a padding space
p-cactions li {
	background: #FF9900;
}*/
#p-cactions li.selected {
	border-color: #FFCC33;
}
#p-cactions li a {
	background-color: #93866C;
	color: #fff;
	font-weight: bold;
}
#p-cactions li.selected a {
	background-color: #FFCC33;
	color: #514A3C;
}
#p-cactions li a:hover {
	background-color: #EDE9CE;
	color: #514A3C;
}
#p-lang h5{
	letter-spacing: 0.1em;
}
.NavFrame {
background-color: #E3DFC5;
}
td.diff-addedline,
td.diff-deletedline,
td.diff-context {
	vertical-align: top;
}
#p-cactions {
	Padding-left:0.3em;
}
#p-cactions,
#p-cactions li,
#p-cactions li a {  
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	border-color: #FF9900;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-transform: capitalize;
}
#p-cactions li.new a {
	color: #ba0000;
	text-decoration: none;
}
#p-cactions li.selected.new a {
	color: #ff6320;
	text-decoration: none;
}
#pt-anonlogin {
  font-weight: bold;
  font-size: 110%;
}
#column-google Table {
	-moz-border-radius: 1em;
	background: White;
}
#edittools, #editpage-specialchars {
	border:2px solid #807D6F;
	background:#E3DFC5;
}
li#ca-talk {
	margin-right:1em;
}
li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
	margin-left:1em;
}
/*I dont understand why wikia likes so much to do so specific tags*/
#column-google {
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-topleft: 1em;
	background: White;
	Padding:0 0 7px 3px;
	Top:2.8em;
}
body.with-adsense #content {
	margin: 2.8em 10em 0 11.8em;
	border-right: 1px solid #FF9900;
}
 
/* </nowiki> </pre> </source>*/