diff --git a/wp-content/themes/twentyten/attachment.php b/wp-content/themes/twentyten/attachment.php index 5b35936e90..f805bcdbad 100644 --- a/wp-content/themes/twentyten/attachment.php +++ b/wp-content/themes/twentyten/attachment.php @@ -12,13 +12,105 @@ get_header(); ?>
- + + + post_parent ) ) : ?> +

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

+ + +
> +

+ + + +
+
+ $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(); ?>
+ +→', 'twentyten' ) ); ?> + '' ) ); ?> + +
+ +
+ + ', '' ); ?> +
+
+ + + +
diff --git a/wp-content/themes/twentyten/editor-style.css b/wp-content/themes/twentyten/editor-style.css index 7d051355e5..31ea0d5b25 100644 --- a/wp-content/themes/twentyten/editor-style.css +++ b/wp-content/themes/twentyten/editor-style.css @@ -1,13 +1,15 @@ /* Theme Name: Twenty Ten -Description: Used to style the TinyMCE editor. +*/ +/* +Used to style the TinyMCE editor. */ html .mceContentBody { - max-width: 640px; + max-width:640px; } * { - color: #444; font-family: Georgia, "Bitstream Charter", serif; + color: #444; line-height: 1.5; } p, @@ -38,10 +40,10 @@ body, input, textarea { } hr { background-color: #e7e7e7; - border: 0; - clear: both; + border:0; height: 1px; margin-bottom: 18px; + clear:both; } /* Text elements */ p { @@ -56,22 +58,22 @@ ol { margin: 0 0 18px 1.5em; } ol ol { - list-style: upper-alpha; + list-style:upper-alpha; } ol ol ol { - list-style: lower-roman; + list-style:lower-roman; } ol ol ol ol { - list-style: lower-alpha; + list-style:lower-alpha; } ul ul, ol ol, ul ol, ol ul { - margin-bottom: 0; + margin-bottom:0; } dl { - margin: 0 0 24px 0; + margin:0 0 24px 0; } dt { font-weight: bold; @@ -80,20 +82,20 @@ dd { margin-bottom: 18px; } strong { - color: #000; font-weight: bold; + color: #000; } cite, em, i { - border: none; font-style: italic; + border: none; } big { font-size: 131.25%; } ins { - background: #ffc; + background: #ffffcc; border: none; color: #333; } @@ -127,11 +129,11 @@ ins { } sup, sub { - font-size: 10px; height: 0; line-height: 1; - position: relative; vertical-align: baseline; + position: relative; + font-size: 10px; } sup { bottom: 1ex; @@ -140,10 +142,10 @@ sub { top: .5ex; } a:link { - color: #06c; + color:#0066cc; } a:visited { - color: #743399; + color:#743399; } a:active, a:hover { @@ -155,13 +157,13 @@ ol, dd, pre, hr { - margin-bottom: 24px; + margin-bottom:24px; } ul ul, ol ol, ul ol, ol ul { - margin-bottom: 0; + margin-bottom:0; } pre, kbd, @@ -186,9 +188,9 @@ h4, h5, h6 { color: #000; - font-weight: normal; - line-height: 1.5em; margin: 0 0 20px 0; + line-height: 1.5em; + font-weight: normal; } h1 { font-size: 2.4em; @@ -210,11 +212,11 @@ h6 { } table { border: 1px solid #e7e7e7 !important; + text-align: left; + margin: 0 -1px 24px 0; + width: 100%; border-collapse: collapse; border-spacing: 0; - margin: 0 -1px 24px 0; - text-align: left; - width: 100%; } tr th, thead th { @@ -230,15 +232,11 @@ tr td { border-top: 1px solid #e7e7e7 !important; padding: 6px 24px; } + + img { margin: 0; -} -img.size-auto, -img.size-large, -img.size-full, -img.size-medium { - max-width: 100%; - height: auto; + max-width: 640px; } .alignleft, img.alignleft { @@ -267,19 +265,18 @@ img.aligncenter { margin-bottom: 12px; } .wp-caption { - background: #f1f1f1; border: none; - -khtml-border-radius: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; + background: #f1f1f1; color: #888; font-size: 12px; line-height: 18px; - margin-bottom: 20px; - max-width: 632px !important; /* prevent too-wide images from breaking layout */ - padding: 4px; text-align: center; + margin-bottom: 20px; + padding: 4px; + -moz-border-radius: 0; + -khtml-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } .wp-caption img { margin: 5px; @@ -288,5 +285,5 @@ img.aligncenter { margin: 0 0 4px; } .wp-smiley { - margin: 0; + margin:0; } \ No newline at end of file diff --git a/wp-content/themes/twentyten/header.php b/wp-content/themes/twentyten/header.php index 304af9cad1..fa4b727916 100644 --- a/wp-content/themes/twentyten/header.php +++ b/wp-content/themes/twentyten/header.php @@ -73,7 +73,7 @@ $image[1] >= HEADER_IMAGE_WIDTH ) : // Houston, we have a new header image! echo get_the_post_thumbnail( $post->ID, 'post-thumbnail' ); - elseif ( get_header_image() ) : ?> + else : ?> diff --git a/wp-content/themes/twentyten/onecolumn-page.php b/wp-content/themes/twentyten/onecolumn-page.php index 1a8d5b7e27..90b1abf3a4 100644 --- a/wp-content/themes/twentyten/onecolumn-page.php +++ b/wp-content/themes/twentyten/onecolumn-page.php @@ -17,13 +17,20 @@ get_header(); ?>
- + + +
> +

+
+ + '' ) ); ?> + ', '' ); ?> +
+
+ + + +
diff --git a/wp-content/themes/twentyten/page.php b/wp-content/themes/twentyten/page.php index 1a5504236f..a6081c80d7 100644 --- a/wp-content/themes/twentyten/page.php +++ b/wp-content/themes/twentyten/page.php @@ -17,13 +17,25 @@ get_header(); ?>
- + + +
> + +

