1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00
polr/index.css
2018-02-21 16:38:24 -05:00

131 lines
1.9 KiB
CSS

@import 'https://fonts.googleapis.com/css?family=Rasa';
body {
font-family: 'Rasa', serif !important;
font-size: 18px;
color: #000;
}
h2, h3, h4 {
font-family: 'Garamond', 'Georgia', serif;
font-weight: normal;
}
.center-nav {
text-align: center;
display: block;
}
.center-nav a {
margin-right: 0.3em;
margin-left: 0.3em;
}
.center-img {
text-align: center;
margin-top: 3em;
margin-bottom: 2em;
}
.center-img img {
height: 5em;
}
em {
/*font-size: 105%;*/
font-size: 1.05em;
}
ul li:before {
content: "\00BB \0020";
color: #888;
position: absolute;
margin-left: -19px;
}
ul {
margin: 15px 0 15px 0;
margin-left: 1.5em;
padding: 0;
list-style: none;
line-height: 1.4;
}
a:hover {
color: #2980b9;
}
a {
color: #364c62;
text-decoration: underline;
}
footer {
margin-top: 2em;
margin-bottom: 1.2em;
font-size: 1em;
}
#carbonads {
margin-top: 10em;
background-color: #ecf0f1;
padding-left: 0.8em;
padding-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
width: 9em;
}
#carbonads a {
text-decoration: none;
}
#carbonads a:hover {
text-decoration: none;
}
.carbon-text:hover {
color: #333;
}
#carbonads img {
margin-bottom: 0.8em;
}
.carbon-text {
color: #333;
text-decoration: none;
}
.carbon-poweredby {
display: block;
color: grey;
margin-top: 1.3em;
}
.carbon-poweredby:hover {
color: grey;
}
@media only screen and (max-width : 768px) {
.container {
overflow-x: hidden;
}
.carbon-img {
float: left;
}
.carbon-text {
display: block;
}
#carbonads {
width: 80vw;
margin-right: 1em;
margin-left: 1em;
margin-top: 1em;
margin-bottom: 2em;
font-size: 0.8em;
}
#carbonads img {
margin-right: 0.8em;
}
.fork-me {
display: none;
}
}