commit d6a0ff4db171425dc7d6b42fc0031bf04a8427ce Author: Jacob Haddon Date: Sun Mar 15 10:26:50 2020 -0400 initial commit diff --git a/404.php b/404.php new file mode 100644 index 0000000..d553a2b --- /dev/null +++ b/404.php @@ -0,0 +1,19 @@ + + + + +

+

+ + + + + \ No newline at end of file diff --git a/archive.php b/archive.php new file mode 100644 index 0000000..a5a06da --- /dev/null +++ b/archive.php @@ -0,0 +1,50 @@ + + + + +

+ + + + + + + + + +

+ + + + \ No newline at end of file diff --git a/archives.php b/archives.php new file mode 100644 index 0000000..b312f6c --- /dev/null +++ b/archives.php @@ -0,0 +1,32 @@ + + + + +
+ +

+ + + +

Browse by date:

+ + + +

Browse by subject:

+ + + +

If all else fails, try searching for it...

+ + + +
+ + + + \ No newline at end of file diff --git a/attachment.php b/attachment.php new file mode 100644 index 0000000..02dc845 --- /dev/null +++ b/attachment.php @@ -0,0 +1,94 @@ + + + + +

← %s', 'twentyten' ), get_the_title( $post->post_parent ) ); + ?>

+ +

+ + %3$s', + get_author_posts_url( get_the_author_meta( 'ID' ) ), + sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ), + get_the_author() + ) + ); + ?> + | + %2$s', + esc_attr( get_the_time() ), + get_the_date() + ) + ); + if ( wp_attachment_is_image() ) { + echo ' | '; + $metadata = wp_get_attachment_metadata(); + printf( __( 'Full size is %s pixels', 'twentyten'), + sprintf( '%3$s × %4$s', + wp_get_attachment_url(), + esc_attr( __('Link to full-size image', 'twentyten') ), + $metadata['width'], + $metadata['height'] + ) + ); + } + ?> + + + + $post->post_parent, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID' ) ) ); + foreach ( $attachments as $k => $attachment ) { + if ( $attachment->ID == $post->ID ) + break; + } + $k++; + // If there is more than 1 image attachment in a gallery + if ( count( $attachments ) > 1 ) { + if ( isset( $attachments[ $k ] ) ) + // get the URL of the next image attachment + $next_attachment_url = get_attachment_link( $attachments[ $k ]->ID ); + else + // or get the URL of the first image attachment + $next_attachment_url = get_attachment_link( $attachments[ 0 ]->ID ); + } else { + // or, if there's only 1 image attachment, get the URL of the image + $next_attachment_url = wp_get_attachment_url(); + } +?> +

ID, array( $attachment_size, 9999 ) ); // filterable image width with, essentially, no limit for image height. + ?>

+ + + + + + + post_excerpt ) ) the_excerpt(); ?> + + + '' . __( 'Pages:', 'twentyten' ), 'after' => '' ) ); ?> + + + + + + + + + \ No newline at end of file diff --git a/author.php b/author.php new file mode 100644 index 0000000..a3fc320 --- /dev/null +++ b/author.php @@ -0,0 +1,46 @@ + + + + +

" . get_the_author() . "" ); ?>

+ + + + +

+ + + + + + + \ No newline at end of file diff --git a/category.php b/category.php new file mode 100644 index 0000000..70b60d6 --- /dev/null +++ b/category.php @@ -0,0 +1,23 @@ + + +

+ + + \ No newline at end of file diff --git a/comments.php b/comments.php new file mode 100644 index 0000000..0205a27 --- /dev/null +++ b/comments.php @@ -0,0 +1,72 @@ + +
+ +

+ + + + + + + +

+ + 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> + + + + +
    + 'twentyten_comment' ) ); + ?> +
+ + 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> + + + + + +

