/** * Announcement Bar * @uses: esc_attr_e( Announcement_Bar::get_setting( '' ) ); * @author: Austin Passy * @link: http://austin.passy.co */ /* Start custom user input */ /* End custom user input */ /* body { padding-top: !important; } */ /* Override the admin-bar in WP 3.1 */ .admin-bar #announcementbar-container { z-index: 10000; } /* Extra div to handle some IE scenarios with absolute positioning. */ #announcementbar-container { display: table; position: relative; width: 100%; z-index: 99996; } #announcementbar { background: ; color: ; direction: ltr; font: 12px Arial,Helvetica,sans-serif; height: ; left: 0; margin: 0 auto; min-width: 960px; position: fixed; top: -; width: 100%; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.3); -o-box-shadow: 0 0 15px rgba(0,0,0,0.3); box-shadow: 0 0 15px rgba(0,0,0,0.3); } #announcementbar.show-if-no-js { display: block; } .announcement { color: ; display: block; font-size: ; line-height: ; margin: 0 auto; text-align: center; width: 860px; z-index: 99999; } .announcement p { z-index: 99999; } .announcement a { color: ; text-decoration: none; z-index: 99999; } /* Branding link. */ #announcementbar-container .branding { margin: 0 auto; width: 960px; z-index: 99999; } #announcementbar-container .branding a { background: 0 none; display: block; float: left; width: 30px; height: ; margin: 0; padding: 0; = '50px' ) echo "font: normal normal normal 44px/44px Georgia, Times, 'Times New Roman', serif !important;"; ?> color: #fff; text-align: center; position: absolute; text-decoration: none; -webkit-text-shadow: 0 1px 0 #000; -moz-text-shadow: 0 1px 0 #000; -o-text-shadow: 0 1px 0 #000; text-shadow: 0 1px 0 #000; top: 0; z-index: 99999; } /* Toggle div wrapper. */ #announcementbar-container .tab { height: 0; position: fixed; top: 0; width: 100%; z-index: 99997; } /* Wrapper for the open/close button. */ #announcementbar-container .tab .toggle { clear: both; display: block; position: relative; width: 92%; /*height: ;*/ /*line-height: ;*/ margin: 0 auto; z-index: 99997; } /* Open/close link. */ #announcementbar-container .tab a { background: rgb(0,0,0); background: rgba(0,0,0,0.15); display: block; float: right; position: relative; width: 30px; height: ; margin: 0; padding: 0; = '50px' ) echo "font: normal normal bold 44px/44px Georgia, Times, 'Times New Roman', serif !important;"; ?> color: #fff; text-align: center; } /* Open link. */ #announcementbar-container .tab a.open { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } #announcementbar-container .tab a.open:hover { background: rgb(0,0,0); background: rgba(0,0,0,0.4); } /* Close link. */ #announcementbar-container .tab a.close { } /* Open/close link hover. */ #announcementbar-container .bradning a:hover, #announcementbar-container .tab a:hover { cursor: pointer; text-decoration: none; } /* Open/close link arrows. */ #announcementbar-container .tab a .arrow { font-style: normal; }