1,393
edits
Line 6: | Line 6: | ||
/* Red: ed353a */ | /* Red: ed353a */ | ||
/* Dark red: 541315 */ | /* Dark red: 541315 */ | ||
a:link, a:active {color: #ed353a;} | |||
a:visited {color: #bd050a;} | |||
a:hover { | |||
color: #ff655a; | |||
background-color: transparent; | |||
text-decoration: none; | |||
border-bottom: 1px dotted #ff655a; | |||
} | |||
:link:link {color: #ed353a;} | |||
:link:active {color: #ed353a;} | |||
:link.new {color: #ed353a;} | |||
:link.visited {color: #bd050a;} | |||
:link.stub {color: #ed353a;} | |||
h1, h2, h3, h4, h5 { | h1, h2, h3, h4, h5 { | ||
Line 46: | Line 61: | ||
border: none; | border: none; | ||
} | } | ||
#searchInput { | #searchInput { |