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

359 lines
6 KiB
CSS
Raw Normal View History

body {
font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif;
font-size: 16px;
2009-11-22 02:44:20 +00:00
background: #fff;
2009-11-22 05:00:59 +00:00
color: #223;
}
/*p,li,div {
2010-01-26 04:09:23 +00:00
font-size: 16px;
}*/
2010-03-03 20:56:03 +00:00
p,li,blockquote {
line-height: 1.2;
2009-11-22 05:00:59 +00:00
}
p,pre {
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;
}
2010-03-10 09:12:59 +00:00
ol {
list-style: decimal;
}
2009-11-22 05:00:59 +00:00
li {
margin-left: 1em;
}
dl dt {
}
dl dd {
margin-left: 2em;
}
2009-11-22 05:00:59 +00:00
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.6em 0 0.5em 0;
2009-11-22 05:55:03 +00:00
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;
/* padding-left: 20px;
padding-right: 20px;*/
2010-02-03 02:42:15 +00:00
}
body.home h1 {
/* padding-left: 0;
padding-right: 0;*/
2009-11-22 05:00:59 +00:00
}
h2 {
2010-01-26 04:09:23 +00:00
font-size: 24px;
2010-03-03 20:56:21 +00:00
/* border-bottom: 1px solid #999;*/
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-size: 12px;
2010-03-10 08:55:08 +00:00
font-family: Consolas, "Andale Mono", "Liberation Mono", Menlo, Monaco, "Bitstream Vera Sans Mono", fixed;
2009-11-22 05:00:59 +00:00
}
2010-03-03 20:56:03 +00:00
blockquote {
border-left: 2px solid #999;
padding-left: 1em;
margin: 0 0 1em 0;
}
2009-11-22 05:00:59 +00:00
#header {
2009-11-22 05:55:03 +00:00
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
font-size: 18px;
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 {
float: right;
2010-01-23 06:21:52 +00:00
padding-right: 0.25em;
2009-11-22 05:00:59 +00:00
}
ul#menu li {
font-size: inherit;
}
#content {
padding: 0 20px;
2009-11-22 05:00:59 +00:00
clear: both;
min-width: 600px;
margin-right: 40%;
}
2010-02-03 02:42:15 +00:00
body.articles #content {
min-width: auto;
margin-right: 0;
}
2009-11-22 05:00:59 +00:00
#footer {
2010-03-03 20:56:21 +00:00
color: #999;
border-top: 1px solid #999;
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;
2010-02-03 10:53:58 +00:00
font-size: 14px;
2009-11-22 05:00:59 +00:00
padding-top: 1em;
display: block;
2009-11-22 05:55:03 +00:00
font-weight: 200;
}
.pagination {
display: none;
text-align: center;
}
2010-02-04 02:42:58 +00:00
.pagination .newer {
visibility: hidden;
}
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;
font-size: 12px;
2010-01-26 05:26:49 +00:00
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-03-19 06:44:44 +00:00
a.affiliate {
background: url(/images/dollar.gif) no-repeat top right;
padding-right: 4px;
}
2010-01-26 04:09:23 +00:00
/* Inline flat list style */
ul.inline {
list-style: none;
margin: 0;
}
ul.inline li {
display: inline;
}
ul.inline li:first-child {
margin-left: 0;
}
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;
}
#flickr li img {
position: absolute;
top: -75px;
}
#flickr li img:hover {
top: 0;
2010-01-23 06:35:09 +00:00
}
2010-02-02 10:08:33 +00:00
/* Search Form //----------------------------------------------------------*/
/* Via http://www.brandspankingnew.net/archive/2005/08/adding_an_os_x.html */
#search {
margin: 0;
padding: 0;
display: none;
2010-02-02 10:08:33 +00:00
float: left;
margin-right: 20px;
background: #fff url(/images/srch_l.gif) 0 0 no-repeat;
padding-left: 19px;
}
#search fieldset {
margin: 0;
padding: 0;
border: 0;
}
#search label {
color: #999;
display: none;
}
#search input {
/* Reset (for Safari) */
border: 0;
margin: 0;
outline: 0;
vertical-align: middle;
height: 19px;
width: 180px;
width: 132px;
padding: 3px;
background: #fff url(/images/srch_bg.gif) 0 0 repeat-x;
float: left;
font: 11px/13px "Lucida Grande", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
color: #000;
}
2010-03-12 06:19:45 +00:00
#search span.clear {
2010-02-02 10:08:33 +00:00
background: #fff url(/images/srch_r.gif) 0 0 no-repeat;
float: left;
width: 19px;
height: 19px;
2010-03-12 06:19:45 +00:00
clear: none; /* for generic .clear below */
2010-02-02 10:08:33 +00:00
}
2010-03-04 06:59:41 +00:00
#search .active {
background-position: 0 -19px;
2010-02-02 10:08:33 +00:00
}
/* Extra parts on post page */
#respond {
2010-03-12 06:19:59 +00:00
margin-top: 10px;
2010-03-11 20:51:44 +00:00
padding: 10px;
background-color: #ddd;
clear: both;
}
#respond h2 {
padding-left: 42px;
line-height: 32px;
background: url(/images/comment32.png) no-repeat top left;
2010-03-11 20:51:44 +00:00
margin-top: 0;
}
2010-03-12 06:19:59 +00:00
#content .published {
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
color: #999;
/* margin-top: -3px;*/
padding-bottom: 10px;
font-size: 14px;
}
2010-03-11 20:51:44 +00:00
/* Wordpress element alignment classes */
2010-03-12 06:19:59 +00:00
#content .alignleft, img.alignleft {
2010-03-12 06:26:02 +00:00
float: left;
margin: 5px 10px 5px 0;
2010-03-11 20:51:44 +00:00
}
2010-03-12 06:19:59 +00:00
#content .alignright, img.alignright {
2010-03-12 06:26:02 +00:00
float: right;
margin: 5px 0 5px 10px;
2010-03-11 20:51:44 +00:00
}
2010-03-12 06:19:59 +00:00
#content .aligncenter, div.aligncenter, img.aligncenter {
2010-03-12 06:26:02 +00:00
text-align: center;
display: block;
margin: 10px auto;
2010-03-11 20:51:44 +00:00
}
2010-03-12 06:19:59 +00:00
#content .clear {
clear: both;
}
#content hr {
border: 0;
border-top-width: 1px;
border-style: solid;
border-top-color: #999;
width: 10em;
margin: 0;
}
/* Styles for MP3 Decoder post */
table.left_headers, table.top_headers {
border: 1px solid #D8D8D8;
border-collapse: collapse;
margin: 1em 0;
}
table.left_headers td, table.left_headers th,
table.top_headers td, table.top_headers th {
border: 1px solid #D8D8D8;
padding: 0.3em 0.7em 0.3em 0.7em;
}
table.left_headers th {
text-align: right;
}