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/gloss/imagesearch.css

58 lines
1.1 KiB
CSS

.main {
background: radial-gradient(circle at 75% 0, rgba(206, 255, 212, 0.6), rgba(134, 255, 128, 0.6));
}
.pagecontent {
background: rgba(240, 240, 240, 1.0);
}
.pagegradient {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 10px);
}
.search-result-list > li {
border-top: 1px solid #484d50;
}
.search-result {
color: #1b1b1b;
}
.search-result:visited {
color: #404e50;
}
.search-title {
margin: 2px 0 2px;
line-height: 1em;
font-size: 1.3em;
width: 45%;
font-weight: bold;
}
.search-url {
color: dimgray;
}
.search-description {
color: black;
font-size: 12px;
font-weight: normal;
}
.search-relevance {
font-size: 0.8em;
color: dimgray;
}
.wikipedia-complication, .unit_converter-complication {
border: 1px solid rgba(0,0,0,.7);
box-shadow: 2px 2px 10px 1px rgba(0,0,0,.7), inset 0 0 0 1px #fffa;
background: rgba(240, 240, 240, 0.6);
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 12px;
color: #1b1b1b;
width: 100%;
padding: 20px;
}