Cleaning up the site template CSS.

This commit is contained in:
Parker Moore 2013-05-06 01:00:00 +02:00
parent 58103d11c9
commit 4d9d6b689b
1 changed files with 64 additions and 81 deletions

View File

@ -3,46 +3,31 @@
/* Common /* Common
/* /*
/*****************************************************************************/ /*****************************************************************************/
/* Global Reset */ /* Global Reset */
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
html,body { html, body { height: 100%; }
height: 100%;
}
body { body {
background-color: #FFF; background-color: #FFF;
font: 13.34px helvetica, arial, clean, sans-serif; font: 13.34px Helvetica, Arial, sans-serif;
font-size: small; font-size: small;
text-align: center; text-align: center;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-size: 100%; font-size: 100%; }
}
h1 { h1 { margin-bottom: 1em; }
margin-bottom: 1em; p { margin: 1em 0; }
}
p { a { color: #00a; }
margin: 1em 0; a:hover { color: #000; }
} a:visited { color: #a0a; }
a {
color: #00a;
}
a:hover {
color: #000;
}
a:visited {
color: #a0a;
}
table { table {
font-size: inherit; font-size: inherit;
@ -74,6 +59,7 @@ ul.posts span {
/* Site /* Site
/* /*
/*****************************************************************************/ /*****************************************************************************/
.site { .site {
font-size: 115%; font-size: 115%;
text-align: justify; text-align: justify;
@ -145,8 +131,6 @@ ul.posts span {
/* Posts /* Posts
/* /*
/*****************************************************************************/ /*****************************************************************************/
#post {
}
/* standard */ /* standard */
#post pre { #post pre {
@ -162,7 +146,6 @@ ul.posts span {
#post code { #post code {
border: 1px solid #ddd; border: 1px solid #ddd;
background-color: #eef; background-color: #eef;
font-size: 85%;
padding: 0 .2em; padding: 0 .2em;
} }