]> jfr.im git - irc/quakenet/qwebirc.git/blob - static/css/qui.css
Add URL parsing for channels/nick selection.
[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 a.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 .tab-hilighted {
94 color: red;
95 }
96
97 .qwebirc-qui .topic {
98 position: absolute;
99 left: 0px;
100 top: 0px;
101 background-color: #F2F0FF;
102 border-bottom: 1px dashed #c8d2dc;
103 }
104
105 .qwebirc-qui .topic .emptytopic {
106 color: grey;
107 }
108
109 .qwebirc-qui .lines {
110 overflow: auto;
111 position: absolute;
112 left: 0px;
113 font-family: Verdana;
114 font-size: 0.8em;
115 background: #f2f0ff;
116 }
117
118 .qwebirc-qui .lines div {
119 padding-left: 5px;
120 }
121
122 .qwebirc-qui .window {
123 position: relative;
124 width: 100%;
125 height: 100%;
126 }
127
128 .qwebirc-qui .outercontainer {
129 height: 100%;
130 width: 100%;
131 position: relative;
132 }
133
134 .qwebirc-qui .container {
135 position: absolute;
136 left: 0px;
137 right: 0px;
138 bottom: 0px;
139 }