- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentyten/style.css (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/style.css
r52221 r60159 5 5 Author: the WordPress team 6 6 Author URI: https://wordpress.org/ 7 Version: 3.58 Tested up to: 5.97 Version: 4.4 8 Tested up to: 6.8 9 9 Requires at least: 3.0 10 10 Requires PHP: 5.2.4 … … 324 324 background: #f9f9f9; 325 325 border: 1px solid #ccc; 326 -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); 327 -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); 326 328 box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); 327 -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);328 -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);329 329 padding: 2px; 330 330 } … … 342 342 /* Text meant only for screen readers */ 343 343 .screen-reader-text { 344 clip : rect(1px, 1px, 1px, 1px);344 clip-path: inset(50%); 345 345 overflow: hidden; 346 346 position: absolute !important; … … 349 349 } 350 350 351 a.skip-link:focus { 352 background-color: #ddd; 353 clip-path: none; 354 color: #333; 355 display: block; 356 font-size: 16px; 357 height: auto; 358 left: 5px; 359 line-height: 1.5; 360 padding: 16px 24px; 361 text-decoration: none; 362 top: 5px; 363 width: auto; 364 z-index: 100000; 365 } 351 366 352 367 /* =Header … … 419 434 } 420 435 #access ul ul { 421 box-shadow: 0px3px 3px rgba(0,0,0,0.2);422 -moz-box-shadow: 0 px3px 3px rgba(0,0,0,0.2);423 -webkit-box-shadow: 0px3px 3px rgba(0,0,0,0.2);436 -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); 437 -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); 438 box-shadow: 0 3px 3px rgba(0,0,0,0.2); 424 439 display: none; 425 440 position: absolute; … … 1000 1015 left: 0; 1001 1016 } 1002 .comment-author {1003 }1004 1017 .comment-author cite { 1005 1018 color: #000; … … 1022 1035 .comment-meta a:hover { 1023 1036 color: #ff4b33; 1024 }1025 .commentlist .even {1026 }1027 .commentlist .bypostauthor {1028 1037 } 1029 1038 .reply { … … 1203 1212 #wp-calendar thead { 1204 1213 font-size: 11px; 1205 }1206 #wp-calendar thead th {1207 1214 } 1208 1215 #wp-calendar tbody { … … 1292 1299 } 1293 1300 1294 #primary {1295 }1296 #secondary {1297 }1298 1299 /* Footer widget areas */1300 #footer-widget-area {1301 }1302 1303 1301 1304 1302 /* =Footer
Note: See TracChangeset
for help on using the changeset viewer.