]> jfr.im git - irc/quakenet/qwebirc.git/blob - css/swmui.css
Merge all javascript into one file when we 'compile'.
[irc/quakenet/qwebirc.git] / css / swmui.css
1 body, 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 .topic {
23 background: #fdf;
24 }
25
26 .qwebirc-swmui .entry {
27 background: #dfd;
28 }
29
30 .qwebirc-swmui .entry input {
31 background: #dfd;
32 }
33
34 .qwebirc-swmui .content {
35 background: #ddf;
36 overflow: auto;
37 }
38
39 .qwebirc-swmui .nicklist {
40 background: #dff;
41 overflow: auto;
42 }
43
44 .qwebirc-swmui .tab {
45 position: relative;
46 float: left;
47 min-width: 100px;
48 display: block;
49 border: 1px solid black;
50 margin-right: 2px;
51 cursor: default;
52 }
53
54 .qwebirc-swmui .tabclose {
55 margin: 2px;
56 width: 15px;
57 font-size: 0.5em;
58 vertical-align: top;
59 }
60
61 .qwebirc-swmui .entry input {
62 padding: 0px;
63 }
64
65 .qwebirc-swmui .entry {
66 }
67
68 .qwebirc-swmui .tab-highlighted {
69 color: red;
70 }
71
72 .qwebirc-swmui .linestyle1 {
73 background: #efefef;
74 }
75
76 .qwebirc-swmui .linestyle2 {
77 background: #eeffff;
78 }
79
80 .qwebirc-swmui .tab-selected {
81 background: #fef;
82 }
83
84 .qwebirc-swmui .tab-unselected {
85 background: #eee;
86 }
87
88 #swmui {
89 height: 100%;
90 width: 100%;
91 position: absolute;
92 }