Difference between revisions of "MediaWiki:Monobook.css"
From EncyclopAtys
CeNobiteElf (talk | contribs) m |
CeNobiteElf (talk | contribs) m |
||
Line 11: | Line 11: | ||
a:visited {color: #002BB8} | a:visited {color: #002BB8} | ||
a:active {color: #FFA500} | a:active {color: #FFA500} | ||
+ | |||
+ | #siteNotice { | ||
+ | border: 1px solid #AAA; | ||
+ | background: #F0F0F0; | ||
+ | margin-top:5px; | ||
+ | padding:5px; | ||
+ | text-align: center; | ||
+ | } |
Revision as of 21:01, 7 June 2010
/* CSS placed here will affect users of the Monobook skin */
/* #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}
#siteNotice {
border: 1px solid #AAA;
background: #F0F0F0;
margin-top:5px;
padding:5px;
text-align: center;
}