2013-10-09 18:55:58 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Droid Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Droid Sans'), local('DroidSans'), url(../fonts/DroidSans.ttf) format('truetype');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Droid Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(../fonts/DroidSans-Bold.ttf) format('truetype');
|
|
|
|
}
|
|
|
|
|
2013-10-05 22:52:55 +02:00
|
|
|
body {
|
|
|
|
background: white;
|
|
|
|
color: black;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2013-10-07 00:44:17 +02:00
|
|
|
font-family: 'Droid Sans', sans-serif;
|
2013-10-05 22:52:55 +02:00
|
|
|
font-size: 12pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
|
|
padding: 0;
|
2013-10-10 00:12:27 +02:00
|
|
|
margin: 1.5em 0;
|
2013-10-05 22:52:55 +02:00
|
|
|
}
|
|
|
|
|
2013-10-09 11:45:18 +02:00
|
|
|
#top-nav {
|
2013-10-05 22:52:55 +02:00
|
|
|
background: #eee;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2013-10-09 11:45:18 +02:00
|
|
|
#top-nav ul {
|
2013-10-10 00:12:27 +02:00
|
|
|
margin: 0 -0.75em;
|
2013-10-05 22:52:55 +02:00
|
|
|
padding: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2013-10-09 11:45:18 +02:00
|
|
|
#top-nav li {
|
2013-10-05 22:52:55 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2013-10-09 11:45:18 +02:00
|
|
|
#top-nav li input,
|
|
|
|
#top-nav li a {
|
2013-10-05 22:52:55 +02:00
|
|
|
color: black;
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2013-10-09 11:45:18 +02:00
|
|
|
#top-nav li a {
|
2013-10-05 22:52:55 +02:00
|
|
|
padding: 0.2em 0.75em;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
2013-10-09 11:45:18 +02:00
|
|
|
#top-nav li.search {
|
2013-10-05 22:52:55 +02:00
|
|
|
background: white;
|
|
|
|
margin: 0 0.25em;
|
|
|
|
padding: 0.2em 0.5em;
|
|
|
|
}
|
|
|
|
|
2013-10-09 11:45:18 +02:00
|
|
|
#top-nav li a:focus,
|
|
|
|
#top-nav li a:hover {
|
2013-10-05 22:52:55 +02:00
|
|
|
color: firebrick;
|
|
|
|
border-bottom: 3px solid firebrick;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2013-10-09 11:45:18 +02:00
|
|
|
#top-nav li.search input {
|
2013-10-05 22:52:55 +02:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-wrapper {
|
|
|
|
margin: 0 auto;
|
|
|
|
min-width: 700px;
|
|
|
|
width: 80%;
|
|
|
|
max-width: 1000px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* small screens */
|
|
|
|
@media (max-width: 699px), (max-device-width: 699px) {
|
|
|
|
.main-wrapper {
|
|
|
|
min-width: 0;
|
|
|
|
width: 95%;
|
|
|
|
max-width: 700px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.clear {
|
|
|
|
clear: both;
|
|
|
|
}
|
2013-10-07 00:44:17 +02:00
|
|
|
|
|
|
|
#sidebar {
|
|
|
|
float: left;
|
|
|
|
width: 25%;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar h1 {
|
|
|
|
margin-top: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inner-content {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2013-10-09 00:58:49 +02:00
|
|
|
|
|
|
|
p:first-child,
|
|
|
|
h1:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|