mirror of
https://github.com/Frumph/comicpress.git
synced 2026-01-31 02:05:17 +01:00
2267 lines
37 KiB
CSS
2267 lines
37 KiB
CSS
/*
|
|
Theme Name: ComicPress
|
|
Contributors: Frumph
|
|
Theme URI: http://frumph.net/comicpress
|
|
Description: Publish a WebComic with the ComicPress theme and the Comic Easel plugin.
|
|
Author: Philip M. Hofer (Frumph)
|
|
Author URI: http://frumph.net
|
|
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready, flexible-header, featured-images
|
|
Version: 4.7
|
|
Text Domain: comicpress
|
|
License: GNU General Public License, v3 (or newer)
|
|
License URI: http://www.opensource.org/licenses/gpl-3.0.html
|
|
GitHub Theme URI: https://github.com/Frumph/comicpress
|
|
GitHub Branch: master
|
|
Requires WP: 4.6
|
|
*/
|
|
|
|
/* Standard Tags */
|
|
|
|
html {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
color: #000;
|
|
font-family: Arial , sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:link {
|
|
color: #b00b00;
|
|
}
|
|
|
|
a:visited {
|
|
color: #600600;
|
|
}
|
|
|
|
a:hover {
|
|
color: #f00f00;
|
|
}
|
|
|
|
a:focus {
|
|
outline: none;
|
|
}
|
|
|
|
img {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
a img {
|
|
border: none;
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
padding: 5px 0;
|
|
}
|
|
|
|
p.attachment {
|
|
text-align: center;
|
|
}
|
|
|
|
.entry img, .post-content img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
small {
|
|
font-size: 12px;
|
|
}
|
|
|
|
hr {
|
|
height: 1px;
|
|
border: 0;
|
|
}
|
|
|
|
blockquote {
|
|
margin: 5px;
|
|
padding: 0;
|
|
border: 1px dashed #ccc;
|
|
font-size: 11px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
blockquote p:first-letter {
|
|
float: left;
|
|
margin: 3px 2px 0;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
blockquote p:first-line {
|
|
font-variant: small-caps;
|
|
}
|
|
|
|
acronym, abbr, span.caps {
|
|
cursor: help;
|
|
}
|
|
|
|
acronym, abbr {
|
|
border-bottom: 1px dashed #000;
|
|
}
|
|
|
|
form {
|
|
margin: 0;
|
|
}
|
|
|
|
input, textarea {
|
|
font-family: Arial , sans-serif;
|
|
font-size: 13px;
|
|
}
|
|
|
|
/* WP Aligns */
|
|
|
|
.aligncenter {
|
|
display: block;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.alignright {
|
|
display: inline;
|
|
float: right;
|
|
margin: 10px 0 10px 10px;
|
|
}
|
|
|
|
.alignleft {
|
|
display: inline;
|
|
float: left;
|
|
margin: 10px 10px 10px 0;
|
|
}
|
|
|
|
.wp-caption {
|
|
padding: 3px;
|
|
background: #eee;
|
|
text-align: center;
|
|
}
|
|
|
|
.type-showcase .wp-caption {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.wp-caption-text {
|
|
text-align: center;
|
|
}
|
|
|
|
/* Headings */
|
|
|
|
h1, h1 a {
|
|
margin: 0;
|
|
padding: 3px;
|
|
font-size: 48px;
|
|
line-height: 44px;
|
|
letter-spacing: -3px;
|
|
}
|
|
|
|
h2, h2 a {
|
|
margin: 0;
|
|
padding: 0 0 2px 0;
|
|
font-size: 24px;
|
|
line-height: 24px;
|
|
letter-spacing: -1px;
|
|
}
|
|
|
|
h3, h3 a {
|
|
clear: both;
|
|
margin: 5px 0;
|
|
padding: 0;
|
|
font-size: 20px;
|
|
letter-spacing: -1px;
|
|
}
|
|
|
|
h4, h4 a {
|
|
clear: both;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 15px;
|
|
}
|
|
|
|
/* Page */
|
|
|
|
#page-wrap {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
#page {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#header,
|
|
#menubar-wrapper,
|
|
#breadcrumb-wrapper,
|
|
#subcontent-wrapper,
|
|
#footer {
|
|
display: block;
|
|
max-width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
/* Header */
|
|
|
|
#header {
|
|
overflow: hidden;
|
|
z-index: 500;
|
|
}
|
|
|
|
#header .description {
|
|
display: block;
|
|
margin-left: 140px;
|
|
}
|
|
|
|
.header-info {
|
|
display: inline-block;
|
|
float: left;
|
|
padding: 10px;
|
|
}
|
|
|
|
/* Menu */
|
|
|
|
#menubar-wrapper {
|
|
clear: both;
|
|
height: 25px;
|
|
color: #fff;
|
|
background-color: #000;
|
|
line-height: 25px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.menu-container {
|
|
display: inline-block;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
.menunav {
|
|
display: inline-block;
|
|
float: right;
|
|
text-align: center;
|
|
}
|
|
|
|
.menunav-search {
|
|
float: left;
|
|
height: 22px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.menunav-search .s-search {
|
|
height: 15px;
|
|
}
|
|
|
|
.menunav-search button {
|
|
height: 21px;
|
|
}
|
|
|
|
a.menunav-rss {
|
|
display: inline-block;
|
|
float: left;
|
|
margin: 0 5px 0 3px;
|
|
padding: 0 4px;
|
|
}
|
|
|
|
.menunav-rss:hover {
|
|
background-color: Transparent;
|
|
}
|
|
|
|
.menu {
|
|
float: left;
|
|
}
|
|
|
|
.menu ul,
|
|
.footmenu ul {
|
|
z-index: 100;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
|
|
/*Top level list items*/
|
|
.menu ul li,
|
|
.footmenu ul li {
|
|
display: inline;
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
|
|
/*Top level menu link items style*/
|
|
.menu ul li a,
|
|
.footmenu ul li a {
|
|
display: block;
|
|
padding: 0 7px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
* html .menu ul li a {
|
|
display: inline-block; /* IE6 hack to get sub menu links to behave correctly */
|
|
}
|
|
|
|
/* Sub level menu links style */
|
|
.menu ul li ul li a {
|
|
width: 160px; /*width of sub menus*/
|
|
margin: 0;
|
|
padding: 5px;
|
|
background: #555; /* background of menu items (default state) */
|
|
font-family: Verdana , sans-serif;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
text-align: left;
|
|
}
|
|
|
|
.menu ul li a:hover {
|
|
color: #fc0;
|
|
background: #414141; /* background of menu items during onmouseover (hover state) */
|
|
}
|
|
|
|
.menu ul li a:link,
|
|
.menu ul li a:visited {
|
|
color: #fff;
|
|
}
|
|
|
|
.menu ul li ul li a:link,
|
|
.menu ul li ul li a:visited {
|
|
color: #fff;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.menu ul li a.selected {
|
|
/* CSS class that's dynamically added to the currently active menu items' LI A element */
|
|
color: #fff;
|
|
background: #414141;
|
|
}
|
|
|
|
/*1st sub level menu*/
|
|
.menu ul li ul {
|
|
display: none; /* collapse all sub menus to begin with */
|
|
visibility: hidden;
|
|
position: absolute;
|
|
left: 0;
|
|
}
|
|
|
|
/*Sub level menu list items (undo style from Top level List Items)*/
|
|
.menu ul li ul li {
|
|
display: list-item;
|
|
float: none;
|
|
}
|
|
|
|
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
|
|
.menu ul li ul li ul {
|
|
top: 0;
|
|
}
|
|
|
|
/* Holly Hack for IE \*/
|
|
* html .menu,
|
|
* html .footmenu {
|
|
height: 1%;
|
|
}
|
|
|
|
/* Holly Hack for IE7 and below */
|
|
|
|
|
|
/* ######### CSS classes applied to down and right arrow images ######### */
|
|
|
|
.menubar-arrow {
|
|
position: absolute;
|
|
margin-left: 2px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
/* Classes that can be used to override the down/right arrows with images of your own */
|
|
.menubar-down-arrow
|
|
|
|
.menubar-right-arrow
|
|
|
|
/* Home Icon */
|
|
|
|
/*
|
|
.menu-item-home {
|
|
background: url('images/home.png') top center no-repeat;
|
|
height: 25px;
|
|
width: 34px;
|
|
text-indent: -9999px;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
}
|
|
|
|
.menu-item-home a:hover {
|
|
background: #000000 url('images/home.png') top center no-repeat!important;
|
|
}
|
|
*/
|
|
|
|
/* Content-Wrapper */
|
|
|
|
#content-wrapper
|
|
|
|
/* Subcontent-Wrapper */
|
|
|
|
#subcontent-wrapper {
|
|
overflow: hidden;
|
|
padding: 1px;
|
|
}
|
|
|
|
/* This is the wrapper for the #content floats need to be in here */
|
|
#content-column {
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
|
|
#content {
|
|
display: inline-block;
|
|
float: left;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
body.wide #content-column, body.wide #content {
|
|
width: 100% !important;
|
|
}
|
|
|
|
article {
|
|
display: block;
|
|
}
|
|
|
|
.uentry,
|
|
#comment-wrapper,
|
|
#wp-paginav,
|
|
#pagenav {
|
|
border: 1px solid Transparent;
|
|
}
|
|
|
|
/* Posts Area */
|
|
|
|
.uentry {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.entry {
|
|
padding: 10px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.post-cat,
|
|
.post-author {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.post-extras {
|
|
display: block;
|
|
clear: both;
|
|
padding: 3px 10px;
|
|
}
|
|
|
|
a.post-edit-link {
|
|
padding: 5px;
|
|
text-align: right;
|
|
}
|
|
|
|
.post-image img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.post-content .post-image {
|
|
display: inline-block;
|
|
float: left;
|
|
margin: 4px;
|
|
padding: 3px 3px 0;
|
|
}
|
|
|
|
.post-content .post-image img {
|
|
width: 200px;
|
|
height: auto;
|
|
}
|
|
|
|
.post-info {
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.post-text {
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.post-author-gravatar {
|
|
display: inline-block;
|
|
float: right;
|
|
width: 82px;
|
|
margin: 3px;
|
|
}
|
|
|
|
.post-mood {
|
|
float: left;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.post-calendar-date {
|
|
float: left;
|
|
margin-right: 3px;
|
|
color: #777;
|
|
font-family: Georgia , serif;
|
|
font-size: 15px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.post-calendar-date .calendar-date {
|
|
width: 45px;
|
|
height: 50px;
|
|
padding: 0 2px 0 0;
|
|
color: #000;
|
|
background: url(images/calendar.png) center no-repeat;
|
|
font-family: Georgia , serif;
|
|
font-size: 22px;
|
|
font-style: normal;
|
|
line-height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.post-calendar-date .calendar-date span {
|
|
display: block;
|
|
height: 16px;
|
|
padding: 1px 0 4px 0;
|
|
color: #fff;
|
|
font-family: Verdana , sans-serif;
|
|
font-size: 11px;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
text-align: center;
|
|
}
|
|
|
|
.postdate {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.more-link {
|
|
display: block;
|
|
clear: both;
|
|
border-top: 1px dashed #ccc;
|
|
font-style: italic;
|
|
}
|
|
|
|
.post-tags, .cast-tags {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.linkpages
|
|
|
|
/* Comments */
|
|
|
|
#comment-wrapper {
|
|
padding: 10px;
|
|
}
|
|
|
|
.comment-link {
|
|
padding: 2px;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
text-align: right;
|
|
}
|
|
|
|
.comment {
|
|
display: block;
|
|
margin-top: 20px;
|
|
padding: 2px;
|
|
}
|
|
|
|
.comment .comment {
|
|
margin: 10px 0 0 70px;
|
|
}
|
|
|
|
.comment .comment .comment {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.bypostauthor
|
|
|
|
.comment-avatar {
|
|
display: inline-block;
|
|
float: left;
|
|
overflow: hidden;
|
|
width: 64px;
|
|
height: 64px;
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.comment-content {
|
|
margin-left: 68px;
|
|
}
|
|
|
|
.comment-author cite {
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
.comment .comment .comment-author cite {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.comment-meta-data {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.comment .comment .comment-permalink {
|
|
display: none;
|
|
}
|
|
|
|
.comment-moderated {
|
|
font-size: 15px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.comment-text {
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.comment-text p {
|
|
margin: 0;
|
|
padding: 5px 5px;
|
|
}
|
|
|
|
.comment-note {
|
|
display: inline-block;
|
|
width: 380px;
|
|
font-size: 11px;
|
|
text-align: left;
|
|
}
|
|
|
|
#respond .form-submit {
|
|
display: inline-block;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.comment-meta {
|
|
display: inline;
|
|
border-left: 1px solid #000;
|
|
}
|
|
|
|
.commentsrsslink {
|
|
float: right;
|
|
font-size: 11px;
|
|
}
|
|
|
|
#author, #email, #url {
|
|
width: 50%;
|
|
}
|
|
|
|
.comment-submit, .post-url-back {
|
|
float: right;
|
|
}
|
|
|
|
.commentlist ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
ol.commentlist {
|
|
margin: 0;
|
|
padding: 5px 0;
|
|
list-style: none;
|
|
}
|
|
|
|
ol.commentlist p {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
ul.children {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
#respond {
|
|
padding: 0;
|
|
}
|
|
|
|
.nocomments,
|
|
.closed-comments {
|
|
text-align: center;
|
|
}
|
|
|
|
#cancel-comment-reply-link {
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* Pingbacks and Trackbacks */
|
|
|
|
#pingtrackback-wrap {
|
|
margin: 10px 20px 0;
|
|
}
|
|
|
|
#pingtrackback {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.pingback .comment-content,
|
|
.trackback .comment-content {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.trackback .comment-author cite,
|
|
.pingback .comment-author cite {
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
textarea#comment {
|
|
width: 90%;
|
|
height: 80px;
|
|
}
|
|
|
|
#comment,
|
|
#author,
|
|
#email,
|
|
#url,
|
|
.comment-textarea,
|
|
.comicpress_control_panel_widget #user_login,
|
|
.comicpress_control_panel_widget #user_pass {
|
|
padding: 2px;
|
|
border: 1px solid #999;
|
|
border-radius: 6px;
|
|
color: #000;
|
|
background: #ccc;
|
|
font-family: Verdana , sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#comment-textarea:focus,
|
|
#comment:hover,
|
|
#author:hover,
|
|
#email:hover,
|
|
#url:hover,
|
|
#comment:focus,
|
|
#author:focus,
|
|
#email:focus,
|
|
#url:focus,
|
|
.comicpress_control_panel_widget #user_login:focus,
|
|
.comicpress_control_panel_widget #user_pass:focus {
|
|
background: #fff;
|
|
}
|
|
|
|
/* Pagenav / Comment Nav */
|
|
|
|
.pagenav,
|
|
.commentnav {
|
|
clear: both;
|
|
height: 25px;
|
|
margin-top: 5px;
|
|
padding: 0 5px 0 5px;
|
|
font-weight: 700;
|
|
line-height: 25px;
|
|
}
|
|
|
|
.pagenav-left,
|
|
.commentnav-left {
|
|
float: left;
|
|
}
|
|
|
|
.pagenav-right,
|
|
.commentnav-right {
|
|
float: right;
|
|
}
|
|
|
|
.nav a,
|
|
.pagenav a,
|
|
.nav-blog a {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
/* Default Sidebars */
|
|
|
|
#sidebar-left,
|
|
#sidebar-right {
|
|
display: inline-block;
|
|
padding: 2px;
|
|
}
|
|
|
|
#sidebar-left {
|
|
float: left;
|
|
}
|
|
|
|
#sidebar-right {
|
|
float: right;
|
|
}
|
|
|
|
body.layout-3cl #sidebar-right {
|
|
float: left;
|
|
}
|
|
|
|
body.layout-3cr #sidebar-left {
|
|
float: right;
|
|
}
|
|
|
|
.sidebar-basic ul,
|
|
.sidebar-basic li {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
#sidebar-header {
|
|
display: inline-block;
|
|
float: right;
|
|
margin: 10px 10px 0 0;
|
|
}
|
|
|
|
#sidebar-header .sidebar .widget {
|
|
border: 0;
|
|
background: none;
|
|
background-color: Transparent;
|
|
}
|
|
|
|
/* Sidebar Class */
|
|
|
|
#sidebar-right .sidebar,
|
|
#sidebar-left .sidebar {
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
}
|
|
|
|
h2.widget-title,
|
|
h2.widget-title a {
|
|
display: block;
|
|
margin: 0 0 0 2px;
|
|
padding: 0;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.sidebar ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.sidebar ul li {
|
|
margin: 0 0 0 10px;
|
|
padding: 0;
|
|
}
|
|
|
|
.sidebar .widget {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.sidebar .widget .post-extras,
|
|
.sidebar .widget .entry {
|
|
padding: 3px;
|
|
}
|
|
|
|
.sidebar-no-widgets {
|
|
margin: 0 auto 10px;
|
|
padding: 5px;
|
|
border: 1px dotted #aaa;
|
|
border-radius: 6px;
|
|
color: #000;
|
|
background: #ccc;
|
|
}
|
|
|
|
.classic-bookmark {
|
|
width: 185px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
/* Footer */
|
|
|
|
#footer
|
|
|
|
#footer-menubar-wrapper {
|
|
|
|
clear: both;
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
text-align: center;
|
|
}
|
|
|
|
.footmenu .menu {
|
|
display: inline-block;
|
|
float: none;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
#footer-sidebar-wrapper {
|
|
display: table;
|
|
margin: 0 auto;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
#sidebar-footer-left,
|
|
#sidebar-footer,
|
|
#sidebar-footer-right {
|
|
display: table-cell;
|
|
width: 33%;
|
|
padding: 2px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#sidebar-footer-left .widget,
|
|
#sidebar-footer .widget,
|
|
#sidebar-footer-right .widget {
|
|
margin: 0 auto;
|
|
padding: 2px 10px;
|
|
text-align: left;
|
|
}
|
|
|
|
.copyright-info {
|
|
clear: both;
|
|
margin-right: 20px;
|
|
font-size: 11px;
|
|
text-align: center;
|
|
}
|
|
|
|
.copyright-pipe {
|
|
padding: 0 2px;
|
|
}
|
|
|
|
/* Calendar */
|
|
|
|
#wp-calendar-wrap {
|
|
width: 180px;
|
|
margin: 0 auto;
|
|
padding: 2px;
|
|
}
|
|
|
|
#wp-calendar {
|
|
width: 165px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.wp-calendar-thumb {
|
|
width: 178px;
|
|
height: 130px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#wp-calendar th {
|
|
font-size: 11px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
}
|
|
|
|
#wp-calendar caption {
|
|
font-family: Georgia , sans-serif;
|
|
font-size: 18px;
|
|
font-variant: small-caps;
|
|
}
|
|
|
|
#wp-calendar td {
|
|
min-width: 20px;
|
|
padding: 0;
|
|
border: 1px solid #000;
|
|
text-align: center;
|
|
}
|
|
|
|
#wp-calendar a {
|
|
display: block;
|
|
color: #b00b00;
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#wp-calendar a:hover {
|
|
color: #fff;
|
|
background: #000;
|
|
}
|
|
|
|
table#wp-calendar {
|
|
border: none;
|
|
background: transparent;
|
|
}
|
|
|
|
table#wp-calendar td {
|
|
border-color: #999;
|
|
}
|
|
|
|
.wp-calendar-download {
|
|
overflow: hidden;
|
|
width: 166px;
|
|
margin: 0 auto;
|
|
color: #777;
|
|
background: #222;
|
|
font-size: 10px;
|
|
text-align: right;
|
|
}
|
|
|
|
.wp-calendar-download-links a {
|
|
padding: 0 3px;
|
|
border-left: 1px solid #777;
|
|
color: #fff;
|
|
background: #000;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.wp-calendar-download-links a:hover {
|
|
background: #800800;
|
|
}
|
|
|
|
/* Archive */
|
|
|
|
.archivecomicthumbwrap {
|
|
display: inline-block;
|
|
float: left;
|
|
overflow: hidden;
|
|
width: 120px;
|
|
height: 200px;
|
|
margin: 5px 3px;
|
|
}
|
|
|
|
.archivecomicthumbdate {
|
|
text-align: center;
|
|
}
|
|
|
|
.archivecomicframe {
|
|
text-align: center;
|
|
}
|
|
|
|
.archivecomicframe img {
|
|
width: 120px;
|
|
height: auto;
|
|
max-height: 200px;
|
|
}
|
|
|
|
/* Search */
|
|
|
|
.s-search {
|
|
float: left;
|
|
width: 140px;
|
|
height: 16px;
|
|
margin: 0 3px;
|
|
}
|
|
|
|
.searchform button {
|
|
float: left;
|
|
}
|
|
|
|
.archiveresults, .searchresults {
|
|
padding: 0 0 20px 5px;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* Gallery */
|
|
|
|
.gallery-image {
|
|
overflow: hidden;
|
|
max-width: 520px;
|
|
margin: 10px auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.gallery-caption {
|
|
font-size: 11px;
|
|
text-align: center;
|
|
}
|
|
|
|
.gallery-caption p {
|
|
width: 510px;
|
|
margin: 0;
|
|
padding: 5px;
|
|
}
|
|
|
|
.gallery-content {
|
|
padding: 20px;
|
|
}
|
|
|
|
.imagenav-wrap {
|
|
width: 500px;
|
|
margin: 5px auto;
|
|
}
|
|
|
|
.imagenav-left, .imagenav-right {
|
|
display: inline-block;
|
|
float: left;
|
|
overflow: hidden;
|
|
width: 77px;
|
|
height: 77px;
|
|
}
|
|
|
|
.imagenav-right {
|
|
float: right;
|
|
}
|
|
|
|
.imagenav-center {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
width: 334px;
|
|
height: 65px;
|
|
margin: 0 auto;
|
|
padding: 10px 5px 0 5px;
|
|
color: #000;
|
|
text-align: center;
|
|
}
|
|
|
|
.imagetitle {
|
|
color: #000;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.imagenav-bg {
|
|
overflow: hidden;
|
|
position: absolute;
|
|
z-index: 0;
|
|
width: 77px;
|
|
height: 77px;
|
|
}
|
|
|
|
.imagenav-bg img {
|
|
width: 75px;
|
|
height: 75px;
|
|
padding: 1px;
|
|
}
|
|
|
|
.imagenav-arrow {
|
|
float: left;
|
|
position: absolute;
|
|
z-index: 1;
|
|
width: 77px;
|
|
height: 67px;
|
|
color: #fff;
|
|
font-size: 80px;
|
|
font-weight: 700;
|
|
line-height: 67px;
|
|
text-align: center;
|
|
}
|
|
|
|
.imagenav-link {
|
|
float: left;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 77px;
|
|
height: 77px;
|
|
}
|
|
|
|
.imagenav-link img {
|
|
width: 75px;
|
|
height: 75px;
|
|
padding: 1px;
|
|
}
|
|
|
|
#gallery-1 .attachment-thumbnail {
|
|
border: none;
|
|
}
|
|
|
|
/* Pagination */
|
|
|
|
#wp-paginav {
|
|
text-align: left;
|
|
}
|
|
|
|
#paginav {
|
|
float: left;
|
|
margin: 0;
|
|
padding: 0 5px;
|
|
line-height: 25px;
|
|
list-style: none;
|
|
}
|
|
|
|
#pagenav {
|
|
padding: 3px 5px 2px;
|
|
}
|
|
|
|
#paginav .paginav-pages {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#paginav a {
|
|
display: block;
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
#paginav ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
#paginav li {
|
|
float: left;
|
|
}
|
|
|
|
#paginav .paginav-next, #paginav .paginav-previous {
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
#paginav .paginav-current, #paginav .current {
|
|
padding: 0 7px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.pagejumper-wrap {
|
|
float: right;
|
|
margin-right: 10px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
/* Navigation */
|
|
|
|
.blognav {
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
padding: 3px 12px;
|
|
}
|
|
|
|
.blognav-previous {
|
|
float: left;
|
|
}
|
|
|
|
.blognav-next {
|
|
float: right;
|
|
}
|
|
|
|
.nav {
|
|
float: right;
|
|
padding: 5px 0;
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.nav-first {
|
|
float: left;
|
|
}
|
|
|
|
.nav-previous {
|
|
float: left;
|
|
}
|
|
|
|
.nav-previous a {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.nav-next {
|
|
float: left;
|
|
}
|
|
|
|
.nav-next a {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.nav-last {
|
|
float: left;
|
|
}
|
|
|
|
.nav-last a {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.pagenav, .commentnav {
|
|
clear: both;
|
|
height: 25px;
|
|
margin-top: 5px;
|
|
padding: 0 5px 0 5px;
|
|
color: #000;
|
|
font-weight: 700;
|
|
line-height: 25px;
|
|
}
|
|
|
|
.pagenav-left, .commentnav-left {
|
|
float: left;
|
|
}
|
|
|
|
.pagenav-right, .commentnav-right {
|
|
float: right;
|
|
}
|
|
|
|
.nav a,
|
|
.nav-blog a
|
|
.pagenav a {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
/* Archive Year Template */
|
|
|
|
.author-archive-date {
|
|
display: inline-block;
|
|
width: 140px;
|
|
margin-right: 20px;
|
|
text-align: right;
|
|
}
|
|
|
|
.archive-date {
|
|
padding: 0 5px 0 0;
|
|
font-size: 12px;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.archive-title {
|
|
padding: 2px 5px; /* line-height: 11px; */
|
|
border-left: 1px dashed #aaa;
|
|
}
|
|
|
|
.month-table {
|
|
margin: 10px 0 20px 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
#linkspage,
|
|
#linkspage ul,
|
|
#linkspage li,
|
|
#archivepage,
|
|
#archivepage url,
|
|
#archivepage li {
|
|
list-style: none;
|
|
}
|
|
|
|
#linkspage h2 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
/* User Pages */
|
|
|
|
#userpage {
|
|
width: 100%;
|
|
padding: 5px;
|
|
}
|
|
|
|
.userpage-avatar {
|
|
float: left;
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
|
|
.userpage-info {
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.userpage-desc {
|
|
width: 400px;
|
|
margin-top: 30px;
|
|
padding: 5px;
|
|
border: 1px dotted #efefef;
|
|
}
|
|
|
|
.userpage-posts {
|
|
margin-top: 20px;
|
|
padding: 20px;
|
|
}
|
|
|
|
.userpage-posts ol {
|
|
padding: 0;
|
|
}
|
|
|
|
.userpage-posts li {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.user-info {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.user-info-name {
|
|
display: inline-block;
|
|
width: 100px;
|
|
margin-right: 5px;
|
|
font-weight:700;
|
|
text-align: right;
|
|
}
|
|
|
|
.user-contacts {
|
|
padding: 10px;
|
|
}
|
|
|
|
.user-contacts-serv {
|
|
display: inline-block;
|
|
width: 70px;
|
|
margin-right: 15px;
|
|
font-weight:700;
|
|
text-align: right;
|
|
}
|
|
|
|
/* Image / Attachments */
|
|
|
|
.imagenav-link img {
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.imagenav-link img:hover {
|
|
opacity: 0.1;
|
|
}
|
|
|
|
/* Comment Form */
|
|
|
|
#comment,
|
|
#author,
|
|
#email,
|
|
#url,
|
|
.s-search,
|
|
.comicpress_control_panel_widget input {
|
|
padding: 2px;
|
|
border: 1px solid #888;
|
|
border-radius: 6px;
|
|
color: #000;
|
|
background: #eee;
|
|
font-family: Verdana , sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#comment:focus,
|
|
#comment:hover,
|
|
#author:hover,
|
|
#email:hover,
|
|
#url:hover,
|
|
#author:focus,
|
|
#email:focus,
|
|
#url:focus,
|
|
.comicpress_control_panel_widget #sname:focus,
|
|
.comicpress_control_panel_widget #sname:hover,
|
|
.comicpress_control_panel_widget #spassword:focus,
|
|
.comicpress_control_panel_widget #spassword:hover,
|
|
.s-search:focus {
|
|
background: #fff;
|
|
}
|
|
|
|
.searchform {
|
|
margin-top: 2px;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
.comicpress_control_panel_widget #user_login,
|
|
.comicpress_control_panel_widget #user_pass {
|
|
width: 160px;
|
|
}
|
|
|
|
#submit,
|
|
.searchform button, #comic button,
|
|
.comicpress_control_panel_widget .button-primary {
|
|
border-radius: 6px;
|
|
color: #000;
|
|
background: #ccc; /* Old browsers */
|
|
background: linear-gradient(to bottom, rgba(170,170,170,1) 0%, rgba(204,204,204,1) 50%, rgba(221,221,221,1) 100%);
|
|
}
|
|
|
|
.commentsrsslink {
|
|
padding: 3px 5px;
|
|
}
|
|
|
|
.widget-content option {
|
|
background: #ddd;
|
|
}
|
|
|
|
#submit {
|
|
font-weight: 700;
|
|
}
|
|
|
|
#submit:hover,
|
|
.searchform button:hover {
|
|
color: #f00f00;
|
|
}
|
|
|
|
.searchform {
|
|
float: left;
|
|
}
|
|
|
|
.ie .searchform button,
|
|
.ie #submit {
|
|
display: inline-block;
|
|
float: left;
|
|
border: 1px solid #888;
|
|
color: #000;
|
|
background: #ccc;
|
|
font-size: 16px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.chrome .searchform button {
|
|
margin-top: 0;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.widget_rss a.rsswidget {
|
|
display: inline-block;
|
|
}
|
|
|
|
.widget_rss ul {
|
|
clear: both;
|
|
}
|
|
|
|
#page-foot p {
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
#default-nav-wrapper,
|
|
#casts-nav-wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.default-nav,
|
|
.casts-nav {
|
|
width: 260px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.default-nav-base,
|
|
.casts-nav-base {
|
|
display: inline-block;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.casts-nav-first,
|
|
.casts-nav-prev,
|
|
.default-nav-first,
|
|
.default-nav-prev {
|
|
float: left;
|
|
}
|
|
|
|
.casts-nav-next,
|
|
.casts-nav-last,
|
|
.default-nav-next,
|
|
.default-nav-last {
|
|
float: right;
|
|
}
|
|
|
|
/* Menunav Social Icons */
|
|
|
|
.menunav-social-wrapper {
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
|
|
.menunav-social {
|
|
display: inline-block;
|
|
float: left;
|
|
width: 25px;
|
|
height: 25px;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-indent: -9999px;
|
|
}
|
|
|
|
.menunav-twitter {
|
|
background: url('images/icons/twitter.png') no-repeat;
|
|
}
|
|
|
|
.menunav-rss2 {
|
|
margin-right: 3px;
|
|
background: url('images/icons/rss.png') no-repeat;
|
|
}
|
|
|
|
.menunav-facebook {
|
|
background: url('images/icons/facebook.png') no-repeat;
|
|
}
|
|
|
|
.menunav-linkedin {
|
|
background: url('images/icons/linkedin.png') no-repeat;
|
|
}
|
|
|
|
.menunav-pinterest {
|
|
background: url('images/icons/pinterest.png') no-repeat;
|
|
}
|
|
|
|
.menunav-youtube {
|
|
background: url('images/icons/youtube.png') no-repeat;
|
|
}
|
|
|
|
.menunav-flickr {
|
|
background: url('images/icons/flickr.png') no-repeat;
|
|
}
|
|
|
|
.menunav-tumblr {
|
|
background: url('images/icons/tumblr.png') no-repeat;
|
|
}
|
|
|
|
.menunav-deviantart {
|
|
background: url('images/icons/deviantart.png') no-repeat;
|
|
}
|
|
|
|
.menunav-myspace {
|
|
background: url('images/icons/myspace.png') no-repeat;
|
|
}
|
|
|
|
.menunav-email {
|
|
background: url('images/icons/email.png') no-repeat;
|
|
}
|
|
|
|
.menunav-social:hover {
|
|
background-color: Transparent;
|
|
background-position: 0 -25px;
|
|
}
|
|
|
|
/* Clear Floats */
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
/* Clear MAargins */
|
|
|
|
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */
|
|
|
|
.clear-margins {
|
|
clear: both;
|
|
height: 0;
|
|
font-size: 0;
|
|
line-height: 0;
|
|
}
|
|
|
|
/* Breadcrumbs */
|
|
|
|
.breadcrumbs {
|
|
padding: 3px 0 3px 20px;
|
|
}
|
|
|
|
/* Sticky Image */
|
|
|
|
.sticky-image {
|
|
display: inline-block;
|
|
float: left;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-top: 20px;
|
|
background: url('images/pushpin-small.png') top center no-repeat;
|
|
text-indent: -9999px;
|
|
}
|
|
|
|
/* Hides navigation links and site footer when infinite scroll is active */
|
|
/* .infinite-scroll.neverending #footer */
|
|
.infinite-scroll #navigation,
|
|
.infinite-scroll #wp-paginav,
|
|
.infinite-scroll #pagenav {
|
|
display: none;
|
|
}
|
|
|
|
/* Shows the footer again in case all posts have been loaded */
|
|
.infinity-end.neverending #footer {
|
|
display: block;
|
|
}
|
|
|
|
.syntaxhighlighter {
|
|
font-size: 11px !important;
|
|
}
|
|
|
|
/* Text meant only for screen readers. */
|
|
.screen-reader-text {
|
|
overflow: hidden;
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
position: absolute !important;
|
|
width: 1px;
|
|
height: 1px;
|
|
}
|
|
|
|
.screen-reader-text:focus {
|
|
display: block;
|
|
clip: auto !important;
|
|
z-index: 100000; /* Above WP toolbar. */
|
|
top: 5px;
|
|
left: 5px;
|
|
width: auto;
|
|
height: auto;
|
|
padding: 15px 23px 14px;
|
|
border-radius: 3px;
|
|
color: #21759b;
|
|
background-color: #f1f1f1;
|
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
|
font-size: 14px;
|
|
font-size: 0.875rem;
|
|
font-weight: 700;
|
|
line-height: normal;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* Widget Classic Bookmark */
|
|
|
|
#bmh {
|
|
visibility: hidden;
|
|
position: absolute;
|
|
width: 173px;
|
|
margin: 15px 0 0 0;
|
|
padding: 5px;
|
|
border: 1px solid #ccc;
|
|
color: #eee;
|
|
background-color:#222;
|
|
font-size: 11px;
|
|
}
|
|
|
|
/* Customizer Rounded Posts */
|
|
|
|
body.rounded-posts .uentry,
|
|
body.rounded-posts #comment-wrapper,
|
|
body.rounded-posts #wp-paginav,
|
|
body.rounded-posts #pagenav,
|
|
body.rounded-posts .location-info {
|
|
border-radius: 10px;
|
|
box-shadow: inset 1px 2px 2px #000;
|
|
}
|
|
|
|
/* Scheme: Boxed */
|
|
body.scheme-boxed {
|
|
background: #27496b;
|
|
}
|
|
|
|
body.scheme-boxed #page {
|
|
border: 1px solid #000;
|
|
background: #fff;
|
|
box-shadow: 1px 2px 10px #000;
|
|
}
|
|
|
|
/* Scheme Sandy */
|
|
body.scheme-sandy {
|
|
background: #ccacca;
|
|
}
|
|
|
|
body.scheme-sandy #page {
|
|
width: auto;
|
|
background-color: Transparent !important;
|
|
}
|
|
|
|
body.scheme-sandy h1 a,
|
|
body.scheme-boxed h1 a {
|
|
text-shadow: 1px 2px 2px #777;
|
|
}
|
|
|
|
body.scheme-sandy #comic-wrap {
|
|
position: relative;
|
|
margin: 0 auto;
|
|
margin-bottom: -3px;
|
|
border: 1px solid #000;
|
|
border-radius: 12px;
|
|
background: #fff;
|
|
box-shadow: 1px 2px 10px #000;
|
|
}
|
|
|
|
body.scheme-sandy #subcontent-wrapper {
|
|
padding-top: 5px;
|
|
background: #fff;
|
|
box-shadow: 1px 2px 10px #000;
|
|
}
|
|
|
|
body.scheme-sandy.cnc #subcontent-wrapper {
|
|
padding-top: 2px;
|
|
}
|
|
|
|
body.scheme-sandy #footer {
|
|
margin-top: 10px;
|
|
background: #fff;
|
|
box-shadow: 1px 2px 10px #000;
|
|
}
|
|
|
|
/* Scheme: Mecha */
|
|
|
|
body.scheme-mecha {
|
|
background-color: #222;
|
|
}
|
|
|
|
body.scheme-mecha .description {
|
|
color: #fff;
|
|
}
|
|
|
|
body.scheme-mecha #page-wrap {
|
|
width: 100%;
|
|
background: url('images/background-overlay.png') top center repeat-x;
|
|
}
|
|
|
|
body.scheme-mecha #menubar-wrapper {
|
|
margin: 1px 0 5px auto;
|
|
padding: 2px 0 5px 0;
|
|
border-radius: 4px;
|
|
background: #111; /* Old browsers */
|
|
background: linear-gradient(to bottom, #4c4c4c 0%, #1c1c1c 91%,#131313 100%);
|
|
box-shadow: 1px 2px 10px #000;
|
|
}
|
|
|
|
body.scheme-mecha #menubar-wrapper a {
|
|
text-shadow: 1px 1px 1px #333;
|
|
}
|
|
|
|
body.scheme-mecha #content-wrapper {
|
|
border-radius: 10px;
|
|
background: #111 url('images/background-lines.png') repeat;
|
|
box-shadow: 1px 2px 10px #000;
|
|
}
|
|
|
|
body.scheme-mecha .post-info,
|
|
body.scheme-mecha .uentry,
|
|
body.scheme-mecha #wp-paginav,
|
|
body.scheme-mecha h2.widget-title,
|
|
body.scheme-mecha #comment-wrapper,
|
|
body.scheme-mecha .blognav,
|
|
body.scheme-mecha .default-nav,
|
|
body.scheme-mecha .feature {
|
|
border-color: #000;
|
|
background: #eee;
|
|
}
|
|
|
|
body.scheme-mecha #submit,
|
|
body.scheme-mecha #wp-paginav,
|
|
body.scheme-mecha h2.widget-title,
|
|
body.scheme-mecha #comment-wrapper,
|
|
body.scheme-mecha .blognav,
|
|
body.scheme-mecha .default-nav,
|
|
body.scheme-mecha .submit,
|
|
body.scheme-mecha .feature,
|
|
body.scheme-mecha .related-comics {
|
|
margin-bottom: 2px;
|
|
padding: 2px 5px;
|
|
}
|
|
|
|
body.scheme-mecha .post-info,
|
|
body.scheme-mecha .uentry,
|
|
body.scheme-mecha .type-attachment,
|
|
body.scheme-mecha #wp-paginav,
|
|
body.scheme-mecha .sidebar h2,
|
|
body.scheme-mecha #comment-wrapper,
|
|
body.scheme-mecha .blognav,
|
|
body.scheme-mecha .default-nav,
|
|
body.scheme-mecha .submit,
|
|
body.scheme-mecha .feature {
|
|
border-radius: 10px 10px 5px 5px;
|
|
background: #eee; /* Old browsers */
|
|
background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(170,170,170,1) 100%);
|
|
}
|
|
|
|
body.scheme-mecha .post-info {
|
|
padding: 5px 5px 2px 5px;
|
|
border-bottom: 1px solid #888;
|
|
border-radius: 6px 6px 0 0;
|
|
}
|
|
|
|
body.scheme-mecha .blognav {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
body.scheme-mecha .blognav-prev {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
body.scheme-mecha .blognav-next {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
body.scheme-mecha .menu a,
|
|
body.scheme-mecha .menunav a,
|
|
body.scheme-mecha h2.page-title,
|
|
body.scheme-mecha h2.post-title {
|
|
text-shadow: 1px 1px 1px #000;
|
|
}
|
|
|
|
body.scheme-mecha #wp-calendar-wrap {
|
|
border: 1px solid #111;
|
|
border-radius: 6px;
|
|
background: #333; /* Old browsers */
|
|
background: linear-gradient(135deg, rgba(51,51,51,1) 0%, rgba(68,68,68,1) 9%, rgba(85,85,85,1) 24%, rgba(17,17,17,1) 41%, rgba(102,102,102,1) 75%, rgba(89,89,89,1) 88%, rgba(76,76,76,1) 100%);
|
|
}
|
|
|
|
body.scheme-mecha #footer-sidebar-wrapper {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
body.scheme-mecha .menunav-rss:hover,
|
|
body.scheme-mecha .menu ul li a:hover,
|
|
body.scheme-mecha .menu ul li a.selected {
|
|
border-radius: 10px;
|
|
color: #fcff00;
|
|
background: #111; /* Old browsers */
|
|
background: linear-gradient(to bottom, #131313 0%, #1c1c1c 91%, #4c4c4c 100%);
|
|
}
|
|
|
|
body.scheme-mecha .menu ul li ul li a:hover,
|
|
body.scheme-mecha .menu ul li ul li a.selected {
|
|
border-radius: 0;
|
|
background: #111;
|
|
}
|
|
|
|
body.scheme-mecha .menu .current_page_item > a {
|
|
font-weight: 700;
|
|
}
|
|
|
|
body.scheme-mecha .menu-item-home {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
body.scheme-mecha .menu ul li a:hover,
|
|
body.scheme-mecha .menu ul li ul li a:hover {
|
|
color: #fcff00;
|
|
}
|
|
|
|
body.scheme-mecha .copyright-info {
|
|
color: #ccc;
|
|
}
|
|
|
|
body.scheme-mecha .copyright-info a:link,
|
|
body.scheme-mecha .copyright-info a:visited {
|
|
color: #a0fa0f;
|
|
}
|
|
|
|
body.scheme-mecha .copyright-info a:hover {
|
|
color: #f00f00;
|
|
}
|
|
|
|
body.scheme-mecha #sidebar-left,
|
|
body.scheme-mecha #sidebar-right,
|
|
body.scheme-mecha #footer-sidebar-wrapper {
|
|
color: #fff;
|
|
}
|
|
|
|
body.scheme-mecha h2.widget-title {
|
|
padding: 0 0 0 10px;
|
|
border-radius: 4px;
|
|
color: #000;
|
|
}
|
|
|
|
body.scheme-mecha .footmenu a:link ,
|
|
body.scheme-mecha #sidebar-left a:link,
|
|
body.scheme-mecha #sidebar-right a:link,
|
|
body.scheme-mecha #footer-sidebar-wrapper a:link {
|
|
color: #fcff00;
|
|
}
|
|
|
|
body.scheme-mecha .footmenu a:visited,
|
|
body.scheme-mecha #sidebar-left a:visited,
|
|
body.scheme-mecha #sidebar-right a:visited,
|
|
body.scheme-mecha #footer-sidebar-wrapper a:visited {
|
|
color: #fcff00;
|
|
}
|
|
|
|
body.scheme-mecha.footmenu a:hover,
|
|
body.scheme-mecha #sidebar-left a:hover,
|
|
body.scheme-mecha #sidebar-right a:hover,
|
|
body.scheme-mecha #footer-sidebar-wrapper a:hover {
|
|
color: #f00f00;
|
|
}
|
|
|
|
body.scheme-mecha .archiveresults,
|
|
body.scheme-mecha .searchresults,
|
|
body.scheme-mecha.archive h2.page-title,
|
|
body.scheme-mecha.search h2.page-title {
|
|
color: #fff;
|
|
}
|
|
|
|
/* Scheme: CEasel */
|
|
|
|
body.scheme-ceasel {
|
|
background: #ccc url('images/noise.jpg') repeat;
|
|
font-family: "Trebuchet MS" , Helvetica, sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
body.scheme-ceasel h1,
|
|
body.scheme-ceasel h1 a,
|
|
body.scheme-ceasel h2,
|
|
body.scheme-ceasel h2 a,
|
|
body.scheme-ceasel h3,
|
|
body.scheme-ceasel h3 a,
|
|
body.scheme-ceasel h4,
|
|
body.scheme-ceasel h4 a {
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
body.scheme-ceasel #header h1 {
|
|
text-shadow: 1px 1px 1px #ccc;
|
|
}
|
|
|
|
body.scheme-ceasel #menubar-wrapper {
|
|
overflow: visible;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
color: #fff;
|
|
background: #bababa; /* Old browsers */
|
|
background: linear-gradient(to bottom, rgba(234,234,234,1) 0%, rgba(202,202,202,1) 100%);
|
|
box-shadow: 1px 1px 3px rgba(20, 20, 20, 0.2), 2px 2px 4px rgba(0, 0, 0, 0.2);
|
|
text-decoration: none;
|
|
}
|
|
|
|
body.scheme-ceasel .menu ul li a:link,
|
|
body.scheme-ceasel .menu ul li a:visited {
|
|
color: #000;
|
|
}
|
|
|
|
body.scheme-ceasel .menu ul li a:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
body.scheme-ceasel .menu ul li ul li a:link,
|
|
body.scheme-ceasel .menu ul li ul li a:visited {
|
|
color: #fff;
|
|
}
|
|
|
|
body.scheme-ceasel #menubar-wrapper a {
|
|
border-radius: 2px;
|
|
}
|
|
|
|
body.scheme-ceasel .menu ul li a,
|
|
body.scheme-ceasel .menunav-rss {
|
|
font-size: 16px;
|
|
}
|
|
|
|
body.scheme-ceasel #breadcrumb-wrapper,
|
|
body.scheme-ceasel #wp-paginav,
|
|
body.scheme-ceasel #pagenav {
|
|
margin: 5px auto;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
background: #fff; /* Old browsers */
|
|
background: linear-gradient(135deg, rgba(223,223,223,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
|
|
box-shadow: none;
|
|
}
|
|
|
|
body.scheme-ceasel #wp-paginav,
|
|
body.scheme-ceasel #pagenav {
|
|
padding: 0 5px;
|
|
}
|
|
|
|
body.scheme-ceasel #content-wrapper {
|
|
border: 1px solid #ccc;
|
|
border-radius: 6px;
|
|
background: #fff;
|
|
}
|
|
|
|
body.scheme-ceasel .sidebar .widget {
|
|
margin: 10px 0;
|
|
border-radius: 4px;
|
|
background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(223,223,223,1) 100%);
|
|
box-shadow: none;
|
|
}
|
|
|
|
body.scheme-ceasel .uentry {
|
|
margin-bottom: 30px;
|
|
border-radius: 6px;
|
|
background: #fff url('images/post-bottom.jpg') bottom left repeat-x;
|
|
}
|
|
|
|
body.scheme-ceasel .post-info {
|
|
border-radius: 6px;
|
|
background: linear-gradient(to bottom, rgba(221,221,221,0.65) 0%,rgba(255,255,255,0.39) 80%,rgba(255,255,255,0) 100%);
|
|
}
|
|
|
|
body.scheme-ceasel .sidebar h2 {
|
|
padding: 1px 4px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
background: linear-gradient(to bottom, rgba(234,234,234,1) 0%, rgba(202,202,202,1) 100%);
|
|
}
|
|
|
|
body.scheme-ceasel .post-text {
|
|
border-radius: 0 0 4px 4px;
|
|
}
|
|
|
|
body.scheme-ceasel .uentry h2,
|
|
body.scheme-ceasel h2.page-title {
|
|
padding: 2px;
|
|
}
|
|
|
|
body.scheme-ceasel .post-extras {
|
|
padding: 5px;
|
|
}
|
|
|
|
body.scheme-ceasel .sidebar .widget ul,
|
|
body.scheme-ceasel .comic-thumb {
|
|
padding: 5px;
|
|
}
|
|
|
|
body.scheme-ceasel .entry {
|
|
padding: 10px;
|
|
}
|
|
|
|
body.scheme-ceasel .entry h4 {
|
|
margin: 10px 0 5px;
|
|
}
|
|
|
|
body.scheme-ceasel #footer {
|
|
text-align: left;
|
|
}
|
|
|
|
body.scheme-ceasel #page-foot {
|
|
background: #111;
|
|
}
|
|
|
|
body.scheme-ceasel #comment-wrapper {
|
|
padding: 20px;
|
|
}
|
|
|
|
body.scheme-ceasel .feature img {
|
|
max-width: 100%;
|
|
border: none;
|
|
}
|
|
|
|
body.scheme-ceasel h2.slider-title a:hover {
|
|
color: #f00f00;
|
|
}
|
|
|
|
body.layout-2cr.scheme-ceasel #sidebar-footer {
|
|
display: block;
|
|
width: 920px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
body.scheme-ceasel #sidebar-footer-left .widget,
|
|
body.scheme-ceasel #sidebar-footer .widget,
|
|
body.scheme-ceasel #sidebar-footer-right .widget {
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
|
|
body.scheme-ceasel .widget-content .tagcloud {
|
|
padding: 5px;
|
|
}
|
|
|
|
body.scheme-ceasel .sidebar .widget_search,
|
|
body.scheme-ceasel .sidebar .ceo_comic_archive_dropdown_widget,
|
|
body.scheme-ceasel .sidebar .ceo_comic_list_dropdown_widget {
|
|
border: 0 !important;
|
|
background: none !important;
|
|
}
|
|
|
|
body.scheme-ceasel .sidebar .ceo_comic_archive_dropdown_widget h2.widget-title {
|
|
display: none;
|
|
}
|
|
|
|
/* Scheme: High Society */
|
|
|
|
body.scheme-high {
|
|
color: #fff;
|
|
background: #111 url('images/background-high-body.jpg') top center repeat;
|
|
}
|
|
|
|
body.scheme-high #page {
|
|
width: auto;
|
|
}
|
|
|
|
body.scheme-high #header,
|
|
body.scheme-high #menubar-wrapper,
|
|
body.scheme-high #breadcrumb-wrapper,
|
|
body.scheme-high #subcontent-wrapper,
|
|
body.scheme-high #footer-sidebar-wrapper {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
body.scheme-high #comic-wrap {
|
|
margin: 2px auto 5px !important;
|
|
padding: 5px;
|
|
}
|
|
|
|
body.scheme-high.cnc #comic-wrap {
|
|
width: auto !important;
|
|
}
|
|
|
|
body.scheme-high #page-wrap {
|
|
background: url('images/background-high-page-wrap.jpg') top repeat-x;
|
|
}
|
|
|
|
body.scheme-high a,
|
|
body.scheme-high a:link,
|
|
body.scheme-high a:visited,
|
|
body.scheme-high #wp-calendar a {
|
|
color: #f1a616;
|
|
}
|
|
|
|
body.scheme-high a:hover,
|
|
body.scheme-high #wp-calendar a:hover {
|
|
color: #ffcf00;
|
|
}
|
|
|
|
body.scheme-high h2.post-title a {
|
|
color: #ffcf00;
|
|
}
|
|
|
|
body.scheme-high h2.post-title a:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
body.scheme-high #header {
|
|
overflow: hidden;
|
|
height: 130px !important;
|
|
}
|
|
|
|
body.scheme-high #header h1 a,
|
|
body.scheme-high #header .description {
|
|
text-shadow: 2px 2px 1px #000;
|
|
}
|
|
|
|
body.scheme-high .menu a,
|
|
body.scheme-high .menunav a,
|
|
body.scheme-high .comic-nav-base {
|
|
text-shadow: 1px 1px 1px #333;
|
|
}
|
|
|
|
body.scheme-high #menubar-wrapper {
|
|
margin-bottom: 10px !important;
|
|
background-color: Transparent;
|
|
}
|
|
|
|
body.scheme-high .menu ul li a:link,
|
|
body.scheme-high .menu ul li a:visited,
|
|
body.scheme-high .menunav a:link,
|
|
body.scheme-high .menunav a:visited {
|
|
color: #000;
|
|
}
|
|
|
|
body.scheme-high .menunav a:hover {
|
|
color: #fff;
|
|
background-color: Transparent;
|
|
}
|
|
|
|
body.scheme-high .menunav-rss:hover,
|
|
body.scheme-high .menu ul li a:hover,
|
|
body.scheme-high .menu ul li a.selected,
|
|
body.scheme-high .menu ul li ul li a:link,
|
|
body.scheme-high .menu ul li ul li a:visited {
|
|
border-radius: 10px;
|
|
color: #fcff00;
|
|
background-color: #303030;
|
|
}
|
|
|
|
body.scheme-high .menu ul li ul li a:hover {
|
|
color: #fff;
|
|
background: #111;
|
|
}
|
|
|
|
body.scheme-high .uentry,
|
|
body.scheme-high .sidebar h2,
|
|
body.scheme-high #wp-calendar-wrap,
|
|
body.scheme-high #wp-paginav,
|
|
body.scheme-high #comment-wrapper,
|
|
body.scheme-high #pagenav,
|
|
body.scheme-high table#comic-nav-wrapper,
|
|
body.scheme-high #comic-wrap {
|
|
margin-bottom: 10px;
|
|
border: 1px solid #2d1f04;
|
|
border-radius: 10px;
|
|
background: #000 url('images/background-high-post.jpg') repeat;
|
|
box-shadow: 1px 2px 3px #000;
|
|
}
|
|
|
|
body.scheme-high .post-info {
|
|
background: #000;
|
|
padding: 0 5px 5px 5px;
|
|
border-bottom: 1px solid #2d1f04;
|
|
border-radius: 10px 10px 0 0;
|
|
padding: 3px 5px;
|
|
}
|
|
|
|
body.scheme-high table#comic-nav-wrapper {
|
|
background: #000 url('images/background-high-body.jpg') repeat;
|
|
}
|
|
|
|
body.scheme-high .sidebar h2 {
|
|
margin-right: 3px;
|
|
padding: 2px 8px 3px;
|
|
font-weight: 400;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
body.scheme-high #blogheader {
|
|
width: 80%;
|
|
border-color: #2d1f04;
|
|
box-shadow: 1px 2px 1px #000;
|
|
}
|
|
|
|
body.scheme-high .post-image img {
|
|
border: 1px solid #000;
|
|
border-radius: 10px 10px 0 0;
|
|
}
|