Ticket #16461: 16461-head_footer_favorite.patch
File 16461-head_footer_favorite.patch, 5.5 KB (added by , 14 years ago) |
---|
-
wp-admin/css/colors-classic.dev.css
570 570 #footer { 571 571 color: #777; 572 572 border-color: #b0c8d7; 573 background: #cfdfe9; /* fallback color */ 574 background:-moz-linear-gradient(bottom, #cfdfe9, #eff8ff); 575 background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff)); 573 background-color: #cfdfe9; /* Fallback */ 574 background-image: -ms-linear-gradient(bottom, #cfdfe9, #eff8ff); /* IE10 */ 575 background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Firefox */ 576 background-image: -o-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Opera */ 577 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff)); /* old Webkit */ 578 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); /* new Webkit */ 579 background-image: linear-gradient(bottom, #cfdfe9, #eff8ff); /* proposed W3C Markup */ 576 580 } 577 581 578 582 #media-items, … … 696 700 697 701 #wphead { 698 702 border-bottom:#b0c8d7 1px solid; 699 background: #cfdfe9; /* fallback color */ 700 background:-moz-linear-gradient(bottom, #cfdfe9, #eff8ff); 701 background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff)); 703 background-color: #cfdfe9; /* Fallback */ 704 background-image: -ms-linear-gradient(bottom, #cfdfe9, #eff8ff); /* IE10 */ 705 background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Firefox */ 706 background-image: -o-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Opera */ 707 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff)); /* old Webkit */ 708 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); /* new Webkit */ 709 background-image: linear-gradient(bottom, #cfdfe9, #eff8ff); /* proposed W3C Markup */ 702 710 } 703 711 704 712 #wphead h1 a { … … 1488 1496 1489 1497 #favorite-first { 1490 1498 border-color: #c0c0c0; 1491 background: #f1f1f1; /* fallback color */ 1492 background:-moz-linear-gradient(bottom, #e7e7e7, #fff); 1493 background:-webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff)); 1499 background-color: #f1f1f1; /* Fallback */ 1500 background-image: -ms-linear-gradient(bottom, #e7e7e7, #fff); /* IE10 */ 1501 background-image: -moz-linear-gradient(bottom, #e7e7e7, #fff); /* Firefox */ 1502 background-image: -o-linear-gradient(bottom, #e7e7e7, #fff); /* Opera */ 1503 background-image: -webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff)); /* old Webkit */ 1504 background-image: -webkit-linear-gradient(bottom, #e7e7e7, #fff); /* new Webkit */ 1505 background-image: linear-gradient(bottom, #e7e7e7, #fff); /* proposed W3C Markup */ 1494 1506 } 1495 1507 1496 1508 #favorite-inside { -
wp-admin/css/colors-fresh.dev.css
570 570 #footer { 571 571 color: #777; 572 572 border-color: #d1d1d1; 573 background: #d9d9d9; /* fallback color */ 574 background:-moz-linear-gradient(bottom, #d7d7d7, #e4e4e4); 575 background:-webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)); 573 background-color: #d9d9d9; /* Fallback */ 574 background-image: -ms-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* IE10 */ 575 background-image: -moz-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* Firefox */ 576 background-image: -o-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* Opera */ 577 background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)); /* old Webkit */ 578 background-image: -webkit-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* new Webkit */ 579 background-image: linear-gradient(bottom, #d7d7d7, #e4e4e4); /* proposed W3C Markup */ 576 580 } 577 581 578 582 #media-items, … … 696 700 697 701 #wphead { 698 702 border-bottom:#c6c6c6 1px solid; 699 background: #d9d9d9; /* fallback color */ 700 background:-moz-linear-gradient(bottom, #d7d7d7, #e4e4e4); 701 background:-webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)); 703 background-color: #d9d9d9; /* Fallback */ 704 background-image: -ms-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* IE10 */ 705 background-image: -moz-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* Firefox */ 706 background-image: -o-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* Opera */ 707 background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)); /* old Webkit */ 708 background-image: -webkit-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* new Webkit */ 709 background-image: linear-gradient(bottom, #d7d7d7, #e4e4e4); /* proposed W3C Markup */ 702 710 } 703 711 704 712 #wphead h1 a { … … 1483 1491 1484 1492 #favorite-first { 1485 1493 border-color: #c0c0c0; 1486 background: #f1f1f1; /* fallback color */ 1487 background:-moz-linear-gradient(bottom, #e7e7e7, #fff); 1488 background:-webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff)); 1494 background-color: #f1f1f1; /* Fallback */ 1495 background-image: -ms-linear-gradient(bottom, #e7e7e7, #fff); /* IE10 */ 1496 background-image: -moz-linear-gradient(bottom, #e7e7e7, #fff); /* Firefox */ 1497 background-image: -o-linear-gradient(bottom, #e7e7e7, #fff); /* Opera */ 1498 background-image: -webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff)); /* old Webkit */ 1499 background-image: -webkit-linear-gradient(bottom, #e7e7e7, #fff); /* new Webkit */ 1500 background-image: linear-gradient(bottom, #e7e7e7, #fff); /* proposed W3C Markup */ 1489 1501 } 1490 1502 1491 1503 #favorite-inside {