2009-09-06 18:20:41 +00:00
|
|
|
/*
|
|
|
|
ThemePack Name: twopointfive
|
|
|
|
ThemePack URI: http://comicpress.org
|
|
|
|
Description:
|
|
|
|
Author: Tyler Martin
|
|
|
|
Author URI: http://mindfaucet.com/
|
|
|
|
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: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
|
|
|
background: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content-wrapper {
|
|
|
|
background: #dedede;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
padding: 20px 0;
|
|
|
|
color: #fff;
|
|
|
|
background: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comic_navi_wrapper, #comic, .pagenav {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.narrowcolumn, .widecolumn {
|
|
|
|
background: #efefef;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header h1 a, #header .description {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-wide, #page {
|
|
|
|
background: #ddd;
|
|
|
|
border-left: solid 2px #000;
|
|
|
|
border-right: solid 2px #000;
|
|
|
|
border-bottom: solid 2px #000;
|
|
|
|
}
|
|
|
|
|
2009-09-06 22:59:28 +00:00
|
|
|
#sidebar-left {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-right {
|
2009-09-06 18:20:41 +00:00
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comic-head {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comic {
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#footer a {
|
|
|
|
color: #ff0000;
|
|
|
|
}
|
|
|
|
#footer a:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2009-09-07 13:37:15 +00:00
|
|
|
|
|
|
|
/* COMMENT LINK */
|
|
|
|
|
|
|
|
.comment-link {
|
|
|
|
font-size: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|