2009-10-05 06:08:56 +00:00
|
|
|
/*
|
|
|
|
ThemePack Name: CockNBull
|
|
|
|
ThemePack URI: http://commpress.org
|
|
|
|
Description: http://cocknbull.com/
|
|
|
|
Author: Philip M. Hofer (Frumph)
|
|
|
|
Author URI: http://frumph.net/
|
|
|
|
Version: 0.1.0
|
|
|
|
.
|
|
|
|
The CSS, XHTML and design is released under GPL v3:
|
|
|
|
http://www.opensource.org/licenses/gpl-3.0.html
|
|
|
|
.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* STANDARD TAGS */
|
|
|
|
body {
|
|
|
|
background: #fff url('background.jpg') top center no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-wide {
|
|
|
|
width: 1000px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
|
|
|
background: url('header-logo.gif') top left no-repeat;
|
|
|
|
height: 100px;
|
|
|
|
text-indent: -9999px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comic {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-comicright {
|
2009-10-11 11:48:57 +00:00
|
|
|
margin-top: 5px;
|
2009-10-05 06:08:56 +00:00
|
|
|
float: right;
|
2009-10-11 11:48:57 +00:00
|
|
|
height: 305px;
|
2009-10-05 06:08:56 +00:00
|
|
|
width: 98px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menubar {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.narrowcolumn {
|
|
|
|
width: 560px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-left, #sidebar-right {
|
2009-10-11 11:48:57 +00:00
|
|
|
padding: 5px;
|
2009-10-05 06:08:56 +00:00
|
|
|
background: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar h2 a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar a:hover {
|
|
|
|
color: #ff0000;
|
2009-10-11 11:48:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav { display: none; }
|