2009-11-20 11:06:15 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: "Titillium";
|
2009-11-22 05:20:21 +00:00
|
|
|
src: url(/fonts/TitilliumMaps26L004.otf) format("opentype");
|
2009-11-20 11:06:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif;
|
|
|
|
font-size: 62.5%;
|
2009-11-22 02:44:20 +00:00
|
|
|
background: #fff;
|
2009-11-22 05:00:59 +00:00
|
|
|
color: #223;
|
2010-01-23 06:00:40 +00:00
|
|
|
/* padding: 2em;*/
|
2009-11-20 11:06:15 +00:00
|
|
|
}
|
|
|
|
|
2009-11-22 05:00:59 +00:00
|
|
|
p,li {
|
2009-11-22 07:02:22 +00:00
|
|
|
font-size: 1.6em;
|
2009-11-20 11:06:15 +00:00
|
|
|
line-height: 1.2;
|
2009-11-22 05:00:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2009-11-20 11:06:15 +00:00
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
2009-11-22 05:00:59 +00:00
|
|
|
ul, ol {
|
|
|
|
margin: 1em 0 1em 1em;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style: disc;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
2009-11-22 05:55:03 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2009-11-22 05:00:59 +00:00
|
|
|
/* 6,7,8,9,10,11,12,14,16,18,21,24,36,48,60,72 */
|
2009-11-20 11:06:15 +00:00
|
|
|
h1 {
|
2009-11-22 05:36:36 +00:00
|
|
|
font-size: 3.6em;
|
2009-11-22 05:00:59 +00:00
|
|
|
}
|
|
|
|
h2 {
|
2009-11-22 05:36:36 +00:00
|
|
|
font-size: 2.4em;
|
2009-11-22 05:55:03 +00:00
|
|
|
border-bottom: 1px solid gray;
|
2009-11-22 05:00:59 +00:00
|
|
|
}
|
|
|
|
h3 {
|
2009-11-22 05:36:36 +00:00
|
|
|
font-size: 2.1em;
|
2009-11-22 05:00:59 +00:00
|
|
|
}
|
|
|
|
h4 {
|
2009-11-22 05:36:36 +00:00
|
|
|
font-size: 1.8em;
|
2009-11-22 05:00:59 +00:00
|
|
|
}
|
|
|
|
h5 {
|
2009-11-22 05:36:36 +00:00
|
|
|
font-size: 1.6em;
|
2009-11-22 05:00:59 +00:00
|
|
|
}
|
|
|
|
h6 {
|
2009-11-22 05:36:36 +00:00
|
|
|
font-size: 1.4em;
|
2009-11-20 11:06:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
2009-11-22 05:00:59 +00:00
|
|
|
text-decoration: underline;
|
2009-11-20 11:06:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:link,
|
|
|
|
a:visited {
|
2009-11-22 05:00:59 +00:00
|
|
|
color: #36454F;
|
2009-11-20 11:06:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2009-11-22 05:00:59 +00:00
|
|
|
/* color: #f90;*/
|
|
|
|
}
|
|
|
|
|
2009-11-22 07:02:22 +00:00
|
|
|
h1 a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 a:link,
|
|
|
|
h1 a:visited {
|
|
|
|
color: #111;
|
|
|
|
}
|
|
|
|
|
2009-11-22 05:00:59 +00:00
|
|
|
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 {
|
2009-11-22 05:55:03 +00:00
|
|
|
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
2009-11-22 05:36:36 +00:00
|
|
|
font-size: 1.8em;
|
2010-01-23 06:21:52 +00:00
|
|
|
color: white;
|
|
|
|
padding: 0.5em;
|
2010-01-23 07:14:12 +00:00
|
|
|
background-color: #1C1C1C;
|
2009-11-22 05:00:59 +00:00
|
|
|
}
|
2009-11-22 05:28:55 +00:00
|
|
|
#header a {
|
2009-11-22 05:00:59 +00:00
|
|
|
text-decoration: none;
|
2010-01-23 06:00:40 +00:00
|
|
|
color: white;
|
|
|
|
}
|
2009-11-22 05:28:55 +00:00
|
|
|
#header a:hover {
|
2009-11-22 05:00:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul#menu {
|
|
|
|
list-style: none;
|
|
|
|
float: right;
|
|
|
|
margin: 0;
|
2010-01-23 06:21:52 +00:00
|
|
|
padding-right: 0.25em;
|
2009-11-22 05:00:59 +00:00
|
|
|
}
|
|
|
|
ul#menu li {
|
|
|
|
display: inline;
|
|
|
|
font-size: inherit;
|
2009-11-20 11:06:15 +00:00
|
|
|
}
|
|
|
|
|
2009-11-22 05:00:59 +00:00
|
|
|
#main {
|
2010-01-23 06:21:52 +00:00
|
|
|
padding: 0 2em;
|
2009-11-22 05:00:59 +00:00
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
2009-11-22 05:55:03 +00:00
|
|
|
color: gray;
|
|
|
|
border-top: 1px solid gray;
|
2009-11-22 05:36:36 +00:00
|
|
|
margin: 1em;
|
2010-01-23 06:35:09 +00:00
|
|
|
clear: both;
|
2009-11-22 05:00:59 +00:00
|
|
|
}
|
|
|
|
#footer .copyright {
|
2009-11-22 05:55:03 +00:00
|
|
|
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
2009-11-22 05:00:59 +00:00
|
|
|
font-size: 1.4em;
|
|
|
|
padding-top: 1em;
|
|
|
|
display: block;
|
2009-11-22 05:55:03 +00:00
|
|
|
font-weight: 200;
|
2009-11-23 09:33:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pagination {
|
|
|
|
display: none;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2010-01-23 06:35:09 +00:00
|
|
|
|
|
|
|
.column {
|
2010-01-23 06:47:56 +00:00
|
|
|
width: 31%;
|
2010-01-23 06:35:09 +00:00
|
|
|
float: left;
|
2010-01-23 06:47:56 +00:00
|
|
|
margin-left: 2em;
|
|
|
|
margin-bottom: 4em;
|
|
|
|
}
|
|
|
|
.first {
|
|
|
|
margin-left: 0;
|
2010-01-23 06:35:09 +00:00
|
|
|
}
|
|
|
|
.flickr {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.flickr ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.flickr li {
|
|
|
|
display: inline;
|
|
|
|
}
|