Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r52221 r60159  
    55Author: the WordPress team
    66Author URI: https://wordpress.org/
    7 Version: 3.5
    8 Tested up to: 5.9
     7Version: 4.4
     8Tested up to: 6.8
    99Requires at least: 3.0
    1010Requires PHP: 5.2.4
     
    324324    background: #f9f9f9;
    325325    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);
    326328    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);
    329329    padding: 2px;
    330330}
     
    342342/* Text meant only for screen readers */
    343343.screen-reader-text {
    344     clip: rect(1px, 1px, 1px, 1px);
     344    clip-path: inset(50%);
    345345    overflow: hidden;
    346346    position: absolute !important;
     
    349349}
    350350
     351a.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}
    351366
    352367/* =Header
     
    419434}
    420435#access ul ul {
    421     box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    422     -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    423     -webkit-box-shadow: 0px 3px 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);
    424439    display: none;
    425440    position: absolute;
     
    10001015    left: 0;
    10011016}
    1002 .comment-author {
    1003 }
    10041017.comment-author cite {
    10051018    color: #000;
     
    10221035.comment-meta a:hover {
    10231036    color: #ff4b33;
    1024 }
    1025 .commentlist .even {
    1026 }
    1027 .commentlist .bypostauthor {
    10281037}
    10291038.reply {
     
    12031212#wp-calendar thead {
    12041213    font-size: 11px;
    1205 }
    1206 #wp-calendar thead th {
    12071214}
    12081215#wp-calendar tbody {
     
    12921299}
    12931300
    1294 #primary {
    1295 }
    1296 #secondary {
    1297 }
    1298 
    1299 /* Footer widget areas */
    1300 #footer-widget-area {
    1301 }
    1302 
    13031301
    13041302/* =Footer
Note: See TracChangeset for help on using the changeset viewer.