forked from wezm/wezm.net
145 lines
2.2 KiB
CSS
145 lines
2.2 KiB
CSS
@font-face {
|
|
font-family: "Titillium";
|
|
src: url(/fonts/TitilliumMaps26L004.otf) format("opentype");
|
|
}
|
|
|
|
body {
|
|
font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif;
|
|
font-size: 62.5%;
|
|
background: #fff;
|
|
color: #223;
|
|
/* padding: 2em;*/
|
|
}
|
|
|
|
p,li {
|
|
font-size: 1.6em;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
p {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
ul, ol {
|
|
margin: 1em 0 1em 1em;
|
|
}
|
|
ul {
|
|
list-style: disc;
|
|
}
|
|
li {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
h1,h2,h3,h4,h5,h6 {
|
|
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
|
margin: 0.5em 0 0.25em 0;
|
|
color: #111;
|
|
font-weight: 200;
|
|
}
|
|
|
|
/* 6,7,8,9,10,11,12,14,16,18,21,24,36,48,60,72 */
|
|
h1 {
|
|
font-size: 3.6em;
|
|
}
|
|
h2 {
|
|
font-size: 2.4em;
|
|
border-bottom: 1px solid gray;
|
|
}
|
|
h3 {
|
|
font-size: 2.1em;
|
|
}
|
|
h4 {
|
|
font-size: 1.8em;
|
|
}
|
|
h5 {
|
|
font-size: 1.6em;
|
|
}
|
|
h6 {
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:link,
|
|
a:visited {
|
|
color: #36454F;
|
|
}
|
|
|
|
a:hover {
|
|
/* color: #f90;*/
|
|
}
|
|
|
|
h1 a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
h1 a:link,
|
|
h1 a:visited {
|
|
color: #111;
|
|
}
|
|
|
|
sup {
|
|
vertical-align: super;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
pre,code {
|
|
font-family: Consolas, "Andale Mono", "Liberation Mono", Menlo, Monaco, "Bitstream Vera Sans Mono", fixed;
|
|
}
|
|
pre {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
#header {
|
|
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
|
font-size: 1.8em;
|
|
color: white;
|
|
padding: 0.5em;
|
|
-webkit-border-bottom-right-radius: 1em;
|
|
-moz-border-bottom-right-radius: 1em;
|
|
border-bottom-right-radius: 1em;
|
|
background-color: black;
|
|
}
|
|
#header a {
|
|
text-decoration: none;
|
|
color: white;
|
|
}
|
|
#header a:hover {
|
|
}
|
|
|
|
ul#menu {
|
|
list-style: none;
|
|
float: right;
|
|
margin: 0;
|
|
padding-right: 0.25em;
|
|
}
|
|
ul#menu li {
|
|
display: inline;
|
|
font-size: inherit;
|
|
}
|
|
|
|
#main {
|
|
padding: 0 2em;
|
|
clear: both;
|
|
}
|
|
|
|
#footer {
|
|
color: gray;
|
|
border-top: 1px solid gray;
|
|
margin: 1em;
|
|
}
|
|
#footer .copyright {
|
|
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
|
font-size: 1.4em;
|
|
padding-top: 1em;
|
|
display: block;
|
|
font-weight: 200;
|
|
}
|
|
|
|
.pagination {
|
|
display: none;
|
|
text-align: center;
|
|
}
|