1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-02-02 18:04:33 +00:00
2018-02-03 21:14:56 +05:00

57 lines
734 B
CSS

body {
font: 16px monospace;
width: 1024px;
margin: 0 auto 1em;
}
a {
color: #a7393d;
}
a:hover {
color: #bf5c5f;
}
.header h1 a {
color: black;
text-decoration: none;
align: center;
}
.header h1 a img {
height: 2em;
position: relative;
margin-right: .5em;
}
.header form input[type="submit"] {
padding: .2em .7em;
}
@-moz-document url-prefix() {
.header form input[type="submit"] {
padding: .15em .7em;
}
}
.header form input[type="text"] {
padding: .2em;
}
.header h1 a span {
position: relative;
top: -0.5em;
}
.header h1 a span:hover {
border-bottom: 3px solid;
border-bottom-color: #CF7F7F;
}
.content {
margin-top: 2em;
}
.capitalize {
text-transform: capitalize;
}