MediaWiki:Monobook.css: Difference between revisions

 
(fix paths)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
.spoilertop{
/* For positioning icons at top-right, used in Templates
background: #E4EAF2 url(http://secret.grandtheftwiki.com/style_images/1/css_img_spoiler.gif) no-repeat right;
  "Spoken Article" and "Featured Article" */
border: 1px dotted #000;
color: #000;
            width: 90%;
font-weight: bold;
font-size: 10px;
margin: 8px auto 0 auto;
padding: 4px;
}
 
.spoilermain{
background: #FAFCFE;
border: 1px dotted #000;
            border-top: 0;
color: #465584;
            width: 90%;
padding: 4px;
margin: 0 auto 8px auto;
}
 
.quotetop{
background: #E4EAF2 url(http://secret.grandtheftwiki.com/style_images/1/css_img_quote.gif) no-repeat right;
border: 1px dotted #000;
border-bottom: 0;
border-left: 4px solid #8394B2;
color: #000;
font-weight: bold;
font-size: 10px;
margin: 8px auto 0 auto;
padding: 3px;
}
 
.quotemain{
background: #FAFCFE;
border: 1px dotted #000;
border-left: 4px solid #8394B2;
border-top: 0;
color: #465584;
padding: 4px;
margin: 0 auto 8px auto;
}


div.topicon {
.codetop,
  position:absolute;  
.sqltop,
  z-index:100;  
.htmltop{
  top:10px;
background: #FDDBCC url(http://secret.grandtheftwiki.com/style_images/1/css_img_code.gif) no-repeat right;
  display: block !important;
color: #000;
font-weight: bold;
margin: 0 auto 0 auto;
padding: 3px;
width: 98%;
}
}


/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
.codemain,
.plainlinksneverexpand a.external.text:after {
.sqlmain,
display: none !important
.htmlmain{
background: #FAFCFE;
border: 1px dotted #000;
color: #465584;
font-family: Courier, Courier New, Verdana, Arial;
margin: 0 auto 0 auto;
padding: 2px;
width: 98%;
}
}


#coordinates {
.textmain{
position:absolute;
font-family: Courier, Courier New, Verdana, Arial;
z-index:1;
border:none;
background:none;
right:30px;
top:3.7em;
float:right;
margin:0.0em;
padding:0.0em;
line-height:1.5em;
text-align:right;
text-indent:0;
font-size:85%;
text-transform:none;
white-space:nowrap;
}
}

Latest revision as of 20:38, 11 August 2009

.spoilertop{
	background: #E4EAF2 url(http://secret.grandtheftwiki.com/style_images/1/css_img_spoiler.gif) no-repeat right;
	border: 1px dotted #000;
	color: #000;
             width: 90%;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.spoilermain{
	background: #FAFCFE;
	border: 1px dotted #000;
             border-top: 0;
	color: #465584;
             width: 90%;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.quotetop{
	background: #E4EAF2 url(http://secret.grandtheftwiki.com/style_images/1/css_img_quote.gif) no-repeat right;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 3px;
}

.quotemain{
	background: #FAFCFE;
	border: 1px dotted #000;
	border-left: 4px solid #8394B2;
	border-top: 0;
	color: #465584;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.codetop,
.sqltop,
.htmltop{
	background: #FDDBCC url(http://secret.grandtheftwiki.com/style_images/1/css_img_code.gif) no-repeat right;
	color: #000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
	width: 98%;
}

.codemain,
.sqlmain,
.htmlmain{
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	font-family: Courier, Courier New, Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 2px;
	width: 98%;
}

.textmain{
	font-family: Courier, Courier New, Verdana, Arial;
}