Changeset 25066
- Timestamp:
- 08/20/2013 05:58:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/style.css
r25065 r25066 132 132 /* Selection */ 133 133 ::-moz-selection { 134 background: # 41a62a;134 background: #24890d; 135 135 color: #fff; 136 136 text-shadow: none; 137 137 } 138 138 ::selection { 139 background: # 41a62a;139 background: #24890d; 140 140 color: #fff; 141 141 text-shadow: none; … … 194 194 h5 a:hover, 195 195 h6 a:hover { 196 color: # 41a62a;196 color: #24890d; 197 197 text-decoration: none; 198 198 } … … 250 250 } 251 251 blockquote p { 252 color: # 8c8c8c;252 color: #767676; 253 253 font-size: 19px; 254 254 font-size: 1.9rem; … … 379 379 input[type="reset"]:focus, 380 380 input[type="submit"]:focus { 381 background-color: # 41a62a;381 background-color: #24890d; 382 382 cursor: pointer; 383 383 } … … 442 442 /* Links */ 443 443 a { 444 color: # 41a62a;444 color: #24890d; 445 445 text-decoration: none; 446 446 } … … 586 586 .site-footer { 587 587 background-color: #000; 588 color: rgba(255, 255, 255, 0. 4);588 color: rgba(255, 255, 255, 0.55); 589 589 font-size: 12px; 590 590 font-size: 1.2rem; … … 633 633 } 634 634 .header-extra { 635 background-color: # 41a62a;635 background-color: #24890d; 636 636 float: right; 637 637 } … … 666 666 .social-links-toggle, 667 667 .search-toggle { 668 background-color: # 41a62a;668 background-color: #24890d; 669 669 -moz-box-sizing: border-box; 670 670 box-sizing: border-box; … … 755 755 width: 32px; 756 756 width: 3.2rem; 757 height: 32px; 757 height: 32px;s 758 758 height: 3.2rem; 759 759 } … … 887 887 } 888 888 .primary-navigation ul ul a:hover { 889 color: # 41a62a;889 color: #24890d; 890 890 } 891 891 .primary-navigation ul li:hover > ul { … … 990 990 } 991 991 .attachment-featured-thumbnail { 992 background: # 8c8c8curl(images/pattern.png) repeat 0 0;992 background: #767676 url(images/pattern.png) repeat 0 0; 993 993 background-size: 5px 5px; 994 994 display: block; … … 1020 1020 } 1021 1021 .entry-title a:hover { 1022 color: # 41a62a;1022 color: #24890d; 1023 1023 } 1024 1024 .entry-meta { 1025 1025 clear: both; 1026 color: # 8c8c8c;1026 color: #767676; 1027 1027 font-size: 12px; 1028 1028 font-size: 1.2rem; … … 1031 1031 } 1032 1032 .entry-meta a { 1033 color: # 8c8c8c;1033 color: #767676; 1034 1034 } 1035 1035 .entry-meta a:hover { … … 1044 1044 } 1045 1045 .cat-links a:hover { 1046 color: # 41a62a;1046 color: #24890d; 1047 1047 } 1048 1048 .byline { … … 1157 1157 } 1158 1158 footer.entry-meta .entry-title a { 1159 color: # 8c8c8c;1159 color: #767676; 1160 1160 } 1161 1161 footer.entry-meta .entry-title a:hover { … … 1260 1260 } 1261 1261 .page-links a:hover { 1262 background: # 41a62a;1263 border: 1px solid # 41a62a;1262 background: #24890d; 1263 border: 1px solid #24890d; 1264 1264 } 1265 1265 .page-links > span.page-links-title { … … 1277 1277 } 1278 1278 .tag-links a { 1279 background-color: # 8c8c8c;1279 background-color: #767676; 1280 1280 border-radius: 0 2px 2px 0; 1281 1281 color: #fff; … … 1299 1299 .tag-links a:before { 1300 1300 border-top: 10px solid transparent; 1301 border-right: 8px solid # 8c8c8c;1301 border-right: 8px solid #767676; 1302 1302 border-bottom: 10px solid transparent; 1303 1303 content: ''; … … 1312 1312 @-moz-document url-prefix() { 1313 1313 .tag-links a:before { 1314 border-right: 10px solid # 8c8c8c;1314 border-right: 10px solid #767676; 1315 1315 left: -10px; 1316 1316 left: -1.0rem; … … 1349 1349 } 1350 1350 .taxonomy-description p { 1351 color: # 8c8c8c;1351 color: #767676; 1352 1352 font-size: 12px; 1353 1353 font-size: 1.2rem; … … 1538 1538 } 1539 1539 .post-formatted-posts .entry-meta a { 1540 color: # 8c8c8c;1540 color: #767676; 1541 1541 } 1542 1542 .post-formatted-posts .entry-meta a:hover { … … 1768 1768 } 1769 1769 .paging-navigation .page-numbers.current { 1770 border-top: 1px solid # 41a62a;1771 color: # 41a62a;1770 border-top: 1px solid #24890d; 1771 color: #24890d; 1772 1772 } 1773 1773 .paging-navigation a { … … 1801 1801 } 1802 1802 .post-navigation .meta-nav { 1803 color: # 8c8c8c;1803 color: #767676; 1804 1804 display: block; 1805 1805 font-size: 12px; … … 1822 1822 .site-content .image-navigation a:hover { 1823 1823 background-color: rgba(0, 0, 0, 0.01); 1824 color: # 41a62a;1824 color: #24890d; 1825 1825 } 1826 1826 .comment-navigation { … … 1893 1893 .comment-list li.trackback a, 1894 1894 .comment-list li.pingback a { 1895 color: # 8c8c8c;1895 color: #767676; 1896 1896 } 1897 1897 .comment-author a:hover, … … 1899 1899 .comment-list .trackback a:hover, 1900 1900 .comment-list .pingback a:hover { 1901 color: # 41a62a;1901 color: #24890d; 1902 1902 text-decoration: none; 1903 1903 } … … 1944 1944 } 1945 1945 .bypostauthor .comment-author .comment-author-avatar { 1946 background-color: # 41a62a;1946 background-color: #24890d; 1947 1947 } 1948 1948 .comment-author cite { … … 2000 2000 } 2001 2001 .no-comments { 2002 color: # 8c8c8c;2002 color: #767676; 2003 2003 font-size: 16px; 2004 2004 font-size: 1.6rem; … … 2032 2032 2033 2033 .site-description { 2034 color: rgba(255, 255, 255, 0. 4);2034 color: rgba(255, 255, 255, 0.55); 2035 2035 display: none; 2036 2036 font-size: 11px; … … 2044 2044 2045 2045 .site-footer a { 2046 color: rgba(255, 255, 255, 0. 4);2046 color: rgba(255, 255, 255, 0.55); 2047 2047 } 2048 2048 .site-footer a:hover { … … 2096 2096 .widget-area input[type="reset"], 2097 2097 .widget-area input[type="submit"] { 2098 background-color: # 41a62a;2098 background-color: #24890d; 2099 2099 font-size: 11px; 2100 2100 font-size: 1.1rem; … … 2146 2146 /* Caledar widget*/ 2147 2147 .widget_calendar a { 2148 background-color: # 41a62a;2148 background-color: #24890d; 2149 2149 color: #fff; 2150 2150 display: block; … … 2237 2237 2238 2238 .content-sidebar { 2239 color: # 8c8c8c;2239 color: #767676; 2240 2240 font-size: 14px; 2241 2241 font-size: 1.4rem; … … 2250 2250 } 2251 2251 .content-sidebar a:hover { 2252 color: # 41a62a;2252 color: #24890d; 2253 2253 } 2254 2254 .content-sidebar button, … … 2270 2270 .content-sidebar input[type="reset"]:focus, 2271 2271 .content-sidebar input[type="submit"]:focus { 2272 background-color: # 41a62a;2272 background-color: #24890d; 2273 2273 } 2274 2274 .content-sidebar button:active,
Note: See TracChangeset
for help on using the changeset viewer.