1
0
Fork 0
forked from wezm/wezm.net
wezm.net/output/css/style.css

196 lines
2.8 KiB
CSS
Raw Normal View History

@font-face {
font-family: "Titillium";
2009-11-22 05:20:21 +00:00
src: url(/fonts/TitilliumMaps26L004.otf) format("opentype");
}
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-22 05:00:59 +00:00
p,li {
2010-01-26 04:09:23 +00:00
font-size: 16px;
line-height: 1.2;
2009-11-22 05:00:59 +00:00
}
p {
2010-01-26 04:09:23 +00:00
margin: 0 0 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 */
h1 {
2010-01-26 04:09:23 +00:00
font-size: 36px;
2009-11-22 05:00:59 +00:00
}
h2 {
2010-01-26 04:09:23 +00:00
font-size: 24px;
/* border-bottom: 1px solid gray;*/
2009-11-22 05:00:59 +00:00
}
h3 {
2010-01-26 04:09:23 +00:00
font-size: 21px;
2009-11-22 05:00:59 +00:00
}
h4 {
2010-01-26 04:09:23 +00:00
font-size: 18px;
2009-11-22 05:00:59 +00:00
}
h5 {
2010-01-26 04:09:23 +00:00
font-size: 16px;
2009-11-22 05:00:59 +00:00
}
h6 {
2010-01-26 04:09:23 +00:00
font-size: 14px;
}
a {
2009-11-22 05:00:59 +00:00
text-decoration: underline;
}
a:link,
a:visited {
2009-11-22 05:00:59 +00:00
color: #36454F;
}
a:hover {
2009-11-22 05:00:59 +00:00
/* color: #f90;*/
}
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;
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 {
2010-01-26 04:09:23 +00:00
/* list-style: none;*/
2009-11-22 05:00:59 +00:00
float: right;
2010-01-26 04:09:23 +00:00
/* 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 {
2010-01-26 04:09:23 +00:00
/* display: inline;*/
2009-11-22 05:00:59 +00:00
font-size: inherit;
}
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;
}
.pagination {
display: none;
text-align: center;
}
2010-01-23 06:35:09 +00:00
2010-01-26 04:09:23 +00:00
/* Home page post listing columns */
2010-01-23 06:35:09 +00:00
.column {
float: left;
2010-01-26 04:09:23 +00:00
width: 50%;
margin: 0;
min-width: 480px;
}
#personal div {
padding-right: 2em;
2010-01-23 06:47:56 +00:00
}
2010-01-26 04:09:23 +00:00
.column div {
padding: 0 0 0 2em;
2010-01-23 06:35:09 +00:00
}
2010-01-26 04:09:23 +00:00
.column strong {
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
margin: 0;
font-weight: 200;
display: block;
font-size: 18px;
}
#twitter {
display: none;
}
.column ul {
list-style: none;
margin: 0;
padding: 1em;
}
.column ul li {
margin: 0 0 1em 0;
float: left;
}
.column abbr {
display: block;
font-size: 0.8em;
}
/* Flickr thumbnails */
2010-01-23 06:35:09 +00:00
.flickr {
clear: both;
}
2010-01-26 04:09:23 +00:00
/* Inline flat list style */
ul.inline {
2010-01-23 06:35:09 +00:00
list-style: none;
margin: 0;
}
2010-01-26 04:09:23 +00:00
ul.inline li {
2010-01-23 06:35:09 +00:00
display: inline;
}