+ + + + + + + +
\ No newline at end of file diff --git a/css/noscript.css b/css/noscript.css new file mode 100644 index 0000000..ac8aff2 --- /dev/null +++ b/css/noscript.css @@ -0,0 +1,8 @@ +@import url("../fonts/OFL-Sorts-Mill-Goudy/ofl-normal.css"); +@import url("../fonts/OFL-Sorts-Mill-Goudy/ofl-italic.css"); + +#site-title a, #content h1.entry-title, #content h1.page-title, #content h2.entry-title, span.cap { + visibility: visible; +} + + diff --git a/fonts/OFL-Sorts-Mill-Goudy/SIL Open Font License 1.1.txt b/fonts/OFL-Sorts-Mill-Goudy/SIL Open Font License 1.1.txt new file mode 100644 index 0000000..e4b0c4f --- /dev/null +++ b/fonts/OFL-Sorts-Mill-Goudy/SIL Open Font License 1.1.txt @@ -0,0 +1,91 @@ +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.eot b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.eot new file mode 100644 index 0000000..58c66e7 Binary files /dev/null and b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.eot differ diff --git a/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.svg b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.svg new file mode 100644 index 0000000..01217b5 --- /dev/null +++ b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.svg @@ -0,0 +1,270 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2009 Barry Schwartz httpcrudfactorycom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.ttf b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.ttf new file mode 100644 index 0000000..b8cdc21 Binary files /dev/null and b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.ttf differ diff --git a/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.woff b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.woff new file mode 100644 index 0000000..0d99e81 Binary files /dev/null and b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-italic-webfont.woff differ diff --git a/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.eot b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.eot new file mode 100644 index 0000000..061ff5a Binary files /dev/null and b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.eot differ diff --git a/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.svg b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.svg new file mode 100644 index 0000000..015937d --- /dev/null +++ b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.svg @@ -0,0 +1,273 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2009 Barry Schwartz httpcrudfactorycom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.ttf b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.ttf new file mode 100644 index 0000000..6b92967 Binary files /dev/null and b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.ttf differ diff --git a/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.woff b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.woff new file mode 100644 index 0000000..3a3d6e0 Binary files /dev/null and b/fonts/OFL-Sorts-Mill-Goudy/goudystmtt-webfont.woff differ diff --git a/fonts/OFL-Sorts-Mill-Goudy/ofl-italic.css b/fonts/OFL-Sorts-Mill-Goudy/ofl-italic.css new file mode 100644 index 0000000..c9917e7 --- /dev/null +++ b/fonts/OFL-Sorts-Mill-Goudy/ofl-italic.css @@ -0,0 +1,10 @@ +/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 15, 2010 07:10:14 AM America/New_York */ + +@font-face { + font-family: 'OFLSortsMillGoudyItalic'; + src: url('goudystmtt-italic-webfont.eot'); + src: local('☺'), url('goudystmtt-italic-webfont.woff') format('woff'), url('goudystmtt-italic-webfont.ttf') format('truetype'), url('goudystmtt-italic-webfont.svg#webfontroxgrG89') format('svg'); + font-weight: normal; + font-style: normal; +} + diff --git a/fonts/OFL-Sorts-Mill-Goudy/ofl-normal.css b/fonts/OFL-Sorts-Mill-Goudy/ofl-normal.css new file mode 100644 index 0000000..751a6bf --- /dev/null +++ b/fonts/OFL-Sorts-Mill-Goudy/ofl-normal.css @@ -0,0 +1,9 @@ +/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 15, 2010 07:10:14 AM America/New_York */ +@font-face { + font-family: 'OFLSortsMillGoudyRegular'; + src: url('goudystmtt-webfont.eot'); + src: local('☺'), url('goudystmtt-webfont.woff') format('woff'), url('goudystmtt-webfont.ttf') format('truetype'), url('goudystmtt-webfont.svg#webfontj79xzH0K') format('svg'); + font-weight: normal; + font-style: normal; +} + diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..e719811 --- /dev/null +++ b/footer.php @@ -0,0 +1,26 @@ + + + + +
+
+ + + + + \ No newline at end of file diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..2b08477 --- /dev/null +++ b/functions.php @@ -0,0 +1,311 @@ + __( 'Footer Navigation Menu', 'twentyten' ) + ) ); +} +endif; + +/** + * Get our wp_nav_menu() fallback, wp_page_menu(), to show a home link. + * + * To override this in a child theme, remove the filter and optionally add + * your own function tied to the wp_page_menu_args filter hook. + * + * @since Twenty Ten 1.0 + */ +function twentyten_page_menu_args( $args ) { + $args['show_home'] = true; + return $args; +} +add_filter( 'wp_page_menu_args', 'twentyten_page_menu_args' ); + +/** + * Sets the post excerpt length to 40 characters. + * + * To override this length in a child theme, remove the filter and add your own + * function tied to the excerpt_length filter hook. + * + * @since Twenty Ten 1.0 + * @return int + */ +function twentyten_excerpt_length( $length ) { + return 40; +} +add_filter( 'excerpt_length', 'twentyten_excerpt_length' ); + +/** + * Returns a "Continue Reading" link for excerpts + * + * @since Twenty Ten 1.0 + * @return string "Continue Reading" link + */ +function twentyten_continue_reading_link() { + return ' ' . __( 'continue reading', 'twentyten' ) . ''; +} + +/** + * Replaces "[...]" (appended to automatically generated excerpts) with an ellipsis and twentyten_continue_reading_link(). + * + * To override this in a child theme, remove the filter and add your own + * function tied to the excerpt_more filter hook. + * + * @since Twenty Ten 1.0 + * @return string An ellipsis + */ +function twentyten_auto_excerpt_more( $more ) { + return '… ' . twentyten_continue_reading_link() . ' »'; +} +add_filter( 'excerpt_more', 'twentyten_auto_excerpt_more' ); + +/** + * Adds a pretty "Continue Reading" link to custom post excerpts. + * + * To override this link in a child theme, remove the filter and add your own + * function tied to the get_the_excerpt filter hook. + * + * @since Twenty Ten 1.0 + * @return string Excerpt with a pretty "Continue Reading" link + */ +function twentyten_custom_excerpt_more( $output ) { + if ( has_excerpt() && ! is_attachment() ) { + $output .= twentyten_continue_reading_link(); + } + return $output; +} +add_filter( 'get_the_excerpt', 'twentyten_custom_excerpt_more' ); + +/** + * Remove inline styles printed when the gallery shortcode is used. + * + * Galleries are styled by the theme in Twenty Ten's style.css. + * + * @since Twenty Ten 1.0 + * @return string The gallery style filter, with the styles themselves removed. + */ +function twentyten_remove_gallery_css( $css ) { + return preg_replace( "##s", '', $css ); +} +add_filter( 'gallery_style', 'twentyten_remove_gallery_css' ); + +if ( ! function_exists( 'twentyten_comment' ) ) : +/** + * Template for comments and pingbacks. + * + * To override this walker in a child theme without modifying the comments template + * simply create your own twentyten_comment(), and that function will be used instead. + * + * Used as a callback by wp_list_comments() for displaying the comments. + * + * @since Twenty Ten 1.0 + */ +function twentyten_comment( $comment, $args, $depth ) { + $GLOBALS['comment'] = $comment; + switch ( $comment->comment_type ) : + case '' : + ?> +
  • id="li-comment-"> +
    +
    + + said:', 'twentyten' ), sprintf( '%s', get_comment_author_link() ) ); ?> +
    + comment_approved == '0' ) : ?> + +
    + + + + +
    + +
    + $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> +
    +
    + + +
  • +

    + widgets['WP_Widget_Recent_Comments'], 'recent_comments_style' ) ); +} +add_action( 'widgets_init', 'twentyten_remove_recent_comments_style' ); + +if ( ! function_exists( 'twentyten_posted_on' ) ) : +/** + * Prints HTML with meta information for the current post--date/time and author. + * + * @since Twenty Ten 1.0 + */ +function twentyten_posted_on() { + printf( __( '%2$s', 'twentyten' ), + 'meta-prep meta-prep-author', + sprintf( '%3$s', + get_permalink(), + esc_attr( get_the_time() ), + get_the_date() + ) + ); +} +endif; + +if ( ! function_exists( 'twentyten_posted_in' ) ) : +/** + * Prints HTML with meta information for the current post (category, tags and permalink). + * + * @since Twenty Ten 1.0 + */ +function twentyten_posted_in() { + // Retrieves tag list of current post, separated by commas. + $tag_list = get_the_tag_list( '', ', ' ); + if ( $tag_list ) { + $posted_in = 'Posted in %1$s and tagged %2$s.'; + } elseif ( is_object_in_taxonomy( get_post_type(), 'category' ) ) { + $posted_in = 'Posted in %1$s.'; + } else { + $posted_in = 'Posted in'; + } + // Prints the string, replacing the placeholders. + printf( + $posted_in, + get_the_category_list( ', ' ), + $tag_list, + get_permalink(), + the_title_attribute( 'echo=0' ) + ); +} +endif; + +// dropcaps +function theme_shortcode_dropcaps($atts, $content = null, $code) { + return '' . do_shortcode($content) . ''; +} +add_shortcode('dropcap', 'theme_shortcode_dropcaps'); + + +//build out our Portfolio Theme options + +add_option("melville_theme_footer", 'show'); + +$melville_footer = get_option('melville_theme_footer'); +define('melville_footer',$melville_footer); + + +// create the admin menu + +// hook in the action for the admin options page + + +add_action('admin_menu', 'add_melville_theme_option_page'); + +function add_melville_theme_option_page() { +// hook in the options page function +add_theme_page('Melville Theme Options', 'Melville Theme Options', 'manage_options', __FILE__, 'melville_theme_options_page'); +} + +function melville_theme_options_page() { ?> + +
    + + +

    Theme options

    + + + + + +
    Show Raygun credit in the footer (we appreciate it!) +
    + + + +

    + +

    +
    + +

    Melville theme for WordPress, made by Raygun. + + \ No newline at end of file diff --git a/header.php b/header.php new file mode 100644 index 0000000..4ae751b --- /dev/null +++ b/header.php @@ -0,0 +1,75 @@ + section and everything up till

    + */ + +?> + + > + + + + + + + + + +<?php + /* + * Print the <title> tag based on what is being viewed. + */ + global $page, $paged; + + wp_title( '|', true, 'right' ); + + // Add the blog name. + bloginfo( 'name' ); + + // Add the blog description for the home/front page. + $site_description = get_bloginfo( 'description', 'display' ); + if ( $site_description && ( is_home() || is_front_page() ) ) + echo " | $site_description"; + + // Add a page number if necessary: + if ( $paged >= 2 || $page >= 2 ) + echo ' | ' . sprintf( __( 'Page %s', 'twentyten' ), max( $paged, $page ) ); + + ?> + + + + + + + +> +
    + + +
    \ No newline at end of file diff --git a/images/bg.png b/images/bg.png new file mode 100644 index 0000000..1fd6287 Binary files /dev/null and b/images/bg.png differ diff --git a/images/post-sep.png b/images/post-sep.png new file mode 100644 index 0000000..4c235ed Binary files /dev/null and b/images/post-sep.png differ diff --git a/index.php b/index.php new file mode 100644 index 0000000..c58bb1d --- /dev/null +++ b/index.php @@ -0,0 +1,24 @@ + + + \ No newline at end of file diff --git a/languages/twentyten.pot b/languages/twentyten.pot new file mode 100644 index 0000000..f3bfcd2 --- /dev/null +++ b/languages/twentyten.pot @@ -0,0 +1,436 @@ +# Translation of the WordPress theme Twenty Ten 1.1 by the WordPress team. +# Copyright (C) 2010 the WordPress team +# This file is distributed under the same license as the Twenty Ten package. +# FIRST AUTHOR , 2010. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Twenty Ten 1.1\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/twentyten\n" +"POT-Creation-Date: 2010-07-14 16:21+0000\n" +"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: 404.php:16 loop.php:33 +msgid "Not Found" +msgstr "" + +#: 404.php:18 +msgid "" +"Apologies, but the page you requested could not be found. Perhaps searching " +"will help." +msgstr "" + +#: archive.php:33 +#, php-format +msgid "Daily Archives: %s" +msgstr "" + +#: archive.php:35 +#, php-format +msgid "Monthly Archives: %s" +msgstr "" + +#: archive.php:37 +#, php-format +msgid "Yearly Archives: %s" +msgstr "" + +#: archive.php:39 +msgid "Blog Archives" +msgstr "" + +#: attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "" + +#. translators: %s - title of parent post +#: attachment.php:20 +#, php-format +msgid " %s" +msgstr "" + +#: attachment.php:29 +#, php-format +msgid "By %2$s" +msgstr "" + +#: attachment.php:33 functions.php:451 +#, php-format +msgid "View all posts by %s" +msgstr "" + +#: attachment.php:40 +#, php-format +msgid "Published %2$s" +msgstr "" + +#: attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "" + +#: attachment.php:53 +msgid "Link to full-size image" +msgstr "" + +#: attachment.php:60 attachment.php:107 loop.php:95 loop.php:118 loop.php:160 +#: onecolumn-page.php:27 page.php:32 single.php:53 +msgid "Edit" +msgstr "" + +#: attachment.php:100 functions.php:241 loop.php:110 loop.php:138 +msgid "Continue reading " +msgstr "" + +#: attachment.php:101 loop.php:139 onecolumn-page.php:26 page.php:31 +#: single.php:31 +msgid "Pages:" +msgstr "" + +#: author.php:27 +#, php-format +msgid "Author Archives: %s" +msgstr "" + +#: author.php:37 single.php:40 +#, php-format +msgid "About %s" +msgstr "" + +#: category.php:16 +#, php-format +msgid "Category Archives: %s" +msgstr "" + +#: comments.php:18 +msgid "" +"This post is password protected. Enter the password to view any comments." +msgstr "" + +#: comments.php:35 +#, php-format +msgid "One Response to %2$s" +msgid_plural "%1$s Responses to %2$s" +msgstr[0] "" +msgstr[1] "" + +#: comments.php:41 comments.php:60 +msgid " Older Comments" +msgstr "" + +#: comments.php:42 comments.php:61 +msgid "Newer Comments " +msgstr "" + +#: comments.php:72 +msgid "Comments are closed." +msgstr "" + +#. #-#-#-#-# twentyten.pot (Twenty Ten 1.1) #-#-#-#-# +#. Theme URI of the plugin/theme +#: footer.php:33 +msgid "http://wordpress.org/" +msgstr "" + +#: footer.php:34 +msgid "Semantic Personal Publishing Platform" +msgstr "" + +#: footer.php:35 +#, php-format +msgid "Proudly powered by %s." +msgstr "" + +#: functions.php:97 +msgid "Primary Navigation" +msgstr "" + +#. translators: header image description +#: functions.php:133 +msgid "Berries" +msgstr "" + +#. translators: header image description +#: functions.php:139 +msgid "Cherry Blossoms" +msgstr "" + +#. translators: header image description +#: functions.php:145 +msgid "Concave" +msgstr "" + +#. translators: header image description +#: functions.php:151 +msgid "Fern" +msgstr "" + +#. translators: header image description +#: functions.php:157 +msgid "Forest Floor" +msgstr "" + +#. translators: header image description +#: functions.php:163 +msgid "Inkwell" +msgstr "" + +#. translators: header image description +#: functions.php:169 +msgid "Path" +msgstr "" + +#. translators: header image description +#: functions.php:175 +msgid "Sunset" +msgstr "" + +#: functions.php:308 +#, php-format +msgid "%s says:" +msgstr "" + +#: functions.php:311 +msgid "Your comment is awaiting moderation." +msgstr "" + +#. translators: 1: date, 2: time +#: functions.php:318 +#, php-format +msgid "%1$s at %2$s" +msgstr "" + +#: functions.php:318 functions.php:335 +msgid "(Edit)" +msgstr "" + +#: functions.php:335 +msgid "Pingback:" +msgstr "" + +#: functions.php:354 +msgid "Primary Widget Area" +msgstr "" + +#: functions.php:356 +msgid "The primary widget area" +msgstr "" + +#: functions.php:365 +msgid "Secondary Widget Area" +msgstr "" + +#: functions.php:367 +msgid "The secondary widget area" +msgstr "" + +#: functions.php:376 +msgid "First Footer Widget Area" +msgstr "" + +#: functions.php:378 +msgid "The first footer widget area" +msgstr "" + +#: functions.php:387 +msgid "Second Footer Widget Area" +msgstr "" + +#: functions.php:389 +msgid "The second footer widget area" +msgstr "" + +#: functions.php:398 +msgid "Third Footer Widget Area" +msgstr "" + +#: functions.php:400 +msgid "The third footer widget area" +msgstr "" + +#: functions.php:409 +msgid "Fourth Footer Widget Area" +msgstr "" + +#: functions.php:411 +msgid "The fourth footer widget area" +msgstr "" + +#: functions.php:442 +#, php-format +msgid "" +"Posted on %2$s by %3$s" +msgstr "" + +#: functions.php:468 +#, php-format +msgid "" +"This entry was posted in %1$s and tagged %2$s. Bookmark the permalink." +msgstr "" + +#: functions.php:470 +#, php-format +msgid "" +"This entry was posted in %1$s. Bookmark the permalink." +msgstr "" + +#: functions.php:472 +#, php-format +msgid "" +"Bookmark the permalink." +msgstr "" + +#: header.php:33 +#, php-format +msgid "Page %s" +msgstr "" + +#: header.php:83 +msgid "Skip to content" +msgstr "" + +#: loop.php:25 loop.php:173 +msgid " Older posts" +msgstr "" + +#: loop.php:26 loop.php:174 +msgid "Newer posts " +msgstr "" + +#: loop.php:35 +msgid "" +"Apologies, but no results were found for the requested archive. Perhaps " +"searching will help find a related post." +msgstr "" + +#: loop.php:60 loop.php:92 +msgctxt "gallery category slug" +msgid "gallery" +msgstr "" + +#: loop.php:62 loop.php:83 loop.php:126 +#, php-format +msgid "Permalink to %s" +msgstr "" + +#: loop.php:82 +#, php-format +msgid "This gallery contains %2$s photos." +msgstr "" + +#: loop.php:92 +msgid "View posts in the Gallery category" +msgstr "" + +#: loop.php:92 +msgid "More Galleries" +msgstr "" + +#: loop.php:94 loop.php:117 loop.php:159 +msgid "Leave a comment" +msgstr "" + +#: loop.php:94 loop.php:117 loop.php:159 +msgid "1 Comment" +msgstr "" + +#: loop.php:94 loop.php:117 loop.php:159 +msgid "% Comments" +msgstr "" + +#: loop.php:101 +msgctxt "asides category slug" +msgid "asides" +msgstr "" + +#: loop.php:146 +#, php-format +msgid "Posted in %2$s" +msgstr "" + +#: loop.php:155 +#, php-format +msgid "Tagged %2$s" +msgstr "" + +#: search.php:16 +#, php-format +msgid "Search Results for: %s" +msgstr "" + +#: search.php:26 +msgid "Nothing Found" +msgstr "" + +#: search.php:28 +msgid "" +"Sorry, but nothing matched your search criteria. Please try again with some " +"different keywords." +msgstr "" + +#: sidebar.php:27 +msgid "Archives" +msgstr "" + +#: sidebar.php:34 +msgid "Meta" +msgstr "" + +#: single.php:18 single.php:58 +msgctxt "Previous post link" +msgid "←" +msgstr "" + +#: single.php:19 single.php:59 +msgctxt "Next post link" +msgid "→" +msgstr "" + +#: single.php:44 +#, php-format +msgid "View all posts by %s " +msgstr "" + +#: tag.php:16 +#, php-format +msgid "Tag Archives: %s" +msgstr "" + +#. Theme Name of the plugin/theme +msgid "Twenty Ten" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"The 2010 theme for WordPress is stylish, customizable, simple, and readable " +"-- make it yours with a custom menu, header image, and background. Twenty " +"Ten supports six widgetized areas (two in the sidebar, four in the footer) " +"and featured images (thumbnails for gallery posts and custom header images " +"for posts and pages). It includes stylesheets for print and the admin Visual " +"Editor, special styles for posts in the \"Asides\" and \"Gallery\" " +"categories, and has an optional one-column page template that removes the " +"sidebar." +msgstr "" + +#. Author of the plugin/theme +msgid "the WordPress team" +msgstr "" + +#. Tags of the plugin/theme +msgid "" +"black, blue, white, two-columns, fixed-width, custom-header, custom-" +"background, threaded-comments, sticky-post, translation-ready, microformats, " +"rtl-language-support, editor-style" +msgstr "" diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..5fbe4a7 --- /dev/null +++ b/license.txt @@ -0,0 +1,281 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110, USA + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + diff --git a/loop.php b/loop.php new file mode 100644 index 0000000..e1ac644 --- /dev/null +++ b/loop.php @@ -0,0 +1,117 @@ +get_template_part( 'loop', 'index' ); +*/ +?> + + + + +

    +

    + + + + + + + + + + +

    + + + + + + $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', 'numberposts' => 999 ) ); + $total_images = count( $images ); + $image = array_shift( $images ); + $image_img_tag = wp_get_attachment_image( $image->ID, 'thumbnail' ); +?> + + +

    %2$s photos.', 'twentyten' ), + 'href="' . get_permalink() . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark"', + $total_images + ); ?>

    + + + + + + | + + + + + + + + + + + + + + + | + + + + + + +
    > +

    + + + + + + + + + +

      

    + + + + +
    + + + + + +max_num_pages > 1 ) : ?> + + + \ No newline at end of file diff --git a/page.php b/page.php new file mode 100644 index 0000000..0fe6c2b --- /dev/null +++ b/page.php @@ -0,0 +1,24 @@ + + + + + +

    + +

    + + + + '' . __( 'Pages:', 'twentyten' ), 'after' => '' ) ); ?> + + + + + + + \ No newline at end of file diff --git a/plugins/arl_kottke_archives.php b/plugins/arl_kottke_archives.php new file mode 100644 index 0000000..4946bd1 --- /dev/null +++ b/plugins/arl_kottke_archives.php @@ -0,0 +1,61 @@ +posts "; + $sql .= "WHERE DATE_FORMAT(post_date, '%Y') <> '0000'"; + $sql .= " AND post_status = 'publish'"; + $sql .= " AND post_type = 'post' "; + $sql .= "GROUP BY DATE_FORMAT(post_date, '%Y'), DATE_FORMAT(post_date, '%m') "; + $sql .= "ORDER BY DATE_FORMAT(post_date, '%Y') DESC, DATE_FORMAT(post_date, '%m') ASC;"; + + $months = $wpdb->get_results($sql); + + if (!empty($months)) + { + foreach ($months as $month) + { + // Add in the year heading + if (($year == "") || ($year != $month->Year)) + { + if (strlen($output)) + { + $output .= "
    \n" . $month->Year . ": "; + } + else + { + $output .= "\n" . $month->Year . ": "; + } + } + + // Add in the monthly archive links + if ($year == $month->Year) + $output .= $month_separator; + + $output .= '' . date($month_format, mktime(0, 0, 0, $month->Month, 1, $month->Year)) . ''; + + $year = $month->Year; + } + } + else + { + $output = "

    None available

    \n"; + } + + print $output; +} +?> \ No newline at end of file diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..6294be5 --- /dev/null +++ b/readme.txt @@ -0,0 +1,11 @@ +Instructions: + +To enable the dropcap feature, simply use the shortcode [dropcap][/dropcap] around the first letter or word of the paragraph. + +To create an archives page like the one in our demo, create a new page called "Archives", and apply the archives template from the template drop-down menu in the Page Attributes sidebar. + +Changelog: + +1.0.2 - Fixed spacing on dropcap CSS. +1.0.1 - Fixed web fonts to correctly support accented characters +1.0 - Original release \ No newline at end of file diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..c0bf87c Binary files /dev/null and b/screenshot.png differ diff --git a/search.php b/search.php new file mode 100644 index 0000000..eb9479b --- /dev/null +++ b/search.php @@ -0,0 +1,23 @@ + + + +

    + + +

    +

    + + + + diff --git a/single.php b/single.php new file mode 100644 index 0000000..e0414b7 --- /dev/null +++ b/single.php @@ -0,0 +1,21 @@ + + + + +
    > +

    + + + + '' ) ); ?> +

    +
    + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..59fa403 --- /dev/null +++ b/style.css @@ -0,0 +1,612 @@ +/* +Theme Name: Melville +Theme URI: http://madebyraygun.com/labs/melville +Description: A clean journal theme with great typography +Version: 1.0.2 +Author: Dalton Rooney +Author URI: http://madebyraygun.com +Tags: clean, basic, typography, minimalist, white, single column + +Based on TwentyTen, the default WordPress theme +*/ + +/* @group Google Font Loader */ + +#site-title a, #content h1.entry-title, #content h1.page-title, #content h2.entry-title, span.cap { + visibility: hidden; +} + +.wf-active #site-title a, .wf-active #site-title a, .wf-active #content h1.entry-title, .wf-active #content h1.page-title, .wf-active #content h2.entry-title, .wf-active span.cap, .wf-inactive #site-title a, .wf-inactive #site-title a, .wf-inactive #content h1.entry-title, .wf-inactive #content h1.page-title, .wf-inactive #content h2.entry-title, .wf-inactive span.cap { + visibility: visible; +} + +/* @end */ + +/* @group Reset */ + +/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */ +html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 } +table { border-collapse:collapse; border-spacing:0 } +fieldset, img { border:0 } +address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal } +ul li { list-style:none } +caption, th { text-align:left } +h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal } +q:before, q:after { content:''} + +/* Global reset-RESET */ +/* The below restores some sensible defaults */ +strong { font-weight:bold } +em { font-style:italic } +a img { border:none } /* Gets rid of IE's blue borders */ + +/* @end */ + +/* @group Body */ + +body { + font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; + font-size: 0.9em; + color: #555555; + background: #eeeeee url(images/bg.png); + text-align: left; + line-height: 1.3em; + margin: 0; + text-shadow: #fff 0 0 1px; +} + +div#wrapper { + width: 650px; + background-color: #ffffff; + min-height: 100%; + height: auto !important; + height: 100%; + margin: 0 auto -40px; + padding: 20px 80px 0 80px; + border-right: 1px solid #cccccc; + border-left: 1px solid #cccccc; + -moz-box-shadow: 1px 0 20px #dddddd; + -webkit-box-shadow: 1px 0 20px #dddddd; + box-shadow: 1px 0 20px #dddddd; + overflow: hidden; +} + +h1, h2, h3, h4, h5, h6 { font-weight:normal; margin: 15px 0; + clear: both; +} + +#content h1 { + font-size: 1.6em; + font-weight: bold; + margin: 20px 0; +} + +#content h2 { + font-size: 1.4em; +} + +#content h3 { + font-size: 1.2em; +} + +#content h4 { + font-size: 1em; +} + +#content h5 { + font-size: 0.9em; +} + +#content h6 { + font-size: 0.9em; +} + +p { + margin: 0 0 20px 0; + line-height: 1.5em; +} + +a {color: #777777;} + +a:hover {color: #555555;} + +blockquote { + margin: 30px 0 0 0; + padding: 0 0 0 30px; + border-left: 1px solid #eee; + font-style: italic; +} + +cite { + font-style: italic; +} + +html, body { + height: 100%; +} + +hr { + margin: 20px 0; +} + +#content table { + border: 1px solid #e7e7e7; + margin: 0 -1px 24px 0; + text-align: left; + width: 100%; +} + +#content tr th, #content thead th { + color: #888; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 9px 24px; +} + +#content tr td { + border-top: 1px solid #e7e7e7; + padding: 6px 24px; +} + +#content tr.odd td { + background: #fafafa; +} + +#content div.post { + margin: 0 0 70px 0; +} + +span.dropcap{ + font-weight:bold; + font-family: 'OFLSortsMillGoudyRegular', Georgia, serif; + float:left; + font-size: 3em; + line-height:1em; + margin: 8px 2px -10px 0; + position:relative; +} + +#content ul, #content ol { + margin: 5px 0; +} + +#content li { + margin: 0 0 0 20px; +} + +#content dt, +#content th { + font-size: 1.1em; + margin: 15px 0; +} + +#content pre { + margin: 20px 0; + padding: 10px; + background-color: #fdfdfd; + border: 1px solid #eeeeee; +} + +#content address { + font-style: italic; + margin: 15px 0; +} + +#content var { + font-style: italic; +} + +#content h1.entry-title, #content h1.page-title, #content h2.entry-title{ + text-align: center; + margin: 0 0 30px 0; + font-weight: normal; + font-family: 'OFLSortsMillGoudyRegular', Georgia, serif; + font-size: 1.8em; + line-height:1.2em; + text-decoration: none; + color: #555555; + clear: both; +} + +#content abbr, #content acronym { + border-bottom: 1px dotted #ccc; +} + +#content big { + font-size: 1.2em; +} + +#content ins { + color: #333; + background: #f5f5f5; + text-decoration: none; +} + +div#content { + margin: 0 0 20px 0; +} + +#content div.post p.date, #content div.post p.post-meta { + margin: 30px 0 0 0; + padding-bottom: 40px; + background: url(images/post-sep.png) no-repeat center bottom; +} + +#content div.post p.post-meta { + margin: 0 0; +} + +.single #content div.post p.date { + font-size: 1em; + margin: 40px 0 5px 0; + padding: 0; + background: none; +} + +.page #content h2 { + font-family: 'OFLSortsMillGoudyRegular', Georgia, serif; margin: 35px 0 10px; + font-size: 18px; + color: #555555; +} + +.page.page-template-archives-php #content h2 { + font-size: 20px; + margin: 60px 0 16px; +} + +label.screen-reader-text { + display: none; +} + + +.entry-title a, .page-title a{ + color: #555555; + text-decoration: none; +} + +#content div.post p.date, p.post-meta { + font-size: .8em; + clear: both; +} + +a#cancel-comment-reply-link { + font-family: 'helvetica neue',helvetica, arial,sans-serif; + font-size: 11px; + margin: 0 10px; +} + +p.wp-caption-text { + font-size: 11px; + margin: 0 0 20px 20px; +} + +.page-link { + margin: 20px 0 22px 0; + } + +.page-link a:link, .page-link a:visited { + background: #f1f1f1; + color: #333; + font-weight: normal; + padding: 0.2em; + text-decoration: none; +} +.home .sticky .page-link a { + background: #d9e8f7; +} +.page-link a:active, +.page-link a:hover { + color: #aaa; +} + +.alignnone {margin: 20px 0;} +.aligncenter { display:block; margin:20px auto;} +.alignleft { float:left; margin: 5px 20px 5px 0; } +.alignright { float:right; margin: 5px 0 5px 20px;} +.wp-caption { border:none; padding:0px; margin-bottom:40px;} +.size-thumbnail {margin-right: 10px;} +br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */ + +/* @end */ + +/* @group Header */ + +div#header { + margin: 0 0 60px 0; + padding: 0 0 20px 0; + width: 650px; + color: #777777; + border-bottom: 1px solid #bbbbbb; +} + +#site-title { + margin: 40px 0 20px 0; + text-align: center; +} + +#site-title a { + font-family: 'OFLSortsMillGoudyItalic', Georgia, sans; font-size: 60px; + font-style: italic; + text-decoration: none; + color: #555555; +} + +div#site-description { + text-align: center; +} + +/* @end */ + +/* @group Archives */ + +.archive #content h1.page-title { + margin-bottom: 60px; +} + +input#s { + color: #777777; + font-size: 12px; + height: 16px; + width: 200px; + padding: 3px 5px; + border: 1px solid #dddddd; + background-color: #fefefe; +} + +input#searchsubmit { + color: #777777; + font-size: 12px; + height: 24px; + width: 80px; + margin: 0 0 0 40px; + border: 1px solid #dddddd; + background-color: #fefefe; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; +} + +input#searchsubmit:hover { +border-color: #aaaaaa; + color: #555555; +} + +.page-template-archives-php ul.taxonomy { + -moz-column-count: 3; + -moz-column-gap: 20px; + -webkit-column-count: 3; + -webkit-column-gap: 20px; + column-count: 3; + column-gap: 20px; +} + +.archive h1.page-title { + margin-bottom: 60px; +} + +.archive #content div.post p.date { + margin: 10px 0 15px 0; +} + +.page-template-archives-php #content ul, .page-template-archives-php #content ol { + margin:0; +} + +.page-template-archives-php #content li { + margin:0; +} + +.page-template-archives-php #content li li { + margin: 0 0 0 10px; +} + +.archive #content div.post { + margin: 0 0 60px 0; + padding: 0 0 10px 0; + background: url(images/post-sep.png) no-repeat center bottom; +} + +/* @end */ + +/* @group Gallery */ + +#content .gallery { + margin-top: 20px; +} + +#content .gallery .gallery-item { + float: left; + margin: 0 0 20px 0; + text-align: left; + width: 33%; + text-align: center; +} + +#content .gallery img { + border: 1px solid #dddddd; +} + +#content .gallery .gallery-caption { + color: #888; + font-size: 12px; + margin: 0 0 12px; +} + +#content .gallery dl { + margin: 0; +} + +#content .gallery img { + border: 1px solid #dddddd; +} + +#content .gallery br+br { + display: none; +} + +#content .attachment img { + display: block; + margin: 0 auto; +} + +/* @end */ + +/* @group Comments */ + +form#commentform { + width: 400px; +} + +h3#reply-title, h3#comments-title { + font-family: 'OFLSortsMillGoudyRegular', Georgia, serif; margin: 50px 0 0 0; + font-size: 18px; + color: #555555; + margin: 20px 0 10px 0; +} + +p.comment-notes { + font-size: 0.8em; + font-style: italic; + margin: 5px 0 20px; +} + +#commentform label { + font-size: 0.9em; + width: 30px; +} + +#commentform input, #commentform textarea { + height: 17px; + width: 280px; + padding: 3px; + float:right; + margin: 0 50px 0 0; + border: 1px solid #dddddd; + background-color: #fcfcfc; + color: #777777; + overflow: hidden; +} + +#commentform textarea { + height: 100px; + width: 280px; +} + +#commentform input#submit { + clear: both; + float: none; + width: 95px; + height: 22px; + margin: 20px 0 0 255px; + -webkit-border-radius: 03px; + -moz-border-radius: 03px; + border-radius: 03px; +} + +#commentform input#submit:hover { + border-color: #aaaaaa; + color: #555555; +} + +img.avatar { + display: none; +} + +#comments ol li { + margin: 20px 0; + list-style-type: none; +} + +#comments ol li.depth-1 { + border-bottom: 1px solid #efefef; + padding: 0 0 20px 0; + width: 500px; +} + +#comments ol li.depth-2, #comments ol li.depth-3 { + margin: 10px 0 0 20px; +} + +#commentform p.logged-in-as { + font-size: 11px; +} + +.comment-meta { + font-size: 11px; +} + +.comment-body p { + margin: 10px 0 0 0; + width: 450px; +} + +#cancel-comment-reply-link { + font-family: ; +} + +a.comment-reply-link { + font-size: 11px; +} + +p.form-allowed-tags { + display: none; +} + +/* @end */ + +/* @group Menu */ + +#menu { + width:810px; + margin: 0 auto; + border-right: 1px solid #cccccc; + border-left: 1px solid #cccccc; + -moz-box-shadow: 1px 4 20px #dddddd; + -webkit-box-shadow: 1px 4 20px #dddddd; + box-shadow: 1px 4 20px #dddddd; +} + +#menu div.menu, #menu div.menu-footer { background-color: #dadada; border-bottom-style: double; + border-bottom-color: #bbb; + border-bottom-width: 3px; + border-top-style: double; + border-top-color: #bbb; + border-top-width: 3px;} #menu div.menu ul, #menu div.menu-footer ul { margin: 0 0 0 0; padding: 10px 0 6px; border-bottom: 1px solid #dddddd; + text-align: center; } #menu div.menu li, #menu div.menu-footer li { display: inline; margin: 0 15px; } #menu div.menu li a, #menu div.menu-footer li a { text-decoration: none; font-family: 'OFLSortsMillGoudyRegular', Georgia, serif; font-size: 18px; font-style: italic; text-decoration: none; color: #555555; } #menu div.menu li a:hover, #menu div.menu-footer li a:hover { color: #333333; } #menu div.menu ul li.current_page_item a, #menu div.menu-footer ul li.current_page_item a{ text-decoration: underline; + color: #333333; +} + +/* @end */ + +/* @group Footer */ + + .push, #footer { + height: 40px; + clear: both; +} + +div#footer { + width: 810px; + margin: 0 auto; + padding: 20px 0 0 0; + background-color: #fafafa; + border-top: 1px solid #dddddd; + border-right: 1px solid #cccccc; + border-left: 1px solid #cccccc; + -moz-box-shadow: 1px 4 20px #dddddd; + -webkit-box-shadow: 1px 4 20px #dddddd; + box-shadow: 1px 4 20px #dddddd; +} + +#footer p.credits { + margin: 0 80px; + font-size: .8em; +} + +span.older-posts a, span.newer-posts a{ + text-decoration: none; + margin-right: 20px; +} + +/* @end */ \ No newline at end of file diff --git a/tag.php b/tag.php new file mode 100644 index 0000000..7b314a6 --- /dev/null +++ b/tag.php @@ -0,0 +1,18 @@ + + +

    + + + + \ No newline at end of file