Changeset 25503
- Timestamp:
- 09/19/2013 05:41:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/style.css
r25502 r25503 39 39 font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ 40 40 overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */ 41 -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */42 -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */41 -webkit-text-size-adjust: 100%; 42 -ms-text-size-adjust: 100%; 43 43 } 44 44 body { … … 363 363 input[type="checkbox"], 364 364 input[type="radio"] { 365 box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */ 365 -webkit-box-sizing: border-box; 366 -moz-box-sizing: border-box; 367 box-sizing: border-box; 366 368 padding: 0; /* Addresses excess padding in IE8/9 */ 367 369 } 368 370 input[type="search"] { 369 371 -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ 370 - moz-box-sizing: content-box;371 - webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */372 box-sizing: content-box;372 -webkit-box-sizing: content-box; 373 -moz-box-sizing: content-box; 374 box-sizing: content-box; 373 375 } 374 376 input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ … … 388 390 border: 1px solid rgba(0, 0, 0, 0.1); 389 391 border-radius: 2px; 390 -moz-box-sizing: border-box; 391 box-sizing: border-box; 392 -webkit-box-sizing: border-box; 393 -moz-box-sizing: border-box; 394 box-sizing: border-box; 392 395 color: #2b2b2b; 393 396 } … … 440 443 input[type="reset"], 441 444 input[type="submit"] { 442 -webkit-transition: all 0.2s ease-out; 443 -moz-transition: all 0.2s ease-out; 444 -ms-transition: all 0.2s ease-out; 445 -o-transition: all 0.2s ease-out; 446 transition: all 0.2s ease-out; 445 -webkit-transition: all 200ms ease-out; 446 transition: all 200ms ease-out; 447 447 } 448 448 … … 546 546 } 547 547 .content-sidebar { 548 -moz-box-sizing: border-box; 549 box-sizing: border-box; 548 -webkit-box-sizing: border-box; 549 -moz-box-sizing: border-box; 550 box-sizing: border-box; 550 551 padding: 36px 10px 0; 551 552 padding: 3.6rem 1.0rem 0; … … 643 644 .search-toggle { 644 645 background-color: #24890d; 645 -moz-box-sizing: border-box; 646 box-sizing: border-box; 646 -webkit-box-sizing: border-box; 647 -moz-box-sizing: border-box; 648 box-sizing: border-box; 647 649 color: #fff; 648 650 display: block; … … 685 687 } 686 688 .search-box-wrapper { 687 -moz-box-sizing: border-box; 688 box-sizing: border-box; 689 -webkit-box-sizing: border-box; 690 -moz-box-sizing: border-box; 691 box-sizing: border-box; 689 692 position: absolute; 690 693 width: 100%; … … 729 732 } 730 733 .primary-navigation li { 731 -moz-box-sizing: border-box; 732 box-sizing: border-box; 734 -webkit-box-sizing: border-box; 735 -moz-box-sizing: border-box; 736 box-sizing: border-box; 733 737 display: inline-block; 734 738 height: 48px; … … 836 840 .mobile-navigation { 837 841 background-color: #000; 838 -moz-box-sizing: border-box; 839 box-sizing: border-box; 842 -webkit-box-sizing: border-box; 843 -moz-box-sizing: border-box; 844 box-sizing: border-box; 840 845 font-size: 14px; 841 846 font-size: 1.4rem; … … 1159 1164 } 1160 1165 .site .tag-links a { 1161 -webkit-transition: all 0s ease-out; 1162 -moz-transition: all 0s ease-out; 1163 -ms-transition: all 0s ease-out; 1164 -o-transition: all 0s ease-out; 1165 transition: all 0s ease-out; 1166 -webkit-transition: all 0ms ease-out; 1167 transition: all 0ms ease-out; 1166 1168 } 1167 1169 .tag-links a { … … 1276 1278 background: #000 url(images/pattern-dark.png) repeat 0 0; 1277 1279 background-size: 5px 5px; 1278 -moz-box-sizing: border-box; 1279 box-sizing: border-box; 1280 -webkit-box-sizing: border-box; 1281 -moz-box-sizing: border-box; 1282 box-sizing: border-box; 1280 1283 width: 100%; 1281 1284 } … … 1354 1357 border-top: 1px solid rgba(0, 0, 0, 0.1); 1355 1358 border-bottom: 1px solid rgba(0, 0, 0, 0.1); 1356 -moz-box-sizing: border-box; 1357 box-sizing: border-box; 1359 -webkit-box-sizing: border-box; 1360 -moz-box-sizing: border-box; 1361 box-sizing: border-box; 1358 1362 clear: both; 1359 1363 padding: 23px 10px 0; … … 1548 1552 } 1549 1553 .wp-caption-text { 1550 -moz-box-sizing: border-box; 1551 box-sizing: border-box; 1554 -webkit-box-sizing: border-box; 1555 -moz-box-sizing: border-box; 1556 box-sizing: border-box; 1552 1557 font-size: 12px; 1553 1558 font-size: 1.2rem; … … 1722 1727 .image-navigation .next-image { 1723 1728 border-bottom: 1px solid rgba(0, 0, 0, 0.1); 1724 -moz-box-sizing: border-box; 1725 box-sizing: border-box; 1729 -webkit-box-sizing: border-box; 1730 -moz-box-sizing: border-box; 1731 box-sizing: border-box; 1726 1732 float: none; 1727 1733 padding: 11px 10px; … … 2294 2300 2295 2301 .site-footer .widget-area { 2296 -moz-box-sizing: border-box; 2297 box-sizing: border-box; 2302 -webkit-box-sizing: border-box; 2303 -moz-box-sizing: border-box; 2304 box-sizing: border-box; 2298 2305 } 2299 2306 .site-footer .widget {
Note: See TracChangeset
for help on using the changeset viewer.