+ +

+ + +
+ + '' ) ); ?> + ', '' ); ?> +
+
+ + + +
diff --git a/wp-content/themes/twentyten/rtl.css b/wp-content/themes/twentyten/rtl.css index 0b62309592..4ae54e4da4 100644 --- a/wp-content/themes/twentyten/rtl.css +++ b/wp-content/themes/twentyten/rtl.css @@ -120,9 +120,6 @@ blockquote { float: left; font-style: normal; } -#branding img { - float: right; -} /* =Menu -------------------------------------------------------------- */ diff --git a/wp-content/themes/twentyten/single.php b/wp-content/themes/twentyten/single.php index a0dea11fb1..f97fd460e6 100644 --- a/wp-content/themes/twentyten/single.php +++ b/wp-content/themes/twentyten/single.php @@ -12,13 +12,56 @@ get_header(); ?>
- + + + + +
> +

+ + + +
+ + '' ) ); ?> +
+ + +
+
+ +
+ +
+ + +
+ + ', '' ); ?> +
+
+ + + + + +
diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 47171b7a3c..5dbf6317b6 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -3,8 +3,8 @@ Theme Name: Twenty Ten Theme URI: http://wordpress.org/ Description: 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. Author: the WordPress team -Version: 1.2-RC1 -Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu +Version: 1.1 +Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style */ @@ -139,9 +139,7 @@ h3#reply-title, .pingback p, .reply, .widget-title, -.wp-caption-text { - font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; -} +.wp-caption-text, input[type=submit] { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; } @@ -352,7 +350,7 @@ a:hover { clear: right; float: right; font-style: italic; - margin: 15px 0 18px 0; + margin: 14px 0 18px 0; width: 220px; } @@ -360,8 +358,8 @@ a:hover { #branding img { border-top: 4px solid #000; border-bottom: 1px solid #000; + clear: both; display: block; - float: left; } @@ -761,91 +759,86 @@ body.page .edit-link { /* =Images -------------------------------------------------------------- */ -/* -Resize images to fit the main content area. -- Applies only to images uploaded via WordPress by targeting size-* classes. -- Other images will be left alone. Use "size-auto" class to apply to other images. -*/ -img.size-auto, -img.size-full, -img.size-large, -img.size-medium, -.attachment img { - max-width: 100%; /* When images are too wide for containing element, force them to fit. */ - height: auto; /* Override height to match resized width for correct aspect ratio. */ +#content img { + margin: 0; + height: auto; + max-width: 640px; + width: auto; } -.alignleft, -img.alignleft { +#content .attachment img { + max-width: 900px; +} +#content .alignleft, +#content img.alignleft { display: inline; float: left; margin-right: 24px; margin-top: 4px; } -.alignright, -img.alignright { +#content .alignright, +#content img.alignright { display: inline; float: right; margin-left: 24px; margin-top: 4px; } -.aligncenter, -img.aligncenter { +#content .aligncenter, +#content img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } -img.alignleft, -img.alignright, -img.aligncenter { +#content img.alignleft, +#content img.alignright, +#content img.aligncenter { margin-bottom: 12px; } -.wp-caption { +#content .wp-caption { background: #f1f1f1; line-height: 18px; margin-bottom: 20px; - max-width: 632px !important; /* prevent too-wide images from breaking layout */ padding: 4px; text-align: center; } -.wp-caption img { +#content .wp-caption img { margin: 5px 5px 0; } -.wp-caption p.wp-caption-text { +#content .wp-caption p.wp-caption-text { color: #888; font-size: 12px; margin: 5px; } -.wp-smiley { +#content .wp-smiley { margin: 0; } -.gallery { +#content .gallery { margin: 0 auto 18px; } -.gallery .gallery-item { +#content .gallery .gallery-item { float: left; margin-top: 0; text-align: center; width: 33%; } -.gallery img { +#content .gallery img { border: 2px solid #cfcfcf; } -.gallery .gallery-caption { +#content .gallery .gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; } -.gallery dl { +#content .gallery dl { margin: 0; } -.gallery img { +#content .gallery img { border: 10px solid #f1f1f1; } -.gallery br+br { +#content .gallery br+br { display: none; } -#content .attachment img {/* single attachment images should be centered */ +#content .attachment img { /* single attachment images should be centered */ display: block; margin: 0 auto; } @@ -1094,9 +1087,6 @@ h3#reply-title { list-style: square; margin-left: 1.3em; } -.widget-area select { - max-width: 100%; -} .widget_search #s {/* This keeps the search inputs in line */ width: 60%; }