diff --git a/.gitignore b/.gitignore index 07970b9..4478ece 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .project .settings/ coverage/ +.DS_Store diff --git a/404.php b/404.php deleted file mode 100644 index 7c3e1d1..0000000 --- a/404.php +++ /dev/null @@ -1,22 +0,0 @@ - -
-
-

Page Not Found

-

Click here to return to the home page or try a search:

-

-
-
-
- comicpress_options['layout']); -?> \ No newline at end of file diff --git a/application.php b/application.php deleted file mode 100644 index 67ff38d..0000000 --- a/application.php +++ /dev/null @@ -1,37 +0,0 @@ - -> - - > -
- - - - - - -
- - -
- - - - - \ No newline at end of file diff --git a/archive-comic-calendar.php b/archive-comic-calendar.php deleted file mode 100644 index a3fdf74..0000000 --- a/archive-comic-calendar.php +++ /dev/null @@ -1,96 +0,0 @@ -additional_stylesheets[] = '/style/archive-comic-calendar.css'; - -$dayWidth = 22; //set to .cpcal-day total width in pixels including: width, left & right border, left & right margin, left & right padding - -$archive_year = !empty($_GET['archive_year']) ? (int)$_GET['archive_year'] : date('Y'); - -$comic_archive_posts = array(); -$comic_archive_query = new WP_Query(); -$comic_archive_query->query('showposts=1000&cat=' . $comicpress->get_all_comic_categories_as_cat_string() . '&year=' . $archive_year); -while ($comic_archive_query->have_posts()) { - $comic_archive_query->the_post(); - $comic_archive_posts[get_the_time('d-m')] = array( - 'link' => get_permalink(), - 'title' => get_the_title() - ); -} - -$days_of_week = array(); -for ($i = 0; $i < 7; ++$i) { - $days_of_week[] = substr(date("l", gmmktime(0, 0, 0, 7, 13 + $i, 2009)), 0, 1); -} - -ob_start(); - -?> -
-
- -

- -
- - -
| - get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date ASC"); - foreach ( $years as $year ) { - if ($year != 0) { ?> - | - -
- - -
"> -
- - -
- - -
- - - -
- - -
- - - -
- -
- - -
- -
-
-comicpress_options['layout']); - -?> \ No newline at end of file diff --git a/archive-comic-storyline-thumbs.php b/archive-comic-storyline-thumbs.php deleted file mode 100644 index 906a4f1..0000000 --- a/archive-comic-storyline-thumbs.php +++ /dev/null @@ -1,79 +0,0 @@ -additional_stylesheets[] = '/style/archive-comic-calendar.css'; - -?> - -
-
- -
-

