wezm.net/output/css/style.css

227 lines
3.3 KiB
CSS
Raw Normal View History

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;
2010-01-27 09:59:12 +00:00
background: #1C1C1C; /* url(/images/texture.png) repeat-y top left; */
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;
}
body.article h1 {
padding-left: 20px;
padding-right: 20px;
}
#content {
padding: 0 20px;
2009-11-22 05:00:59 +00:00
clear: both;
}
body.article #content {
min-width: 600px;
margin-right: 40%;
}
2009-11-22 05:00:59 +00:00
#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: 400px;
2010-01-26 04:09:23 +00:00
}
#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
}
/* Article Listing */
ul.articles {
2010-01-26 04:09:23 +00:00
list-style: none;
margin: 0;
}
ul.articles li {
2010-01-26 04:31:40 +00:00
margin: 0;
padding-top: 1em;
height: 80px;
}
body.articles ul.articles li {
height: 60px;
}
ul.articles li:first-child {
2010-01-26 04:31:40 +00:00
border-top: none;
padding-top: 1em;
2010-01-26 04:09:23 +00:00
}
ul.articles abbr {
2010-01-26 04:09:23 +00:00
display: block;
2010-01-26 05:26:49 +00:00
font-size: 0.8em;
color: #aaa;
2010-01-26 04:09:23 +00:00
}
ul.articles 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;
}
a.more {
/* float: right;*/
}
a.active {
font-weight: bold;
}
2010-01-26 04:09:23 +00:00
/* Inline flat list style */
ul.inline {
list-style: none;
margin: 0;
}
ul.inline li {
display: inline;
}
2010-01-26 04:09:23 +00:00
/* Flickr thumbnails */
2010-01-26 08:49:53 +00:00
#flickr {
2010-01-23 06:35:09 +00:00
clear: both;
}
2010-01-28 07:02:35 +00:00
#flickr li {
float: left;
2010-01-29 02:41:50 +00:00
overflow: hidden;
2010-01-28 07:02:35 +00:00
margin: 20px 0 0 20px;
display: block;
position: relative;
height: 75px;
width: 75px;
2010-01-28 07:02:35 +00:00
}
2010-01-26 08:49:53 +00:00
#flickr li img {
position: absolute;
2010-01-26 06:22:58 +00:00
}
2010-01-26 08:49:53 +00:00
#flickr li img:hover {
top: -75px;
2010-01-23 06:35:09 +00:00
}