95 lines
1.8 KiB
CSS
95 lines
1.8 KiB
CSS
body {
|
|
background: url("/static/bluestars.gif");
|
|
}
|
|
|
|
.main {
|
|
background: rgba(77,77,77,0.3);
|
|
border: 1px solid cadetblue;
|
|
color: white;
|
|
font-family: sans-serif;
|
|
font-weight: normal;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
input[type=text] {
|
|
background: white;
|
|
height: 24px;
|
|
border: 3px inset black;
|
|
font-family: sans-serif;
|
|
font-weight: normal;
|
|
}
|
|
|
|
input[type=text]:focus {
|
|
border: 3px inset black;
|
|
}
|
|
|
|
button, .button {
|
|
background: lightgray;
|
|
height: 24px;
|
|
border: 1px solid dimgray;
|
|
font-family: sans-serif;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
color: black;
|
|
line-height: 0;
|
|
padding: 0;
|
|
border-radius: 6px;
|
|
vertical-align: unset;
|
|
}
|
|
|
|
.bent-surrounding {
|
|
background: transparent;
|
|
}
|
|
|
|
.user-bar > form > button {
|
|
background: lightgray;
|
|
border: 1px solid dimgray;
|
|
height: 24px;
|
|
vertical-align: unset;
|
|
font-family: sans-serif;
|
|
font-weight: normal;
|
|
line-height: 0;
|
|
color: black;
|
|
}
|
|
|
|
.user-bar > a.button {
|
|
background: lightgray;
|
|
border: 1px solid dimgray;
|
|
height: 24px;
|
|
vertical-align: unset;
|
|
font-family: sans-serif;
|
|
font-weight: normal;
|
|
line-height: 26px;
|
|
color: black;
|
|
}
|
|
|
|
#lyphetitle > img {
|
|
content: url("/static/themes/classic/logo.png");
|
|
}
|
|
|
|
#lyphetitlenav > img {
|
|
content: url("/static/themes/classic/logo.png");
|
|
}
|
|
|
|
.index-bar {
|
|
background-color: rgba(0,0,0,0.1) !important;
|
|
}
|
|
|
|
#websearch-img {
|
|
content: url("/static/themes/dark/websearch.png");
|
|
}
|
|
|
|
#websearch-img-selected {
|
|
content: url("/static/themes/dark/websearch_selected.png");
|
|
}
|
|
|
|
#imagesearch-img {
|
|
content: url("/static/themes/dark/imagesearch.png");
|
|
}
|
|
|
|
#imagesearch-img-selected {
|
|
content: url("/static/themes/dark/imagesearch_selected.png");
|
|
}
|