asklyphe/asklyphe-frontend/static/themes/classic/search.css
husky 016e1957e3 hf: classic theme border sizing
fixes an issue with the classic theme where the borders of page contents
are slightly too large
2025-03-18 20:30:42 -07:00

81 lines
1.3 KiB
CSS

.pagecontent {
background: url("/static/snow.gif");
border: 3px inset black;
color: black;
box-sizing: border-box;
}
@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;
}