2018-02-04 01:01:19 +05:00
|
|
|
* {
|
|
|
|
outline-color: #bf5c5f;
|
|
|
|
}
|
|
|
|
|
2018-02-03 21:14:56 +05:00
|
|
|
body {
|
|
|
|
font: 16px monospace;
|
2018-02-05 09:39:19 +05:00
|
|
|
text-align: center;
|
2018-02-04 23:25:10 +05:00
|
|
|
}
|
|
|
|
|
2018-02-05 01:10:15 +05:00
|
|
|
.page {
|
2018-02-05 09:39:19 +05:00
|
|
|
display: inline-block;
|
|
|
|
text-align: left;
|
2018-02-07 08:43:28 +05:00
|
|
|
min-width: 37em;
|
2018-02-03 21:14:56 +05:00
|
|
|
}
|
|
|
|
|
2018-02-04 22:47:36 +05:00
|
|
|
table td {
|
2018-02-04 23:00:35 +05:00
|
|
|
padding-right: .5em;
|
2018-02-04 22:47:36 +05:00
|
|
|
}
|
|
|
|
|
2018-02-03 21:14:56 +05:00
|
|
|
a {
|
|
|
|
color: #a7393d;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #bf5c5f;
|
|
|
|
}
|
|
|
|
|
2018-02-05 01:10:15 +05:00
|
|
|
.header {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2018-02-03 21:14:56 +05:00
|
|
|
.header h1 a {
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
align: center;
|
2018-02-04 22:17:48 +05:00
|
|
|
outline: none;
|
2018-02-03 21:14:56 +05:00
|
|
|
}
|
2018-02-06 20:55:05 +05:00
|
|
|
|
|
|
|
.header h1 a:hover {
|
|
|
|
border-bottom: 3px solid;
|
|
|
|
border-bottom-color: #CF7F7F;
|
|
|
|
}
|
|
|
|
|
2018-02-05 01:10:15 +05:00
|
|
|
.header .logo {
|
|
|
|
float: left;
|
|
|
|
}
|
2018-02-06 20:55:05 +05:00
|
|
|
|
2018-02-05 01:10:15 +05:00
|
|
|
.header .logo a img:hover {
|
2018-02-04 00:55:12 +05:00
|
|
|
filter: brightness(1.25);
|
|
|
|
}
|
|
|
|
|
2018-02-05 01:10:15 +05:00
|
|
|
.header .logo a img {
|
2018-02-06 20:55:05 +05:00
|
|
|
height: 77px;
|
2018-02-03 21:14:56 +05:00
|
|
|
position: relative;
|
2018-02-05 10:45:16 +05:00
|
|
|
margin-right: 1em;
|
2018-02-03 21:14:56 +05:00
|
|
|
}
|
|
|
|
|
2018-02-06 20:55:05 +05:00
|
|
|
.search-wrapper {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2018-02-05 01:10:15 +05:00
|
|
|
form.search input[type="submit"] {
|
2018-02-03 21:14:56 +05:00
|
|
|
padding: .2em .7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@-moz-document url-prefix() {
|
2018-02-05 01:10:15 +05:00
|
|
|
form.search input[type="submit"] {
|
2018-02-03 21:14:56 +05:00
|
|
|
padding: .15em .7em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-05 01:10:15 +05:00
|
|
|
form.search input[type="text"] {
|
2018-02-03 21:14:56 +05:00
|
|
|
padding: .2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.capitalize {
|
|
|
|
text-transform: capitalize;
|
2018-02-06 20:55:05 +05:00
|
|
|
}
|
2018-02-06 23:24:20 +05:00
|
|
|
|
|
|
|
div.pagination {
|
|
|
|
overflow: hidden;
|
|
|
|
margin-top: .5em;
|
|
|
|
}
|