Added iJab (GPLv2) to /_js/ijab/ - http://code.google.com/p/ijab/
[mirrors/Kyberia-bloodline.git] / wwwroot / _js / ijab / ijab / simple / iJab.css
CommitLineData
0bdfce5f
H
1.clearfix:after {
2 line-height: 0;
3 display: block;
4 height: 0px;
5 visibility: hidden;
6 clear: both;
7 font-size: 0px;
8 content: ".";
9}
10
11.clearfix {
12 display: block;
13}
14
15.ie6 .clearfix {
16 ZOOM: 1
17}
18
19.ie7 .clearfix {
20 ZOOM: 1
21}
22
23.ie8 .clearfix {
24 ZOOM: 1
25}
26
27div.ijab_mainbar {
28 position: absolute;
29 bottom: 0;
30 left: 0;
31 width: 100%;
32 height: 25px;
33}
34
35@media screen {
36 body>div.ijab_mainbar {
37 position: fixed;
38 }
39}
40
41div.ijab_mainbar_wrap {
42 margin-left: 15px;
43 margin-right: 15px;
44 overflow: visible !important;
45 position: relative;
46}
47
48div.ijab_mainbar_body {
49 background: transparent url(images/bgrepeat.gif) repeat-x scroll left
50 top;
51 border-left: 1px solid #B5B5B5;
52 border-right: 1px solid #B5B5B5;
53 display: block;
54 height: 25px;
55 padding: 0;
56}
57
58div.ijab_mainbar_shortcutbar {
59 float: left;
60 position: relative;
61}
62
63div.ijab_mainbar_body_r {
64 float: right;
65}
66
67div.ijab_mainbar_chatpanelbar {
68 float: left;
69}
70
71div.ijab_mainbar_appsbar {
72 float: left;
73 position: relative;
74}
75
76.ijab_window_tab_wrap {
77 float: left;
78}
79
80.ijab_widget {
81 font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
82 font-size: 1.2em !important;
83}
84
85.ijab_shortcutitem {
86
87}
88
89.ijab_shortcutitem_hover {
90 background-color:#FFFFFF;
91}
92
93.ijab_shortcut .ijab_window_tab {
94 border-left-width: 0;
95 border-right-width: 1px;
96}
97
98.ijab_window_tab {
99 border-width: 0 0 0 1px;
100 cursor: pointer;
101 display: block;
102 float: left;
103 height: 25px;
104 padding-left: 1px;
105 position: relative;
106 text-decoration: none;
107 z-index: 6;
108 margin-top:1px;
109}
110
111.ijab_window_tab_tip {
112 left:0.8em;
113 background-position:left bottom;
114 background: transparent url(images/tip.gif) no-repeat scroll left bottom;
115 bottom: 27px;
116 display: none;
117 padding-bottom: 4px;
118 position: absolute;
119 z-index: 20;
120 left: 0px;
121 right: auto;
122 font-size:12px;
123}
124
125.ijab_window_tab_tip strong
126{
127 background:#282828 none repeat scroll 0 0;
128 color:#FFFFFF;
129 display:block;
130 font-weight:normal;
131 padding:3px 8px;
132 text-align:center;
133 white-space:nowrap;
134}
135
136.ijab_window_tab .ijab_icon {
137 display:inline;
138 float:left;
139 margin:4px 6px 6px 6px;
140}
141
142a .ijab_icon
143{
144 cursor:pointer;
145}
146
147.ijab_icon {
148 background-repeat:no-repeat;
149 display:block;
150 height:16px;
151 overflow:hidden;
152 text-indent:-99999px;
153 width:16px;
154}
This page took 0.249295 seconds and 4 git commands to generate.