Changeset 22573
- Timestamp:
- 11/14/2012 08:13:04 PM (13 years ago)
- Location:
- trunk/wp-content/themes/twentytwelve
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/editor-style.css
r22318 r22573 260 260 border-collapse: collapse; 261 261 border-spacing: 0; 262 color: #7 77;262 color: #757575; 263 263 font-size: 12px; 264 264 font-size: 0.857142857rem; … … 279 279 td { 280 280 border-top: 1px solid #ededed !important; 281 color: #7 77;281 color: #757575; 282 282 font-size: inherit; 283 283 font-weight: normal; … … 333 333 .wp-caption .wp-caption-text, 334 334 .wp-caption-dd { 335 color: #7 77;335 color: #757575; 336 336 font-style: italic; 337 337 font-size: 12px; -
trunk/wp-content/themes/twentytwelve/inc/custom-header.php
r22318 r22573 115 115 } 116 116 #headimg h2 { 117 color: #7 77;117 color: #757575; 118 118 font: normal 13px/1.8 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 119 119 margin-bottom: 24px; -
trunk/wp-content/themes/twentytwelve/style.css
r22358 r22573 248 248 article.post-password-required input[type=submit]:active, 249 249 input[type="submit"].toggled-on { 250 color: #7 77;250 color: #757575; 251 251 background-color: #e1e1e1; 252 252 background-repeat: repeat-x; … … 345 345 font-size: 0.857142857rem; 346 346 line-height: 2; 347 color: #7 77;347 color: #757575; 348 348 } 349 349 img.wp-smiley, … … 429 429 } 430 430 .author-description p { 431 color: #7 77;431 color: #757575; 432 432 font-size: 13px; 433 433 font-size: 0.928571429rem; … … 538 538 font-size: 0.928571429rem; 539 539 line-height: 1.846153846; 540 color: #7 77;540 color: #757575; 541 541 } 542 542 .header-image { … … 613 613 } 614 614 .widget-area .widget a { 615 color: #7 77;615 color: #757575; 616 616 } 617 617 .widget-area .widget a:hover { … … 680 680 font-size: 0.928571429rem; 681 681 line-height: 1.846153846; 682 color: #7 77;682 color: #757575; 683 683 } 684 684 .comments-link a, 685 685 .entry-meta a { 686 color: #7 77;686 color: #757575; 687 687 } 688 688 .comments-link a:hover, … … 693 693 border-top: 4px double #ededed; 694 694 border-bottom: 4px double #ededed; 695 color: #7 77;695 color: #757575; 696 696 font-size: 13px; 697 697 font-size: 0.928571429rem; … … 888 888 .comment-content table { 889 889 border-bottom: 1px solid #ededed; 890 color: #7 77;890 color: #757575; 891 891 font-size: 12px; 892 892 font-size: 0.857142857rem; … … 925 925 font-size: 0.928571429rem; 926 926 line-height: 1.846153846; 927 color: #7 77;927 color: #757575; 928 928 } 929 929 .single-author .entry-meta .by-author { … … 944 944 } 945 945 .archive-meta { 946 color: #7 77;946 color: #757575; 947 947 font-size: 12px; 948 948 font-size: 0.857142857rem; … … 1095 1095 } 1096 1096 .format-status .entry-header header a { 1097 color: #7 77;1097 color: #757575; 1098 1098 } 1099 1099 .format-status .entry-header header a:hover { … … 1298 1298 } 1299 1299 .template-front-page .widget-area .widget li a { 1300 color: #7 77;1300 color: #757575; 1301 1301 } 1302 1302 .template-front-page .widget-area .widget li a:hover {
Note: See TracChangeset
for help on using the changeset viewer.