Template:Main Page/styles.css: Difference between revisions
| [checked revision] | [checked revision] |
Aurelianus (talk | contribs) No edit summary Tag: Reverted |
Aurelianus (talk | contribs) No edit summary Tag: Reverted |
||
| Line 119: | Line 119: | ||
} | } | ||
} | } | ||
/* ================================================== | |||
GENEL LİNKLER | |||
================================================== */ | |||
.mw-parser-output a { | |||
color: #3366cc; | |||
text-decoration: none; | |||
} | |||
.mw-parser-output a:visited { | |||
color: #6b4eff; | |||
} | |||
.mw-parser-output a:hover { | |||
text-decoration: underline; | |||
} | |||
/* ================================================== | |||
OLMAYAN SAYFALAR (REDLINK) | |||
================================================== */ | |||
.mw-parser-output a.new, | |||
.mw-parser-output a.new:link { | |||
color: #ba0000 !important; | |||
} | |||
.mw-parser-output a.new:visited { | |||
color: #a00000 !important; | |||
} | |||
/* ================================================== | /* ================================================== | ||
KOYU MOD UYUMLULUĞU | KOYU MOD UYUMLULUĞU | ||
| Line 148: | Line 177: | ||
} | } | ||
a { | .mw-parser-output a { | ||
color: #6ea8ff; | color: #6ea8ff; | ||
} | } | ||
a:visited { | .mw-parser-output a:visited { | ||
color: #c58cff; | color: #c58cff; | ||
} | } | ||
/* Koyu mod redlink */ | |||
a.new { | .mw-parser-output a.new, | ||
color: #ff6b6b; | .mw-parser-output a.new:link { | ||
color: #ff6b6b !important; | |||
} | } | ||
a.new:visited { | .mw-parser-output a.new:visited { | ||
color: #ff8a8a; | color: #ff8a8a !important; | ||
} | } | ||
} | } | ||