2009-08-21 19:29:45 +00:00
|
|
|
/*
|
|
|
|
Theme Name: ComicPress
|
|
|
|
Theme URI: http://comicpress.org
|
|
|
|
Description: Publish a comic with WordPress. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
|
|
|
|
Author: Tyler Martin, John Bintz, Philip M. Hofer
|
|
|
|
Author URI: http://mindfaucet.com/
|
2009-09-03 05:10:09 +00:00
|
|
|
Version: 2.8.1
|
2009-08-21 19:29:45 +00:00
|
|
|
.
|
|
|
|
The CSS, XHTML and design is released under GPL v3:
|
|
|
|
http://www.opensource.org/licenses/gpl-3.0.html
|
|
|
|
.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* STANDARD TAGS */
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
2009-08-27 21:02:45 +00:00
|
|
|
font-family: 'Arial', sans-serif;
|
2009-09-07 13:37:15 +00:00
|
|
|
font-size: 12px;
|
2009-08-27 15:12:08 +00:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
text-transform: none;
|
|
|
|
letter-spacing: normal;
|
2009-09-06 18:20:41 +00:00
|
|
|
color: #000;
|
2009-08-21 19:29:45 +00:00
|
|
|
z-index: 0;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: #800;
|
|
|
|
text-decoration: none;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
a:hover {
|
|
|
|
color: #f00;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
a:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
a img {
|
|
|
|
border: none;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 12px 0;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
padding: 0;
|
2009-09-04 16:34:20 +00:00
|
|
|
margin: 0;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
small {
|
|
|
|
font-size: 11px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
hr {
|
|
|
|
height: 1px;
|
|
|
|
color: #000;
|
|
|
|
border: 0px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
blockquote {
|
|
|
|
margin: 10px;
|
|
|
|
padding: 5px 10px 5px 20px;
|
|
|
|
border-width: 1px 1px 1px 5px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #000;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
blockquote cite {
|
|
|
|
margin: 5px 0 0;
|
|
|
|
display: block;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
cite {
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
code {
|
|
|
|
padding: 10px;
|
|
|
|
display: block;
|
2009-08-25 12:37:13 +00:00
|
|
|
font-family: 'Courier New' , monospace;
|
2009-08-21 19:29:45 +00:00
|
|
|
border: 1px dotted #000;
|
|
|
|
overflow: scroll;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
acronym, abbr, span.caps {
|
|
|
|
cursor: help;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
acronym, abbr {
|
|
|
|
border-bottom: 1px dashed #000;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-09-06 01:37:35 +00:00
|
|
|
pre {
|
|
|
|
background: #eee;
|
|
|
|
padding: 5px;
|
|
|
|
border: 1px solid #999;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0 0 15px 0;
|
|
|
|
font-family: Courier, Monospace;
|
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
form {
|
|
|
|
margin: 0;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.button {
|
|
|
|
height: 25px;
|
2009-08-27 21:02:45 +00:00
|
|
|
padding: 0 5px;
|
|
|
|
color: #000;
|
|
|
|
font-family: 'Arial', sans-serif;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 13px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button:hover {
|
|
|
|
color: #fff;
|
2009-09-06 18:20:41 +00:00
|
|
|
background: #f00;
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.sfhover {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* HEADINGS */
|
|
|
|
|
|
|
|
h1, h1 a {
|
|
|
|
padding: 10px 0 0 0;
|
|
|
|
margin: 0;
|
2009-08-27 15:12:08 +00:00
|
|
|
color: #fff;
|
|
|
|
font-size: 56px;
|
|
|
|
font-family: 'georgia' , serif;
|
2009-08-21 19:29:45 +00:00
|
|
|
font-weight: normal;
|
2009-08-27 15:12:08 +00:00
|
|
|
line-height: 46px;
|
2009-08-21 19:29:45 +00:00
|
|
|
text-decoration: none;
|
2009-08-27 15:12:08 +00:00
|
|
|
letter-spacing: -5px;
|
2009-08-21 19:29:45 +00:00
|
|
|
font-variant: small-caps;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
h2, h2 a {
|
|
|
|
margin: 0;
|
2009-08-27 15:12:08 +00:00
|
|
|
color: #333;
|
|
|
|
font-weight: normal;
|
2009-08-21 19:29:45 +00:00
|
|
|
letter-spacing: -1px;
|
|
|
|
font-size: 24px;
|
2009-08-23 01:48:44 +00:00
|
|
|
line-height: 24px;
|
|
|
|
padding-bottom: 2px;
|
2009-08-27 15:12:08 +00:00
|
|
|
font-family: 'trebuchet ms';
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
h2.pagetitle, h2.pagetitle a {
|
|
|
|
padding: 0 0 5px 0;
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
font-family: 'Georgia' , serif;
|
|
|
|
font-size: 32px;
|
|
|
|
font-weight: normal;
|
|
|
|
letter-spacing: -2px;
|
|
|
|
clear: both;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
h3, h3 a {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 20px;
|
2009-08-27 15:12:08 +00:00
|
|
|
font-weight: normal;
|
2009-08-21 19:29:45 +00:00
|
|
|
text-align: left;
|
2009-08-27 15:12:08 +00:00
|
|
|
color: #333;
|
2009-08-21 19:29:45 +00:00
|
|
|
text-decoration: none;
|
|
|
|
clear: both;
|
|
|
|
letter-spacing: -1px;
|
2009-08-27 15:12:08 +00:00
|
|
|
font-family: 'verdana';
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* THE PAGE WRAPPER */
|
|
|
|
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */
|
|
|
|
|
2009-09-07 22:23:01 +00:00
|
|
|
/* Maintains the #page and #pagewide width after padding is set */
|
|
|
|
#page-wrap {
|
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
#page {
|
|
|
|
width: 780px;
|
|
|
|
margin: 0px auto;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
#page-wide {
|
2009-09-07 22:23:01 +00:00
|
|
|
width: 990px;
|
2009-08-21 19:29:45 +00:00
|
|
|
margin: 0px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* THE HEADER */
|
|
|
|
|
|
|
|
#header {
|
|
|
|
text-align: center;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#header a {
|
2009-09-06 18:20:41 +00:00
|
|
|
color: #000;
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#header .description {
|
2009-09-06 18:20:41 +00:00
|
|
|
color: #555;
|
2009-08-27 15:12:08 +00:00
|
|
|
padding: 0 0 10px 0;
|
|
|
|
font-size: 14px;
|
|
|
|
font-style: italic;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* THE MENU */
|
|
|
|
|
|
|
|
#menubar {
|
2009-09-06 18:20:41 +00:00
|
|
|
background: #000;
|
2009-08-21 19:29:45 +00:00
|
|
|
text-align: left;
|
2009-08-29 21:36:45 +00:00
|
|
|
list-style: none;
|
2009-08-27 04:17:24 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
#menunav {
|
|
|
|
float: right;
|
2009-08-27 04:17:24 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2009-09-06 18:20:41 +00:00
|
|
|
#menunav a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2009-08-27 04:17:24 +00:00
|
|
|
.menunav-search {
|
|
|
|
padding: 1px 1px 0 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menunav-rss {
|
2009-09-06 18:20:41 +00:00
|
|
|
width: 30px;
|
2009-08-27 04:17:24 +00:00
|
|
|
height: 25px;
|
2009-09-06 18:20:41 +00:00
|
|
|
line-height: 25px;
|
|
|
|
padding: 0 7px 0 5px;
|
2009-08-27 04:17:24 +00:00
|
|
|
margin: 0 0 0 4px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2009-08-27 15:12:08 +00:00
|
|
|
.menunav-rss:hover {
|
2009-09-06 18:20:41 +00:00
|
|
|
background: #b00;
|
|
|
|
color: #fff;
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
2009-08-27 04:17:24 +00:00
|
|
|
|
|
|
|
.menunav-prev, .menunav-next {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menunav-prev {
|
|
|
|
margin: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.menunav-prev a, .menunav-next a {
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
2009-09-06 18:20:41 +00:00
|
|
|
line-height: 20px;
|
|
|
|
font-size: 28px;
|
2009-08-27 15:12:08 +00:00
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2009-08-27 04:17:24 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.menunav-prev a {
|
|
|
|
}
|
2009-08-27 04:17:24 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.menunav-prev a:hover {
|
2009-09-06 18:20:41 +00:00
|
|
|
background: #b00;
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
2009-08-27 04:17:24 +00:00
|
|
|
|
|
|
|
.menunav-next a {
|
|
|
|
}
|
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.menunav-next a:hover {
|
2009-09-06 18:20:41 +00:00
|
|
|
background: #b00;
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
#menu {
|
2009-08-27 04:17:24 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2009-08-21 19:29:45 +00:00
|
|
|
list-style: none;
|
2009-08-27 04:17:24 +00:00
|
|
|
float: left;
|
|
|
|
line-height: 25px;
|
2009-08-21 19:29:45 +00:00
|
|
|
font-size: 13px;
|
2009-08-27 04:17:24 +00:00
|
|
|
}
|
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#menu a {
|
|
|
|
padding: 0px 10px 0 10px;
|
|
|
|
display: block;
|
2009-09-06 18:20:41 +00:00
|
|
|
color: #fff;
|
2009-08-27 15:12:08 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2009-08-27 04:17:24 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#menu li .rss {
|
|
|
|
padding: 5px 0 5px 0;
|
|
|
|
}
|
2009-08-27 04:17:24 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#menu li {
|
|
|
|
float: left;
|
2009-08-29 01:22:32 +00:00
|
|
|
cursor:pointer;
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
2009-08-27 04:17:24 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#menu li a {
|
|
|
|
}
|
2009-08-27 04:17:24 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#menu li:hover a, #menu li.sfhover a {
|
|
|
|
color: #fff; /* Main menu highlighted text color */
|
2009-09-06 18:20:41 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
2009-08-27 04:17:24 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#menu li:hover, #menu li.sfhover {
|
2009-09-06 18:20:41 +00:00
|
|
|
background: #b00; /* Main menu highlighted background color */
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
2009-08-27 04:17:24 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
/* For submenu dropdowns - this order must be maintained */
|
2009-08-27 04:17:24 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#menu ul {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
|
|
|
left: -9999px;
|
|
|
|
width: 175px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
#menu li li {
|
|
|
|
width: 165px;
|
|
|
|
padding: 4px 5px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
#menu li li a {
|
|
|
|
width: 174px;
|
|
|
|
padding: 0;
|
|
|
|
color: #fff;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
#menu li ul ul {
|
|
|
|
margin: -17px 0 0 170px;
|
|
|
|
}
|
|
|
|
#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
|
|
|
|
color: #fff; /*Submenu highlighted text color */
|
|
|
|
}
|
|
|
|
#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a {
|
|
|
|
color: #fff; /*Submenu text color */
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
#menu li li:hover {
|
|
|
|
background: #f00; /*Submenu highlighted background color */
|
|
|
|
}
|
|
|
|
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
|
|
|
|
left: -9999px;
|
|
|
|
}
|
|
|
|
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
|
|
|
|
left: auto;
|
|
|
|
background: #000; /* Submenu background color */
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu .current_page_item a {
|
|
|
|
color: #fff;
|
2009-09-06 18:20:41 +00:00
|
|
|
background: #555;
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* THE COMIC */
|
|
|
|
|
2009-08-30 09:42:24 +00:00
|
|
|
#comic-head {
|
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
#comic {
|
2009-09-06 18:20:41 +00:00
|
|
|
padding: 5px;
|
2009-08-21 19:29:45 +00:00
|
|
|
text-align: center;
|
|
|
|
z-index: 100;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 09:42:24 +00:00
|
|
|
#comic-foot {
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* THE FOOTER */
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
padding: 5px 0;
|
|
|
|
text-align: center;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* NAVIGATION */
|
|
|
|
|
2009-08-27 21:02:45 +00:00
|
|
|
a.navi-comments:hover span {
|
|
|
|
color:#860b04;
|
|
|
|
}
|
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.nav {
|
2009-08-21 19:29:45 +00:00
|
|
|
float: right;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 10px;
|
2009-08-26 08:22:29 +00:00
|
|
|
padding: 8px 5px 5px 5px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.nav-first {
|
|
|
|
padding: 0 5px 0 0;
|
|
|
|
float: left;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.nav-previous {
|
|
|
|
padding: 0 5px;
|
|
|
|
float: left;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.nav-next {
|
|
|
|
padding: 0 5px;
|
|
|
|
float: left;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.nav-last {
|
|
|
|
padding: 0 0 0 5px;
|
|
|
|
float: left;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
|
|
|
.pagenav, .commentnav {
|
2009-08-21 19:29:45 +00:00
|
|
|
height: 25px;
|
|
|
|
color: #000;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 25px;
|
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
margin-top: 5px;
|
|
|
|
clear: both;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.pagenav-left, .commentnav-left {
|
|
|
|
float: left;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.pagenav-right, .commentnav-right {
|
|
|
|
float: right;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.nav a, .pagenav a, .nav-blog a {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* POSTS - PAGES */
|
|
|
|
|
|
|
|
#pagewrap-right {
|
|
|
|
width: 770px;
|
|
|
|
float: left;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 09:42:24 +00:00
|
|
|
/* Wraps the content area */
|
2009-08-25 12:37:13 +00:00
|
|
|
#content-wrapper {
|
2009-08-30 09:42:24 +00:00
|
|
|
margin: 0;
|
2009-08-21 19:29:45 +00:00
|
|
|
padding: 0;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
#content {
|
|
|
|
float: left;
|
|
|
|
overflow: hidden;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.narrowcolumn {
|
|
|
|
width: 560px;
|
|
|
|
margin: 0 auto;
|
|
|
|
float: left;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.widecolumn {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
|
|
|
.column {
|
2009-08-21 19:29:45 +00:00
|
|
|
margin: 0 5px 0 5px;
|
2009-08-25 12:37:13 +00:00
|
|
|
padding: 5px 0;
|
2009-08-21 19:29:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post, .post-comic, .post-page {
|
|
|
|
clear: both;
|
2009-08-27 23:22:17 +00:00
|
|
|
text-align: left;
|
2009-08-21 19:29:45 +00:00
|
|
|
padding: 0 5px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.post-head, .post-page-head, .post-comic-head {
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-27 15:57:50 +00:00
|
|
|
.post-head, .post-page-head {
|
|
|
|
padding:10px 0 0 0;
|
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
.post-foot, .post-comic-foot, .post-page-foot {
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
.post-foot {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
|
|
|
.post-info {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-text {
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-author-gravatar {
|
|
|
|
float: right;
|
2009-08-26 04:01:17 +00:00
|
|
|
margin-left: 2px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-mood {
|
|
|
|
float: left;
|
2009-08-26 04:01:17 +00:00
|
|
|
margin-right: 2px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-date {
|
|
|
|
color: #777;
|
|
|
|
font-family: 'Georgia' , serif;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: bold;
|
|
|
|
float: left;
|
2009-08-26 04:01:17 +00:00
|
|
|
margin-right: 3px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-date .date {
|
|
|
|
height: 50px;
|
|
|
|
width: 45px;
|
|
|
|
background: url(images/calendar.png) center no-repeat;
|
2009-08-27 18:10:37 +00:00
|
|
|
font: normal 22px Georgia;
|
2009-08-25 12:37:13 +00:00
|
|
|
color: #000;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 100%;
|
|
|
|
padding: 0 2px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.post-date .date span {
|
|
|
|
height: 16px;
|
|
|
|
display: block;
|
|
|
|
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
color: #ffffff;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comicdate {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postdate {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-27 18:10:37 +00:00
|
|
|
.entry {
|
|
|
|
line-height: 1.45em;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.more-link {
|
|
|
|
border-top: 1px dashed #000;
|
|
|
|
font-style: italic;
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
.tags {
|
|
|
|
font-size: 11px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.related_posts {
|
2009-08-21 19:29:45 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.related_posts ul {
|
2009-08-21 19:29:45 +00:00
|
|
|
list-style: none;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2009-08-27 18:10:37 +00:00
|
|
|
.members-only {
|
|
|
|
border: solid 1px #000;
|
|
|
|
background: #eee;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
2009-08-29 01:22:32 +00:00
|
|
|
/* COMMENT LINK */
|
|
|
|
|
|
|
|
.comment-link {
|
|
|
|
height: 25px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-family: 'Arial', sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-link a {
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-link a:hover {
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-balloon {
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-link a:hover .comment-balloon {
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-balloon-empty {
|
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
/* THE BLOG HEADER */
|
|
|
|
|
|
|
|
#blogheader {
|
2009-08-25 12:37:13 +00:00
|
|
|
font-family: 'Georgia' , serif;
|
2009-08-21 19:29:45 +00:00
|
|
|
padding: 5px 0 5px 0;
|
|
|
|
font-size: 32px;
|
|
|
|
letter-spacing: -2px;
|
2009-08-27 18:10:37 +00:00
|
|
|
border-top: 1px solid #999;
|
2009-08-21 19:29:45 +00:00
|
|
|
margin-top: 10px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* COMMENTS */
|
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.comment-wrap {
|
2009-08-21 19:29:45 +00:00
|
|
|
padding: 0 20px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.comment-wrap h3 {
|
|
|
|
margin: 0;
|
|
|
|
padding: 20px 0 0 0;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 20px;
|
|
|
|
clear: both;
|
|
|
|
font-family: 'Georgia' , serif;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.commentlist {
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.comment {
|
2009-08-27 15:12:08 +00:00
|
|
|
padding: 2px;
|
2009-08-21 19:29:45 +00:00
|
|
|
clear: both;
|
|
|
|
min-height: 64px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.comment .comment {
|
2009-09-06 18:20:41 +00:00
|
|
|
margin-left: 30px;
|
2009-08-27 15:12:08 +00:00
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.comment .avatar {
|
|
|
|
margin: 0 10px 5px 0;
|
|
|
|
float: left;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.comment .trackping {
|
|
|
|
float: left;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
.comment #respond {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
.comment-author {
|
|
|
|
display: inline;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.comment-meta {
|
|
|
|
display: inline;
|
|
|
|
padding: 0 0 0 5px;
|
|
|
|
margin: 0 0 0 2px;
|
|
|
|
border-left: 1px solid #000;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.says {
|
2009-08-25 12:37:13 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.commentsrsslink {
|
|
|
|
float: right;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
#comment {
|
2009-08-21 19:29:45 +00:00
|
|
|
width: 99%;
|
|
|
|
font-size: 12px;
|
2009-08-25 12:37:13 +00:00
|
|
|
font-family: 'Arial' , sans-serif;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
#author, #email, #url {
|
|
|
|
font-size: 12px;
|
2009-08-25 12:37:13 +00:00
|
|
|
font-family: 'Arial' , sans-serif;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.commentlist ul {
|
|
|
|
list-style: none;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol.commentlist {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 11px;
|
|
|
|
list-style: none;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
ol.commentlist p {
|
|
|
|
margin: 10px 0 0 74px;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
ul.children {
|
2009-08-21 19:29:45 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.reply {
|
|
|
|
padding: 10px 0 0 0;
|
|
|
|
text-align: right;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
/* ARCHIVE */
|
|
|
|
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.comicarchiveframe {
|
|
|
|
padding: 5px;
|
|
|
|
border: 1px solid #000;
|
|
|
|
background: #fff;
|
|
|
|
margin-bottom: 20px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.comicarchiveframe:hover {
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.comicarchiveframe h3 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.comicarchiveframe a small {
|
|
|
|
display: block;
|
|
|
|
color: #000;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.archive-year {
|
|
|
|
font-size: 48px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.archive-yearlist {
|
|
|
|
padding: 0 0 10px 0;
|
|
|
|
font-size: 14px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* SIDEBAR */
|
|
|
|
|
|
|
|
/* Left Sidebar Themes */
|
|
|
|
#sidebar-left {
|
|
|
|
float: left;
|
2009-08-26 00:57:26 +00:00
|
|
|
width: 210px;
|
2009-09-06 18:20:41 +00:00
|
|
|
padding-top: 5px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* Right Sidebar Themes */
|
|
|
|
#sidebar-right {
|
2009-09-06 18:20:41 +00:00
|
|
|
padding-top: 5px;
|
2009-08-21 19:29:45 +00:00
|
|
|
float: right;
|
2009-08-26 00:57:26 +00:00
|
|
|
width: 210px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#sidebar-overcomic {
|
|
|
|
padding: 20px 0 0 0;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.customsidebar ul, .customsidebar li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* Sidebar Class */
|
|
|
|
|
|
|
|
.sidebar {
|
|
|
|
font-size: 11px;
|
2009-08-26 00:57:26 +00:00
|
|
|
margin: 0 5px 0 5px;
|
2009-08-21 19:29:45 +00:00
|
|
|
overflow: hidden;
|
2009-08-26 00:57:26 +00:00
|
|
|
padding: 0 0 5px 0;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.sidebar h2, .sidebar h2 a {
|
|
|
|
font-family:arial;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.sidebar .widget {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.sidebar ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.sidebar ul li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
text-align: left;
|
|
|
|
list-style: none;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.sidebar ul li ul li {
|
|
|
|
margin: 0 0 0 13px;
|
|
|
|
padding: 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.sidebar li h2 {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
2009-08-25 12:37:13 +00:00
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
/* WIDGETS */
|
|
|
|
|
|
|
|
|
2009-08-28 10:21:07 +00:00
|
|
|
.widget {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.widget_comicpress_comictitle {
|
|
|
|
font-size: 36px;
|
|
|
|
font-family: georgia;
|
|
|
|
letter-spacing: -2px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2009-08-28 10:21:07 +00:00
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
.random-comic-icon {
|
|
|
|
padding: 0 5px;
|
|
|
|
color: #fff;
|
|
|
|
background: #000;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.comic-bookmark {
|
|
|
|
width: 185px;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 10px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-28 10:21:07 +00:00
|
|
|
.archive-dropdown-wrap {
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.archive-dropdown-wrap:hover {
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-28 10:21:07 +00:00
|
|
|
.archive-dropdown {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 166px;
|
|
|
|
height: 23px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: 'Arial' , sans-serif;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* CALENDAR */
|
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#wp-calendar-wrap {
|
|
|
|
background:#fff;
|
|
|
|
padding:10px;
|
|
|
|
border:1px solid #999;
|
2009-08-28 10:24:43 +00:00
|
|
|
margin:10px 0;
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
#wp-calendar {
|
|
|
|
width: 165px;
|
|
|
|
margin: 0 auto;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.wp-calendar-thumb {
|
|
|
|
width: 178px;
|
|
|
|
height: 130px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
#wp-calendar th {
|
|
|
|
font-size: 10px;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
#wp-calendar caption {
|
|
|
|
font-family: 'Georgia' , sans-serif;
|
|
|
|
font-size: 18px;
|
|
|
|
letter-spacing: -1px;
|
|
|
|
font-variant: small-caps;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
#wp-calendar td {
|
|
|
|
min-width: 20px;
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #000;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
#wp-calendar a {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
#wp-calendar a:hover {
|
|
|
|
color: #fff;
|
|
|
|
background: #000;
|
|
|
|
}
|
2009-08-27 18:10:37 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
table#wp-calendar {
|
|
|
|
border:none;
|
|
|
|
background: transparent;
|
|
|
|
}
|
2009-08-27 18:10:37 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
table#wp-calendar td {
|
|
|
|
border-color: #999;
|
|
|
|
}
|
2009-08-29 01:22:32 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.wp-calendar-download {
|
|
|
|
width: 166px;
|
|
|
|
margin: 0 auto;
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: 10px;
|
|
|
|
text-align: right;
|
|
|
|
color: #777;
|
|
|
|
background: #222;
|
2009-08-29 01:22:32 +00:00
|
|
|
}
|
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.wp-calendar-download a {
|
|
|
|
padding: 0 3px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #fff;
|
|
|
|
background: #000;
|
|
|
|
border-left: 1px solid #777;
|
2009-08-29 01:22:32 +00:00
|
|
|
}
|
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.wp-calendar-download a:hover {
|
|
|
|
background: #800;
|
|
|
|
}
|
2009-08-29 01:22:32 +00:00
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
/* SEARCH */
|
|
|
|
|
2009-08-26 01:14:18 +00:00
|
|
|
#s-search, #s-transcript {
|
|
|
|
width: 138px;
|
|
|
|
padding: 4px 0 0 5px;
|
2009-08-21 19:29:45 +00:00
|
|
|
font-size: 12px;
|
2009-09-06 18:20:41 +00:00
|
|
|
height: 15px;
|
2009-08-25 12:37:13 +00:00
|
|
|
font-family: 'Arial' , sans-serif;
|
2009-08-26 01:14:18 +00:00
|
|
|
color: #000;
|
|
|
|
float: left;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
#s-search:hover, #s-search:focus, #s-transcript:hover, #s-transcript:focus {
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
#searchform button, #searchform-transcript button {
|
2009-09-06 18:20:41 +00:00
|
|
|
height: 24px;
|
2009-08-30 10:49:02 +00:00
|
|
|
width: 23px;
|
2009-09-06 18:20:41 +00:00
|
|
|
line-height: 20px;
|
2009-08-30 10:49:02 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
#searchform button:hover, #searchform-transcript button:hover {
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
#searchform button:hover, #searchform-transcript button:-moz-focus-inner {
|
|
|
|
}
|
2009-08-26 04:01:17 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.searchresults {
|
|
|
|
float: right;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2009-08-26 01:14:18 +00:00
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
/* GALLERY */
|
|
|
|
|
|
|
|
.gallery-image {
|
|
|
|
width: 518px;
|
|
|
|
overflow: hidden;
|
2009-08-27 16:47:33 +00:00
|
|
|
text-align: center;
|
2009-08-21 19:29:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gallery-caption {
|
|
|
|
font-size: 11px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.gallery-caption p {
|
|
|
|
width: 510px;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.imagenav-wrap {
|
|
|
|
margin: 5px 0 0 0;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.imagenav {
|
|
|
|
width: 77px;
|
|
|
|
height: 77px;
|
|
|
|
float: left;
|
|
|
|
overflow: hidden;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.imagenav-center {
|
|
|
|
width: 344px;
|
|
|
|
height: 65px;
|
|
|
|
margin: 0 5px;
|
|
|
|
padding: 10px 5px 0 5px;
|
|
|
|
float: left;
|
|
|
|
color: #000;
|
|
|
|
text-align: center;
|
|
|
|
overflow: hidden;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.imagetitle {
|
|
|
|
color: #000;
|
|
|
|
font-size: 18px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.imagenav-bg {
|
|
|
|
width: 75px;
|
|
|
|
height: 75px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 0;
|
|
|
|
background: #ddd;
|
|
|
|
border: 1px solid #000;
|
|
|
|
overflow: hidden;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.imagenav-bg img {
|
|
|
|
width: 75px;
|
|
|
|
height: 75px;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.imagenav-arrow {
|
|
|
|
width: 75px;
|
|
|
|
height: 75px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 80px;
|
|
|
|
font-weight: bold;
|
2009-08-25 12:37:13 +00:00
|
|
|
line-height: 75px;
|
2009-08-21 19:29:45 +00:00
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #000;
|
|
|
|
float: left;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.imagenav-link {
|
|
|
|
width: 75px;
|
|
|
|
height: 75px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
border: 1px solid #000;
|
|
|
|
float: left;
|
|
|
|
overflow: hidden;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.imagenav-link img {
|
|
|
|
width: 75px;
|
2009-08-30 10:49:02 +00:00
|
|
|
height: 75px;
|
|
|
|
/* opacity: 0.50; filter: alpha(opacity=50); */
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.imagenav-link img:hover {
|
2009-08-30 10:49:02 +00:00
|
|
|
/* opacity: 0.00; filter: alpha(opacity=0); */
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* POSTED IMAGES */
|
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.wp-caption p {
|
2009-08-21 19:29:45 +00:00
|
|
|
margin: 5px 0;
|
|
|
|
line-height: 11px;
|
|
|
|
font-size: 11px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.aligncenter {
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.alignright {
|
|
|
|
margin: 10px 0 10px 10px;
|
|
|
|
display: inline;
|
|
|
|
float: right;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.alignleft {
|
|
|
|
margin: 10px 10px 10px 0;
|
|
|
|
display: inline;
|
2009-08-25 12:37:13 +00:00
|
|
|
float: left;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* TRANSCRIPT */
|
|
|
|
|
|
|
|
#transcript {
|
|
|
|
padding: 0 10px;
|
|
|
|
font-size: 11px;
|
2009-08-27 15:57:50 +00:00
|
|
|
border-left: 4px dotted #333;
|
|
|
|
border-right: 4px dotted #333;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.transcript-border {
|
|
|
|
padding: 0 5px;
|
|
|
|
margin: 15px 0;
|
|
|
|
border: 1px solid #555;
|
|
|
|
background: #fff;
|
|
|
|
clear: both;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
a.transcript-title {
|
|
|
|
padding: 0 0 5px 0;
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
display: block;
|
|
|
|
font-family: 'Georgia' , serif;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 12px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
line-height: 2em;
|
|
|
|
border-bottom: 1px dashed #777;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
#transcript-content {
|
|
|
|
font-family: 'Courier New' , monospace;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* Pingbacks and Trackbacks */
|
|
|
|
|
|
|
|
li.pingback div p, li.trackback div p {
|
2009-08-25 12:37:13 +00:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* STORYLINES */
|
|
|
|
|
2009-08-27 04:17:24 +00:00
|
|
|
.storyline-cats {
|
2009-08-21 19:29:45 +00:00
|
|
|
padding: 0;
|
2009-08-27 04:17:24 +00:00
|
|
|
margin: 0;
|
2009-08-21 19:29:45 +00:00
|
|
|
list-style: none;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.storyline-cats li {
|
|
|
|
display: inline;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
li.storyline-root {
|
|
|
|
display: none;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* CLEAR FLOATS */
|
|
|
|
|
|
|
|
.clear {
|
|
|
|
clear: both;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
/* CLEAR MARGINS */
|
|
|
|
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */
|
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.clear-margins {
|
2009-08-21 19:29:45 +00:00
|
|
|
clear: both;
|
|
|
|
height: 0;
|
|
|
|
line-height: 0;
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** BUY THIS **/
|
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.buythis {
|
2009-08-21 19:29:45 +00:00
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
}
|
|
|
|
|
2009-08-25 12:37:13 +00:00
|
|
|
.buythisbutton {
|
2009-08-21 19:29:45 +00:00
|
|
|
height: 27px;
|
|
|
|
width: 240px;
|
|
|
|
margin: 5px 0 5px 0;
|
|
|
|
background: url('images/buythis.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Project Wonderful CSS Embedded areas **/
|
|
|
|
|
|
|
|
.blogpwad {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
.headerpwad {
|
2009-08-25 12:37:13 +00:00
|
|
|
float: right;
|
|
|
|
margin: 5px 5px 0 0;
|
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
.footerpwad {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
/* Archive Calendar Template */
|
|
|
|
|
2009-08-29 21:36:45 +00:00
|
|
|
.cpcal-image {
|
|
|
|
height: 120px;
|
|
|
|
width: 152px;
|
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
.cpcal-month {
|
|
|
|
width: 157px;
|
|
|
|
padding: 5px 0 5px 5px;
|
|
|
|
margin: 0 8px 8px 0;
|
|
|
|
float: left;
|
2009-08-30 09:42:24 +00:00
|
|
|
border: 1px solid #999;
|
|
|
|
background:#fff;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
.cpcal-monthtitle {
|
|
|
|
width: 154px;
|
|
|
|
height: 16px;
|
|
|
|
padding: 0 0 5px 0;
|
|
|
|
text-align: center;
|
2009-08-25 12:37:13 +00:00
|
|
|
font-family: 'Georgia' , serif;
|
2009-08-21 19:29:45 +00:00
|
|
|
font-variant: small-caps;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
letter-spacing: -1px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-27 04:17:24 +00:00
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
.cpcal-dayletter {
|
|
|
|
width: 20px;
|
|
|
|
height: 15px;
|
|
|
|
margin: 0 2px 2px 0;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 13px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
.cpcal-day {
|
|
|
|
width: 18px;
|
|
|
|
height: 13px;
|
|
|
|
margin: 0 2px 2px 0;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 13px;
|
2009-08-30 09:42:24 +00:00
|
|
|
border: 1px solid #999;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cpcal-day a {
|
|
|
|
width: 18px;
|
|
|
|
height: 13px;
|
|
|
|
line-height: 13px;
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cpcal-day a:hover {
|
|
|
|
color: #fff;
|
|
|
|
background: #000;
|
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
/* Storyline Template */
|
|
|
|
|
|
|
|
#storyline, #storyline ul {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
#storyline li {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
#storyline li img {
|
|
|
|
height: 50px;
|
|
|
|
display: none;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
#storyline li li img {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
padding: 0 0 0 10px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
#storyline ul ul {
|
|
|
|
margin: 0 0 0 20px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
#storyline li li .storyline-title {
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: bold;
|
|
|
|
display: block;
|
|
|
|
color: #000;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
#storyline li li .storyline-title:hover {
|
|
|
|
color: #900;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
#storyline li li li a.storyline-title {
|
|
|
|
font-size: 18px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
#storyline li li li li a.storyline-title {
|
|
|
|
font-size: 14px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.storyline-description {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.storyline-foot {
|
|
|
|
clear: both;
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
height: 10px;
|
|
|
|
border-bottom: 4px solid #000;
|
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
#storyline li li .storyline-foot {
|
|
|
|
border-bottom: 2px solid #000;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
#storyline li li li .storyline-foot {
|
|
|
|
border-bottom: 1px solid #000;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
/* Archive Year Template */
|
|
|
|
|
|
|
|
.archive-date {
|
|
|
|
padding: 0 5px 0 0;
|
|
|
|
font-size: 11px;
|
|
|
|
white-space: nowrap;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
.archive-title {
|
|
|
|
padding: 2px 5px;
|
|
|
|
line-height: 11px;
|
|
|
|
border-left: 1px solid #000;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.month-table {
|
2009-08-21 19:29:45 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
}
|
|
|
|
|
2009-09-12 15:37:07 +00:00
|
|
|
#linkspage, #linkspage ul, #linkspage li, #archivepage, #archivepage url, #archivepage li {
|
2009-08-25 12:37:13 +00:00
|
|
|
list-style: none;
|
2009-08-21 19:29:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#linkspage h2 {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2009-08-27 12:00:00 +00:00
|
|
|
/* Pagination */
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-27 12:00:00 +00:00
|
|
|
#wp-paginav {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#paginav {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
float: left;
|
2009-08-21 19:29:45 +00:00
|
|
|
line-height: 25px;
|
2009-08-27 12:00:00 +00:00
|
|
|
font-size: 13px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-27 15:12:08 +00:00
|
|
|
#paginav .paginav-pages, #paginav .paginav-extend {
|
|
|
|
padding: 0 15px 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#paginav a {
|
|
|
|
padding: 0px 10px 0 10px;
|
|
|
|
display: block;
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#paginav ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#paginav li {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#paginav li a {
|
2009-09-06 18:20:41 +00:00
|
|
|
color: #555;
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#paginav .paginav-next, #paginav .paginav-previous {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#paginav .paginav-current, #paginav .current {
|
|
|
|
padding: 0px 10px 0 10px;
|
2009-09-06 18:20:41 +00:00
|
|
|
color: #000;
|
|
|
|
font-size: larger;
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#paginav li:hover a {
|
2009-09-06 18:20:41 +00:00
|
|
|
color: #ff0000;
|
2009-08-27 15:12:08 +00:00
|
|
|
}
|
2009-08-27 12:00:00 +00:00
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
/* Tool Tips */
|
|
|
|
|
|
|
|
.tt a {
|
2009-08-25 12:37:13 +00:00
|
|
|
position: relative;
|
|
|
|
z-index: 1000;
|
|
|
|
color: #3CA3FF;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
2009-08-28 00:38:49 +00:00
|
|
|
margin-bottom: -110px;
|
2009-08-25 12:37:13 +00:00
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
a.tt span {
|
|
|
|
display: none;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
a.tt:hover span.tooltip {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: 200px;
|
|
|
|
color: #000;
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
height: 164px;
|
|
|
|
background: url('images/comicpress-rascal.png') no-repeat;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
a.tt:hover span.top {
|
|
|
|
display: block;
|
|
|
|
width: 200px;
|
|
|
|
height: 35px;
|
|
|
|
padding-top: 10px 10px 0 10px;
|
|
|
|
margin-top: 59px;
|
|
|
|
margin-left: 25px;
|
|
|
|
background: url('images/bubble.png') 0 0 no-repeat;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
a.tt:hover span.middle {
|
|
|
|
/* different middle bg for stretch */
|
|
|
|
display: block;
|
|
|
|
width: 180px;
|
|
|
|
margin-left: 25px;
|
|
|
|
padding: 0 10px;
|
|
|
|
background: url('images/bubble.png') -200px 0 repeat-y;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
a.tt:hover span.bottom {
|
|
|
|
display: block;
|
|
|
|
width: 200px;
|
|
|
|
height: 15px;
|
|
|
|
background-position: -100px;
|
|
|
|
color: #548912;
|
|
|
|
margin-left: 25px;
|
|
|
|
background: url('images/bubble.png') 0 -35px no-repeat;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
/* User Pages */
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
#userpage {
|
|
|
|
width: 100%;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.userpage-avatar {
|
|
|
|
float: left;
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.userpage-info {
|
|
|
|
margin-left: 10px;
|
|
|
|
float: left;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.userpage-desc {
|
|
|
|
width: 400px;
|
|
|
|
padding: 5px;
|
|
|
|
margin-top: 30px;
|
|
|
|
border: 1px dotted #efefef;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.userpage-posts {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.userpage-posts ol {
|
|
|
|
margin: 10px 0 0 30px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-08-30 10:49:02 +00:00
|
|
|
.userpage-posts li {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|