- -
- - ", ($current_depth - $target_depth)); - } - if ($target_depth > $current_depth) { - for ($i = $current_depth; $i < $target_depth; ++$i) { - $next_i = $i + 1; - echo "
  • ", $current_depth); - } - } - } else { ?> -
  • Storyline Support is not currently enabled on this site.



    Note to the Administrator:
    To enable storyline support and manage storyline categories make sure you are running the latest version of the ComicPress Manager plugin and check your storyline settings from it's administration menu.
  • - - -
    -
    -
    - - - - - - \ No newline at end of file diff --git a/archive-comic-storyline.php b/archive-comic-storyline.php deleted file mode 100644 index 730ffc5..0000000 --- a/archive-comic-storyline.php +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - -
    - -
    -
    -

    -
    - -
    - ", ($current_depth - $target_depth)); - } - if ($target_depth > $current_depth) { - for ($i = $current_depth; $i < $target_depth; ++$i) { - $next_i = $i + 1; - echo "
  • ", $current_depth); - } - } - } else { ?> -
  • Storyline Support is not currently enabled on this site.



    Note to the Administrator:
    To enable storyline support and manage storyline categories make sure you are running the latest version of the ComicPress Manager plugin and check your storyline settings from it's administration menu.
  • - - -
    -
    -
    - -
    - - - - \ No newline at end of file diff --git a/archive-comic-year.php b/archive-comic-year.php deleted file mode 100644 index 9cea52a..0000000 --- a/archive-comic-year.php +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - -
    - -
    -
    - -
    -

    - -
    - - -
    | - get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date ASC"); - foreach ( $years as $year ) { - if ($year != (0) ) { ?> - | - -
    - - - query('showposts=10000&cat='.get_all_comic_categories_as_cat_string().'&year='.$archive_year); - while ($comicArchive->have_posts()) : $comicArchive->the_post() ?> - - -
    - -
    - -
    -
    - -
    - - - - \ No newline at end of file diff --git a/archive-comic.php b/archive-comic.php deleted file mode 100644 index 0c8470d..0000000 --- a/archive-comic.php +++ /dev/null @@ -1,50 +0,0 @@ - - -
    -
    -
    -

    -
    - -
    - - get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date DESC"); - foreach ( $years as $year ) { - if (!empty($year)) { ?> -

    - - query('showposts=10000&cat=' . $comicpress->get_all_comic_categories_as_cat_string() . '&year='.$year); - while ($comic_archive->have_posts()) { - $comic_archive->the_post(); ?> - - - - - -
    - - -
    -
    -
    -
    - - - - \ No newline at end of file diff --git a/archive.php b/archive.php deleted file mode 100644 index ae6a436..0000000 --- a/archive.php +++ /dev/null @@ -1,32 +0,0 @@ -comicpress_options['layout']); -?> \ No newline at end of file diff --git a/archives.php b/archives.php deleted file mode 100644 index 1bfa129..0000000 --- a/archives.php +++ /dev/null @@ -1,23 +0,0 @@ - - - - -
    -
    -
    -

    Archives by Month:

    - -

    Archives by Subject:

    - -
    -
    -
    -
    - - - - \ No newline at end of file diff --git a/comments.php b/comments.php deleted file mode 100644 index 4c86542..0000000 --- a/comments.php +++ /dev/null @@ -1,93 +0,0 @@ -
    -
    - - -

    This post is password protected. Enter the password to view comments.

    - - -

    - -
      - 64)); ?> -
    - - - - comment_status) : ?> - - - - -

    Comments are closed.

    - - - - - - comment_status) : ?> - -
    - -

    - -
    - -
    - - -

    You must be logged in to post a comment.

    - - -
    - - - -

    Logged in as . Log out »

    - - - - -

    -

    - -

    -

    - -

    -

    - - - - - -

    - -

    - -

    - -
    - - ID); ?> - -
    - - -
    - - - -
    -
    \ No newline at end of file diff --git a/footer.php b/footer.php deleted file mode 100644 index e69de29..0000000 diff --git a/functions.php b/functions.php index b805453..1189a3d 100644 --- a/functions.php +++ b/functions.php @@ -2,7 +2,6 @@ // load all of the comic & non-comic category information add_action('init', '__comicpress_init'); -add_action('template_redirect', '__comicpress_template_redirect', 100); // @codeCoverageIgnoreStart @@ -37,10 +36,6 @@ function __comicpress_init() { $comicpress_filters->init(); } -function __comicpress_template_redirect() { - ob_start(); -} - function F($name, $path, $override_post = null) { global $post; @@ -191,46 +186,3 @@ function EM($attachment_info, $which = 'default', $action = 'embed') { } } } - -/** - * Display the list of Storyline categories. - */ -function comicpress_list_storyline_categories($args = "") { - global $category_tree; - - $defaults = array( - 'style' => 'list', 'title_li' => __('Storyline') - ); - - $r = wp_parse_args($args, $defaults); - - extract($r); - - $categories_by_id = get_all_category_objects_by_id(); - - $output = ''; - if ($style == "list") { $output .= '
  • '; } - if ($title_li && ($style == "list")) { $output .= $title_li; } - if ($style == "list") { $output .= "
  • ", $current_depth); - } - if ($style == "list") { $output .= ""; } - echo $output; -} diff --git a/header.php b/header.php deleted file mode 100644 index 7e79f0c..0000000 --- a/header.php +++ /dev/null @@ -1,22 +0,0 @@ - - <?php - bloginfo('name'); - if (is_home () ) { - echo " - "; bloginfo('description'); - } elseif (is_category() ) { - echo " - "; single_cat_title(); - } elseif (is_single() || is_page() ) { - echo " - "; single_post_title(); - } elseif (is_search() ) { - echo " search results: "; echo wp_specialchars($s); - } else { - echo " - "; wp_title('',true); - } - ?> - - - - - - - \ No newline at end of file diff --git a/image.php b/image.php deleted file mode 100644 index 1a6d149..0000000 --- a/image.php +++ /dev/null @@ -1,20 +0,0 @@ -comicpress_options['layout']); -?> \ No newline at end of file diff --git a/index.php b/index.php deleted file mode 100644 index 2a899a6..0000000 --- a/index.php +++ /dev/null @@ -1,9 +0,0 @@ - \ No newline at end of file diff --git a/links.php b/links.php deleted file mode 100644 index c9fee91..0000000 --- a/links.php +++ /dev/null @@ -1,27 +0,0 @@ - -
    -
    -

    - -
    -
    -
    -comicpress_options['layout']); -?> \ No newline at end of file diff --git a/page.php b/page.php deleted file mode 100644 index d60555a..0000000 --- a/page.php +++ /dev/null @@ -1,19 +0,0 @@ -comicpress_options['layout']); -?> \ No newline at end of file diff --git a/partials/archive-blog-post.inc b/partials/archive-blog-post.inc deleted file mode 100644 index 155271e..0000000 --- a/partials/archive-blog-post.inc +++ /dev/null @@ -1,14 +0,0 @@ -
    -
    -

    -
    -
    -
    - -
    - -
    -
    -
    \ No newline at end of file diff --git a/partials/archive-comic-post.inc b/partials/archive-comic-post.inc deleted file mode 100644 index aa9d4c1..0000000 --- a/partials/archive-comic-post.inc +++ /dev/null @@ -1,13 +0,0 @@ -
    -
    -
    - - -
    -

    - -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/partials/archive-header.inc b/partials/archive-header.inc deleted file mode 100644 index c2ad8b1..0000000 --- a/partials/archive-header.inc +++ /dev/null @@ -1,22 +0,0 @@ - -
    -
    - - -

    Archive for ‘

    - -

    Posts Tagged ‘

    - -

    Archive for

    - -

    Archive for

    - -

    Archive for

    - -

    Author Archive

    - -

    Archives

    - -
    -
    -
    diff --git a/partials/archive-not-found.inc b/partials/archive-not-found.inc deleted file mode 100644 index 49d4c1e..0000000 --- a/partials/archive-not-found.inc +++ /dev/null @@ -1,8 +0,0 @@ -
    -
    -

    No entries found.

    -

    Try another search?

    -

    -
    -
    -
    diff --git a/partials/archive-page-nav.inc b/partials/archive-page-nav.inc deleted file mode 100644 index 0739832..0000000 --- a/partials/archive-page-nav.inc +++ /dev/null @@ -1,7 +0,0 @@ - - - \ No newline at end of file diff --git a/partials/image-not-found.inc b/partials/image-not-found.inc deleted file mode 100644 index 49adb52..0000000 --- a/partials/image-not-found.inc +++ /dev/null @@ -1,6 +0,0 @@ -
    -
    -

    Sorry, no image matched your criteria.

    -
    -
    -
    diff --git a/partials/image-post.inc b/partials/image-post.inc deleted file mode 100644 index a5d3978..0000000 --- a/partials/image-post.inc +++ /dev/null @@ -1,46 +0,0 @@ -
    -
    -

    - post_parent) ?> -

    - - -
    -
    -
    - -
    -
    - ‹ -
    - -
    - -
    -
    - -
    -
    - › -
    - -
    -
    -
    - -
    -
    -
    - - \ No newline at end of file diff --git a/partials/index-blog-header.inc b/partials/index-blog-header.inc deleted file mode 100644 index de8b675..0000000 --- a/partials/index-blog-header.inc +++ /dev/null @@ -1 +0,0 @@ -
    diff --git a/partials/index-blog-post.inc b/partials/index-blog-post.inc deleted file mode 100644 index f46f584..0000000 --- a/partials/index-blog-post.inc +++ /dev/null @@ -1,20 +0,0 @@ -
    -
    -

    - -

    -
    - -
    -
    - -
    -
    - -
    - -

    -
    -
    \ No newline at end of file diff --git a/partials/index-comic-post.inc b/partials/index-comic-post.inc deleted file mode 100644 index 70442c3..0000000 --- a/partials/index-comic-post.inc +++ /dev/null @@ -1,17 +0,0 @@ -
    -
    - -
    -
    -

    - -

    -
    - -
    - -
    -
    -
    diff --git a/partials/index-display-comic.inc b/partials/index-display-comic.inc deleted file mode 100644 index 33b6734..0000000 --- a/partials/index-display-comic.inc +++ /dev/null @@ -1,3 +0,0 @@ -
    -
    "); ?>
    -
    diff --git a/partials/index-page-nav.inc b/partials/index-page-nav.inc deleted file mode 100644 index c212bd9..0000000 --- a/partials/index-page-nav.inc +++ /dev/null @@ -1,7 +0,0 @@ - - - \ No newline at end of file diff --git a/partials/nav.inc b/partials/nav.inc deleted file mode 100644 index 9dec7c0..0000000 --- a/partials/nav.inc +++ /dev/null @@ -1,10 +0,0 @@ - \ No newline at end of file diff --git a/partials/page-post.inc b/partials/page-post.inc deleted file mode 100644 index 51f8311..0000000 --- a/partials/page-post.inc +++ /dev/null @@ -1,11 +0,0 @@ -
    -
    -

    -
    - - '

    Pages: ', 'after' => '

    ', 'next_or_number' => 'number')) ?> -
    - ', '

    ') ?> -
    -
    -
    diff --git a/partials/search-comic-post.inc b/partials/search-comic-post.inc deleted file mode 100644 index dde70f5..0000000 --- a/partials/search-comic-post.inc +++ /dev/null @@ -1,11 +0,0 @@ -
    -
    -
    - -
    -

    - -
    -
    -
    -
    \ No newline at end of file diff --git a/partials/search-not-found.inc b/partials/search-not-found.inc deleted file mode 100644 index 3d7ce64..0000000 --- a/partials/search-not-found.inc +++ /dev/null @@ -1,8 +0,0 @@ -
    -
    -

    No entries found.

    -

    Try another search?

    -

    -
    -
    -
    diff --git a/partials/search-page-nav.inc b/partials/search-page-nav.inc deleted file mode 100644 index 0e6dacd..0000000 --- a/partials/search-page-nav.inc +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/partials/search-results-count.inc b/partials/search-results-count.inc deleted file mode 100644 index 690a37f..0000000 --- a/partials/search-results-count.inc +++ /dev/null @@ -1,7 +0,0 @@ -
    -
    - post_count; ?> -

    Search for ‘

    - Found result. -
    -
    diff --git a/partials/search-transcript-comic-post.inc b/partials/search-transcript-comic-post.inc deleted file mode 100644 index 84b118b..0000000 --- a/partials/search-transcript-comic-post.inc +++ /dev/null @@ -1,10 +0,0 @@ -
    -
    -
    - <?php the_title() ?>
    -

    -
    -
    -
    -
    -
    diff --git a/partials/search-transcript-not-found.inc b/partials/search-transcript-not-found.inc deleted file mode 100644 index 0e6dacd..0000000 --- a/partials/search-transcript-not-found.inc +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/partials/search-transcript-results-count.inc b/partials/search-transcript-results-count.inc deleted file mode 100644 index 8a469ba..0000000 --- a/partials/search-transcript-results-count.inc +++ /dev/null @@ -1,7 +0,0 @@ -
    -
    - post_count; ?> -

    Transcript search for ‘

    - Found result. -
    -
    diff --git a/partials/single-blog-post.inc b/partials/single-blog-post.inc deleted file mode 100644 index 5ec9298..0000000 --- a/partials/single-blog-post.inc +++ /dev/null @@ -1,21 +0,0 @@ -
    -
    - -
    -

    -
    -
    - - -
    - -
    - '

    Pages: ', 'after' => '

    ', 'next_or_number' => 'number')) ?> -
    -
    -
    -
    - diff --git a/partials/single-comic-post.inc b/partials/single-comic-post.inc deleted file mode 100644 index 684db69..0000000 --- a/partials/single-comic-post.inc +++ /dev/null @@ -1,22 +0,0 @@ -
    -
    -
    - - -
    - - - -

    -
    - - -
    - -
    - '

    Pages: ', 'after' => '

    ', 'next_or_number' => 'number')) ?> -
    -
    -
    -
    - \ No newline at end of file diff --git a/partials/single-display-comic.inc b/partials/single-display-comic.inc deleted file mode 100644 index 14bb974..0000000 --- a/partials/single-display-comic.inc +++ /dev/null @@ -1,3 +0,0 @@ -
    -
    -
    diff --git a/partials/single-no-matches.inc b/partials/single-no-matches.inc deleted file mode 100644 index 0372c6f..0000000 --- a/partials/single-no-matches.inc +++ /dev/null @@ -1,6 +0,0 @@ -
    -
    -

    Sorry, no posts matched your criteria.

    -
    -
    -
    diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 2171d35..0000000 Binary files a/screenshot.png and /dev/null differ diff --git a/search-transcript.php b/search-transcript.php deleted file mode 100644 index 84c1c33..0000000 --- a/search-transcript.php +++ /dev/null @@ -1,32 +0,0 @@ -comicpress_options['layout']); -?> diff --git a/search.php b/search.php deleted file mode 100644 index 17fd437..0000000 --- a/search.php +++ /dev/null @@ -1,31 +0,0 @@ -comicpress_options['layout']); -?> \ No newline at end of file diff --git a/searchform-transcript.php b/searchform-transcript.php deleted file mode 100644 index d884da1..0000000 --- a/searchform-transcript.php +++ /dev/null @@ -1,6 +0,0 @@ -
    -
    - - -
    -
    \ No newline at end of file diff --git a/searchform.php b/searchform.php deleted file mode 100644 index c1e57c1..0000000 --- a/searchform.php +++ /dev/null @@ -1,6 +0,0 @@ -
    -
    - - -
    -
    \ No newline at end of file diff --git a/sidebar.php b/sidebar.php deleted file mode 100644 index 2161c83..0000000 --- a/sidebar.php +++ /dev/null @@ -1,27 +0,0 @@ - \ No newline at end of file diff --git a/single.php b/single.php deleted file mode 100644 index b715a8e..0000000 --- a/single.php +++ /dev/null @@ -1,32 +0,0 @@ -read_from_options(); - - echo 'Current: '; the_title(); echo '
    '; - - Protect(); - - echo 'First in category: '; RT('first', 'from_post'); the_title(); echo '
    '; - echo 'Previous in category: '; RT('previous', 'from_post'); the_title(); echo '
    '; - echo 'Previous in root category: '; RT('previous', array('root_of' => '__post')); the_title(); echo '
    '; - echo 'Chronologically previous: '; RT('previous'); the_title(); echo '
    '; - echo 'Current: '; Restore(); the_title(); echo '
    '; - - foreach (M() as $image) { - echo 'Default: '; echo EM($image); - echo 'Comic: '; echo EM($image, 'comic'); - echo 'RSS: '; echo EM($image, 'rss'); - echo 'Archive: '; echo EM($image, 'archive'); - } - - echo 'Chronologically next: '; RT('next'); the_title(); echo '
    '; - echo 'Next in root category: '; RT('next', array('root_of' => '__post')); the_title(); echo '
    '; - echo 'Next in category: '; RT('next', 'from_post'); the_title(); echo '
    '; - echo 'Last in category: '; RT('last', 'from_post'); the_title(); echo '
    '; - - Unprotect(); - - echo 'Current: '; the_title(); echo '
    '; - - finish_comicpress(); -?> diff --git a/style.css b/style.css deleted file mode 100644 index ae166e4..0000000 --- a/style.css +++ /dev/null @@ -1,898 +0,0 @@ - /* -Theme Name: ComicPress -Theme URI: http://comicpress.org -Description: Publish a comic with WordPress. Development version. Visit the ComicPress Website. -Author: Tyler Martin, John Bintz, Philip Hofer -Author URI: http://comicpres.org/ -Version: 2.999-git -. -The CSS, XHTML and design is released under GPL v3: -http://www.opensource.org/licenses/gpl-3.0.html -. -*/ - - - -/* STANDARD TAGS */ - -body { - margin: 0; - color: #000; - font-size: 12px; - font-family: 'Arial', sans-serif; - } - -a { - color: #800; - text-decoration: none; - } - - a:hover { - color: #f00; - } - - a:focus { - outline: none; - } - - a img { - border: none; - } - -p { - margin: 12px 0; - } - -img { - max-width: 100%; - padding: 0; - } - -small { - font-size: 11px; - } - -hr { - height: 1px; - color: #000; - background-color: #000; - border: 0px; - } - -blockquote { - margin: 10px; - padding: 5px 10px 5px 20px; - border-width: 1px 1px 1px 5px; - border-style: solid; - border-color: #000; - } - - blockquote cite { - margin: 5px 0 0; - display: block; - } - -cite { - font-size: 13px; - font-weight: bold; - font-style: normal; - } - -code { - padding: 10px; - display: block; - font-family: 'Courier New', monospace; - border: 1px dotted #000; - overflow: scroll; - } - -acronym, abbr, span.caps { - cursor: help; - } - - acronym, abbr { - border-bottom: 1px dashed #000; - } - -form { - margin: 0; - } - - - -/* HEADINGS */ - -h1, h1 a, h1 a:hover { - padding: 10px 0 0 0; - margin: 0; - color: #000; - font-size: 60px; - font-family: 'Georgia', serif; - font-weight: normal; - line-height: 50px; - text-decoration: none; - letter-spacing: -4px; - font-variant: small-caps; - } - -h2, h2 a, h2 a:hover { - margin: 0; - color: #000; - font-weight: bold; - letter-spacing: -1px; - font-size: 24px; - } - - 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; - } - -h3, h3 a, h3 a:hover { - padding: 0; - margin: 0; - font-size: 20px; - font-weight: bold; - text-align: left; - color: #000; - text-decoration: none; - clear: both; - letter-spacing: -1px; - } - - - -/* THE PAGE WRAPPER */ -/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */ - -#page { - width: 760px; - margin: 0px auto; - } - - - -/* THE HEADER */ - -#header { - text-align: center; - } - - .description { - padding: 0 0 10px 0; - font-size: 14px; - font-style: italic; - letter-spacing: 2px; - } - - - -/* THE MENU */ - -#menubar { - background: #000; - zoom: 1; /* IE fix, allows for variable height menu */ - } - -#menunav { - float: right; - } - - #menunav a { - width: 25px; - height: 25px; - display: block; - float: left; - color: #fff; - font-size: 19px; - font-weight: bold; - line-height: 25px; - text-align: center; - border-left: 1px solid #fff; - } - - #menunav a:hover { - background: #800; - } - -#menu { - padding: 0; - margin: 0; - list-style: none; - float: left; - line-height: 25px; - font-size: 12px; - text-transform: uppercase; - } - - #menu a { - padding: 0px 5px; - display: block; - color: #fff; - text-decoration: none; - border-right: 1px solid #fff; - } - - #menu li { - float: left; - } - - #menu li:hover a, #menu li.sfhover a { - color: #fff; /* Main menu highlighted text color */ - } - - #menu li:hover, #menu li.sfhover { - background: #800; /* Main menu highlighted background color */ - } - - /* For submenu dropdowns - this order must be maintained */ - - #menu ul { - padding: 0; - margin: 0; - list-style: none; - position: absolute; - left: -9999px; - width: 151px; - line-height: 1; - border-top: 1px solid #fff; - } - #menu li li { - width: 150px; - margin: 0 0 0 -1px; - border-width: 0 1px 1px 1px; - border-color: #fff; - border-style: solid; - } - #menu li li a { - width: 139px; - padding: 4px 5px; - color: #fff; - border: none; - } - #menu li ul ul { - margin: -21px 0 0 151px; - } - #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 */ - } - #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: #222; /*Submenu background color */ - text-transform: none; - } - - - -/* THE COMIC */ - -#comic { - padding: 10px 0; - text-align: center; - } - - - -/* THE FOOTER */ - -#footer { - padding: 20px 0; - text-align: center; - } - - - -/* NAVIGATION */ - -.nav { - float: right; - font-size: 12px; - font-weight: bold; - } - - .nav-first { - padding: 0 5px 0 0; - float: left; - border-right: 1px solid #000; - } - - .nav-previous { - padding: 0 5px; - float: left; - } - - .nav-next { - padding: 0 5px; - float: left; - border-right: 1px solid #000; - border-left: 1px solid #000; - } - - .nav-last { - padding: 0 0 0 5px; - float: left; - } - -.nav-blog { - color: #000; - font-size: 12px; - font-weight: bold; - float: right; - } - - .nav-blog-previous { - padding: 0 5px 0 0; - float: left; - } - - .nav-blog-next { - padding: 0 0 0 5px; - float: left; - border-left: 1px solid #000; - } - -.pagenav { - padding: 40px 20px 0 20px; - color: #000; - font-size: 12px; - font-weight: bold; - clear: both; - } - - .pagenav-left { - float: left; - } - - .pagenav-right { - float: right; - } - -.nav a, .pagenav a, .nav-blog a { - display: block; - float: left; - color: #000; - } - - .nav a:hover, .pagenav a:hover, .nav-blog a:hover { - color: #800; - } - - - -/* POSTS - PAGES */ - -#content { - width: 560px; - padding: 5px 0 20px 0; - float: left; - overflow: hidden; - } - -.narrowcolumn -{ - width: 560px; - } - -.widecolumn -{ - width: 760px; - } - -.post, .post-comic, .post-page { - padding: 0 20px; - } - -.post-head, .post-page-head, .post-comic-head { - } - -.post-foot, .post-comic-foot, .post-page-foot { - margin: 0 0 40px 0; - height: 10px; - overflow: hidden; - } - - .comicdate { - font-size: 14px; - } - - .postdate { - font-size: 11px; - } - -.more-link { - border-top: 1px dashed #000; - font-style: italic; - display: block; - clear: both; - } - -.tags { - font-size: 11px; - clear: both; - } - -.comment-link { - font-family: 'Georgia', serif; - font-size: 16px; - text-align: right; - } - - - -/* THE BLOG HEADER */ - -#blogheader { - font-family: 'Georgia', serif; - padding: 25px 0 25px 20px; - font-size: 32px; - letter-spacing: -2px; - border-top: 1px solid #000; - } - - - -/* COMMENTS */ - -.comment-wrap{ - padding: 0 20px; - } - - .comment-wrap h3 { - margin: 0; - padding: 20px 0 0 0; - font-weight: normal; - font-size: 20px; - clear: both; - font-family: 'Georgia', serif; - } - -.comment { - padding: 10px; - margin: 10px 0 0 0; - clear: both; - border: 1px solid #000; - min-height: 64px; - } - - .comment .comment { - border: 1px dotted #000; - } - -.comment-author { - display: inline; - } - -.comment-meta { - display: inline; - padding: 0 0 0 5px; - margin: 0 0 0 2px; - border-left: 1px solid #000; - } - -.says { - display:none; - } - -.avatar { - margin: 0 10px 0 0; - float: left; - } - -#comment { - width: 100%; - font-size: 12px; - font-family: 'Arial', sans-serif; - } - -#author, #email, #url { - width: 200px; - font-size: 12px; - font-family: 'Arial', sans-serif; - } - -#submit { - margin: 0 0 20px 0; - float: right; - } - -ol.commentlist { - margin: 0; - padding: 0; - font-size: 11px; - list-style: none; - } - - ol.commentlist p { - margin: 10px 0 0 74px; - } - -ul.children { - margin: 0; - padding: 0; - list-style: none; - } - -.reply { - padding: 10px 0 0 0; - text-align: right; - } - - - -/* ARCHIVE */ -/* For the built-in WordPress archive pages (by month or category) as well as search result pages */ - -.comicarchiveframe { - padding: 5px; - border: 1px solid #000; - background: #fff; - opacity: 0.99; - filter: alpha(opacity=99); - } - - .comicarchiveframe:hover { - opacity: 0.70; - filter: alpha(opacity=70); - } - - .comicarchiveframe h3 { - margin: 0; - } - - .comicarchiveframe a small { - display: block; - color: #000; - } - -.archive-year { - font-size: 48px; - } - -.archive-yearlist { - padding: 0 0 10px 0; - font-size: 14px; - } - - - -/* SIDEBAR */ - -#sidebar { - width: 200px; - padding: 5px 0; - float: left; - font-size: 11px; - overflow: hidden; - } - -#sidebar h2, #sidebar h2 a { - font-size: 16px; - } - -#sidebar ul { - margin: 0; - padding: 0; - list-style: none; - } - - #sidebar ul li { - margin: 0 0 10px 10px; - padding: 0; - } - - #sidebar ul li ul li { - margin: 0 0 0 10px; - padding: 0; - } - - - -/* WIDGETS */ - -.random-comic-icon { - padding: 0 5px; - color: #fff; - background: #000; - } - -.comic-bookmark { - margin: 0 0 10px 5px; - } - -.archive-dropdown { - max-width: 100%; - } - - - -/* CALENDAR */ - -#wp-calendar { - width: 165px; - margin: 0 0 0 5px; - } - -#wp-calendar th { - font-size: 10px; - font-weight: normal; - text-align: center; - } - -#wp-calendar caption { - font-family: 'Georgia', sans-serif; - font-size: 18px; - letter-spacing: -1px; - font-variant: small-caps; - } - -#wp-calendar td { - min-width: 20px; - padding: 0; - text-align: center; - border: 1px solid #000; - } - -#wp-calendar a { - display: block; - text-decoration: none; - font-weight: bold; - } - - #wp-calendar a:hover { - color: #fff; - background: #000; - } - - - -/* SEARCH */ - -#s { - width: 140px; - margin: 0; - padding: 2px; - font-size: 12px; - font-family: 'Arial', sans-serif; - } - -#searchsubmit { - padding: 0 5px; - font-size: 12px; - font-family: 'Arial', sans-serif; - } - - - -/* GALLERY */ - -.gallery-image { - width: 518px; - border: 1px solid #000; - overflow: hidden; - background: #000; -} - -.gallery-caption { - font-size: 11px; - } - - .gallery-caption p { - width: 510px; - padding: 5px; - margin: 0; - text-align: center; - color: #fff; - background: #000; - } - -.imagenav-wrap { - margin: 5px 0 0 0; - } - -.imagenav { - width: 77px; - height: 77px; - float: left; - overflow: hidden; - } - -.imagenav-center { - width: 344px; - height: 65px; - margin: 0 5px; - padding: 10px 5px 0 5px; - float: left; - color: #000; - text-align: center; - border: 1px solid #000; - overflow: hidden; - } - -.imagetitle { - color: #000; - font-size: 18px; - } - -.imagenav-bg { - width: 75px; - height: 75px; - position: absolute; - z-index: 0; - background: #ddd; - border: 1px solid #000; - overflow: hidden; - } - - .imagenav-bg img { - width: 75px; - height: 75px; - } - -.imagenav-arrow { - width: 75px; - height: 75px; - position: absolute; - z-index: 1; - color: #fff; - font-size: 80px; - font-weight: bold; - line-height:75px; - text-align: center; - border: 1px solid #000; - float: left; - } - -.imagenav-link { - width: 75px; - height: 75px; - position: absolute; - z-index: 2; - border: 1px solid #000; - float: left; - overflow: hidden; - } - - .imagenav-link img { - width: 75px; - height: 75px; - opacity: 0.50; - filter: alpha(opacity=50); - } - - .imagenav-link img:hover { - opacity: 0.00; - filter: alpha(opacity=0); - } - - - -/* POSTED IMAGES */ - -.wp-caption p { - margin: 5px 0; - line-height: 11px; - font-size: 11px; - } - -.aligncenter { - margin: 0 auto; - display: block; - } - -.alignright { - margin: 10px 0 10px 10px; - display: inline; - float: right; - } - -.alignleft { - margin: 10px 10px 10px 0; - display: inline; - float: left - } - - - -/* TRANSCRIPT */ - -#transcript { - padding: 0 10px; - font-size: 11px; - border-left: 4px dotted #000; - border-right: 4px dotted #000; - } - - .transcript-border { - padding: 0 5px; - margin: 15px 0; - border: 1px solid #000; - background: #fff; - clear: both; - } - - a.transcript-title { - padding: 0 0 5px 0; - margin: 0 0 5px 0; - display: block; - font-family: 'Georgia', serif; - font-style: italic; - font-size: 16px; - letter-spacing: -1px; - border-bottom: 1px dashed #000; - } - - #transcript-content { - font-family: 'Courier New', monospace; - overflow: hidden; - } - -#s-transcript { - width: 140px; - margin: 0; - padding: 2px; - font-size: 12px; - font-family: 'Georgia', serif; - font-style: italic; - } - - #searchsubmit-transcript { - padding: 0 5px; - font-size: 12px; - font-family: 'Arial', sans-serif; - } - - -/* Pingbacks and Trackbacks */ - -li.pingback div p, li.trackback div p { - margin-left:0; - } - -/* STORYLINES */ - -.storyline-cats { - padding: 0; - margin: 0; - list-style: none; - } - -.storyline-cats li { - display: inline; - } - - li.storyline-root { - display: none; - } - - - -/* CLEAR FLOATS */ - -.clear { - clear: both; - } - - - -/* CLEAR MARGINS */ -/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */ - -.clear-margins { - clear: both; - height: 0; - line-height: 0; - font-size: 0; - } diff --git a/subthemes/guild-of-thieves/index-blog-header.inc b/subthemes/guild-of-thieves/index-blog-header.inc deleted file mode 100644 index 29bc160..0000000 --- a/subthemes/guild-of-thieves/index-blog-header.inc +++ /dev/null @@ -1 +0,0 @@ -this is my override blog header! \ No newline at end of file diff --git a/subthemes/guild-of-thieves/single-blog-header.inc b/subthemes/guild-of-thieves/single-blog-header.inc deleted file mode 100644 index 29bc160..0000000 --- a/subthemes/guild-of-thieves/single-blog-header.inc +++ /dev/null @@ -1 +0,0 @@ -this is my override blog header! \ No newline at end of file diff --git a/subthemes/guild-of-thieves/single-display-comic.inc b/subthemes/guild-of-thieves/single-display-comic.inc deleted file mode 100644 index 29bc160..0000000 --- a/subthemes/guild-of-thieves/single-display-comic.inc +++ /dev/null @@ -1 +0,0 @@ -this is my override blog header! \ No newline at end of file