]> jfr.im git - irc/quakenet/qwebirc.git/blame - static/css/qui.css
Add URL parsing for channels/nick selection.
[irc/quakenet/qwebirc.git] / static / css / qui.css
CommitLineData
ba47bd8b 1.qwebirc-qui .tabbar {
66de775f 2 border: 1px solid #c3cee0;
f4ae92cc 3 padding: 4px;
66de775f 4 background: #e2ecf9;
be0bd774
CP
5 font-size: 0.8em;
6 font-family: Verdana, sans-serif;
66de775f 7 color: #000000;
f4ae92cc
CP
8}
9
ba47bd8b 10.qwebirc-qui .tab {
66de775f 11 border: 1px solid #e2ecf9;
f4ae92cc
CP
12 padding: 2px;
13 cursor: default;
14 margin-right: 2px;
f4ae92cc
CP
15 clear: both;
16}
17
66de775f
CP
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
be0bd774 42.qwebirc-qui .input input {
66de775f 43 border: 0px;
f4ae92cc 44 margin: 2px 0px 0px 0px;
be0bd774
CP
45 width: 100%;
46 font-family: Verdana, sans-serif;
f4ae92cc
CP
47}
48
be0bd774
CP
49.qwebirc-qui div.input {
50 left: 0px;
51 right: 0px;
52 bottom: 0px;
53 position: absolute;
66de775f
CP
54 border-top: 1px solid #c8d2dc;
55 padding-left: 2px;
56 padding-right: 2px;
f4ae92cc
CP
57}
58
ba47bd8b 59.qwebirc-qui .tabclose {
f4ae92cc
CP
60 margin-left: 5px;
61 padding: 2px;
66de775f
CP
62 font-size: 0.7em;
63 vertical-align: top;
64 -moz-border-radius: 2px;
65 -webkit-border-radius: 2px;
f4ae92cc
CP
66}
67
ba47bd8b 68.qwebirc-qui .nicklist {
66de775f 69 border-left: 1px solid #c8d2dc;
be0bd774
CP
70 position: absolute;
71 top: 0px;
72 right: 0px;
f4ae92cc 73 width: 125px;
f4ae92cc 74 overflow: auto;
66de775f
CP
75 background: #f2f0ff;
76 color: black;
be0bd774
CP
77 font-family: Verdana, sans-serif;
78 font-size: 0.7em;
f4ae92cc
CP
79}
80
ba47bd8b 81.qwebirc-qui .tab-invisible {
f4ae92cc
CP
82 display: none;
83}
84
66de775f 85/*.qwebirc-qui .linestyle1 {
be0bd774 86 background: #efefef;
f4ae92cc
CP
87}
88
be0bd774
CP
89.qwebirc-qui .linestyle2 {
90 background: #eeffff;
66de775f 91}*/
f4ae92cc 92
be0bd774
CP
93.qwebirc-qui .tab-hilighted {
94 color: red;
f4ae92cc
CP
95}
96
be0bd774
CP
97.qwebirc-qui .topic {
98 position: absolute;
99 left: 0px;
100 top: 0px;
66de775f
CP
101 background-color: #F2F0FF;
102 border-bottom: 1px dashed #c8d2dc;
103}
104
105.qwebirc-qui .topic .emptytopic {
106 color: grey;
f4ae92cc
CP
107}
108
ba47bd8b 109.qwebirc-qui .lines {
f4ae92cc 110 overflow: auto;
be0bd774
CP
111 position: absolute;
112 left: 0px;
66de775f
CP
113 font-family: Verdana;
114 font-size: 0.8em;
115 background: #f2f0ff;
f4ae92cc
CP
116}
117
be0bd774
CP
118.qwebirc-qui .lines div {
119 padding-left: 5px;
f4ae92cc
CP
120}
121
be0bd774
CP
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;
f4ae92cc 139}