Difference between revisions of "User:Spacekadt/mycetodessei.css"
From Mushpedia
(changed non-existent link color) |
(tweaking ext link color and taking out some font options that were commented out anyway) |
||
| Line 14: | Line 14: | ||
color: #e0c8f0 !IMPORTANT; | color: #e0c8f0 !IMPORTANT; | ||
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
#p-personal li.selected a, #p-cactions li.selected a { | #p-personal li.selected a, #p-cactions li.selected a { | ||
background: #d9d3f8; | background: #d9d3f8; | ||
| Line 33: | Line 24: | ||
} | } | ||
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: #e95585 !IMPORTANT; | + | color: #e95585 !IMPORTANT; /* need to change this color still */ |
} | } | ||
/* External links */ | /* External links */ | ||
.mw-body a.external { | .mw-body a.external { | ||
| − | color: # | + | color: #6c81fd !IMPORTANT; |
} | } | ||
.mw-body a.external:visited { | .mw-body a.external:visited { | ||
Revision as of 09:27, 26 February 2014
/* default text color */
div#content {
color: #eae9ec;
}
/* changing headers to new font color */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 .title { font-weight: bold; color:#eae9ec; }
/* Links */
a, #p-cactions a, #p-personal a {
color: #caa0e6 !IMPORTANT;
}
a:visited, #p-cactions a:visited, #p-personal a:visited {
color: #e0c8f0 !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: #f95188 !IMPORTANT;
}
a.new:visited, #p-cactions a.new:visited, #p-personal a.new:visited {
color: #e95585 !IMPORTANT; /* need to change this color still */
}
/* External links */
.mw-body a.external {
color: #6c81fd !IMPORTANT;
}
.mw-body a.external:visited {
color: #8c80ec !IMPORTANT; /* bug 3112 */
}
/* Colored watchlist and recent changes numbers */
.mw-plusminus-pos {
color: #91e291; /* green */
}
.mw-plusminus-neg {
color: #f87ba4; /* red */
}