Changeset 21459
- Timestamp:
- 08/06/2012 05:21:41 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.dev.css
r21439 r21459 203 203 .menu-item-handle, 204 204 #fullscreen-topbar { 205 background-color: #f5fafd; /* Fallback */ 206 background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */ 207 background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */ 208 background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */ 209 background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); /* old Webkit */ 210 background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); /* new Webkit */ 211 background-image: linear-gradient(top, #f7fcfe, #eff8ff); /* proposed W3C Markup */ 205 background: #f5fafd; 206 background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#f7fcfe)); 207 background-image: -webkit-linear-gradient(bottom, #eff8ff, #f7fcfe); 208 background-image: -moz-linear-gradient(bottom, #eff8ff, #f7fcfe); 209 background-image: -o-linear-gradient(bottom, #eff8ff, #f7fcfe); 210 background-image: linear-gradient(to top, #eff8ff, #f7fcfe); 212 211 } 213 212 … … 215 214 .postbox h3, 216 215 .stuffbox h3 { 217 border-bottom-color: # D1E5EE;216 border-bottom-color: #d1e5ee; 218 217 text-shadow: #fff 0 1px 0; 219 218 -webkit-box-shadow: 0 1px 0 #fff; … … 224 223 .form-wrap label { 225 224 color: #222; 226 text-shadow: #fff 0 1px 0;225 text-shadow: 0 1px 0 #fff; 227 226 } 228 227 … … 393 392 .submit input, 394 393 .button-secondary { 395 background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top; 396 text-shadow: rgba(255,255,255,1) 0 1px 0; 394 text-shadow: 0 1px 0 #fff; 395 background: #f2f2f2; 396 background-image: -webkit-gradient(linear, left bottom, left top, from(#ededed), to(#fff)); 397 background-image: -webkit-linear-gradient(bottom, #ededed, #fff); 398 background-image: -moz-linear-gradient(bottom, #ededed, #fff); 399 background-image: -o-linear-gradient(bottom, #ededed, #fff); 400 background-image: linear-gradient(to top, #ededed, #fff); 397 401 } 398 402 … … 400 404 .submit input:active, 401 405 .button-secondary:active { 402 background: #eee url(../images/white-grad-active.png) repeat-x scroll left top; 406 background: #eee; 407 background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); 408 background-image: -webkit-linear-gradient(top, #ededed, #fff); 409 background-image: -moz-linear-gradient(top, #ededed, #fff); 410 background-image: -o-linear-gradient(top, #ededed, #fff); 411 background-image: linear-gradient(to bottom, #ededed, #fff); 403 412 } 404 413 … … 409 418 font-weight: bold; 410 419 color: #fff; 411 background: #21759B url(../images/button-grad.png) repeat-x scroll left top; 412 text-shadow: rgba(0,0,0,0.3) 0 -1px 0; 420 text-shadow: 0 -1px 0 rgba(0,0,0,0.3); 421 background: #21759b; 422 background-image: -webkit-gradient(linear, left bottom, left top, from(#227199), to(#298cba)); 423 background-image: -webkit-linear-gradient(bottom, #227199, #298cba); 424 background-image: -moz-linear-gradient(bottom, #227199, #298cba); 425 background-image: -o-linear-gradient(bottom, #227199, #298cba); 426 background-image: linear-gradient(to top, #227199, #298cba); 413 427 } 414 428 … … 416 430 button.button-primary:active, 417 431 a.button-primary:active { 418 background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top;419 432 color: #eaf2fa; 433 background: #298cba; 434 background-image: -webkit-gradient(linear, left top, left bottom, from(#227199), to(#298cba)); 435 background-image: -webkit-linear-gradient(top, #227199, #298cba); 436 background-image: -moz-linear-gradient(top, #227199, #298cba); 437 background-image: -o-linear-gradient(top, #227199, #298cba); 438 background-image: linear-gradient(to bottom, #227199, #298cba); 420 439 } 421 440 … … 442 461 .button-primary[disabled], 443 462 .button-primary:disabled { 444 color: #9 FD0D5 !important;445 background: #298 CBA!important;463 color: #9fd0d5 !important; 464 background: #298cba !important; 446 465 } 447 466 … … 634 653 } 635 654 636 .quicktags-toolbar input {637 background: #fff;638 background-image: -ms-linear-gradient(bottom, #e5f0f8, #fff); /* IE10 */639 background-image: -moz-linear-gradient(bottom, #e5f0f8, #fff); /* Firefox */640 background-image: -o-linear-gradient(bottom, #e5f0f8, #fff); /* Opera */641 background-image: -webkit-gradient(linear, left bottom, left top, from(#e5f0f8), to(#fff)); /* old Webkit */642 background-image: -webkit-linear-gradient(bottom, #e5f0f8, #fff) !important; /* new Webkit */643 background-image: linear-gradient(bottom, #e5f0f8, #fff); /* proposed W3C Markup */644 }645 646 655 #editable-post-name { 647 656 background-color: #fffbcc; … … 869 878 870 879 /* editors */ 871 #quicktags {872 border-color: #cfdfe9;873 background-color: #cfdfe9;874 background-image: url("../images/ed-bg-vs.gif?ver=20101102");875 }876 877 .quicktags-toolbar input {878 border-color: #b2c4c8;879 }880 881 .quicktags-toolbar input:hover {882 border-color: #d0dfe9;883 background: #f0f8fe;884 }885 886 880 #poststuff .wp-editor-wrap .wp_themeSkin .mceStatusbar { 887 881 border-color: #d0dfe9; … … 911 905 } 912 906 907 .wp-editor-wrap .quicktags-toolbar input { 908 background: #fff; 909 background-image: -webkit-gradient(linear, left bottom, left top, from(#e5f0f8), to(#fff)); 910 background-image: -webkit-linear-gradient(bottom, #e5f0f8, #fff); 911 background-image: -moz-linear-gradient(bottom, #e5f0f8, #fff); 912 background-image: -o-linear-gradient(bottom, #e5f0f8, #fff); 913 background-image: linear-gradient(to top, #e5f0f8, #fff); 914 } 915 913 916 /* Containers */ 914 917 .wp-editor-wrap .wp_themeSkin table.mceLayout { … … 933 936 934 937 /* Button */ 935 .wp-editor-wrap .wp_themeSkin .mceButton { 936 border-color: #B0C8D7; 937 background-color: #cfdfe9; /* Fallback */ 938 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 939 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 940 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 941 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 942 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 943 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 938 .wp-editor-wrap .wp_themeSkin .mceButton, 939 .wp-editor-wrap .wp_themeSkin .mceListBox .mceText, 940 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen { 941 border-color: #b0c8d7; 942 background: #cfdfe9; 943 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); 944 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff); 945 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); 946 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); 947 background-image: linear-gradient(to top, #cfdfe9, #fff); 944 948 } 945 949 946 950 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover { 947 border-color: #5589AA !important; 948 background-color: #c9c9c9; /* Fallback */ 949 background-image: -ms-linear-gradient(bottom, #bdccd5, #fff); /* IE10 */ 950 background-image: -moz-linear-gradient(bottom, #bdccd5, #fff); /* Firefox */ 951 background-image: -o-linear-gradient(bottom, #bdccd5, #fff); /* Opera */ 952 background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); /* old Webkit */ 953 background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff) !important; /* new Webkit */ 954 background-image: linear-gradient(bottom, #bdccd5, #fff); /* proposed W3C Markup */ 951 border-color: #5589aa; 952 background: #c9c9c9; 953 background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#000)); 954 background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff); 955 background-image: -moz-linear-gradient(bottom, #bdccd5, #fff); 956 background-image: -o-linear-gradient(bottom, #bdccd5, #fff); 957 background-image: linear-gradient(to top, #bdccd5, #fff); 955 958 } 956 959 … … 961 964 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:active, 962 965 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover { 963 background: #B0C8D7 !important; 964 background-image: -ms-linear-gradient(bottom, #fff, #cfdfe9); /* IE10 */ 965 background-image: -moz-linear-gradient(bottom, #fff, #cfdfe9); /* Firefox */ 966 background-image: -o-linear-gradient(bottom, #fff, #cfdfe9); /* Opera */ 967 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit */ 968 background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) !important; /* new Webkit */ 969 background-image: linear-gradient(bottom, #fff, #cfdfe9); /* proposed W3C Markup */ 970 border-color: #5589AA !important; 966 background: #b0c8d7; 967 border-color: #5589aa; 968 background-image: -webkit-gradient(linear, left top, left bottom, from(#cfdfe9), to(#fff)); 969 background-image: -webkit-linear-gradient(top, #cfdfe9, #fff); 970 background-image: -moz-linear-gradient(top, #cfdfe9, #fff); 971 background-image: -o-linear-gradient(top, #cfdfe9, #fff); 972 background-image: linear-gradient(to bottom, #cfdfe9, #fff); 971 973 } 972 974 973 975 .wp-editor-wrap .wp_themeSkin .mceButtonDisabled { 974 border-color: #B0C8D7 !important; 975 } 976 977 /* ListBox */ 978 .wp-editor-wrap .wp_themeSkin .mceListBox .mceText, 979 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen { 980 border-color: #B0C8D7; 981 background-color: #cfdfe9; /* Fallback */ 982 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 983 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 984 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 985 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 986 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 987 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 976 border-color: #b0c8d7 !important; 988 977 } 989 978 990 979 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen { 991 border-left: 0 px!important;980 border-left: 0 !important; 992 981 } 993 982 … … 998 987 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceText, 999 988 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:active .mceText { 1000 background: #B0C8D7; 1001 border-color: #5589AA !important; 1002 } 1003 1004 /* List Box Hover */ 989 background: #b0c8d7; 990 border-color: #5589aa; 991 } 992 1005 993 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceText, 1006 994 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceText, 1007 995 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, 1008 996 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceOpen { 1009 border-color: #5589AA !important; 1010 background-color: #c9c9c9; /* Fallback */ 1011 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 1012 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 1013 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 1014 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1015 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 1016 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 1017 } 1018 1019 .wp-editor-wrap .wp_themeSkin select.mceListBox { 1020 border-color: #B2B2B2; 1021 background-color: #fff; 997 border-color: #5589aa; 998 background: #c9c9c9; 999 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); 1000 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff); 1001 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); 1002 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); 1003 background-image: linear-gradient(to top, #cfdfe9, #fff); 1022 1004 } 1023 1005 … … 1025 1007 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction, 1026 1008 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen { 1027 border-color: # B0C8D7;1009 border-color: #b0c8d7; 1028 1010 } 1029 1011 … … 1032 1014 .wp-editor-wrap .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, 1033 1015 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction:hover { 1034 border-color: #5589 AA !important;1016 border-color: #5589aa; 1035 1017 } 1036 1018 1037 1019 .wp-editor-wrap .wp_themeSkin table.mceSplitButton td { 1038 background-color: #cfdfe9; /* Fallback */ 1039 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 1040 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 1041 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 1042 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1043 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 1044 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 1020 background: #cfdfe9; 1021 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); 1022 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff); 1023 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); 1024 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); 1025 background-image: linear-gradient(to top, #cfdfe9, #fff); 1045 1026 } 1046 1027 1047 1028 .wp-editor-wrap .wp_themeSkin table.mceSplitButton:hover td { 1048 background -image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */1049 background-image: - moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */1050 background-image: - o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */1051 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */1052 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */1053 background-image: linear-gradient( bottom, #cfdfe9, #fff); /* proposed W3C Markup */1029 background: #c9c9c9; 1030 background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#000)); 1031 background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff); 1032 background-image: -moz-linear-gradient(bottom, #bdccd5, #fff); 1033 background-image: -o-linear-gradient(bottom, #bdccd5, #fff); 1034 background-image: linear-gradient(to top, #bdccd5, #fff); 1054 1035 } 1055 1036 1056 1037 .wp-editor-wrap .wp_themeSkin .mceSplitButtonActive { 1057 background-color: # B0C8D7;1038 background-color: #b0c8d7; 1058 1039 } 1059 1040 … … 1061 1042 .wp-editor-wrap .wp_themeSkin div.mceColorSplitMenu table { 1062 1043 background-color: #ebebeb; 1063 border-color: # B2B2B2;1044 border-color: #b2b2b2; 1064 1045 } 1065 1046 1066 1047 .wp-editor-wrap .wp_themeSkin .mceColorSplitMenu a { 1067 border-color: # B2B2B2;1048 border-color: #b2b2b2; 1068 1049 } 1069 1050 … … 1098 1079 background-color: #f5f5f5; 1099 1080 } 1081 1100 1082 .wp-editor-wrap .wp_themeSkin td.mceMenuItemSeparator { 1101 1083 background-color: #aaa; 1102 1084 } 1085 1103 1086 .wp-editor-wrap .wp_themeSkin .mceMenuItemTitle a { 1104 1087 background-color: #ccc; 1105 1088 border-bottom-color: #aaa; 1106 1089 } 1090 1107 1091 .wp-editor-wrap .wp_themeSkin .mceMenuItemTitle span.mceText { 1108 1092 color: #000; 1109 1093 } 1094 1110 1095 .wp-editor-wrap .wp_themeSkin .mceMenuItemDisabled .mceText { 1111 1096 color: #888; 1112 }1113 1114 .wp-editor-wrap .wp_themeSkin tr.mceFirst td.mceToolbar {1115 background: #cfdfe9 url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top;1116 border-color: #cfdfe9;1117 1097 } 1118 1098 … … 1186 1166 } 1187 1167 1188 .wp-editor-wrap .quicktags-toolbar input {1168 .wp-editor-wrap .quicktags-toolbar input { 1189 1169 color: #464646; 1190 border-color: #d1e5ee; 1191 background-color: #eff8ff; 1192 background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); 1193 background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); 1194 background-image: -o-linear-gradient(bottom, #eff8ff, #fff); 1195 background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); 1196 background-image: linear-gradient(bottom, #eff8ff, #fff); 1197 } 1170 border-color: #b1c6cf; 1171 background: #fff; 1172 background-image: -webkit-gradient(linear, left bottom, left top, from(#e5f0f8), to(#fff)); 1173 background-image: -webkit-linear-gradient(bottom, #e5f0f8, #fff); 1174 background-image: -moz-linear-gradient(bottom, #e5f0f8, #fff); 1175 background-image: -o-linear-gradient(bottom, #e5f0f8, #fff); 1176 background-image: linear-gradient(to top, #e5f0f8, #fff); 1177 } 1178 1179 .wp-editor-wrap .quicktags-toolbar input:hover { 1180 border-color: #5589aa; 1181 background: #e0f1ff; 1182 } 1183 1198 1184 .wp-editor-wrap .quicktags-toolbar, 1199 .wp-editor-wrap .wp_themeSkin tr.mceFirst td.mceToolbar {1185 .wp-editor-wrap .wp_themeSkin tr.mceFirst td.mceToolbar { 1200 1186 border-bottom: 1px solid #ccc; 1201 background-color: #eff8ff; /* Fallback */ 1202 background-image: -ms-linear-gradient(bottom, #cfdfe9, #eff8ff); /* IE10 */ 1203 background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Firefox */ 1204 background-image: -o-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Opera */ 1205 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); /* new Webkit */ 1206 background-image: linear-gradient(bottom, #cfdfe9, #eff8ff); /* proposed W3C Markup */ 1207 } 1208 .wp-editor-wrap .quicktags-toolbar input:hover { 1209 border-color: #aaa; 1210 background: #ddd; 1211 } 1212 1213 .wp-editor-wrap.wp_themeSkin .mceButton, 1214 .wp-editor-wrap.wp_themeSkin .mceListBox .mceText, 1215 .wp-editor-wrap.wp_themeSkin .mceListBox .mceOpen { 1216 border-color: #ccc; 1217 background-color: #eff8ff; /* Fallback */ 1218 background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */ 1219 background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */ 1220 background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */ 1221 background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */ 1222 background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */ 1223 background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */ 1224 } 1225 1226 .wp-editor-wrap.wp_themeSkin a.mceButtonEnabled:hover { 1227 border-color: #a0a0a0; 1228 background: #ddd; /* Fallback */ 1229 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 1230 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 1231 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 1232 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1233 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff); /* new Webkit */ 1234 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 1187 background: #eff8ff; 1188 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff)); 1189 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); 1190 background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); 1191 background-image: -o-linear-gradient(bottom, #cfdfe9, #eff8ff); 1192 background-image: linear-gradient(to top, #cfdfe9, #eff8ff); 1235 1193 } 1236 1194 … … 1325 1283 #adminmenu .wp-menu-arrow, 1326 1284 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1327 background-color: #5589AA; /* Fallback */ 1328 background-image: -ms-linear-gradient(bottom, #5589AA, #619bbb); /* IE10 */ 1329 background-image: -moz-linear-gradient(bottom, #5589AA, #619bbb); /* Firefox */ 1330 background-image: -o-linear-gradient(bottom, #5589AA, #619bbb); /* Opera */ 1331 background-image: -webkit-gradient(linear, left bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit */ 1332 background-image: -webkit-linear-gradient(bottom, #5589AA, #619bbb); /* new Webkit */ 1333 background-image: linear-gradient(bottom, #5589AA, #619bbb); /* proposed W3C Markup */ 1285 background: #5589aa; 1286 background-image: -webkit-gradient(linear, left bottom, left top, from(#5589aa), to(#619bbb)); 1287 background-image: -webkit-linear-gradient(bottom, #5589aa, #619bbb); 1288 background-image: -moz-linear-gradient(bottom, #5589aa, #619bbb); 1289 background-image: -o-linear-gradient(bottom, #5589aa, #619bbb); 1290 background-image: linear-gradient(to top, #5589aa, #619bbb); 1334 1291 } 1335 1292 1336 1293 #adminmenu .wp-menu-arrow div { 1337 background -color: #5589AA; /* Fallback */1338 background-image: - ms-linear-gradient(right bottom, #5589AA, #619bbb); /* IE10 */1339 background-image: - moz-linear-gradient(right bottom, #5589AA, #619bbb); /* Firefox */1340 background-image: -o-linear-gradient(right bottom, #5589AA, #619bbb); /* Opera */1341 background-image: -webkit-gradient(linear, right bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit */1342 background-image: -webkit-linear-gradient(right bottom, #5589AA, #619bbb); /* new Webkit */1343 background-image: linear-gradient(right bottom, #5589AA, #619bbb); /* proposed W3C Markup */ 1294 background: #5589aa; 1295 background-image: -webkit-gradient(linear, right bottom, left top, from(#5589aa), to(#619bbb)); 1296 background-image: -webkit-linear-gradient(bottom right, #5589aa, #619bbb); 1297 background-image: -moz-linear-gradient(bottom right, #5589aa, #619bbb); 1298 background-image: -o-linear-gradient(bottom right, #5589aa, #619bbb); 1299 background-image: linear-gradient(to top left, #5589aa, #619bbb); 1300 1344 1301 } 1345 1302 … … 1421 1378 #collapse-button { 1422 1379 border-color: #d0dfe9; 1423 background -color: #eff8ff; /* Fallback */1424 background-image: - ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */1425 background-image: - moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */1426 background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */1427 background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */1428 background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */1429 background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */ 1430 } 1380 background: #eff8ff; /* Fallback */ 1381 background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); 1382 background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); 1383 background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); 1384 background-image: -o-linear-gradient(bottom, #eff8ff, #fff); 1385 background-image: linear-gradient(to top, #eff8ff, #fff); 1386 } 1387 1431 1388 #collapse-menu:hover #collapse-button { 1432 1389 border-color: #A0C3D5; 1433 1390 } 1391 1434 1392 #collapse-button div { 1435 1393 background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px; 1436 } 1394 1395 } 1396 1437 1397 .folded #collapse-button div { 1438 1398 background-position: 0 -108px; … … 1448 1408 #adminmenu li.wp-has-current-submenu, 1449 1409 #adminmenu li.current.menu-top { 1450 background-color: #5589AA; /* Fallback */ 1451 background-image: -ms-linear-gradient(bottom, #5589AA, #619bbb); /* IE10 */ 1452 background-image: -moz-linear-gradient(bottom, #5589AA, #619bbb); /* Firefox */ 1453 background-image: -o-linear-gradient(bottom, #5589AA, #619bbb); /* Opera */ 1454 background-image: -webkit-gradient(linear, left bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit */ 1455 background-image: -webkit-linear-gradient(bottom, #5589AA, #619bbb); /* new Webkit */ 1456 background-image: linear-gradient(bottom, #5589AA, #619bbb); /* proposed W3C Markup */ 1410 background: #5589aa; 1411 background-image: -webkit-gradient(linear, left bottom, left top, from(#5589aa), to(#619bbb)); 1412 background-image: -webkit-linear-gradient(bottom, #5589aa, #619bbb); 1413 background-image: -moz-linear-gradient(bottom, #5589aa, #619bbb); 1414 background-image: -o-linear-gradient(bottom, #5589aa, #619bbb); 1415 background-image: linear-gradient(to top, #5589aa, #619bbb); 1457 1416 } 1458 1417 … … 1878 1837 #screen-options-link-wrap, 1879 1838 #contextual-help-link-wrap { 1880 background-color: #eff8ff; /* Fallback */1881 1839 border-right: 1px solid #D1E5EE; 1882 1840 border-left: 1px solid #D1E5EE; 1883 1841 border-bottom: 1px solid #D1E5EE; 1884 background -image: -ms-linear-gradient(bottom, #eff8ff, #eff8ff); /* IE10 */1885 background-image: - moz-linear-gradient(bottom, #def1ff, #eff8ff); /* Firefox */1886 background-image: - o-linear-gradient(bottom, #def1ff, #eff8ff); /* Opera */1887 background-image: -webkit-gradient(linear, left bottom, left top, from(#def1ff), to(#eff8ff)); /* old Webkit */1888 background-image: -webkit-linear-gradient(bottom, #def1ff, #eff8ff); /* new Webkit */1889 background-image: linear-gradient( bottom, #def1ff, #eff8ff); /* proposed W3C Markup */1842 background: #eff8ff; 1843 background-image: -webkit-gradient(linear, left bottom, left top, from(#def1ff), to(#eff8ff)); 1844 background-image: -webkit-linear-gradient(bottom, #def1ff, #eff8ff); 1845 background-image: -moz-linear-gradient(bottom, #def1ff, #eff8ff); 1846 background-image: -o-linear-gradient(bottom, #def1ff, #eff8ff); 1847 background-image: linear-gradient(to top, #def1ff, #eff8ff); 1890 1848 } 1891 1849 … … 1981 1939 .tablenav .tablenav-pages a { 1982 1940 border-color: #d1e5ee; 1983 background: #eee url('../images/menu-bits-vs.gif?ver=20101102') repeat-x scroll left -379px; 1941 background: #eee; 1942 -moz-box-shadow: inset 0 1px 0 #fff; 1943 -webkit-box-shadow: inset 0 1px 0 #fff; 1944 box-shadow: inset 0 1px 0 #fff; 1984 1945 } 1985 1946 … … 2093 2054 2094 2055 div.widgets-sortables, 2095 #widgets-left .inactive { 2096 background-color: #f7fcfe; 2097 border-color: #d0dfe9; 2098 } 2099 2056 #widgets-left .inactive, 2100 2057 #available-widgets .widget-holder { 2101 2058 background-color: #f7fcfe; … … 2109 2066 .sidebar-name { 2110 2067 color: #464646; 2111 background-color: #f7fcfe; /* Fallback */2112 background-image: -ms-linear-gradient(top, #ECF8FE, #f7fcfe); /* IE10 */2113 background-image: -moz-linear-gradient(top, #ECF8FE, #f7fcfe); /* Firefox */2114 background-image: -o-linear-gradient(top, #ECF8FE, #f7fcfe); /* Opera */2115 background-image: -webkit-gradient(linear, left top, left bottom, from(#ECF8FE), to(#f7fcfe)); /* old Webkit */2116 background-image: -webkit-linear-gradient(top, #ECF8FE, #f7fcfe); /* new Webkit */2117 background-image: linear-gradient(top, #ECF8FE, #f7fcfe); /* proposed W3C Markup */2118 2068 text-shadow: #fff 0 1px 0; 2119 2069 border-color: #d0dfe9; … … 2183 2133 2184 2134 #post-body { 2185 background: #fff fff;2135 background: #fff; 2186 2136 border-top-color: #fff; 2187 2137 border-bottom-color: #d0dfe9; … … 2330 2280 .about-wrap h1 { 2331 2281 color: #333; 2332 text-shadow: 1px 1px 1px white;2282 text-shadow: 1px 1px 1px #fff; 2333 2283 } 2334 2284 … … 2345 2295 color: #21759B; 2346 2296 } 2297 2347 2298 .about-wrap h2 .nav-tab:hover { 2348 2299 color: #d54e21; 2349 } 2300 2301 } 2302 2350 2303 .about-wrap h2 .nav-tab-active, 2351 2304 .about-wrap h2 .nav-tab-active:hover { 2352 2305 color: #333; 2353 2306 } 2307 2354 2308 .about-wrap h2 .nav-tab-active { 2355 text-shadow: 1px 1px 1px white;2309 text-shadow: 1px 1px 1px #fff; 2356 2310 color: #464646; 2357 2311 } … … 2359 2313 .about-wrap h3 { 2360 2314 color: #333; 2361 text-shadow: 1px 1px 1px white;2315 text-shadow: 1px 1px 1px #fff; 2362 2316 } 2363 2317 … … 2368 2322 .about-wrap .feature-section img { 2369 2323 background: #fff; 2370 border: 1px #ccc solid;2324 border: 1px solid #ccc; 2371 2325 2372 2326 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); … … 2387 2341 2388 2342 .about-wrap h4.wp-people-group { 2389 text-shadow: 1px 1px 1px white;2343 text-shadow: 1px 1px 1px #fff; 2390 2344 } 2391 2345 … … 2394 2348 box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 2395 2349 } 2350 2396 2351 .about-wrap li.wp-person .title { 2397 2352 color: #464646; 2398 text-shadow: 1px 1px 1px white;2353 text-shadow: 1px 1px 1px #fff; 2399 2354 } 2400 2355 … … 2484 2439 } 2485 2440 2486 .rtl .tablenav .tablenav-pages a {2487 border-color: #d1e5ee;2488 background: #eee url('../images/menu-bits-rtl-vs.gif?ver=20100610') repeat-x scroll right -379px;2489 }2490 2491 2441 .rtl #post-body .misc-pub-section { 2492 2442 border-right-color: transparent; … … 2497 2447 background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; 2498 2448 } 2449 2499 2450 .rtl .sidebar-name:hover .sidebar-name-arrow { 2500 2451 background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; -
trunk/wp-admin/css/colors-fresh.dev.css
r21439 r21459 194 194 #nav-menu-footer, 195 195 .menu-item-handle { 196 background-color: #f1f1f1; /* Fallback */ 197 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); /* IE10 */ 198 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); /* Firefox */ 199 background-image: -o-linear-gradient(top, #f9f9f9, #ececec); /* Opera */ 200 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); /* old Webkit */ 201 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); /* new Webkit */ 202 background-image: linear-gradient(top, #f9f9f9, #ececec); /* proposed W3C Markup */ 196 background: #f1f1f1; 197 background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9)); 198 background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9); 199 background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9); 200 background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9); 201 background-image: linear-gradient(to top, #ececec, #f9f9f9); 203 202 } 204 203 … … 384 383 .submit input, 385 384 .button-secondary { 386 background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top; 387 text-shadow: rgba(255,255,255,1) 0 1px 0; 385 text-shadow: 0 1px 0 #fff; 386 background: #f2f2f2; 387 background-image: -webkit-gradient(linear, left bottom, left top, from(#ededed), to(#fff)); 388 background-image: -webkit-linear-gradient(bottom, #ededed, #fff); 389 background-image: -moz-linear-gradient(bottom, #ededed, #fff); 390 background-image: -o-linear-gradient(bottom, #ededed, #fff); 391 background-image: linear-gradient(to top, #ededed, #fff); 388 392 } 389 393 … … 391 395 .submit input:active, 392 396 .button-secondary:active { 393 background: #eee url(../images/white-grad-active.png) repeat-x scroll left top; 397 background: #eee; 398 background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); 399 background-image: -webkit-linear-gradient(top, #ededed, #fff); 400 background-image: -moz-linear-gradient(top, #ededed, #fff); 401 background-image: -o-linear-gradient(top, #ededed, #fff); 402 background-image: linear-gradient(to bottom, #ededed, #fff); 394 403 } 395 404 … … 400 409 font-weight: bold; 401 410 color: #fff; 402 background: #21759B url(../images/button-grad.png) repeat-x scroll left top; 403 text-shadow: rgba(0,0,0,0.3) 0 -1px 0; 411 text-shadow: 0 -1px 0 rgba(0,0,0,0.3); 412 background: #21759b; 413 background-image: -webkit-gradient(linear, left bottom, left top, from(#227199), to(#298cba)); 414 background-image: -webkit-linear-gradient(bottom, #227199, #298cba); 415 background-image: -moz-linear-gradient(bottom, #227199, #298cba); 416 background-image: -o-linear-gradient(bottom, #227199, #298cba); 417 background-image: linear-gradient(to top, #227199, #298cba); 404 418 } 405 419 … … 407 421 button.button-primary:active, 408 422 a.button-primary:active { 409 background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top;410 423 color: #eaf2fa; 424 background: #298cba; 425 background-image: -webkit-gradient(linear, left top, left bottom, from(#227199), to(#298cba)); 426 background-image: -webkit-linear-gradient(top, #227199, #298cba); 427 background-image: -moz-linear-gradient(top, #227199, #298cba); 428 background-image: -o-linear-gradient(top, #227199, #298cba); 429 background-image: linear-gradient(to bottom, #227199, #298cba); 411 430 } 412 431 … … 433 452 .button-primary[disabled], 434 453 .button-primary:disabled { 435 color: #9 FD0D5 !important;436 background: #298 CBA!important;454 color: #9fd0d5 !important; 455 background: #298cba !important; 437 456 } 438 457 … … 742 761 .postbox, 743 762 .menu-item-settings { 744 background-color: #f5f5f5; /* Fallback */ 745 background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5); /* IE10 */ 746 background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5); /* Firefox */ 747 background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5); /* Opera */ 748 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5)); /* old Webkit */ 749 background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5); /* new Webkit */ 750 background-image: linear-gradient(top, #f9f9f9, #f5f5f5); /* proposed W3C Markup */ 763 background: #f5f5f5; 764 background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f9f9f9)); 765 background-image: -webkit-linear-gradient(bottom, #f5f5f5, #f9f9f9); 766 background-image: -moz-linear-gradient(bottom, #f5f5f5, #f9f9f9); 767 background-image: -o-linear-gradient(bottom, #f5f5f5, #f9f9f9); 768 background-image: linear-gradient(to top, #f5f5f5, #f9f9f9); 751 769 } 752 770 … … 766 784 .curtime #timestamp { 767 785 background-image: url(../images/date-button.gif); 768 }769 770 #quicktags #ed_link {771 color: #00f;772 786 } 773 787 … … 826 840 #screen-options-link-wrap, 827 841 #contextual-help-link-wrap { 828 background-color: #e3e3e3; /* Fallback */829 842 border-right: 1px solid #ccc; 830 843 border-left: 1px solid #ccc; 831 844 border-bottom: 1px solid #ccc; 832 background -image: -ms-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* IE10 */833 background-image: - moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Firefox */834 background-image: - o-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Opera */835 background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#f1f1f1)); /* old Webkit */836 background-image: -webkit-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* new Webkit */837 background-image: linear-gradient( bottom, #dfdfdf, #f1f1f1); /* proposed W3C Markup */845 background: #e3e3e3; 846 background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#f1f1f1)); 847 background-image: -webkit-linear-gradient(bottom, #dfdfdf, #f1f1f1); 848 background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); 849 background-image: -o-linear-gradient(bottom, #dfdfdf, #f1f1f1); 850 background-image: linear-gradient(to top, #dfdfdf, #f1f1f1); 838 851 } 839 852 … … 999 1012 #adminmenu .wp-menu-arrow, 1000 1013 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1001 background-color: #777; /* Fallback */ 1002 background-image: -ms-linear-gradient(bottom, #6d6d6d, #808080); /* IE10 */ 1003 background-image: -moz-linear-gradient(bottom, #6d6d6d, #808080); /* Firefox */ 1004 background-image: -o-linear-gradient(bottom, #6d6d6d, #808080); /* Opera */ 1005 background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080)); /* old Webkit */ 1006 background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080); /* new Webkit */ 1007 background-image: linear-gradient(bottom, #6d6d6d, #808080); /* proposed W3C Markup */ 1014 background: #777; 1015 background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080)); 1016 background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080); 1017 background-image: -moz-linear-gradient(bottom, #6d6d6d, #808080); 1018 background-image: -o-linear-gradient(bottom, #6d6d6d, #808080); 1019 background-image: linear-gradient(to top, #6d6d6d, #808080); 1008 1020 } 1009 1021 1010 1022 #adminmenu .wp-menu-arrow div { 1011 background-color: #777; /* Fallback */ 1012 background-image: -ms-linear-gradient(right bottom, #6d6d6d, #808080); /* IE10 */ 1013 background-image: -moz-linear-gradient(right bottom, #6d6d6d, #808080); /* Firefox */ 1014 background-image: -o-linear-gradient(right bottom, #6d6d6d, #808080); /* Opera */ 1015 background-image: -webkit-gradient(linear, right bottom, left top, from(#6d6d6d), to(#808080)); /* old Webkit */ 1016 background-image: -webkit-linear-gradient(right bottom, #6d6d6d, #808080); /* new Webkit */ 1017 background-image: linear-gradient(right bottom, #6d6d6d, #808080); /* proposed W3C Markup */ 1023 background: #777; 1024 background-image: -webkit-gradient(linear, right bottom, left top, from(#6d6d6d), to(#808080)); 1025 background-image: -webkit-linear-gradient(bottom right, #6d6d6d, #808080); 1026 background-image: -moz-linear-gradient(bottom right, #6d6d6d, #808080); 1027 background-image: -o-linear-gradient(bottom right, #6d6d6d, #808080); 1028 background-image: linear-gradient(to top left, #6d6d6d, #808080); 1018 1029 } 1019 1030 … … 1095 1106 #collapse-button { 1096 1107 border-color: #ccc; 1097 background-color: #f4f4f4; /* Fallback */ 1098 background-image: -ms-linear-gradient(bottom, #dfdfdf, #fff); /* IE10 */ 1099 background-image: -moz-linear-gradient(bottom, #dfdfdf, #fff); /* Firefox */ 1100 background-image: -o-linear-gradient(bottom, #dfdfdf, #fff); /* Opera */ 1101 background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#fff)); /* old Webkit */ 1102 background-image: -webkit-linear-gradient(bottom, #dfdfdf, #fff); /* new Webkit */ 1103 background-image: linear-gradient(bottom, #dfdfdf, #fff); /* proposed W3C Markup */ 1108 background: #f4f4f4; 1109 background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#fff)); 1110 background-image: -webkit-linear-gradient(bottom, #dfdfdf, #fff); 1111 background-image: -moz-linear-gradient(bottom, #dfdfdf, #fff); 1112 background-image: -o-linear-gradient(bottom, #dfdfdf, #fff); 1113 background-image: linear-gradient(to top, #dfdfdf, #fff); 1104 1114 } 1105 1115 … … 1125 1135 #adminmenu li.wp-has-current-submenu, 1126 1136 #adminmenu li.current.menu-top { 1127 background-color: #777; /* Fallback */ 1128 background-image: -ms-linear-gradient(bottom, #6d6d6d, #808080); /* IE10 */ 1129 background-image: -moz-linear-gradient(bottom, #6d6d6d, #808080); /* Firefox */ 1130 background-image: -o-linear-gradient(bottom, #6d6d6d, #808080); /* Opera */ 1131 background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080)); /* old Webkit */ 1132 background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080); /* new Webkit */ 1133 background-image: linear-gradient(bottom, #6d6d6d, #808080); /* proposed W3C Markup */ 1137 background: #777; 1138 background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080)); 1139 background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080); 1140 background-image: -moz-linear-gradient(bottom, #6d6d6d, #808080); 1141 background-image: -o-linear-gradient(bottom, #6d6d6d, #808080); 1142 background-image: linear-gradient(to top, #6d6d6d, #808080); 1134 1143 } 1135 1144 … … 1597 1606 .tablenav .tablenav-pages a { 1598 1607 border-color: #e3e3e3; 1599 background: #eee url('../images/menu-bits.gif?ver=20100610') repeat-x scroll left -379px; 1608 background: #eee; 1609 -moz-box-shadow: inset 0 1px 0 #fff; 1610 -webkit-box-shadow: inset 0 1px 0 #fff; 1611 box-shadow: inset 0 1px 0 #fff; 1600 1612 } 1601 1613 … … 1917 1929 .about-wrap h1 { 1918 1930 color: #333; 1919 text-shadow: 1px 1px 1px white;1931 text-shadow: 1px 1px 1px #fff; 1920 1932 } 1921 1933 … … 1932 1944 color: #21759B; 1933 1945 } 1946 1934 1947 .about-wrap h2 .nav-tab:hover { 1935 1948 color: #d54e21; 1936 1949 } 1950 1937 1951 .about-wrap h2 .nav-tab-active, 1938 1952 .about-wrap h2 .nav-tab-active:hover { 1939 1953 color: #333; 1940 1954 } 1955 1941 1956 .about-wrap h2 .nav-tab-active { 1942 text-shadow: 1px 1px 1px white;1957 text-shadow: 1px 1px 1px #fff; 1943 1958 color: #464646; 1944 1959 } … … 1946 1961 .about-wrap h3 { 1947 1962 color: #333; 1948 text-shadow: 1px 1px 1px white;1963 text-shadow: 1px 1px 1px #fff; 1949 1964 } 1950 1965 … … 1961 1976 1962 1977 .about-wrap h4.wp-people-group { 1963 text-shadow: 1px 1px 1px white;1978 text-shadow: 1px 1px 1px #fff; 1964 1979 } 1965 1980 … … 1979 1994 -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 1980 1995 box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 1996 1981 1997 } 1982 1998 .about-wrap li.wp-person .title { 1983 1999 color: #464646; 1984 text-shadow: 1px 1px 1px white;2000 text-shadow: 1px 1px 1px #fff; 1985 2001 } 1986 2002 1987 2003 .freedoms-php .about-wrap ol li { 1988 2004 color: #999; 2005 1989 2006 } 1990 2007 .freedoms-php .about-wrap ol p { … … 2070 2087 } 2071 2088 2072 .rtl .tablenav .tablenav-pages a {2073 border-color: #e3e3e3;2074 background: #eee url('../images/menu-bits-rtl.gif?ver=20100610') repeat-x scroll right -379px;2075 }2076 2077 2089 .rtl #post-body .misc-pub-section { 2078 2090 border-right-color: transparent; -
trunk/wp-admin/css/customize-controls.dev.css
r21031 r21459 58 58 font-weight: normal; 59 59 text-shadow: 0 1px 0 #fff; 60 61 background-color: #f5f5f5; 62 background-image: -webkit-linear-gradient( top, #f5f5f5, #eee ); 63 background-image: -moz-linear-gradient( top, #f5f5f5, #eee ); 64 background-image: -ms-linear-gradient( top, #f5f5f5, #eee ); 65 background-image: -o-linear-gradient( top, #f5f5f5, #eee ); 66 background-image: linear-gradient( top, #f5f5f5, #eee ); 60 background: #f5f5f5; 61 background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#f5f5f5)); 62 background-image: -webkit-linear-gradient(bottom, #eee, #f5f5f5); 63 background-image: -moz-linear-gradient(bottom, #eee, #f5f5f5); 64 background-image: -o-linear-gradient(bottom, #eee, #f5f5f5); 65 background-image: linear-gradient(to top, #eee, #f5f5f5); 67 66 } 68 67 … … 72 71 color: #fff; 73 72 text-shadow: 0 -1px 0 #333; 74 background -color: #808080;75 background-image: -webkit- linear-gradient( top, #808080, #6d6d6d);76 background-image: -moz-linear-gradient( top, #808080, #6d6d6d);77 background-image: -ms-linear-gradient( top, #808080, #6d6d6d);78 background-image: -o-linear-gradient( top, #808080, #6d6d6d);79 background-image: linear-gradient( top, #808080, #6d6d6d);73 background: #808080; 74 background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080)); 75 background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080); 76 background-image: -moz-linear-gradient(bottom, #6d6d6d, #808080); 77 background-image: -o-linear-gradient(bottom, #6d6d6d, #808080); 78 background-image: linear-gradient(to top, #6d6d6d, #808080); 80 79 } 81 80 … … 529 528 padding: 2em; 530 529 font-size: 14px; 531 532 530 background: #fff; 533 531 border: 1px solid #dfdfdf; 534 535 532 -webkit-border-radius: 3px; 536 533 border-radius: 3px; -
trunk/wp-admin/css/install.dev.css
r19860 r21459 16 16 17 17 a { 18 color: #21759 B;18 color: #21759b; 19 19 text-decoration: none; 20 20 } 21 21 22 22 a:hover { 23 color: # D54E21;23 color: #d54e21; 24 24 } 25 25 … … 72 72 } 73 73 74 .submit input, .button, .button-secondary { 74 .submit input, 75 .button, 76 .button-secondary { 75 77 font-family: sans-serif; 76 78 text-decoration: none; … … 82 84 color: #464646; 83 85 -webkit-border-radius: 15px; 84 border-radius: 15px; 85 -moz-box-sizing: content-box; 86 border-radius: 15px; 86 87 -webkit-box-sizing: content-box; 87 box-sizing: content-box; 88 } 89 90 .button:hover, .button-secondary:hover, .submit input:hover { 88 -moz-box-sizing: content-box; 89 box-sizing: content-box; 90 background: #f2f2f2; 91 background-image: -webkit-gradient(linear, left bottom, left top, from(#ededed), to(#fff)); 92 background-image: -webkit-linear-gradient(bottom, #ededed, #fff); 93 background-image: -moz-linear-gradient(bottom, #ededed, #fff); 94 background-image: -o-linear-gradient(bottom, #ededed, #fff); 95 background-image: linear-gradient(to top, #ededed, #fff); 96 } 97 98 .button:hover, 99 .button-secondary:hover, 100 .submit input:hover { 91 101 color: #000; 92 102 border-color: #666; 93 103 } 94 104 95 .button, .submit input, .button-secondary { 96 background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top; 97 } 98 99 .button:active, .submit input:active, .button-secondary:active { 100 background: #eee url(../images/white-grad-active.png) repeat-x scroll left top; 105 .button:active, 106 .submit input:active, 107 .button-secondary:active { 108 background: #eee; 109 background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); 110 background-image: -webkit-linear-gradient(top, #ededed, #fff); 111 background-image: -moz-linear-gradient(top, #ededed, #fff); 112 background-image: -o-linear-gradient(top, #ededed, #fff); 113 background-image: linear-gradient(to bottom, #ededed, #fff); 101 114 } 102 115 … … 146 159 font-size: 15px; 147 160 padding: 2px; 148 border: 1px # DFDFDFsolid;161 border: 1px #dfdfdf solid; 149 162 -webkit-border-radius: 3px; 150 163 border-radius: 3px; -
trunk/wp-admin/css/wp-admin.dev.css
r21455 r21459 3760 3760 margin-bottom: 2px; 3761 3761 border: 1px solid #d1d1d1; 3762 background: #f ff;3763 background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);3764 background-image: - o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);3765 background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);3766 background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);3767 background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);3762 background: #f7f7f7; 3763 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f7f7)); 3764 background-image: -webkit-linear-gradient(bottom, #fff, #f7f7f7); 3765 background-image: -moz-linear-gradient(bottom, #fff, #f7f7f7); 3766 background-image: -o-linear-gradient(bottom, #fff, #f7f7f7); 3767 background-image: linear-gradient(to top, #fff, #f7f7f7); 3768 3768 -webkit-border-radius: 3px; 3769 3769 border-radius: 3px; … … 3777 3777 height: 100%; 3778 3778 margin-top: -24px; 3779 background-color: #8 3B4D8;3780 background-image: linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);3781 background-image: - o-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);3782 background-image: -moz-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);3783 background-image: -webkit-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);3784 background-image: -ms-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);3779 background-color: #8cc1e9; 3780 background-image: -webkit-gradient(linear, left bottom, left top, from(#72a7cf), to(#8cc1e9)); 3781 background-image: -webkit-linear-gradient(bottom, #72a7cf, #8cc1e9); 3782 background-image: -moz-linear-gradient(bottom, #72a7cf, #8cc1e9); 3783 background-image: -o-linear-gradient(bottom, #72a7cf, #8cc1e9); 3784 background-image: linear-gradient(to top, #72a7cf, #8cc1e9); 3785 3785 -webkit-border-radius: 3px; 3786 3786 border-radius: 3px; … … 4727 4727 .button-highlighted, 4728 4728 input.button-highlighted, 4729 #quicktags #ed_strong,4730 4729 #ed_reply_toolbar #ed_reply_strong, 4731 4730 .item-controls .item-order a, … … 4855 4854 cursor: move; 4856 4855 color: #333; 4857 background: # dfdfdf;4858 background-image: -webkit-gradient(linear, left bottom, left top, color-stop( 0.07, #e6e6e6), color-stop(0.77, #d8d8d8));4856 background: #e6e6e6; 4857 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #e6e6e6), color-stop(77%, #d8d8d8)); 4859 4858 background-image: -webkit-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); 4860 background-image: -moz-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); 4861 background-image: -ms-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); 4862 background-image: -o-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); 4863 background-image: linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); 4859 background-image: -moz-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); 4860 background-image: -o-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); 4861 background-image: linear-gradient(to top, #e6e6e6 7%, #d8d8d8 77%); 4864 4862 -webkit-border-radius: 5px; 4865 4863 border-radius: 5px; … … 6878 6876 6879 6877 #menu-to-edit .menu-item-invalid .menu-item-handle { 6880 background-color: #f6c9cc; /* Fallback */ 6881 background-image: -ms-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* IE10 */ 6882 background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Firefox */ 6883 background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Opera */ 6884 background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); /* old Webkit */ 6885 background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* new Webkit */ 6886 background-image: linear-gradient(bottom, #f6c9cc, #fdf8ff); /* proposed W3C Markup */ 6878 background: #f6c9cc; 6879 background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); 6880 background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); 6881 background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff); 6882 background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff); 6883 background-image: linear-gradient(to top, #f6c9cc, #fdf8ff); 6887 6884 } 6888 6885 -
trunk/wp-includes/css/admin-bar.dev.css
r21452 r21459 39 39 min-width: 600px; /* match the min-width of the body in wp-admin.css */ 40 40 z-index: 99999; 41 42 background-color: #464646; /* Fallback */ 43 background-image: -ms-linear-gradient(bottom, #373737, #464646 5px); /* IE10 */ 44 background-image: -moz-linear-gradient(bottom, #373737, #464646 5px); /* Firefox */ 45 background-image: -o-linear-gradient(bottom, #373737, #464646 5px); /* Opera */ 46 background-image: -webkit-gradient(linear, left bottom, left top, from(#373737), to(#464646)); /* old Webkit */ 47 background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px); /* new Webkit */ 48 background-image: linear-gradient(bottom, #373737, #464646 5px); /* proposed W3C Markup */ 41 background: #464646; 42 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #373737), color-stop(18%, #464646)); 43 background-image: -webkit-linear-gradient(bottom, #373737 0, #464646 5px); 44 background-image: -moz-linear-gradient(bottom, #373737 0, #464646 5px); 45 background-image: -o-linear-gradient(bottom, #373737 0, #464646 5px); 46 background-image: linear-gradient(to top, #373737 0, #464646 5px); 49 47 } 50 48 … … 200 198 #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus { 201 199 color: #fafafa; 202 background-color: #3a3a3a; /* Fallback */ 203 background-image: -ms-linear-gradient(bottom, #3a3a3a, #222); /* IE10 */ 204 background-image: -moz-linear-gradient(bottom, #3a3a3a, #222); /* Firefox */ 205 background-image: -o-linear-gradient(bottom, #3a3a3a, #222); /* Opera */ 206 background-image: -webkit-gradient(linear, left bottom, left top, from(#3a3a3a), to(#222)); /* old Webkit */ 207 background-image: -webkit-linear-gradient(bottom, #3a3a3a, #222); /* new Webkit */ 208 background-image: linear-gradient(bottom, #3a3a3a, #222); /* proposed W3C Markup */ 200 background: #222; 201 background-image: -webkit-gradient(linear, left bottom, left top, from(#3a3a3a), to(#222)); 202 background-image: -webkit-linear-gradient(bottom, #3a3a3a, #222); 203 background-image: -moz-linear-gradient(bottom, #3a3a3a, #222); 204 background-image: -o-linear-gradient(bottom, #3a3a3a, #222); 205 background-image: linear-gradient(to top, #3a3a3a, #222); 209 206 } 210 207 … … 298 295 #wpadminbar .ab-top-secondary { 299 296 float: right; 300 background-color: #464646; /* Fallback */ 301 background-image: -ms-linear-gradient(bottom, #373737, #464646 5px); /* IE10 */ 302 background-image: -moz-linear-gradient(bottom, #373737, #464646 5px); /* Firefox */ 303 background-image: -o-linear-gradient(bottom, #373737, #464646 5px); /* Opera */ 304 background-image: -webkit-gradient(linear, left bottom, left top, from(#373737), to(#464646)); /* old Webkit */ 305 background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px); /* new Webkit */ 306 background-image: linear-gradient(bottom, #373737, #464646 5px); /* proposed W3C Markup */ 297 background: #464646; 298 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #373737), color-stop(18%, #464646)); 299 background-image: -webkit-linear-gradient(bottom, #373737 0, #464646 5px); 300 background-image: -moz-linear-gradient(bottom, #373737 0, #464646 5px); 301 background-image: -o-linear-gradient(bottom, #373737 0, #464646 5px); 302 background-image: linear-gradient(to top, #373737 0, #464646 5px); 307 303 } 308 304 -
trunk/wp-includes/css/editor.dev.css
r21439 r21459 288 288 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 289 289 font-size: 12px; 290 border-color: # B2B2B2;290 border-color: #b2b2b2; 291 291 background-color: #fff; 292 292 } … … 902 902 .wp_themeSkin .mceListBox .mceOpen { 903 903 border-color: #ccc; 904 background-color: #eee; /* Fallback */ 905 background-image: -ms-linear-gradient(bottom, #ddd, #fff); /* IE10 */ 906 background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */ 907 background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */ 908 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */ 909 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */ 910 background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */ 904 background: #eee; 905 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); 906 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); 907 background-image: -moz-linear-gradient(bottom, #ddd, #fff); 908 background-image: -o-linear-gradient(bottom, #ddd, #fff); 909 background-image: linear-gradient(to top, #ddd, #fff); 911 910 } 912 911 913 912 .wp_themeSkin a.mceButtonEnabled:hover { 914 913 border-color: #a0a0a0; 915 background: #ddd; /* Fallback */ 916 background-image: -ms-linear-gradient(bottom, #ccc, #fff); /* IE10 */ 917 background-image: -moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */ 918 background-image: -o-linear-gradient(bottom, #ccc, #fff); /* Opera */ 919 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */ 920 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */ 921 background-image: linear-gradient(bottom, #ccc, #fff); /* proposed W3C Markup */ 914 background: #eee; 915 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); 916 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); 917 background-image: -moz-linear-gradient(bottom, #ccc, #fff); 918 background-image: -o-linear-gradient(bottom, #ccc, #fff); 919 background-image: linear-gradient(to top, #ccc, #fff); 922 920 } 923 921 … … 928 926 .wp_themeSkin a.mceButtonActive:active, 929 927 .wp_themeSkin a.mceButtonActive:hover { 930 background-color: #ddd; /* Fallback */931 background-image: -ms-linear-gradient(bottom, #eee, #bbb); /* IE10 */932 background-image: -moz-linear-gradient(bottom, #eee, #bbb); /* Firefox */933 background-image: -o-linear-gradient(bottom, #eee, #bbb); /* Opera */934 background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#bbb)); /* old Webkit */935 background-image: -webkit-linear-gradient(bottom, #eee, #bbb); /* new Webkit */936 background-image: linear-gradient(bottom, #eee, #bbb); /* proposed W3C Markup */937 928 border-color: #909090; 929 background: #ddd; 930 background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#bbb)); 931 background-image: -webkit-linear-gradient(bottom, #eee, #bbb); 932 background-image: -moz-linear-gradient(bottom, #eee, #bbb); 933 background-image: -o-linear-gradient(bottom, #eee, #bbb); 934 background-image: linear-gradient(to top, #eee, #bbb); 938 935 } 939 936 … … 961 958 .wp_themeSkin .mceListBoxHover .mceOpen { 962 959 border-color: #909090; 963 background-color: #eee; /* Fallback */ 964 background-image: -ms-linear-gradient(bottom, #ccc, #fff); /* IE10 */ 965 background-image: -moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */ 966 background-image: -o-linear-gradient(bottom, #ccc, #fff); /* Opera */ 967 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */ 968 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */ 969 background-image: linear-gradient(bottom, #ccc, #fff); /* proposed W3C Markup */ 960 background: #eee; 961 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); 962 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); 963 background-image: -moz-linear-gradient(bottom, #ccc, #fff); 964 background-image: -o-linear-gradient(bottom, #ccc, #fff); 965 background-image: linear-gradient(to top, #ccc, #fff); 970 966 } 971 967 … … 984 980 985 981 .wp_themeSkin table.mceSplitButton td { 986 background-color: #eee; /* Fallback */ 987 background-image: -ms-linear-gradient(bottom, #ddd, #fff); /* IE10 */ 988 background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */ 989 background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */ 990 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */ 991 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */ 992 background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */ 982 background: #eee; 983 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); 984 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); 985 background-image: -moz-linear-gradient(bottom, #ddd, #fff); 986 background-image: -o-linear-gradient(bottom, #ddd, #fff); 987 background-image: linear-gradient(to top, #ddd, #fff); 993 988 } 994 989 995 990 .wp_themeSkin table.mceSplitButton:hover td { 996 background -image: -ms-linear-gradient(bottom, #ccc, #fff); /* IE10 */997 background-image: - moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */998 background-image: - o-linear-gradient(bottom, #ccc, #fff); /* Opera */999 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); /* old Webkit */1000 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); /* new Webkit */1001 background-image: linear-gradient( bottom, #ccc, #fff); /* proposed W3C Markup */991 background: #eee; 992 background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff)); 993 background-image: -webkit-linear-gradient(bottom, #ccc, #fff); 994 background-image: -moz-linear-gradient(bottom, #ccc, #fff); 995 background-image: -o-linear-gradient(bottom, #ccc, #fff); 996 background-image: linear-gradient(to top, #ccc, #fff); 1002 997 } 1003 998 … … 1058 1053 .wp_themeSkin tr.mceFirst td.mceToolbar { 1059 1054 border-bottom: 1px solid #ccc; 1060 background -color: #e9e9e9; /* Fallback */1061 background-image: - ms-linear-gradient(bottom, #ddd, #e9e9e9); /* IE10 */1062 background-image: - moz-linear-gradient(bottom, #ddd, #e9e9e9); /* Firefox */1063 background-image: -o-linear-gradient(bottom, #ddd, #e9e9e9); /* Opera */1064 background-image: -webkit-linear-gradient(bottom, #ddd, #e9e9e9); /* new Webkit */1065 background-image: linear-gradient( bottom, #ddd, #e9e9e9); /* proposed W3C Markup */1055 background: #e9e9e9; 1056 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#e9e9e9)); 1057 background-image: -webkit-linear-gradient(bottom, #ddd, #e9e9e9); 1058 background-image: -moz-linear-gradient(bottom, #ddd, #e9e9e9); 1059 background-image: -o-linear-gradient(bottom, #ddd, #e9e9e9); 1060 background-image: linear-gradient(to top, #ddd, #e9e9e9); 1066 1061 } 1067 1062 … … 1145 1140 min-width: 26px; 1146 1141 padding: 2px 4px; 1147 font: 12px/18px Arial, Helvetica,sans-serif normal;1142 font: 12px/18px Arial, Helvetica, sans-serif normal; 1148 1143 color: #464646; 1149 border: 1px solid # C3C3C3;1144 border: 1px solid #c3c3c3; 1150 1145 -webkit-border-radius: 3px; 1151 1146 border-radius: 3px; 1152 background-color: #eee; 1153 background-image: -ms-linear-gradient(bottom, #e3e3e3, #fff); 1154 background-image: -moz-linear-gradient(bottom, #e3e3e3, #fff); 1155 background-image: -o-linear-gradient(bottom, #e3e3e3, #fff); 1147 background: #eee; 1148 background-image: -webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#fff)); 1156 1149 background-image: -webkit-linear-gradient(bottom, #e3e3e3, #fff); 1157 background-image: linear-gradient(bottom, #e3e3e3, #fff); 1150 background-image: -moz-linear-gradient(bottom, #e3e3e3, #fff); 1151 background-image: -o-linear-gradient(bottom, #e3e3e3, #fff); 1152 background-image: linear-gradient(to top, #e3e3e3, #fff); 1158 1153 } 1159 1154 … … 1819 1814 text-shadow: 0 1px 0 #fff; 1820 1815 background-color: #f4f4f4; 1821 background -image: -moz-linear-gradient(bottom, #e4e4e4, #f9f9f9);1816 background: #f4f4f4; 1822 1817 background-image: -webkit-gradient(linear, left bottom, left top, from(#e4e4e4), to(#f9f9f9)); 1818 background-image: -webkit-linear-gradient(bottom, #e4e4e4, #f9f9f9); 1819 background-image: -moz-linear-gradient(bottom, #e4e4e4, #f9f9f9); 1820 background-image: -o-linear-gradient(bottom, #e4e4e4, #f9f9f9); 1821 background-image: linear-gradient(to top, #e4e4e4, #f9f9f9); 1823 1822 } 1824 1823 … … 1828 1827 color: #333; 1829 1828 border-color: #999; 1830 background-color: #eee; 1831 background-image: -moz-linear-gradient(bottom, #f9f9f9, #e0e0e0); 1832 background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), to(#e0e0e0)); 1829 background: #eee; 1830 background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f9f9f9)); 1831 background-image: -webkit-linear-gradient(top, #e4e4e4, #f9f9f9); 1832 background-image: -moz-linear-gradient(top, #e4e4e4, #f9f9f9); 1833 background-image: -o-linear-gradient(top, #e4e4e4, #f9f9f9); 1834 background-image: linear-gradient(to bottom, #e4e4e4, #f9f9f9); 1833 1835 } 1834 1836 … … 1923 1925 #fullscreen-topbar { 1924 1926 border-bottom-color: #DFDFDF; 1925 background-color: #f1f1f1; /* Fallback */ 1926 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); /* IE10 */ 1927 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); /* Firefox */ 1928 background-image: -o-linear-gradient(top, #f9f9f9, #ececec); /* Opera */ 1929 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); /* old Webkit */ 1930 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); /* new Webkit */ 1931 background-image: linear-gradient(top, #f9f9f9, #ececec); /* proposed W3C Markup */ 1927 background: #f1f1f1; 1928 background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9)); 1929 background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9); 1930 background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9); 1931 background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9); 1932 background-image: linear-gradient(to top, #ececec, #f9f9f9); 1932 1933 } 1933 1934 -
trunk/wp-includes/css/wp-pointer.dev.css
r21439 r21459 30 30 border-radius: 3px 3px 0 0; 31 31 text-shadow: 0 -1px 0 rgba(0,0,0,0.3); 32 background -color: #8cc1e9;33 background-image: -webkit- linear-gradient(bottom, rgb(114,167,207) 0%, rgb(140,193,233) 100%);34 background-image: - moz-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(140,193,233) 100%);35 background-image: -ms-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(140,193,233) 100%);36 background-image: -o-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(140,193,233) 100%);37 background-image: linear-gradient( bottom, rgb(114,167,207) 0%, rgb(140,193,233) 100%);32 background: #8cc1e9; 33 background-image: -webkit-gradient(linear, left bottom, left top, from(#72a7cf), to(#8cc1e9)); 34 background-image: -webkit-linear-gradient(bottom, #72a7cf, #8cc1e9); 35 background-image: -moz-linear-gradient(bottom, #72a7cf, #8cc1e9); 36 background-image: -o-linear-gradient(bottom, #72a7cf, #8cc1e9); 37 background-image: linear-gradient(to top, #72a7cf, #8cc1e9); 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.