From 6eb2a08972ca6b556eec5551b7052d4b17ddc472 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 6 Aug 2013 21:31:12 +0200 Subject: [PATCH] iOS6 style files --- css/badged-bar-ios6.css | 85 ++++++++++++++++++++++++++++ css/badged-menu-ios6.css | 118 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 203 insertions(+) create mode 100644 css/badged-bar-ios6.css create mode 100644 css/badged-menu-ios6.css diff --git a/css/badged-bar-ios6.css b/css/badged-bar-ios6.css new file mode 100644 index 0000000..2ec050b --- /dev/null +++ b/css/badged-bar-ios6.css @@ -0,0 +1,85 @@ + +/* ============================================================== */ +/* Badged */ +/* ------------------------ */ +/* CSS Styles for the Admin Bar only */ +/* by Matthias Kretschmann | http://mkretschmann.com */ +/* ============================================================== */ + +#wp-admin-bar-updates .ab-label, +#wp-admin-bar-comments .ab-label { + background-color: #d5231f !important; + color: #fff; /* just in case, is white per WP default */ + font: 11px/15px Helvetica, Verdana, Geneva, sans-serif; + text-shadow: 0 1px 1px #771717; + + background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0))); + background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + background-image: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + background-image: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + background-image: linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=0 ); + + border: 2px solid #fff; + -webkit-border-radius: 10px; /* just in case, is 10px per WP default */ + -moz-border-radius: 10px; + border-radius: 10px; + + -webkit-background-clip: padding-box; + -moz-background-clip: padding-box; + background-clip: padding-box; + + margin-top: -1px; + + padding: 0 3px; + position: relative; + -webkit-box-shadow: 0px 2px 2px #000 !important; + -moz-box-shadow: 0px 2px 2px #000 !important; + box-shadow: 0px 2px 2px #000 !important; + vertical-align: baseline; +} + + + /* inject another styling layer, for inset shadow & shine gradient */ + #wp-admin-bar-updates .ab-label:before, + #wp-admin-bar-comments .ab-label:before { + content: ""; + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; + + -webkit-box-shadow: inset 0 0 3px #631212; + -moz-box-shadow: inset 0 0 3px #631212; + box-shadow: inset 0 0 3px #631212; + + background: -moz-radial-gradient(center -5px, circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 59%, rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%); + background: -webkit-gradient(radial, center -5px, 0px, center -5px, 100%, color-stop(0%,rgba(255,255,255,0.3)), color-stop(59%,rgba(255,255,255,0.3)), color-stop(65%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); + background: -webkit-radial-gradient(center -5px, circle, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 59%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); + background: -o-radial-gradient(center -5px, circle, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 59%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); + background: -ms-radial-gradient(center -5px, circle, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 59%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); + background: radial-gradient(center -5px, circle, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 59%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=1 ); + + } + + + +/* ============================================================== */ +/* IE 8 Only Styles */ +/* ============================================================== */ + +.ie8 #wp-admin-bar-updates .ab-label, +.ie8 #wp-admin-bar-comments .ab-label { + filter: + progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=0 ) + progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=3) /* bottom */ + progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=90,strength=2) /* right */ + progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=270,strength=2); /* left */ +} \ No newline at end of file diff --git a/css/badged-menu-ios6.css b/css/badged-menu-ios6.css new file mode 100644 index 0000000..5edfd41 --- /dev/null +++ b/css/badged-menu-ios6.css @@ -0,0 +1,118 @@ + +/* ============================================================== */ +/* Badged */ +/* ------------------------ */ +/* CSS Styles for the Admin Menu only */ +/* by Matthias Kretschmann | http://mkretschmann.com */ +/* ============================================================== */ + + +/* Select all instances of the WP notification bubble using the + same selectors WP uses */ + +#adminmenu .awaiting-mod, +#adminmenu span.update-plugins, +#sidemenu li a span.update-plugins, +#sidemenu a .update-plugins, +#rightnow .reallynow { + /* need to be rude for these */ + background-color: #d5231f !important; + -webkit-box-shadow: 0px 2px 2px #888 !important; + -moz-box-shadow: 0px 2px 2px #888 !important; + box-shadow: 0px 2px 2px #888 !important; + + color: #fff; /* just in case, is white per WP default */ + font: 11px/15px Helvetica, Verdana, Geneva, sans-serif; + text-shadow: 0 1px 1px #771717; + + background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0))); + background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + background-image: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + background-image: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + background-image: linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=0 ); + + border: 2px solid #fff; + -webkit-border-radius: 10px; /* just in case, is 10px per WP default */ + -moz-border-radius: 10px; + border-radius: 10px; + + -webkit-background-clip: padding-box; + -moz-background-clip: padding-box; + background-clip: padding-box; + + margin-top: -1px; +} + + /* darker shadow for badged on active menus */ + #adminmenu li.current a .awaiting-mod, + #adminmenu li a.wp-has-current-submenu .update-plugins { + -webkit-box-shadow: 0px 2px 2px #444 !important; + -moz-box-shadow: 0px 2px 2px #444 !important; + box-shadow: 0px 2px 2px #444 !important; + } + + /* inject another styling layer, for inset shadow & shine gradient */ + #adminmenu .awaiting-mod:before, + #adminmenu .update-plugins:before, + #sidemenu .update-plugins:before, + .reallynow:before { + content: ""; + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; + + -webkit-box-shadow: inset 0 0 3px #631212; + -moz-box-shadow: inset 0 0 3px #631212; + box-shadow: inset 0 0 3px #631212; + + background: -moz-radial-gradient(center -5px, circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 59%, rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%); + background: -webkit-gradient(radial, center -5px, 0px, center -5px, 100%, color-stop(0%,rgba(255,255,255,0.3)), color-stop(59%,rgba(255,255,255,0.3)), color-stop(65%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); + background: -webkit-radial-gradient(center -5px, circle, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 59%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); + background: -o-radial-gradient(center -5px, circle, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 59%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); + background: -ms-radial-gradient(center -5px, circle, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 59%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); + background: radial-gradient(center -5px, circle, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 59%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=1 ); + + } + +/* a bit less padding on the number inside */ +#adminmenu li .awaiting-mod span, +#adminmenu li span.update-plugins span, +#sidemenu li a span.update-plugins span { + padding: 0 4px; +} + + +/* ============================================================== */ +/* IE 8 Only Styles */ +/* ============================================================== */ + +.ie8 #adminmenu .awaiting-mod, +.ie8 #adminmenu span.update-plugins, +.ie8 #sidemenu li a span.update-plugins, +.ie8 #sidemenu a .update-plugins, +.ie8 #rightnow .reallynow { + filter: + progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=0 ) + progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=180,strength=3) /* box-shadow replacement, bottom */ + progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=90,strength=2) /* right */ + progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=270,strength=2) /* left */; +} + + /* darker shadow for badged on active menus */ + .ie8 #adminmenu li.current a .awaiting-mod, + .ie8 #adminmenu li a.wp-has-current-submenu .update-plugins { + filter: + progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=0 ) + progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=180,strength=3) /* bottom */ + progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=90,strength=2) /* right */ + progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=270,strength=2) /* left */; + } \ No newline at end of file