]> jfr.im git - irc/quakenet/qwebirc.git/blame - css/swmui.css
normalise line endings
[irc/quakenet/qwebirc.git] / 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
18559d33
CP
22.qwebirc-swmui .topic {
23 background: #fdf;
24}
25
9e769c12
CP
26.qwebirc-swmui .entry {
27 background: #dfd;
28}
29
18559d33
CP
30.qwebirc-swmui .entry input {
31 background: #dfd;
32}
33
9e769c12
CP
34.qwebirc-swmui .content {
35 background: #ddf;
18559d33 36 overflow: auto;
9e769c12
CP
37}
38
39.qwebirc-swmui .nicklist {
40 background: #dff;
18559d33 41 overflow: auto;
9e769c12
CP
42}
43
44.qwebirc-swmui .tab {
18559d33 45 position: relative;
9e769c12
CP
46 float: left;
47 min-width: 100px;
9e769c12
CP
48 display: block;
49 border: 1px solid black;
50 margin-right: 2px;
51 cursor: default;
52}
53
54.qwebirc-swmui .tabclose {
9e769c12 55 margin: 2px;
18559d33 56 width: 15px;
9e769c12 57 font-size: 0.5em;
18559d33 58 vertical-align: top;
9e769c12
CP
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;
18559d33 86}
ef8a4598
CP
87
88#swmui {
89 height: 100%;
90 width: 100%;
91 position: absolute;
92}