138 lines
2.8 KiB
CSS
138 lines
2.8 KiB
CSS
@font-face {
|
|
font-family: "Lucida Grande";
|
|
src: url("/static/themes/water/lucidagrande.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
#lyphetitle > img {
|
|
content: url("/static/themes/water/logo.png");
|
|
}
|
|
|
|
#lyphetitlenav > img {
|
|
content: url("/static/themes/water/logo.png");
|
|
}
|
|
|
|
body {
|
|
background: url("/static/themes/water/bg.png");
|
|
}
|
|
|
|
.main {
|
|
background: white;
|
|
color: black;
|
|
font-family: "Lucida Grande", sans-serif;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
box-shadow: 0 0 40px 0 dimgray;
|
|
}
|
|
|
|
label {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
button, .button {
|
|
display: inline-block;
|
|
background: url("/static/themes/water/button_small.png") no-repeat center;
|
|
width: 100px;
|
|
height: 21px;
|
|
vertical-align: unset;
|
|
padding: 3px;
|
|
border: none;
|
|
font-family: "Lucida Grande", sans-serif;
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
line-height: 0;
|
|
color: black;
|
|
}
|
|
|
|
button:hover, .button:hover {
|
|
filter: brightness(95%);
|
|
cursor: pointer;
|
|
}
|
|
|
|
input[type=text] {
|
|
background: linear-gradient(to bottom, #ebebeb 0%, white 20%);
|
|
border-radius: 7px;
|
|
width: 300px;
|
|
height: 19px;
|
|
padding: 3px;
|
|
border: 1px solid dimgray;
|
|
padding-inline: 3px 0;
|
|
font-family: "Lucida Grande", sans-serif;
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.user-bar {
|
|
color: dimgray;
|
|
font-family: "Lucida Grande", sans-serif;
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.user-bar > form > button {
|
|
background: url("/static/themes/water/button_small.png") no-repeat center;
|
|
width: 64px;
|
|
height: 21px;
|
|
margin: unset;
|
|
vertical-align: bottom;
|
|
border: none;
|
|
font-family: "Lucida Grande", sans-serif;
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
line-height: 10px;
|
|
color: black;
|
|
}
|
|
|
|
.user-bar > a.button {
|
|
background: url("/static/themes/water/button_small.png") no-repeat center;
|
|
width: 64px;
|
|
height: 21px;
|
|
margin: 0;
|
|
vertical-align: unset;
|
|
border: none;
|
|
font-family: "Lucida Grande", sans-serif;
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
line-height: 21px;
|
|
color: black;
|
|
}
|
|
|
|
.footer-inner {
|
|
color: black;
|
|
}
|
|
|
|
.footer-item a {
|
|
color: black;
|
|
}
|
|
|
|
.index-bar {
|
|
background: url("/static/themes/water/bg.png");
|
|
align-items: center !important;
|
|
justify-content: start;
|
|
}
|
|
|
|
.index-bar > a > img {
|
|
width: 54px;
|
|
height: 21px !important;
|
|
}
|
|
|
|
#websearch-img {
|
|
content: url("/static/themes/water/websearch.png");
|
|
}
|
|
|
|
#websearch-img-selected {
|
|
content: url("/static/themes/water/websearch_selected.png");
|
|
}
|
|
|
|
#imagesearch-img {
|
|
content: url("/static/themes/water/imagesearch.png");
|
|
}
|
|
|
|
#imagesearch-img-selected {
|
|
content: url("/static/themes/water/imagesearch_selected.png");
|
|
}
|