57 lines
No EOL
853 B
CSS
57 lines
No EOL
853 B
CSS
.pagecontent {
|
|
background-image: url("/static/themes/dark/darkeneder_paper.jpg");
|
|
}
|
|
.search-result {
|
|
color: white;
|
|
}
|
|
|
|
.search-result:visited {
|
|
color: steelblue;
|
|
}
|
|
.search-url {
|
|
color: lightgray;
|
|
}
|
|
|
|
.search-description {
|
|
color: gray;
|
|
}
|
|
|
|
.search-relevance {
|
|
color: lightgray;
|
|
}
|
|
|
|
.wikipedia-complication {
|
|
background-image: url("/static/img/darkened_paper.jpg");
|
|
}
|
|
|
|
.wikipedia-title {
|
|
color: white;
|
|
}
|
|
|
|
.wikipedia-fromwikipedia {
|
|
color: lightslategray;
|
|
}
|
|
|
|
.wikipedia-class {
|
|
color: lightslategray;
|
|
}
|
|
|
|
.wikipedia-description {
|
|
color: white;
|
|
}
|
|
|
|
.complications-note {
|
|
background-image: url("/static/img/darkened_paper.jpg");
|
|
}
|
|
|
|
.unit_converter-complication {
|
|
background-image: url("/static/img/darkened_paper.jpg");
|
|
}
|
|
|
|
.unit_converter-title {
|
|
color: white;
|
|
}
|
|
|
|
.unit_converter-result {
|
|
color: white;
|
|
} |