]> jfr.im git - irc/quakenet/qwebirc.git/blob - static/css/qui.css
f733b17727b89cb58a8d08a224c622fa7d75f6e5
[irc/quakenet/qwebirc.git] / static / css / qui.css
1 .qwebirc-qui .tabbar {
2 border: 1px solid #c3cee0;
3 padding: 4px;
4 background: #e2ecf9;
5 font-size: 0.8em;
6 font-family: Verdana, sans-serif;
7 color: #000000;
8 }
9
10 .qwebirc-qui .tab {
11 border: 1px solid #e2ecf9;
12 padding: 2px;
13 cursor: default;
14 margin-right: 2px;
15 clear: both;
16 }
17
18 .qwebirc-qui a.tab {
19 text-decoration: none;
20 color: #000000;
21 }
22
23 .qwebirc-qui tab:visited {
24 color: #000000;
25 }
26
27 .qwebirc-qui .tab:hover {
28 background: #ffffff;
29 border: 1px solid #c8d2dc;
30 -moz-border-radius: 4px;
31 -webkit-border-radius: 4px;
32 }
33
34 .qwebirc-qui .tab-selected {
35 background: #ffffff;
36 border: 1px solid #c8d2dc;
37 -moz-border-radius: 4px;
38 -webkit-border-radius: 4px;
39 color: #333333;
40 }
41
42 .qwebirc-qui .input input {
43 border: 0px;
44 margin: 2px 0px 0px 0px;
45 width: 100%;
46 font-family: Verdana, sans-serif;
47 }
48
49 .qwebirc-qui div.input {
50 left: 0px;
51 right: 0px;
52 bottom: 0px;
53 position: absolute;
54 border-top: 1px solid #c8d2dc;
55 padding-left: 2px;
56 padding-right: 2px;
57 }
58
59 .qwebirc-qui .tabclose {
60 margin-left: 5px;
61 padding: 2px;
62 font-size: 0.7em;
63 vertical-align: top;
64 -moz-border-radius: 2px;
65 -webkit-border-radius: 2px;
66 }
67
68 .qwebirc-qui .nicklist {
69 border-left: 1px solid #c8d2dc;
70 position: absolute;
71 top: 0px;
72 right: 0px;
73 width: 125px;
74 overflow: auto;
75 background: #f2f0ff;
76 color: black;
77 font-family: Verdana, sans-serif;
78 font-size: 0.7em;
79 }
80
81 .qwebirc-qui .tab-invisible {
82 display: none;
83 }
84
85 /*.qwebirc-qui .linestyle1 {
86 background: #efefef;
87 }
88
89 .qwebirc-qui .linestyle2 {
90 background: #eeffff;
91 }*/
92
93 .qwebirc-qui a.tab-hilighted {
94 color: red;
95 }
96
97 .qwebirc-qui .topic {
98 position: absolute;
99 left: 0px;
100 top: 0px;
101 right: 0px;
102 background-color: #F2F0FF;
103 border-bottom: 1px dashed #c8d2dc;
104 }
105
106 .qwebirc-qui .topic .emptytopic {
107 color: grey;
108 }
109
110 .qwebirc-qui .topic {
111 color: grey;
112 font-family: Verdana, sans-serif;
113 padding-left: 5px;
114 font-size: 0.7em;
115 }
116
117 .qwebirc-qui .lines {
118 overflow: auto;
119 position: absolute;
120 left: 0px;
121 font-family: Verdana;
122 font-size: 0.8em;
123 background: #f2f0ff;
124 }
125
126 .qwebirc-qui .lines div {
127 padding-left: 5px;
128 }
129
130 .qwebirc-qui .window {
131 position: relative;
132 width: 100%;
133 height: 100%;
134 }
135
136 .qwebirc-qui .outercontainer {
137 height: 100%;
138 width: 100%;
139 position: relative;
140 }
141
142 .qwebirc-qui .container {
143 position: absolute;
144 left: 0px;
145 right: 0px;
146 bottom: 0px;
147 }
148
149 .qwebirc-qui .loginbox {
150 font-family: Verdana, sans-serif;
151 height: 100%;
152 width: 100%;
153 vertical-align: middle;
154 }
155
156 .qwebirc-qui .loginbox .tr1 {
157 width: 100%;
158 vertical-align: bottom;
159 text-align: center;
160 }
161
162 .qwebirc-qui .loginbox .tr2 {
163 width: 100%;
164 vertical-align: top;
165 text-align: center;
166 }
167
168 .qwebirc-qui .loginbox .tr2 table {
169 margin-left: auto;
170 margin-right: auto;
171 text-align: left;
172 }
173
174 .qwebirc-qui .confirmbox {
175 font-family: Verdana, sans-serif;
176 height: 100%;
177 width: 100%;
178 vertical-align: middle;
179 }
180
181 .qwebirc-qui .confirmbox .tr1 td {
182 width: 100%;
183 vertical-align: bottom;
184 text-align: center;
185 }
186
187 .qwebirc-qui .confirmbox .tr2 td {
188 width: 100%;
189 vertical-align: top;
190 text-align: center;
191 }
192
193 .qwebirc-qui form {
194 margin: 0px;
195 padding: 0px;
196 }