This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-frontend/static/themes/classic/search.css

81 lines
1.2 KiB
CSS
Raw Normal View History

2025-03-07 17:13:57 -08:00
.pagecontent {
background: url("/static/snow.gif");
border: 3px inset black;
color: black;
}
@media screen and (max-width: 800px) {
.pagecontent {
width: calc(100% - 4px);
}
}
.search-result {
color: black;
text-shadow: cadetblue 0 0 3px;
padding: 10px;
border: 1px solid white;
margin: 3px;
}
.search-result:visited {
color: darkslateblue;
}
.search-url {
color: black;
}
.search-description {
color: black;
text-shadow: cadetblue 0 0 3px;
}
.search-relevance {
color: darkslateblue;
}
.wikipedia-complication {
background: rgba(0.77, 0.77, 0.77, 0.43);
border: 3px inset white;
}
.wikipedia-image > img {
background: gray;
}
.wikipedia-title {
color: white;
}
.wikipedia-fromwikipedia {
color: white;
text-shadow: cadetblue 0 0 3px;
}
.wikipedia-class {
color: white;
text-shadow: cadetblue 0 0 3px;
}
.wikipedia-description {
color: white;
}
.complications-note {
background: rgba(0.77, 0.77, 0.77, 0.43);
border: 3px inset white;
}
.unit_converter-complication {
background: rgba(0.77, 0.77, 0.77, 0.43);
border: 3px inset white;
}
.unit_converter-title {
color: white;
}
.unit_converter-result {
color: white;
}