55 lines
882 B
CSS
55 lines
882 B
CSS
body {
|
|
background-color: #f3f3f3;
|
|
background-image: url('../noise-background.png');
|
|
padding-bottom: 1em;
|
|
}
|
|
|
|
.title {
|
|
text-shadow: 0 0 .2em rgba(0, 0, 0, 0.2);
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
font-size: 3em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.title .logo {
|
|
background-image: url("../favicon.png");
|
|
width: 2em;
|
|
display: inline-block;
|
|
background-size: 2em auto;
|
|
background-position: 0px center;
|
|
}
|
|
|
|
.title a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
|
|
hr {
|
|
border-top-color: #d4d4d4;
|
|
}
|
|
|
|
input.check-middle {
|
|
vertical-align: sub;
|
|
}
|
|
|
|
.resultlist {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.resultlist li {
|
|
list-style: none;
|
|
}
|
|
|
|
.resultlist a {
|
|
display: block;
|
|
padding: 1em;
|
|
background-color: #f1f1f1;
|
|
margin-bottom: 0.5em;
|
|
border-radius: 0.5em;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.news time {
|
|
font-weight: bold;
|
|
} |