]> jfr.im git - irc/quakenet/qwebirc.git/blame - static/css/style.css
Add nice whoises.
[irc/quakenet/qwebirc.git] / static / css / style.css
CommitLineData
cfd8616d
CP
1/* Reset */\r
2\r
3ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }\r
4a img,:link img,:visited img { border: none; }\r
5table { border-collapse: collapse; border-spacing: 0; }\r
6:focus { outline: none; }\r
7\r
8/* Structure */\r
9\r
10body {\r
11 margin: 0;\r
12 text-align: left;\r
13 font-family: Arial, Helvetica, sans-serif;\r
14 font-size: 12px;\r
15 line-height: 18px;\r
16 color: #141414; \r
17}\r
18\r
19/* Typography */\r
20 \r
21h2, h3, h4 {\r
22 margin: 0;\r
23 padding: 0 0 5px 0;\r
24 font-size: 12px;\r
25 font-weight: bold; \r
26}\r
27 \r
28h2 {\r
29 font-size: 14px;\r
30 font-weight: bold; \r
31}\r
32 \r
33#mochaPage h3 {\r
34 display: block;\r
35 font-size: 12px;\r
36 padding: 6px 0 6px 0;\r
37 margin: 0 0 8px 0;\r
38 border-bottom: 1px solid #bbb;\r
39}\r
40\r
41h4 {\r
42 font-size: 11px;\r
43}\r
44 \r
45a {\r
46 color: #ce1717;\r
47 text-decoration: none;\r
48 cursor: pointer;\r
49}\r
50\r
51a:hover {\r
52 text-decoration: none;\r
53}\r
54 \r
55p {\r
56 margin: 0;\r
57 padding: 0 0 9px 0;\r
58}\r
59\r
60.lite {\r
61 color: #999;\r
62}\r
63 \r
64/* List Elements */\r
65\r
66ul {\r
67 list-style: outside;\r
68 margin: 0 0 9px 16px;\r
69}\r
70\r
71dt {\r
72 font-weight: bold;\r
73}\r
74\r
75dd {\r
76 padding: 0 0 9px 0;\r
77} \r
78\r
79/* Code */\r
80 \r
81pre {\r
82 background-color: #f6f6f6;\r
83 color: #006600;\r
84 display: block;\r
85 font-family: 'Courier New', Courier, monospace;\r
86 font-size: 11px;\r
87 max-height: 250px;\r
88 overflow: auto;\r
89 margin: 5px 0 10px 0;\r
90 padding: 10px;\r
91 border: 1px solid #d1d7dc; \r
92}\r
93 \r
94/* Dividers */\r
95\r
96hr {\r
97 background-color: #ddd;\r
98 color: #ccc;\r
99 height: 1px;\r
100 border: 0px;\r
101}