123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- .anbu
- {
- font-family:Helvetica, "Helvetica Neue", Arial, sans-serif !important;
- font-size:14px !important;
- background-color:#222 !important;
- position:fixed !important;
- bottom:0 !important;
- right:0 !important;
- width:100%;
- z-index: 9999 !important;
- }
- .anbu-tabs
- {
- margin:0 !important;
- padding:0 !important;
- overflow:hidden !important;
- }
- .anbu-tabs li
- {
- display:inline;
- line-height:1em !important;
- }
- .anbu-tabs a, .anbu-tabs a:visited
- {
- color:#aaa !important;
- text-transform:uppercase !important;
- font-weight:bold !important;
- display:inline-block;
- text-decoration:none !important;
- font-size:0.8em !important;
- padding: 0.8em 2em 0.7em 2em !important;
- -webkit-transition-property:color, background-color;
- -webkit-transition-duration: 0.7s, 0.2s;
- -webkit-transition-timing-function: ease-in, ease-in;
- -moz-transition-property:color, background-color;
- -moz-transition-duration: 0.7s, 0.2s;
- -moz-transition-timing-function: ease-in, ease-in;
- -ms-transition-property:color, background-color;
- -ms-transition-duration: 0.7s, 0.2s;
- -ms-transition-timing-function: ease-in, ease-in;
- -o-transition-property:color, background-color;
- -o-transition-duration: 0.7s, 0.2s;
- -o-transition-timing-function: ease-in, ease-in;
- transition-property:color, background-color;
- transition-duration: 0.7s, 0.2s;
- transition-timing-function: ease-in, ease-in;
- }
- #anbu-closed-tabs a, #anbu-closed-tabs a:visited
- {
- padding: 0.85em 1.2em 0.85em 1.2em !important;
- }
- .anbu-tabs a:hover
- {
- background-color:#333 !important;
- color:#fff !important;
- }
- .anbu-tabs a.anbu-active-tab
- {
- color:#fff !important;
- background-color:#333 !important;
- }
- .anbu a:focus
- {
- outline:none !important;
- }
- .anbu-tabs a:active
- {
- background-color:#111 !important;
- }
- .anbu-tabs li.anbu-tab-right
- {
- float:right !important;
- }
- .anbu-tabs li.anbu-tab-right a, .anbu-tabs li.anbu-tab-right a:visited
- {
- padding: 0.86em 2em 0.7em 2em !important;
- }
- #anbu-closed-tabs
- {
- display:none;
- }
- .anbu-window
- {
- display:none;
- }
- .anbu-content-area
- {
- background-color: #fff !important;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
- background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
- background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
- background-image: -ms-linear-gradient(top, #eeeeee, #ffffff);
- background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
- background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
- height:14em;
- margin-top:6px !important;
- overflow-x:hidden !important;
- overflow-y:auto !important;
- }
- .anbu-table table
- {
- margin:0 !important;
- padding:0 !important;
- font-size:0.9em !important;
- border:0 !important;
- border-collapse:collapse !important;
- width:100% !important;
- background-color:#fff !important;
- }
- .anbu-table pre
- {
- margin:0 !important;
- }
- .anbu-table tr
- {
- border-bottom:1px solid #ccc !important;
- }
- .anbu-table tr:first-child
- {
- border:0 !important;
- }
- .anbu-table th
- {
- background-color:#555 !important;
- color:#fff !important;
- text-transform:uppercase !important;
- }
- .anbu-table th, .anbu-table td
- {
- text-align:left !important;
- padding:0.4em 1em !important;
- margin:0 !important;
- }
- .anbu-table td
- {
- vertical-align:top !important;
- }
- .anbu-table-first
- {
- background-color:#eee !important;
- border-right:1px solid #ccc !important;
- width:10% !important;
- }
- span.anbu-count
- {
- margin-left:0.5em !important;
- background-color:#555 !important;
- display:inline-block !important;
- padding:0.1em 0.5em 0.2em 0.5em !important;
- color:#eee !important;
- text-shadow:0 0 4px #000 !important;
- -webkit-border-radius: 1px;
- -moz-border-radius: 1px;
- border-radius: 1px;
- -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
- }
- .anbu-empty
- {
- display:block !important;
- padding:1em !important;
- text-align:center !important;
- font-style:italic !important;
- color:#ccc !important;
- margin:1em !important;
- text-shadow:0 1px 0px #fff !important;
- }
- .anbu pre
- {
- overflow-x: auto;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap !important;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
|