]> jfr.im git - irc/quakenet/qwebirc.git/blame - static/css/qui.css
Finish the job :(.
[irc/quakenet/qwebirc.git] / static / css / qui.css
CommitLineData
ba47bd8b 1.qwebirc-qui .tabbar {
f4ae92cc
CP
2 border: 1px solid black;
3 padding: 4px;
4 font-family: "Lucida Console", sans-serif;
5}
6
ba47bd8b 7.qwebirc-qui .tab {
f4ae92cc
CP
8 border: 1px black solid;
9 padding: 2px;
10 cursor: default;
11 margin-right: 2px;
12 background: #eee;
13 clear: both;
14}
15
ba47bd8b 16.qwebirc-qui .container {
f4ae92cc
CP
17 border: 1px solid black;
18 margin: 2px 0px 0px 0px;
19 height: 480px;
20}
21
ba47bd8b 22.qwebirc-qui .input {
f4ae92cc
CP
23 width: 400px;
24 border: 1px solid black;
25 margin: 2px 0px 0px 0px;
26}
27
ba47bd8b 28.qwebirc-qui .tabclose {
f4ae92cc
CP
29 border: 1px black solid;
30 margin-left: 5px;
31 padding: 2px;
32 font-size: 0.5em;
33}
34
ba47bd8b 35.qwebirc-qui .nicklist {
f4ae92cc
CP
36 border-left: 1px solid black;
37 width: 125px;
38 float: right;
39 height: 480px;
40 clear: both;
41 overflow: auto;
42 background: white;
43}
44
ba47bd8b 45.qwebirc-qui .tab-invisible {
f4ae92cc
CP
46 display: none;
47}
48
ba47bd8b 49.qwebirc-qui .outercontainer {
f4ae92cc
CP
50 font-family: Lucida Console;
51}
52
ba47bd8b 53.qwebirc-qui .innercontainer {
f4ae92cc
CP
54 height: 480px;
55}
56
ba47bd8b 57.qwebirc-qui .topic {
f4ae92cc
CP
58 background: #fef;
59 height: 20px;
60}
61
ba47bd8b 62.qwebirc-qui .tab-selected {
f4ae92cc
CP
63 background: #eff;
64}
65
ba47bd8b 66.qwebirc-qui .tab-unselected {
f4ae92cc
CP
67 background: #eee;
68}
69
ba47bd8b 70.qwebirc-qui .tab-highlighted {
f4ae92cc
CP
71 color: red;
72}
73
ba47bd8b 74.qwebirc-qui .lines {
f4ae92cc
CP
75 height: 460px;
76 overflow: auto;
77 word-wrap: break-word;
78}
79
ba47bd8b 80.qwebirc-qui .linestyle1 {
f4ae92cc
CP
81 background: #efefef;
82}
83
ba47bd8b 84.qwebirc-qui .linestyle2 {
f4ae92cc
CP
85 background: #eeffff;
86}