Difference between revisions of "User:Spacekadt/mycetodessei.css"
From Mushpedia
| Line 12: | Line 12: | ||
/* Links */ | /* Links */ | ||
#p-tb a, #p-cactions a, #p-personal a, #p-navigation a { | #p-tb a, #p-cactions a, #p-personal a, #p-navigation a { | ||
| − | color: # | + | color: #0000FF !IMPORTANT; |
} | } | ||
a { | a { | ||
| − | color: # | + | color: #0000FF !IMPORTANT; |
} | } | ||
#p-tb, #p-cactions a:visited, #p-personal a:visited, #p-navigation a:visited { | #p-tb, #p-cactions a:visited, #p-personal a:visited, #p-navigation a:visited { | ||
| − | color: # | + | color: #7F007F !IMPORTANT; |
} | } | ||
a:visited { | a:visited { | ||
| − | color: # | + | color: #7F007F !IMPORTANT; |
} | } | ||
#p-personal li.selected a, #p-cactions li.selected a { | #p-personal li.selected a, #p-cactions li.selected a { | ||
| Line 30: | Line 30: | ||
} | } | ||
a.new, #p-cactions a.new, #p-personal a.new { | a.new, #p-cactions a.new, #p-personal a.new { | ||
| − | color: # | + | color: #FF0000 !IMPORTANT; |
} | } | ||
a.new:visited, #p-cactions a.new:visited, #p-personal a.new:visited { | a.new:visited, #p-cactions a.new:visited, #p-personal a.new:visited { | ||
| − | color: # | + | color: #A55858 !IMPORTANT; /* need to change this color still */ |
} | } | ||
/* External links */ | /* External links */ | ||
.mw-body a.external { | .mw-body a.external { | ||
| − | color: # | + | color: #3366BB !IMPORTANT; |
} | } | ||
.mw-body a.external:visited { | .mw-body a.external:visited { | ||
| − | color: # | + | color: #663366 !IMPORTANT; /* bug 3112 */ |
} | } | ||
| Line 51: | Line 51: | ||
color: #f87ba4; /* red */ | color: #f87ba4; /* red */ | ||
} | } | ||
| + | |||
| + | /* changing headers to new font color */ | ||
| + | h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 .title { font-weight: bold; color:#eae9ec; } | ||
| + | |||
| + | /* nav box headers */ | ||
| + | #p-navigation, #p-search, #p-cactions, #p-personal, #p-tb { | ||
| + | background: #ece2f1; | ||
| + | background: rgba( 236, 226, 241, .95); | ||
| + | opacity: .95; | ||
| + | } | ||
| + | |||
| + | /* left column nav bg */ | ||
| + | .pBody { background: #ece2f1; opacity: .9; background: rgba(236, 226, 241, 0.9); border:1px solid #161120; border-radius: 0 0 10px 10px; } | ||
Revision as of 08:09, 27 February 2014
/* main content bg color */
div#content, #content table, div#footer { background: #ece2f1; background: rgba( 236, 226, 241, .95); }
/* default text color */
div#content {
color: #000;
}
/* changing headers to new font color */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 .title { font-weight: bold; color:#000; }
/* Links */
#p-tb a, #p-cactions a, #p-personal a, #p-navigation a {
color: #0000FF !IMPORTANT;
}
a {
color: #0000FF !IMPORTANT;
}
#p-tb, #p-cactions a:visited, #p-personal a:visited, #p-navigation a:visited {
color: #7F007F !IMPORTANT;
}
a:visited {
color: #7F007F !IMPORTANT;
}
#p-personal li.selected a, #p-cactions li.selected a {
background: #d9d3f8;
background: rgba(217, 211, 248, 0.9);
color: #2d2341 !IMPORTANT;
border-radius: 5px;
}
a.new, #p-cactions a.new, #p-personal a.new {
color: #FF0000 !IMPORTANT;
}
a.new:visited, #p-cactions a.new:visited, #p-personal a.new:visited {
color: #A55858 !IMPORTANT; /* need to change this color still */
}
/* External links */
.mw-body a.external {
color: #3366BB !IMPORTANT;
}
.mw-body a.external:visited {
color: #663366 !IMPORTANT; /* bug 3112 */
}
/* Colored watchlist and recent changes numbers */
.mw-plusminus-pos {
color: #91e291; /* green */
}
.mw-plusminus-neg {
color: #f87ba4; /* red */
}
/* changing headers to new font color */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 .title { font-weight: bold; color:#eae9ec; }
/* nav box headers */
#p-navigation, #p-search, #p-cactions, #p-personal, #p-tb {
background: #ece2f1;
background: rgba( 236, 226, 241, .95);
opacity: .95;
}
/* left column nav bg */
.pBody { background: #ece2f1; opacity: .9; background: rgba(236, 226, 241, 0.9); border:1px solid #161120; border-radius: 0 0 10px 10px; }