MediaWiki:Monobook.css: Difference between revisions

(restyling monobook)
(restyling monobook)
Line 93: Line 93:


table {
table {
background: #2E2E33;
background: #FFF;
font-size: 100%;
font-size: 100%;
color: #FFFFFF;
color: #333;
}
}
a {
a {
text-decoration: none;
text-decoration: none;
color: #66BBFF;
color: #44F;
background: none;
background: none;
}
}
a:visited {
a:visited {
color: #4070D0;
color: #66E;
}
}
a:active {
a:active {
color: #faa700;
color: #333;
}
}
a:hover {
a:hover {
Line 112: Line 112:
}
}
a.stub {
a.stub {
color: #66FFCC;
color: #66E;
}
}
a.new, #p-personal a.new {
a.new, #p-personal a.new {
Line 119: Line 119:
a.new:visited, #p-personal a.new:visited {
a.new:visited, #p-personal a.new:visited {
color: #DD5010 !important;
color: #DD5010 !important;
}
#bodyContent a.extiw,
#bodyContent a.extiw:active {
color: #66BBFF;
background: none;
padding: 0;
}
#bodyContent a.external {
color: #66BBFF;
}
}


Line 138: Line 148:
/* user notification thing */
/* user notification thing */
.usermessage {
.usermessage {
background-color: #394A5C;
/*background-color: #394A5C;*/
border: 1px solid #66BBFF;
border: 1px solid #66BBFF;
color: #FFFFFF;
/*color: #FFFFFF;*/
font-weight: bold;
font-weight: bold;
margin: 2em 0 1em;
margin: 2em 0 1em;
Line 473: Line 483:
#p-cactions li.selected a {
#p-cactions li.selected a {
z-index: 3;
z-index: 3;
background-color: #2E2E33;
background-color: #FFF;
color: #FFD942;
color: #FFD942;
<!-- IE60Fixes.css / padding: 0 1em .2em!important; -->
<!-- IE60Fixes.css / padding: 0 1em .2em!important; -->
Line 484: Line 494:
z-index: 3;
z-index: 3;
text-decoration: none;
text-decoration: none;
background-color: #2E2E33;
background-color: #888;
}
}
#p-cactions h5 {
#p-cactions h5 {