]> jfr.im git - irc/quakenet/qwebirc.git/blame - static/css/swmui.css
Dos2Unix
[irc/quakenet/qwebirc.git] / static / css / swmui.css
CommitLineData
9e769c12
CP
1body, html {
2 height: 100%;
3 width: 100%;
4 margin: 0;
5 padding: 0;
6 font-family: "Lucida Console", sans-serif;
7}
8
9.qwebirc-swmui .container {
10 height: 100%;
11 width: 100%;
12}
13
14.qwebirc-swmui .tabs {
15 background: #fdd;
16}
17
18.qwebirc-swmui .main {
19 background: #ddf;
20}
21
22.qwebirc-swmui .entry {
23 background: #dfd;
24}
25
26.qwebirc-swmui .content {
27 background: #ddf;
28}
29
30.qwebirc-swmui .nicklist {
31 background: #dff;
32}
33
34.qwebirc-swmui .tab {
35 float: left;
36 min-width: 100px;
37 width: 100px;
38 display: block;
39 border: 1px solid black;
40 margin-right: 2px;
41 cursor: default;
42}
43
44.qwebirc-swmui .tabclose {
45 border: 1px solid black;
46 margin: 2px;
47 font-size: 0.5em;
48}
49
50.qwebirc-swmui .entry input {
51 padding: 0px;
52}
53
54.qwebirc-swmui .entry {
55}
56
57.qwebirc-swmui .tab-highlighted {
58 color: red;
59}
60
61.qwebirc-swmui .linestyle1 {
62 background: #efefef;
63}
64
65.qwebirc-swmui .linestyle2 {
66 background: #eeffff;
67}
68
69.qwebirc-swmui .tab-selected {
70 background: #fef;
71}
72
73.qwebirc-swmui .tab-unselected {
74 background: #eee;
8f36f657 75}