comicpress-2.8/themepack/moosemountain/style.css

326 lines
4.3 KiB
CSS
Raw Normal View History

/*
ThemePack Name: MooseMountain
ThemePack URI: http://comicpress.org
Description:
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 {
margin: 0;
font-family: 'Arial',sans-serif;
background: #A28366 url('background.png') top repeat-x;
color: #572B2A;
font-size: 14px;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
color: #5e6f29;
}
a img {
border: none;
}
hr {
height: 1px;
color: #5e6f29;
background-color: #5e6f29;
border: 0px;
}
blockquote {
margin: 10px;
padding: 5px 10px 5px 20px;
border-width: 1px 1px 1px 5px;
border-style: solid;
border-color: #d6e1b4;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
/* HEADINGS */
h1, h1 a, h1 a:hover {
margin: 0;
padding: 0 0 0 5px;
color: #fff;
font-family: 'Georgia', serif;
font-size: 50px;
font-weight: normal;
text-align: left;
text-decoration: none;
letter-spacing: -2px;
}
h2, h2 a {
margin: 0;
color: #fff;
font-weight: bold;
font-size: 22px;
text-align: left;
text-decoration: none;
}
h2.pagetitle, h2.pagetitle a {
margin: 20px 0 0 0;
padding: 0 0 5px 0;
color: #fff;
font-family: 'Georgia', serif;
font-size: 32px;
font-weight: normal;
letter-spacing: -2px;
text-align: left;
}
h3, h3 a {
margin: 30px 10px 0 0;
padding: 0;
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: left;
text-decoration: none;
clear: both;
}
h2 a:hover, h3 a:hover {
color: #fff;
border-bottom: 1px dotted #fff;
}
/* PAGE */
#page-wide {
width: 900px;
}
/* THE HEADER */
#header {
width: 900px;
height: 158px;
background: url('header.png');
}
#header h1 {
padding: 0;
}
#header h1 a {
height: 158px;
width: 320px;
padding: 0;
float: left;
display: block;
text-indent: -9999px;
}
.description {
display: none;
}
#menu-rss {
height: 40px;
width: 60px;
display: block;
float: left;
margin: 108px 0 0 320px;
text-indent: -9999px;
}
#menu-rss:hover {
background: url('header.png') -640px -158px;
}
#menu-shop {
height: 40px;
width: 80px;
display: block;
float: left;
margin: 108px 0 0 0;
text-indent: -9999px;
}
#menu-shop:hover {
background: url('header.png') -700px -158px;
}
#menu-contact {
height: 40px;
width: 100px;
display: block;
float: left;
margin: 108px 0 0 0;
text-indent: -9999px;
}
#menu-contact:hover {
background: url('header.png') -780px -158px;
}
#content-wrapper {
padding: 0;
}
/* Comic */
#comic-head, #comic, #comic-foot {
background: #fff;
border: 0;
}
#comic-foot {
border-bottom: 30px solid #5e6f29;
}
#subcontent-wrapper {
background: #9bae5f;
padding: 5px 0;
}
.narrowcolumn {
width: 470px;
}
/* CALENDAR */
#wp-calendar-wrap {
background-color: transparent;
border: 0;
}
#wp-calendar-wrap img {
border: solid 1px #5d2d29;
width: 163px;
}
table#wp-calendar td {
border: 1px solid #5E6F29;
}
#wp-calendar th {
color: #5e6f29;
}
#wp-calendar caption {
color: #5e6f29;
font-size: 20px;
}
#wp-calendar td {
border: 1px solid #5E6F29;
font-size: 12px;
}
#wp-calendar a {
color: #fff;
background: #5e6f29;
}
#wp-calendar a:hover {
color: #fff;
background: #572b2a;
}
/* Sidebar */
.sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
.sidebar ul li {
padding: 0;
}
.sidebar ul li ul li {
padding: 0;
}
.sidebar ul li ul li a {
color: #000;
text-decoration: none;
}
.sidebar ul li ul li a:hover {
color: #000;
background: #d6e1b4;
}
.sidebar-earl a {
width: 192px;
height: 192px;
display: block;
color: #9bae5f;
background: url('earl-extras.jpg') no-repeat;
}
.sidebar-earl a:hover {
color: #9bae5f;
background-position: 0 -192px;
}
.sidebar-extras a {
width: 192px;
height: 154px;
line-height: 154px;
display: block;
color: #9bae5f;
background: url('earl-extras.jpg') 0 -384px no-repeat;
}
.sidebar-extras a:hover {
color: #9bae5f;
background-position: 0 -538px;
}
/* THE FOOTER */
#footer {
width: 900px;
margin: 0px auto;
padding: 20px 0;
color: #9bae5f;
text-align: center;
background: #5e6f29;
}
#footer a {
color: #fff;
text-decoration: none;
border: none;
}
#footer a:hover {
border-bottom: 1px dotted #fff;
}
#footer-ad {
width: 900px;
margin: 0 auto;
padding: 30px 0;
text-align: center;
}