style.css updates for theme repo sync. see #14284.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
04487e1c22
commit
15f82621ae
|
@ -3,10 +3,11 @@ Theme Name: Twenty Ten
|
||||||
Theme URI: http://wordpress.org/
|
Theme URI: http://wordpress.org/
|
||||||
Description: The 2010 default theme for WordPress.
|
Description: The 2010 default theme for WordPress.
|
||||||
Author: the WordPress team
|
Author: the WordPress team
|
||||||
Version: 1.0
|
Version: 1.0.3
|
||||||
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
|
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
|
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
@ -210,7 +211,7 @@ textarea {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
background-color: #E7E7E7;
|
background-color: #e7e7e7;
|
||||||
border:0;
|
border:0;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
|
@ -313,14 +314,14 @@ textarea {
|
||||||
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
|
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
a:link {
|
a:link {
|
||||||
color:#0066CC;
|
color:#0066cc;
|
||||||
}
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
color:#743399;
|
color:#743399;
|
||||||
}
|
}
|
||||||
a:active,
|
a:active,
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #FF4B33;
|
color: #ff4b33;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Text meant only for screen readers */
|
/* Text meant only for screen readers */
|
||||||
|
@ -381,6 +382,7 @@ a:hover {
|
||||||
div.menu {
|
div.menu {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
|
width: 928px;
|
||||||
}
|
}
|
||||||
#access .menu-header ul,
|
#access .menu-header ul,
|
||||||
div.menu ul {
|
div.menu ul {
|
||||||
|
@ -448,6 +450,8 @@ div.menu li {
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* =Content
|
/* =Content
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
@ -522,13 +526,13 @@ div.menu li {
|
||||||
padding: 6px 24px;
|
padding: 6px 24px;
|
||||||
}
|
}
|
||||||
#content tr.odd td {
|
#content tr.odd td {
|
||||||
background: #F2F7FC;
|
background: #f2f7fc;
|
||||||
}
|
}
|
||||||
.hentry {
|
.hentry {
|
||||||
margin: 0 0 48px 0;
|
margin: 0 0 48px 0;
|
||||||
}
|
}
|
||||||
.home .sticky {
|
.home .sticky {
|
||||||
background: #F2F7FC;
|
background: #f2f7fc;
|
||||||
border-top: 4px solid #000;
|
border-top: 4px solid #000;
|
||||||
padding: 18px 20px;
|
padding: 18px 20px;
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
|
@ -556,7 +560,7 @@ div.menu li {
|
||||||
}
|
}
|
||||||
.page-title a:active,
|
.page-title a:active,
|
||||||
.page-title a:hover {
|
.page-title a:hover {
|
||||||
color: #FF4B33;
|
color: #ff4b33;
|
||||||
}
|
}
|
||||||
#content .entry-title {
|
#content .entry-title {
|
||||||
color: #000;
|
color: #000;
|
||||||
|
@ -572,7 +576,7 @@ div.menu li {
|
||||||
}
|
}
|
||||||
.entry-title a:active,
|
.entry-title a:active,
|
||||||
.entry-title a:hover {
|
.entry-title a:hover {
|
||||||
color: #FF4B33;
|
color: #ff4b33;
|
||||||
}
|
}
|
||||||
.entry-meta {
|
.entry-meta {
|
||||||
color: #888;
|
color: #888;
|
||||||
|
@ -595,7 +599,7 @@ div.menu li {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
.entry-content fieldset {
|
.entry-content fieldset {
|
||||||
border: 1px solid #E7E7E7;
|
border: 1px solid #e7e7e7;
|
||||||
margin: 0 0 24px 0;
|
margin: 0 0 24px 0;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
}
|
}
|
||||||
|
@ -652,18 +656,18 @@ div.menu li {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
.home .sticky .page-link a {
|
.home .sticky .page-link a {
|
||||||
background: #D9E8F7;
|
background: #d9e8f7;
|
||||||
}
|
}
|
||||||
.page-link a:active,
|
.page-link a:active,
|
||||||
.page-link a:hover {
|
.page-link a:hover {
|
||||||
color: #FF4B33;
|
color: #ff4b33;
|
||||||
}
|
}
|
||||||
.page .edit-link {
|
body.page .edit-link {
|
||||||
clear: both;
|
clear: both;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
#entry-author-info {
|
#entry-author-info {
|
||||||
background: #F2F7FC;
|
background: #f2f7fc;
|
||||||
border-top: 4px solid #000;
|
border-top: 4px solid #000;
|
||||||
padding: 18px 20px;
|
padding: 18px 20px;
|
||||||
margin: 24px 0;
|
margin: 24px 0;
|
||||||
|
@ -702,7 +706,7 @@ div.menu li {
|
||||||
}
|
}
|
||||||
.entry-meta a:hover,
|
.entry-meta a:hover,
|
||||||
.entry-utility a:hover {
|
.entry-utility a:hover {
|
||||||
color: #FF4B33;
|
color: #ff4b33;
|
||||||
}
|
}
|
||||||
#content .video-player {
|
#content .video-player {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -732,14 +736,6 @@ div.menu li {
|
||||||
/* Gallery listing
|
/* Gallery listing
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
.category-gallery {
|
|
||||||
margin-bottom: 48px;
|
|
||||||
}
|
|
||||||
.category-gallery h2 {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
.category-gallery .entry-meta {
|
|
||||||
}
|
|
||||||
.category-gallery .size-thumbnail img {
|
.category-gallery .size-thumbnail img {
|
||||||
border: 10px solid #f1f1f1;
|
border: 10px solid #f1f1f1;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -749,9 +745,6 @@ div.menu li {
|
||||||
margin-right:20px;
|
margin-right:20px;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
.home #content .category-gallery .entry-content p {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
.home #content .category-gallery .entry-utility {
|
.home #content .category-gallery .entry-utility {
|
||||||
padding-top:4px;
|
padding-top:4px;
|
||||||
}
|
}
|
||||||
|
@ -778,6 +771,7 @@ div.menu li {
|
||||||
|
|
||||||
#content img {
|
#content img {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: auto;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
}
|
}
|
||||||
#content .attachment img {
|
#content .attachment img {
|
||||||
|
@ -828,7 +822,7 @@ div.menu li {
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
#content .gallery {
|
#content .gallery {
|
||||||
margin: auto;
|
margin: 0 auto 18px;
|
||||||
}
|
}
|
||||||
#content .gallery .gallery-item {
|
#content .gallery .gallery-item {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -875,7 +869,7 @@ div.menu li {
|
||||||
}
|
}
|
||||||
.navigation a:active,
|
.navigation a:active,
|
||||||
.navigation a:hover {
|
.navigation a:hover {
|
||||||
color: #FF4B33;
|
color: #ff4b33;
|
||||||
}
|
}
|
||||||
.nav-previous {
|
.nav-previous {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -974,7 +968,7 @@ h3#comments-title {
|
||||||
}
|
}
|
||||||
.comment-meta a:active,
|
.comment-meta a:active,
|
||||||
.comment-meta a:hover {
|
.comment-meta a:hover {
|
||||||
color: #FF4B33;
|
color: #ff4b33;
|
||||||
}
|
}
|
||||||
.commentlist .even {
|
.commentlist .even {
|
||||||
}
|
}
|
||||||
|
@ -990,7 +984,7 @@ a.comment-edit-link {
|
||||||
}
|
}
|
||||||
.reply a:hover,
|
.reply a:hover,
|
||||||
a.comment-edit-link:hover {
|
a.comment-edit-link:hover {
|
||||||
color: #FF4B33;
|
color: #ff4b33;
|
||||||
}
|
}
|
||||||
.commentlist .children {
|
.commentlist .children {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -1063,7 +1057,7 @@ h3#reply-title {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
#respond .required {
|
#respond .required {
|
||||||
color:#FF4B33;
|
color:#ff4b33;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
#respond label {
|
#respond label {
|
||||||
|
@ -1166,7 +1160,7 @@ h3#reply-title {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
.widget_rss a.rsswidget:hover {
|
.widget_rss a.rsswidget:hover {
|
||||||
color: #FF4B33;
|
color: #ff4b33;
|
||||||
}
|
}
|
||||||
.widget_rss .widget-title img {
|
.widget_rss .widget-title img {
|
||||||
height: 11px;
|
height: 11px;
|
||||||
|
|
Loading…
Reference in New Issue