Template:Featured box/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 52: | Line 52: | ||
margin-top: 0.6em; | margin-top: 0.6em; | ||
clear: both; | clear: both; | ||
} | |||
/* Normal link colours */ | |||
.featured-box a { | |||
color: #0645ad; | |||
} | |||
.featured-box a:visited { | |||
color: #0b0080; | |||
} | |||
/* Missing pages must stay red */ | |||
.featured-box a.new, | |||
.featured-box a.new:link, | |||
.featured-box a.new:visited, | |||
.featured-box .new a, | |||
.featured-box .new a:link, | |||
.featured-box .new a:visited { | |||
color: #ba0000 !important; | |||
} | } | ||
| Line 80: | Line 101: | ||
html.skin-theme-clientpref-night .featured-box a:visited { | html.skin-theme-clientpref-night .featured-box a:visited { | ||
color: #b19cd9; | color: #b19cd9; | ||
} | |||
html.skin-theme-clientpref-night .featured-box a.new, | |||
html.skin-theme-clientpref-night .featured-box a.new:link, | |||
html.skin-theme-clientpref-night .featured-box a.new:visited, | |||
html.skin-theme-clientpref-night .featured-box .new a, | |||
html.skin-theme-clientpref-night .featured-box .new a:link, | |||
html.skin-theme-clientpref-night .featured-box .new a:visited { | |||
color: #ff6b6b !important; | |||
} | } | ||
} | } | ||
| Line 109: | Line 139: | ||
html.skin-theme-clientpref-os .featured-box a:visited { | html.skin-theme-clientpref-os .featured-box a:visited { | ||
color: #b19cd9; | color: #b19cd9; | ||
} | |||
html.skin-theme-clientpref-os .featured-box a.new, | |||
html.skin-theme-clientpref-os .featured-box a.new:link, | |||
html.skin-theme-clientpref-os .featured-box a.new:visited, | |||
html.skin-theme-clientpref-os .featured-box .new a, | |||
html.skin-theme-clientpref-os .featured-box .new a:link, | |||
html.skin-theme-clientpref-os .featured-box .new a:visited { | |||
color: #ff6b6b !important; | |||
} | } | ||
} | } | ||
/* Topic colours */ | /* Topic header colours */ | ||
.featured-box.featured-noord .featured-box-title { | .featured-box.featured-noord .featured-box-title { | ||