Make WordPress Core

Changeset 15397


Ignore:
Timestamp:
07/12/2010 08:00:35 PM (15 years ago)
Author:
nacin
Message:

style.css updates for theme repo sync. see #14284.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/style.css

    r15393 r15397  
    44Description: The 2010 default theme for WordPress.
    55Author: the WordPress team
    6 Version: 1.0
     6Version: 1.0.3
    77Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
    88*/
     9
    910
    1011/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
     
    211212}
    212213hr {
    213     background-color: #E7E7E7;
     214    background-color: #e7e7e7;
    214215    border:0;
    215216    height: 1px;
     
    314315}
    315316a:link {
    316     color:#0066CC;
     317    color:#0066cc;
    317318}
    318319a:visited {
     
    321322a:active,
    322323a:hover {
    323     color: #FF4B33;
     324    color: #ff4b33;
    324325}
    325326
     
    382383    font-size: 13px;
    383384    margin-left: 12px;
     385    width: 928px;
    384386}
    385387#access .menu-header ul,
     
    449451}
    450452
     453
     454
    451455/* =Content
    452456-------------------------------------------------------------- */
     
    523527}
    524528#content tr.odd td {
    525     background: #F2F7FC;
     529    background: #f2f7fc;
    526530}
    527531.hentry {
     
    529533}
    530534.home .sticky {
    531     background: #F2F7FC;
     535    background: #f2f7fc;
    532536    border-top: 4px solid #000;
    533537    padding: 18px 20px;
     
    557561.page-title a:active,
    558562.page-title a:hover {
    559     color: #FF4B33;
     563    color: #ff4b33;
    560564}
    561565#content .entry-title {
     
    573577.entry-title a:active,
    574578.entry-title a:hover {
    575     color: #FF4B33;
     579    color: #ff4b33;
    576580}
    577581.entry-meta {
     
    596600}
    597601.entry-content fieldset {
    598     border: 1px solid #E7E7E7;
     602    border: 1px solid #e7e7e7;
    599603    margin: 0 0 24px 0;
    600604    padding: 24px;
     
    653657}
    654658.home .sticky .page-link a {
    655     background: #D9E8F7;
     659    background: #d9e8f7;
    656660}
    657661.page-link a:active,
    658662.page-link a:hover {
    659     color: #FF4B33;
    660 }
    661 .page .edit-link {
     663    color: #ff4b33;
     664}
     665body.page .edit-link {
    662666    clear: both;
    663667    display: block;
    664668}
    665669#entry-author-info {
    666     background: #F2F7FC;
     670    background: #f2f7fc;
    667671    border-top: 4px solid #000;
    668672    padding: 18px 20px;
     
    703707.entry-meta a:hover,
    704708.entry-utility a:hover {
    705     color: #FF4B33;
     709    color: #ff4b33;
    706710}
    707711#content .video-player {
     
    733737-------------------------------------------------------------- */
    734738
    735 .category-gallery {
    736     margin-bottom: 48px;
    737 }
    738 .category-gallery h2 {
    739     margin-top: 10px;
    740 }
    741 .category-gallery .entry-meta {
    742 }
    743739.category-gallery .size-thumbnail img {
    744740    border: 10px solid #f1f1f1;
     
    750746    margin-top: -4px;
    751747}
    752 .home #content .category-gallery .entry-content p {
    753     display: inline;
    754 }
    755748.home #content .category-gallery .entry-utility {
    756749    padding-top:4px;
     
    779772#content img {
    780773    margin: 0;
     774    height: auto;
    781775    max-width: 640px;
    782776}
     
    829823}
    830824#content .gallery {
    831     margin: auto;
     825    margin: 0 auto 18px;
    832826}
    833827#content .gallery .gallery-item {
     
    876870.navigation a:active,
    877871.navigation a:hover {
    878     color: #FF4B33;
     872    color: #ff4b33;
    879873}
    880874.nav-previous {
     
    975969.comment-meta a:active,
    976970.comment-meta a:hover {
    977     color: #FF4B33;
     971    color: #ff4b33;
    978972}
    979973.commentlist .even {
     
    991985.reply a:hover,
    992986a.comment-edit-link:hover {
    993     color: #FF4B33;
     987    color: #ff4b33;
    994988}
    995989.commentlist .children {
     
    10641058}
    10651059#respond .required {
    1066     color:#FF4B33;
     1060    color:#ff4b33;
    10671061    font-weight:bold;
    10681062}
     
    11671161}
    11681162.widget_rss a.rsswidget:hover {
    1169     color: #FF4B33;
     1163    color: #ff4b33;
    11701164}
    11711165.widget_rss .widget-title img {
Note: See TracChangeset for help on using the changeset viewer.