kirsle.net/www/designs/starburst/print.css

168 lines
3.0 KiB
CSS

body {
/* Need a BG image for IE cuz it renders colors wrong. */
background-color: #FFFFFF;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: small;
color: #000000;
margin: 25px;
padding: 0px
}
a:link, a:visited {
font-weight: bold;
text-decoration: underline;
color: #000000
}
a:hover, a:active {
text-decoration: none
}
a img {
border: 0px solid transparent
}
h1 {
font-size: 36pt;
font-weight: bold
}
h2 {
font-size: 24pt;
font-weight: bold
}
h3 {
font-size: 18pt;
font-weight: bold;
font-style: italic
}
h1.top, h2.top, h3.top {
margin-top: 0px
}
pre {
display: block;
border: 1px dashed #000000;
padding: 5px;
font-family: "Lucida Console","DejaVu LGC Sans Mono","Bitstream Vera Sans Mono",monospace;
font-size: small;
color: #000000
}
pre.notes {
/* Do nothing special (show all the text for the printer!) */
}
code {
font-family: "Lucida Console","DejaVu LGC Sans Mono","Bitstream Vera Sans Mono",monospace;
font-size: small;
color: #000000
}
/******************************************************************************
* Starburst CMS Styles *
******************************************************************************/
/* Web Blog Plugin */
/*
sblog-title: Blog titles on multi-view page (not permalink page)
Permalink pages just use a standard <h1>
*/
.sblog-title {
display: block;
margin-bottom: 0px;
margin-top: 15px;
font-size: 24pt;
font-weight: bold
}
.sblog-title a:link, .sblog-title a:visited {
color: #000000;
text-decoration: none
}
.sblog-title a:hover, .sblog-title a:active {
color: #000000;
text-decoration: underline
}
/******************************************************************************
* Cuvou.com Web Design Styles *
******************************************************************************/
/* Top Banner, Starburst and Logo Classes */
.cv-sash {
display: none
}
.cv-starburst {
display: none
}
.cv-clouds {
display: none
}
.cv-logo {
display: none
}
/* Fire Row and Left Navigation Classes */
.cv-fire {
display: none
}
.cv-fireburst {
display: none
}
.cv-navwrapper {
display: none
}
.cv-navbar {
display: none
}
.cv-navcontent {
display: none
}
.cv-navtext {
display: none
}
.cv-navbottom {
display: none
}
.cv-navtext a:link, .cv-navtext a:visited {
text-decoration: none
}
.cv-navtext a:hover, .cv-navtext a:active {
text-decoration: underline
}
/* Main Content Area */
.cv-content {
display: inline
}
/* Miscellaneous and Page-Specific Styles */
.section {
display: none
}
.copyright {
margin-top: 96px;
margin-bottom: 32px;
text-align: center;
font-weight: Verdana,Arial,Helvetica,sans-serif;
font-size: x-small;
font-weight: bold;
color: #000000
}
.distro {
border: 1px solid #000000
}
.distro th {
width: 150px;
text-align: center;
vertical-align: top
}
.distro td {
width: 150px;
text-align: center;
vertical-align: top;
border: 1px solid #000000
}
.distro td img {
float: left
}