forked from kohlhofer/xhtmlchat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.css
143 lines (122 loc) · 2.04 KB
/
default.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
body {
font-family: helvetica, sans-serif;
margin:0px;
padding:0px;
font-size: 0.8em;
text-align: left;
background-color: #567B9B;
}
#header {
padding:10px;
background:url(images/head.png) repeat-x left bottom;
padding-bottom: 20px;
}
#credit {
float:right;
color:#567B9B;
line-height: 130%;
background:url(images/logo.png) no-repeat left top;
padding-left:85px;
height: 100px;
}
#credit h1 {
font-size: 1.1em;
font-weight: bold;
margin:0px;
padding:0px;
margin-bottom:0.3em;
margin-right:90px;
}
#credit p {
margin:0px;
padding:0px;
font-weight: normal;
line-height: 100%;
margin-right:90px;
}
#credit a, #credit a:visited {
color:#567B9B;
}
input {
margin-right: 8px;
}
h2 {
display: none;
}
h3 {
font-size: 1em;
color: #FFD039;
font-weight: bold;
padding: 0px;
margin:1.5em 0px 0.5em 0px;
}
#description p {
color: #DDE2F2;
font-size: 1em;
margin:0.5em 0px 0.5em 0px;
}
#description a, #description a:hover, #description a:visited {
color: #FFF;
}
#description a:hover {
color: #F0F2CA;
}
#chatoutput ul {
list-style: none;
margin:0px;
padding:0px;
padding:8px 10px 15px 8px;
}
#chatoutput ul li {
background:#8CB4D7 url(images/liback.png) repeat-x bottom;
padding:8px 12px 12px 12px;
font-weight: bold;
margin:0px;
color:#FFF;
line-height: 150%;
margin-bottom:8px;
}
#chatoutput ul li span.name {
display: block;
background:url(images/bubble.png) no-repeat left;
padding-left:19px;
font-weight: normal;
font-size: 0.8em;
text-transform: uppercase;
color: #DFE5EB;
}
#chatoutput ul li:hover span.name {
color: #FFF;
background:url(images/bubblehover.png) no-repeat left;
}
form {
padding:0px;
margin:5px;
}
label {
color: #567B9B;
display: block;
margin-top:7px;
margin-bottom: 3px;
font-weight: bold;
}
#chatoutput {
text-align: left;
margin-right: 250px;
}
#description {
float: right;
width: 235px;
padding-right: 10px;
padding-left: 5px;
color: #DDE2F2;
line-height: 130%;
}
#description ul {
margin:0px;
padding:0px;
padding-left: 1.5em;
}
#description ul li {
margin-bottom: 0.4em;
}