| Line 724... |
Line 724... |
| 724 |
|
724 |
|
| 725 |
/* Horizontal Tabber */
|
725 |
/* Horizontal Tabber */
|
| 726 |
|
726 |
|
| 727 |
.content_tabber_con { height: 45px; background: transparent; white-space: nowrap; }
|
727 |
.content_tabber_con { height: 45px; background: transparent; white-space: nowrap; }
|
| 728 |
.content_tabber_con.multi_page { height: 55px; overflow: hidden; }
|
728 |
.content_tabber_con.multi_page { height: 55px; overflow: hidden; }
|
| 729 |
.content_tabber { height: 45px; padding: 0 10px; margin: 0 5px; *margin: 0 10px 0 5px; vertical-align: top; position: relative; background: #f6f6f6 url(/images/androidland/tab_grey_mid.png) repeat-x; color: #666; line-height: 45px; font-weight: bold; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; cursor: pointer; }
|
729 |
.content_tabber { height: 45px; padding: 0 10px; margin: 0 5px; *margin: 0 10px 0 5px; vertical-align: top; position: relative; background: #f6f6f6 url(/images/androidland/tab_grey_mid.png) repeat-x; color: #666; line-height: 45px; font-size: 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; cursor: pointer; }
|
| 730 |
.content_tabber.is_invisible { visibility: hidden; }
|
730 |
.content_tabber.is_invisible { visibility: hidden; }
|
| 731 |
.content_tabber.tab_scroller { padding: 0 5px; }
|
731 |
.content_tabber.tab_scroller { padding: 0 5px; }
|
| 732 |
.content_tabber .icon_tabber_dot { *margin-left: -4px; *position: relative; *top: 16px; *vertical-align: middle; *line-height: 45px; }
|
732 |
.content_tabber .icon_tabber_dot { *margin-left: -4px; *position: relative; *top: 16px; *vertical-align: middle; *line-height: 45px; }
|
| 733 |
.content_tabber:before,
|
733 |
.content_tabber:before,
|
| 734 |
.content_tabber:after { content: ''; width: 5px; height: 45px; position: absolute; top: 0; }
|
734 |
.content_tabber:after { content: ''; width: 5px; height: 45px; position: absolute; top: 0; }
|
| 735 |
.content_tabber:before { background-position: left top; left: -5px; }
|
735 |
.content_tabber:before { background-position: left top; left: -5px; }
|
| 736 |
.content_tabber:after { background-position: right top; right: -5px; }
|
736 |
.content_tabber:after { background-position: right top; right: -5px; }
|
| 737 |
|
737 |
|
| 738 |
.content_tabber.current { border: 0; background: #2789C1 url(/images/androidland/orange-tab-mid.png) repeat-x; color: black; }
|
738 |
.content_tabber.current { border: 0; background: #2789C1 url(/images/androidland/orange-tab-mid.png) repeat-x; color: white; font-weight:bold; }
|
| 739 |
|
739 |
|
| 740 |
.content_tabber img { height: 12px; position: absolute;left:0px; bottom: -10px; }
|
740 |
.content_tabber img { height: 12px; position: absolute;left:0px; bottom: -10px; }
|
| 741 |
|
741 |
|
| 742 |
.tabber_content{ display: none; *zoom: 1; } /* zoom is needed to fix some weird rendering issue in IE7 */
|
742 |
.tabber_content{ display: none; *zoom: 1; } /* zoom is needed to fix some weird rendering issue in IE7 */
|
| 743 |
.tabber_content.current { display: block; }
|
743 |
.tabber_content.current { display: block; }
|