Make WordPress Core

Changeset 23500


Ignore:
Timestamp:
02/28/2013 12:58:26 AM (10 years ago)
Author:
helen
Message:

Revert [23407], thereby restoring gradients and shadows. see #23415.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.css

    r23409 r23500  
    179179#fullscreen-topbar {
    180180    background: #f5fafd;
     181    background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#f7fcfe));
     182    background-image: -webkit-linear-gradient(bottom, #eff8ff, #f7fcfe);
     183    background-image:    -moz-linear-gradient(bottom, #eff8ff, #f7fcfe);
     184    background-image:      -o-linear-gradient(bottom, #eff8ff, #f7fcfe);
     185    background-image: linear-gradient(to top, #eff8ff, #f7fcfe);
    181186}
    182187
     
    185190.stuffbox h3 {
    186191    border-bottom-color: #d1e5ee;
     192    text-shadow: #fff 0 1px 0;
     193    -webkit-box-shadow: 0 1px 0 #fff;
     194    box-shadow: 0 1px 0 #fff;
    187195}
    188196
     
    190198.form-wrap label {
    191199    color: #222;
     200    text-shadow: #fff 0 1px 0;
    192201}
    193202
     
    454463}
    455464
     465.widefat th {
     466    text-shadow: rgba(255,255,255,0.8) 0 1px 0;
     467}
     468
    456469.widefat td {
    457470    color: #555;
     
    479492th.sortable a:focus {
    480493    background: #e1e1e1;
     494    background-image: -webkit-gradient(linear, left bottom, left top, from(#dcdcdc), to(#e9e9e9));
     495    background-image: -webkit-linear-gradient(bottom, #dcdcdc, #e9e9e9);
     496    background-image:    -moz-linear-gradient(bottom, #dcdcdc, #e9e9e9);
     497    background-image:      -o-linear-gradient(bottom, #dcdcdc, #e9e9e9);
     498    background-image: linear-gradient(to top, #dcdcdc, #e9e9e9);
    481499}
    482500
     
    506524    background-color: #464646;
    507525    color: #fff;
     526    -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
     527    box-shadow: rgba(255,255,255,0.5) 0 1px 0;
    508528}
    509529#plugin-information .action-button {
     
    516536    background-color: #464646;
    517537    color: #fff;
     538    -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
     539    box-shadow: rgba(255,255,255,0.5) 0 1px 0;
    518540}
    519541
     
    625647.welcome-panel {
    626648    background: #f5fafd;
     649    background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#f7fcfe));
     650    background-image: -webkit-linear-gradient(bottom, #eff8ff, #f7fcfe);
     651    background-image:    -moz-linear-gradient(bottom, #eff8ff, #f7fcfe);
     652    background-image:      -o-linear-gradient(bottom, #eff8ff, #f7fcfe);
     653    background-image: linear-gradient(to top, #eff8ff, #f7fcfe);
    627654    border-color: #d1e5ee;
    628655}
     
    632659.welcome-panel-column p {
    633660    color: #464646;
     661}
     662.welcome-panel h3 {
     663    text-shadow: 1px 1px 1px #fff;
    634664}
    635665
     
    641671.stuffbox {
    642672    border-color: #d1e5ee;
     673    -webkit-box-shadow: inset 0 1px 0 #fff;
     674    box-shadow: inset 0 1px 0 #fff;
    643675    -webkit-border-radius: 3px;
    644676    border-radius: 3px;
     
    650682.menu-item-settings {
    651683    background: #f5fafd;
     684    background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#f7fcfe));
     685    background-image: -webkit-linear-gradient(bottom, #eff8ff, #f7fcfe);
     686    background-image:    -moz-linear-gradient(bottom, #eff8ff, #f7fcfe);
     687    background-image:      -o-linear-gradient(bottom, #eff8ff, #f7fcfe);
     688    background-image: linear-gradient(to top, #eff8ff, #f7fcfe);
    652689}
    653690
     
    700737    background-color: #eff8ff;
    701738    border-color: #d1e5ee;
     739    -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
     740    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
    702741}
    703742
     
    730769    border-bottom: 1px solid #d1e5ee;
    731770    background: #eff8ff;
     771    background-image: -webkit-gradient(linear, left bottom, left top, from(#def1ff), to(#eff8ff));
     772    background-image: -webkit-linear-gradient(bottom, #def1ff, #eff8ff);
     773    background-image:    -moz-linear-gradient(bottom, #def1ff, #eff8ff);
     774    background-image:      -o-linear-gradient(bottom, #def1ff, #eff8ff);
     775    background-image: linear-gradient(to top, #def1ff, #eff8ff);
    732776}
    733777
     
    859903    border-color: #d0dfe9;
    860904    background-color: #f5fafd;
     905    background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#f7fcfe));
     906    background-image: -webkit-linear-gradient(bottom, #eff8ff, #f7fcfe);
     907    background-image:    -moz-linear-gradient(bottom, #eff8ff, #f7fcfe);
     908    background-image:      -o-linear-gradient(bottom, #eff8ff, #f7fcfe);
     909    background-image: linear-gradient(to top, #eff8ff, #f7fcfe);
    861910}
    862911
     
    877926    border-color: #c3d2dc;
    878927    background: #f4f9fc;
     928    background-image: -webkit-gradient(linear, left bottom, left top, from(#f4f9fc), to(#fff));
     929    background-image: -webkit-linear-gradient(bottom, #f4f9fc, #fff);
     930    background-image:    -moz-linear-gradient(bottom, #f4f9fc, #fff);
     931    background-image:      -o-linear-gradient(bottom, #f4f9fc, #fff);
     932    background-image: linear-gradient(to top, #f4f9fc, #fff);
    879933}
    880934
     
    889943    border-color: #8f9da9 #c3d2dc #c3d2dc #8f9da9;
    890944    background: #f4f9fc;
     945    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f4f9fc));
     946    background-image: -webkit-linear-gradient(bottom, #fff, #f4f9fc);
     947    background-image:    -moz-linear-gradient(bottom, #fff, #f4f9fc);
     948    background-image:      -o-linear-gradient(bottom, #fff, #f4f9fc);
     949    background-image: linear-gradient(to top, #fff, #f4f9fc);
    891950}
    892951
     
    9561015    background-color: #e0f1ff;
    9571016    color: #d54e21;
     1017    text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
     1018}
     1019
     1020/* So it doesn't get applied to the number spans (comments, updates, etc) */
     1021#adminmenu li.menu-top:hover > a span,
     1022#adminmenu li.menu-top > a:focus span {
     1023    text-shadow: none;
    9581024}
    9591025
     
    9651031#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
    9661032    background: #5589aa;
     1033    background-image: -webkit-gradient(linear, left bottom, left top, from(#5589aa), to(#619bbb));
     1034    background-image: -webkit-linear-gradient(bottom, #5589aa, #619bbb);
     1035    background-image:    -moz-linear-gradient(bottom, #5589aa, #619bbb);
     1036    background-image:      -o-linear-gradient(bottom, #5589aa, #619bbb);
     1037    background-image: linear-gradient(to top, #5589aa, #619bbb);
    9671038}
    9681039
    9691040#adminmenu .wp-menu-arrow div {
    9701041    background: #5589aa;
     1042    background-image: -webkit-gradient(linear, right bottom, left top, from(#5589aa), to(#619bbb));
     1043    background-image: -webkit-linear-gradient(bottom right, #5589aa, #619bbb);
     1044    background-image:    -moz-linear-gradient(bottom right, #5589aa, #619bbb);
     1045    background-image:      -o-linear-gradient(bottom right, #5589aa, #619bbb);
     1046    background-image: linear-gradient(to top left, #5589aa, #619bbb);
    9711047}
    9721048
     
    9891065#adminmenu li.current a.menu-top,
    9901066#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
     1067    text-shadow: 0 -1px 0 #333;
    9911068    color: #fff;
    9921069    border-top-color: #5a8fad;
     
    10391116    border-color: #d0dfe9;
    10401117    background: #eff8ff;
     1118    background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff));
     1119    background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff);
     1120    background-image:    -moz-linear-gradient(bottom, #eff8ff, #fff);
     1121    background-image:      -o-linear-gradient(bottom, #eff8ff, #fff);
     1122    background-image: linear-gradient(to top, #eff8ff, #fff);
    10411123}
    10421124
     
    10581140    .auto-fold #adminmenu li.current.menu-top {
    10591141        background-color: #5589aa;
     1142        background-image: -webkit-gradient(linear, left bottom, left top, from(#5589aa), to(#619bbb));
     1143        background-image: -webkit-linear-gradient(bottom, #5589aa, #619bbb);
     1144        background-image: -moz-linear-gradient(bottom, #5589aa, #619bbb);
     1145        background-image: -o-linear-gradient(bottom, #5589aa, #619bbb);
     1146        background-image: linear-gradient(bottom, #5589aa, #619bbb);
    10601147    }
    10611148
     
    10701157        background-color: #fff;
    10711158        border-color: #d0dfe9;
     1159        -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
     1160        box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
    10721161    }
    10731162
     
    14701559    border-color: #d1e5ee;
    14711560    background: #eee;
     1561    -moz-box-shadow:    inset 0 1px 0 #fff;
     1562    -webkit-box-shadow: inset 0 1px 0 #fff;
     1563    box-shadow:         inset 0 1px 0 #fff;
    14721564}
    14731565
     
    15851677.sidebar-name {
    15861678    color: #464646;
     1679    text-shadow: #fff 0 1px 0;
    15871680    border-color: #d0dfe9;
     1681    -webkit-box-shadow: inset 0 1px 0 #fff;
     1682    box-shadow: inset 0 1px 0 #fff;
    15881683}
    15891684
     
    17061801.menu li.deleting .menu-item-handle {
    17071802    background-color: #f66;
     1803    text-shadow: #ccc;
    17081804}
    17091805
     
    17731869}
    17741870
     1871#menu-management .nav-tab-active,
     1872.menu-item-handle,
     1873.menu-item-settings {
     1874    -webkit-box-shadow: inset 0 1px 0 #fff;
     1875    box-shadow: inset 0 1px 0 #fff;
     1876}
     1877
    17751878#menu-management .nav-tab-active {
    17761879    background: #f7fcfe;
     
    18021905.about-wrap h1 {
    18031906    color: #333;
     1907    text-shadow: 1px 1px 1px #fff;
    18041908}
    18051909
     
    18271931
    18281932.about-wrap h2 .nav-tab-active {
     1933    text-shadow: 1px 1px 1px #fff;
    18291934    color: #464646;
    18301935}
     
    18321937.about-wrap h3 {
    18331938    color: #333;
     1939    text-shadow: 1px 1px 1px #fff;
    18341940}
    18351941
     
    18411947    background: #fff;
    18421948    border: 1px #ccc solid;
     1949    -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
     1950    box-shadow:         0 1px 3px rgba( 0, 0, 0, 0.3 );
     1951}
     1952
     1953.about-wrap h4.wp-people-group {
     1954    text-shadow: 1px 1px 1px #fff;
    18431955}
    18441956
     
    18561968
    18571969.about-wrap li.wp-person img.gravatar {
    1858     border-color: #d1e5ee;
     1970    -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
     1971    box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
    18591972}
    18601973
    18611974.about-wrap li.wp-person .title {
    18621975    color: #464646;
     1976    text-shadow: 1px 1px 1px #fff;
    18631977}
    18641978
     
    19032017}
    19042018
     2019.rtl #adminmenu .wp-submenu,
     2020.rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu {
     2021    -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
     2022    box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
     2023}
     2024
     2025.rtl #adminmenu .wp-has-current-submenu .wp-submenu {
     2026    -webkit-box-shadow: none;
     2027    box-shadow: none;
     2028}
     2029
    19052030/* Collapse Menu Button */
    19062031.rtl #collapse-button div {
     
    19142039/* Auto-folding of the admin menu for RTL */
    19152040@media only screen and (max-width: 900px) {
     2041    .rtl.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
     2042    .rtl.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu {
     2043        -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
     2044        box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
     2045    }
     2046
    19162047    .rtl.auto-fold #collapse-button div {
    19172048        background-position: 0 -72px;
  • trunk/wp-admin/css/colors-fresh.css

    r23441 r23500  
    178178.menu-item-handle {
    179179    background: #f1f1f1;
     180    background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
     181    background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
     182    background-image:    -moz-linear-gradient(bottom, #ececec, #f9f9f9);
     183    background-image:      -o-linear-gradient(bottom, #ececec, #f9f9f9);
     184    background-image: linear-gradient(to top, #ececec, #f9f9f9);
    180185}
    181186
     
    184189.stuffbox h3 {
    185190    border-bottom-color: #dfdfdf;
     191    text-shadow: #fff 0 1px 0;
     192    -webkit-box-shadow: 0 1px 0 #fff;
     193    box-shadow: 0 1px 0 #fff;
    186194}
    187195
     
    189197.form-wrap label {
    190198    color: #222;
     199    text-shadow: #fff 0 1px 0;
    191200}
    192201
     
    454463}
    455464
     465.widefat th {
     466    text-shadow: rgba(255,255,255,0.8) 0 1px 0;
     467}
     468
    456469.widefat td {
    457470    color: #555;
     
    479492th.sortable a:focus {
    480493    background: #e1e1e1;
     494    background-image: -webkit-gradient(linear, left bottom, left top, from(#dcdcdc), to(#e9e9e9));
     495    background-image: -webkit-linear-gradient(bottom, #dcdcdc, #e9e9e9);
     496    background-image:    -moz-linear-gradient(bottom, #dcdcdc, #e9e9e9);
     497    background-image:      -o-linear-gradient(bottom, #dcdcdc, #e9e9e9);
     498    background-image: linear-gradient(to top, #dcdcdc, #e9e9e9);
    481499}
    482500
     
    506524    background-color: #464646;
    507525    color: #fff;
     526    -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
     527    box-shadow: rgba(255,255,255,0.5) 0 1px 0;
    508528}
    509529#plugin-information .action-button {
     
    516536    background-color: #464646;
    517537    color: #fff;
     538    -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
     539    box-shadow: rgba(255,255,255,0.5) 0 1px 0;
    518540}
    519541
     
    625647.welcome-panel {
    626648    background: #f5f5f5;
     649    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#fafafa));
     650    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #fafafa);
     651    background-image:    -moz-linear-gradient(bottom, #f5f5f5, #fafafa);
     652    background-image:      -o-linear-gradient(bottom, #f5f5f5, #fafafa);
     653    background-image: linear-gradient(to top, #f5f5f5, #fafafa);
    627654    border-color: #dfdfdf;
    628655}
     
    632659.welcome-panel-column p {
    633660    color: #464646;
     661}
     662.welcome-panel h3 {
     663    text-shadow: 1px 1px 1px #fff;
    634664}
    635665
     
    641671.stuffbox {
    642672    border-color: #dfdfdf;
     673    -webkit-box-shadow: inset 0 1px 0 #fff;
     674    box-shadow: inset 0 1px 0 #fff;
    643675    -webkit-border-radius: 3px;
    644676    border-radius: 3px;
     
    650682.menu-item-settings {
    651683    background: #f5f5f5;
     684    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f9f9f9));
     685    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #f9f9f9);
     686    background-image:    -moz-linear-gradient(bottom, #f5f5f5, #f9f9f9);
     687    background-image:      -o-linear-gradient(bottom, #f5f5f5, #f9f9f9);
     688    background-image: linear-gradient(to top, #f5f5f5, #f9f9f9);
    652689}
    653690
     
    696733    background-color: #f1f1f1;
    697734    border-color: #ccc;
     735    -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
     736    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
    698737}
    699738
     
    724763    border-left: 1px solid #ccc;
    725764    border-bottom: 1px solid #ccc;
    726     background: #f1f1f1;
     765    background: #e3e3e3;
     766    background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#f1f1f1));
     767    background-image: -webkit-linear-gradient(bottom, #dfdfdf, #f1f1f1);
     768    background-image:    -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1);
     769    background-image:      -o-linear-gradient(bottom, #dfdfdf, #f1f1f1);
     770    background-image: linear-gradient(to top, #dfdfdf, #f1f1f1);
    727771}
    728772
     
    862906    background-color: #e4e4e4;
    863907    color: #d54e21;
     908    text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
     909}
     910
     911/* So it doesn't get applied to the number spans (comments, updates, etc) */
     912#adminmenu li.menu-top:hover > a span,
     913#adminmenu li.menu-top > a:focus span {
     914    text-shadow: none;
    864915}
    865916
     
    871922#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
    872923    background: #777;
     924    background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080));
     925    background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080);
     926    background-image:    -moz-linear-gradient(bottom, #6d6d6d, #808080);
     927    background-image:      -o-linear-gradient(bottom, #6d6d6d, #808080);
     928    background-image: linear-gradient(to top, #6d6d6d, #808080);
    873929}
    874930
    875931#adminmenu .wp-menu-arrow div {
    876932    background: #777;
     933    background-image: -webkit-gradient(linear, right bottom, left top, from(#6d6d6d), to(#808080));
     934    background-image: -webkit-linear-gradient(bottom right, #6d6d6d, #808080);
     935    background-image:    -moz-linear-gradient(bottom right, #6d6d6d, #808080);
     936    background-image:      -o-linear-gradient(bottom right, #6d6d6d, #808080);
     937    background-image: linear-gradient(to top left, #6d6d6d, #808080);
    877938}
    878939
     
    895956#adminmenu li.current a.menu-top,
    896957#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
     958    text-shadow: 0 -1px 0 #333;
    897959    color: #fff;
    898960    border-top-color: #808080;
     
    932994}
    933995
    934 .rtl #adminmenu .wp-submenu,
    935 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu {
    936     -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
    937     box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
    938 }
    939 
    940 .rtl #adminmenu .wp-has-current-submenu .wp-submenu {
    941     -webkit-box-shadow: none;
    942     box-shadow: none;
    943 }
    944 
    945 .rtl #adminmenu .wp-submenu,
    946 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu {
    947     -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
    948     box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
    949 }
    950 
    951 .rtl #adminmenu .wp-has-current-submenu .wp-submenu {
    952     -webkit-box-shadow: none;
    953     box-shadow: none;
    954 }
    955 
    956996/* collapse menu button */
    957997#collapse-menu {
     
    9671007    border-color: #ccc;
    9681008    background: #f4f4f4;
     1009    background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#fff));
     1010    background-image: -webkit-linear-gradient(bottom, #dfdfdf, #fff);
     1011    background-image:    -moz-linear-gradient(bottom, #dfdfdf, #fff);
     1012    background-image:      -o-linear-gradient(bottom, #dfdfdf, #fff);
     1013    background-image: linear-gradient(to top, #dfdfdf, #fff);
    9691014}
    9701015
     
    9861031    .auto-fold #adminmenu li.current.menu-top {
    9871032        background-color: #777;
     1033        background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080));
     1034        background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080);
     1035        background-image: -moz-linear-gradient(bottom, #6d6d6d, #808080);
     1036        background-image: -o-linear-gradient(bottom, #6d6d6d, #808080);
     1037        background-image: linear-gradient(bottom, #6d6d6d, #808080);
    9881038    }
    9891039
     
    9981048        background-color: #fff;
    9991049        border-color: #dfdfdf;
     1050        -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
     1051        box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
    10001052    }
    10011053
     
    13991451    border-color: #e3e3e3;
    14001452    background: #eee;
     1453    -moz-box-shadow:    inset 0 1px 0 #fff;
     1454    -webkit-box-shadow: inset 0 1px 0 #fff;
     1455    box-shadow:         inset 0 1px 0 #fff;
    14011456}
    14021457
     
    15141569.sidebar-name {
    15151570    color: #464646;
    1516     border-color: #dfdfdf;
     1571    text-shadow: #fff 0 1px 0;
     1572    border-color: #dfdfdf;
     1573    -webkit-box-shadow: inset 0 1px 0 #fff;
     1574    box-shadow: inset 0 1px 0 #fff;
    15171575}
    15181576
     
    16321690.menu li.deleting .menu-item-handle {
    16331691    background-color: #f66;
     1692    text-shadow: #ccc;
    16341693}
    16351694
     
    17201779}
    17211780
     1781#menu-management .nav-tab-active,
     1782.menu-item-handle,
     1783.menu-item-settings {
     1784    -webkit-box-shadow: inset 0 1px 0 #fff;
     1785    box-shadow: inset 0 1px 0 #fff;
     1786}
     1787
    17221788#menu-management .nav-tab-active {
    1723     background: #f1f1f1;
    1724     border-bottom-color: #f1f1f1;
     1789    background: #f9f9f9;
     1790    border-bottom-color: #f9f9f9;
    17251791}
    17261792
     
    17331799.about-wrap h1 {
    17341800    color: #333;
     1801    text-shadow: 1px 1px 1px #fff;
    17351802}
    17361803
     
    17581825
    17591826.about-wrap h2 .nav-tab-active {
     1827    text-shadow: 1px 1px 1px #fff;
    17601828    color: #464646;
    17611829}
     
    17631831.about-wrap h3 {
    17641832    color: #333;
     1833    text-shadow: 1px 1px 1px #fff;
    17651834}
    17661835
     
    17721841    background: #fff;
    17731842    border: 1px #ccc solid;
     1843    -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
     1844    box-shadow:         0 1px 3px rgba( 0, 0, 0, 0.3 );
     1845}
     1846
     1847.about-wrap h4.wp-people-group {
     1848    text-shadow: 1px 1px 1px #fff;
    17741849}
    17751850
     
    17871862
    17881863.about-wrap li.wp-person img.gravatar {
    1789     border-color: #ccc;
     1864    -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
     1865    box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
    17901866}
    17911867
    17921868.about-wrap li.wp-person .title {
    17931869    color: #464646;
     1870    text-shadow: 1px 1px 1px #fff;
    17941871}
    17951872
     
    18341911}
    18351912
     1913.rtl #adminmenu .wp-submenu,
     1914.rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu {
     1915    -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
     1916    box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
     1917}
     1918
     1919.rtl #adminmenu .wp-has-current-submenu .wp-submenu {
     1920    -webkit-box-shadow: none;
     1921    box-shadow: none;
     1922}
     1923
    18361924/* Collapse Menu Button */
    18371925.rtl #collapse-button div {
     
    18451933/* Auto-folding of the admin menu for RTL */
    18461934@media only screen and (max-width: 900px) {
    1847 
    18481935    .rtl.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
    18491936    .rtl.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu {
  • trunk/wp-admin/css/wp-admin.css

    r23449 r23500  
    219219    z-index: 100000;
    220220    line-height: normal;
     221    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
     222    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    221223    text-decoration: none;
    222224}
     
    574576.widefat td,
    575577.widefat th {
    576     border-width: 0 0 1px 0;
     578    border-width: 1px 0;
    577579    border-style: solid;
    578580}
     
    671673    font-weight: normal;
    672674    margin: 0;
     675    text-shadow: #fff 0 1px 0;
    673676}
    674677
     
    10471050    border-bottom-width: 1px;
    10481051    border-bottom-style: solid;
     1052    -webkit-box-shadow: 0 1px 0 #fff;
     1053    box-shadow: 0 1px 0 #fff;
    10491054}
    10501055
     
    12371242    font-size: 12px;
    12381243    display: block;
     1244    text-shadow: rgba(255,255,255,0.7) 0 1px 0;
    12391245}
    12401246
     
    14571463    bottom: auto;
    14581464    border: 0 none;
     1465
    14591466    -webkit-box-shadow: none;
    14601467    box-shadow: none;
     
    21872194.postbox.closed h3 {
    21882195    border: none;
     2196    -webkit-box-shadow: none;
     2197    box-shadow: none;
    21892198}
    21902199
     
    39733982    border: 1px solid #d1d1d1;
    39743983    background: #f7f7f7;
     3984    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f7f7));
     3985    background-image: -webkit-linear-gradient(bottom, #fff, #f7f7f7);
     3986    background-image:    -moz-linear-gradient(bottom, #fff, #f7f7f7);
     3987    background-image:      -o-linear-gradient(bottom, #fff, #f7f7f7);
     3988    background-image: linear-gradient(to top, #fff, #f7f7f7);
    39753989    -webkit-border-radius: 3px;
    39763990    border-radius: 3px;
     3991    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
     3992    box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
    39773993}
    39783994
     
    39833999    margin-top: -24px;
    39844000    background-color: #8cc1e9;
     4001    background-image: -webkit-gradient(linear, left bottom, left top, from(#72a7cf), to(#8cc1e9));
     4002    background-image: -webkit-linear-gradient(bottom, #72a7cf, #8cc1e9);
     4003    background-image:    -moz-linear-gradient(bottom, #72a7cf, #8cc1e9);
     4004    background-image:      -o-linear-gradient(bottom, #72a7cf, #8cc1e9);
     4005    background-image: linear-gradient(to top, #72a7cf, #8cc1e9);
    39854006    -webkit-border-radius: 3px;
    39864007    border-radius: 3px;
     4008    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
     4009    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    39874010}
    39884011
     
    39924015    width: 200px;
    39934016    padding: 0 8px;
     4017    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    39944018    color: rgba(0,0,0,0.6);
    39954019}
     
    44634487.form-wrap label {
    44644488    font-weight: normal;
     4489    text-shadow: #fff 0 1px 0;
    44654490}
    44664491
     
    45834608#replycontent {
    45844609    height: 120px;
     4610    -webkit-box-shadow: none;
     4611    box-shadow: none;
    45854612}
    45864613
     
    49274954    border-width: 1px 1px 0;
    49284955    color: #aaa;
     4956    text-shadow: #fff 0 1px 0;
    49294957    font-size: 12px;
    49304958    line-height: 16px;
     
    51045132    color: #333;
    51055133    background: #e6e6e6;
     5134    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #e6e6e6), color-stop(77%, #d8d8d8));
     5135    background-image: -webkit-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%);
     5136    background-image:    -moz-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%);
     5137    background-image:      -o-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%);
     5138    background-image: linear-gradient(to top, #e6e6e6 7%, #d8d8d8 77%);
    51065139    -webkit-border-radius: 5px;
    51075140    border-radius: 5px;
     
    51115144    font-size: 14px;
    51125145    text-decoration: none;
     5146    text-shadow: 0 1px 0px #fff;
    51135147}
    51145148
     
    51215155    -moz-transform: skew(20deg) rotate(9deg);
    51225156    transform: skew(20deg) rotate(9deg);
     5157    -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
     5158    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
    51235159}
    51245160
     
    51445180    -moz-transform: skew(20deg) rotate(6deg);
    51455181    transform: skew(20deg) rotate(6deg);
     5182    -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
     5183    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
    51465184}
    51475185
     
    54855523    width: 60px;
    54865524    height: 60px;
    5487     border-width: 1px;
    5488     border-style: solid;
    54895525}
    54905526
     
    65886624    border-color: #edc048;
    65896625    color: #fff;
     6626    -webkit-box-shadow: none;
     6627    box-shadow: none;
    65906628}
    65916629
     
    65976635#dashboard_browser_nag.postbox h3 {
    65986636    border-bottom-color: #f6e2ac;
     6637    text-shadow: none;
    65996638    background: transparent none;
    66006639    color: #fff;
     6640    -webkit-box-shadow: none;
     6641    box-shadow: none;
    66016642}
    66026643
    66036644#dashboard_browser_nag a {
    66046645    color: #fff;
     6646}
     6647
     6648#dashboard_browser_nag.browser-insecure a.browse-happy-link,
     6649#dashboard_browser_nag.browser-insecure a.update-browser-link {
     6650    text-shadow: #871b15 0 1px 0;
     6651}
     6652
     6653#dashboard_browser_nag a.browse-happy-link,
     6654#dashboard_browser_nag a.update-browser-link {
     6655    text-shadow: #d29a04 0 1px 0;
    66056656}
    66066657
     
    66196670    background: #fff;
    66206671    border: 1px solid #e5e5e5;
     6672    -webkit-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
     6673    box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
    66216674}
    66226675
     
    66776730.login #nav,
    66786731.login #backtoblog {
     6732    text-shadow: #fff 0 1px 0;
    66796733    margin: 0 0 0 16px;
    66806734    padding: 16px 16px 0;
     
    66996753    background: #fbfbfb;
    67006754    outline: none;
     6755    -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
     6756    box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    67016757}
    67026758
     
    71707226    width: 400px;
    71717227    line-height: 35px;
     7228    text-shadow: 0 1px 0 #FFFFFF;
    71727229    overflow: hidden;
    71737230    word-wrap: break-word;
     
    71767233#menu-to-edit .menu-item-invalid .menu-item-handle {
    71777234    background: #f6c9cc;
     7235    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff));
     7236    background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff);
     7237    background-image:    -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff);
     7238    background-image:      -o-linear-gradient(bottom, #f6c9cc, #fdf8ff);
     7239    background-image: linear-gradient(to top, #f6c9cc, #fdf8ff);
    71787240}
    71797241
     
    71957257.menu li.deleting .menu-item-handle {
    71967258    background-image: none;
     7259    text-shadow: 0 0 0;
    71977260}
    71987261
     
    77097772
    77107773h3.tb {
     7774    text-shadow: 0 1px 0 #fff;
    77117775    font-weight: bold;
    77127776    font-size: 12px;
     
    81118175#available-widgets .widget-holder {
    81128176    padding: 7px 5px 0;
     8177}
     8178
     8179#available-widgets .widget {
     8180    -webkit-box-shadow: none;
     8181    box-shadow: none;
    81138182}
    81148183
  • trunk/wp-includes/css/editor.css

    r23407 r23500  
    996996    border-bottom: 1px solid #d1d1d1;
    997997    background: #eee;
     998    background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), to(#f4f4f4));
     999    background-image: -webkit-linear-gradient(bottom, #e5e5e5, #f4f4f4);
     1000    background-image:    -moz-linear-gradient(bottom, #e5e5e5, #f4f4f4);
     1001    background-image:      -o-linear-gradient(bottom, #e5e5e5, #f4f4f4);
     1002    background-image: linear-gradient(to top, #e5e5e5, #f4f4f4);
    9981003}
    9991004
     
    10381043.tmce-active .switch-tmce,
    10391044.html-active .switch-html {
    1040     border-color: #ccc #ccc #eee;
    1041     background-color: #eee;
     1045    border-color: #ccc #ccc #f4f4f4;
     1046    background-color: #f4f4f4;
    10421047    color: #555;
    10431048}
     
    18991904    border-bottom-color: #DFDFDF;
    19001905    background: #f1f1f1;
     1906    background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
     1907    background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
     1908    background-image:    -moz-linear-gradient(bottom, #ececec, #f9f9f9);
     1909    background-image:      -o-linear-gradient(bottom, #ececec, #f9f9f9);
     1910    background-image: linear-gradient(to top, #ececec, #f9f9f9);
    19011911}
    19021912
Note: See TracChangeset for help on using the changeset viewer.