Difference between revisions of "MediaWiki:Monobook.css"

From EncyclopAtys

Jump to: navigation, search
m
m
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
  
 +
/* Links
 +
---------------------------------------------------*/
 
/* #bodyContent a.external {color: #008000}
 
/* #bodyContent a.external {color: #008000}
 
#bodyContent a.external,
 
#bodyContent a.external,
Line 7: Line 9:
 
} */
 
} */
  
/* a:link {color: #002BB8} */
+
/* a:link {color: #002BB8}
 +
a:hover {color: #3366BB} */
 
a:visited {color: #002BB8}
 
a:visited {color: #002BB8}
a:hover {color: #3366BB}
 
 
a:active {color: #FFA500}
 
a:active {color: #FFA500}
 +
 +
 +
/* Site Notice
 +
---------------------------------------------------*/
 +
#siteNotice {
 +
        border: 1px solid #AAA;
 +
background: #F0F0F0 ;
 +
margin:10px;
 +
padding:4px;
 +
        font-size: 95%;
 +
        text-align: center;
 +
}
 +
 +
#siteNotice p {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#siteNotice table {
 +
 +
background: transparent;
 +
margin: 0;
 +
padding: 0;
 +
}

Latest revision as of 22:14, 7 June 2010

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

/* Links
---------------------------------------------------*/
/* #bodyContent a.external {color: #008000}
#bodyContent a.external,
#bodyContent a.extiw {
  color: #129631;
} */

/* a:link {color: #002BB8} 
a:hover {color: #3366BB} */
a:visited {color: #002BB8}
a:active {color: #FFA500}


/* Site Notice
---------------------------------------------------*/
#siteNotice {	
        border: 1px solid #AAA;
	background: #F0F0F0 ;
	margin:10px;
	padding:4px;
        font-size: 95%;
        text-align: center;
}

#siteNotice p {
	margin: 0;
	padding: 0;
}

#siteNotice table {

	background: transparent;
	margin: 0;
	padding: 0;
}