Update of /cvsroot/aolserver/havardblog/www
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18580/www
Added Files:
main.css
Log Message:
Initial import of Havard's Crappy Blog as seen at http://johnhavard.com/
--- NEW FILE: main.css ---
body {
width : 950px;
margin : auto;
background-color : black;
color : white;
margin-top : 1em;
margin-bottom : 3em;
font-family : arial, helvetica, sans-serif
}
.hypoClearingAgent {
clear : both
}
.rPole {
width : 350px;
float : right;
font-size : 10pt
}
.mainStuff {
margin-right : 370px
}
.footer {
border-width : 2px;
border-color : #444466;
border-top-style : solid;
background-color : #000000;
color : #c4c4c4;
font-weight : regular;
font-size : 6pt;
font-family : arial, helvetica, sans-serif;
margin-bottom : 1em;
margin-top : 1em;
clear : both
}
.footer p {
width : 70%;
margin : auto
}
.footer a {
color : #c4c4c4
}
.footer a:visited {
color : #c4c4c4
}
.footer a:hover {
color : white
}
.midder {
margin-bottom : 1em
}
.header {
border-width : 2px;
border-color : #444466;
border-style : solid;
background-color : #111133;
color : yellow;
font-weight : bold;
font-family : arial, helvetica, sans-serif;
margin-bottom : 1em;
clear : both
}
.headerTop {
font-size : 12pt
}
.headerMiddle {
background-color : #444466;
color : #111133;
font-weight : bold;
font-size : 18pt
}
.headerBottom {
font-size : 12pt
}
.hbLeft {
float : left;
text-align : left
}
.hbRight {
float : right;
text-align : right;
margin-right : 5px
}
.hbCenter {
margin : auto;
text-align : center;
font-weight : regular;
font-size : 12pt
}
.header a {
color : yellow;
font-weight : bold;
text-decoration : none
}
.header a:hover {
color : yellow;
font-weight : bold;
text-decoration : none
}
.header a:visited {
color : yellow;
font-weight : bold;
text-decoration : none
}
.rbox {
border-width : 2px;
border-style : solid;
border-color : #d4d4d4;
background-color : #d4d4d4;
font-size : 12pt;
margin-bottom : 15px
}
.rboxHeader {
font-weight : bold;
color : white;
background-color : #111133;
text-align : center
}
.rboxFooter {
background-color : #111133
}
.rboxMidder {
background-color : #d4d4d4;
color : #111133
}
.rboxOdd {
background-color : #d4d4d4
}
.rboxEven {
background-color : #f0f0f0
}
.journalBox {
border-width : 2px;
border-color : #444466;
border-style : solid;
background-color : #ccccff;
color : black;
font-weight : regular;
font-family : arial, helvetica, sans-serif;
margin-bottom : 1em
}
.journalBox p {
margin : 0;
margin-bottom : 7px;
margin-left : 5px;
margin-right : 5px
}
.jbHeader {
background-color : #111133;
font-size : 12pt;
color : white
}
.jbFooter {
background-color : #111133;
font-weight : regular;
font-size : 8pt;
color : yellow
}
.jbFooter a, a:hover, a:visited {
color : yellow;
text-decoration : none
}
.jbhRight {
float : right
}
.jbfRight {
float : right;
width : 120px;
text-align : right;
margin-right : 5px
}
.jbfRight a {
color : yellow;
text-decoration : none
}
.jbfRight a:hover {
color : yellow;
text-decoration : none
}
.jbfRight a:visited {
color : yellow;
text-decoration : none
}
.rbox a, a:visited, a:hover {
color : #111133;
text-decoration : none
}
.rbox ul {
list-style : none;
list-style-position : inside;
padding : 0;
margin : 0
}
.rbox li {
padding-left : 5px
}
.jbAuthor {
font-size : 8pt;
font-weight : bold;
padding-bottom : 3px
}
.jbTitle {
font-weight : bold;
font-size : 12pt
}
|