update stylesheet

This commit is contained in:
John Bintz 2009-07-14 12:34:56 -04:00
parent c4b913b45b
commit c313dc14ae
1 changed files with 914 additions and 898 deletions

View File

@ -2,9 +2,9 @@
Theme Name: ComicPress
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress. Standard Edition. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin
Author: Tyler Martin, John Bintz, Philip M. Hofer (Frumph)
Author URI: http://mindfaucet.com/
Version: 2.7.1
Version: 2.7.2
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
@ -276,6 +276,9 @@ h3, h3 a, h3 a:hover {
text-transform: none;
}
#menu .current_page_item a {
color: #fff000;
}
/* THE COMIC */
@ -382,13 +385,12 @@ h3, h3 a, h3 a:hover {
overflow: hidden;
}
.narrowcolumn
{
width: 560px;
.narrowcolumn {
width: 558px;
/* width: 356px; -- 3c gn etc 3 column */
}
.widecolumn
{
.widecolumn {
width: 760px;
}
@ -572,13 +574,27 @@ ul.children {
/* SIDEBAR */
#sidebar {
width: 200px;
padding: 5px 0;
float: left;
font-size: 11px;
overflow: hidden;
}
/* Left Sidebar Themes */
.sidebar-left {
width: 200px;
}
/* Right Sidebar Themes */
.sidebar-right {
width: 200px;
}
/* Single Sidebar themes */
.sidebar-single {
width: 200px;
}
#sidebar h2, #sidebar h2 a {
font-size: 16px;
}