0
Files
KinoSearch/webapp/css/style.css
2015-12-01 22:39:00 +00:00

30 lines
546 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;
}