root/readme/readme.css @ 6

Revision 1, 2.0 kB (checked in by jinshiro, 17 years ago)
Line 
1/* Go away, Troll */
2
3A,
4A:link,
5A:visited,
6A:active,
7A:hover {
8
9color: #000; 
10
11text-decoration: underline; 
12
13background-color : inherit;
14
15} 
16
17
18html {
19
20        margin: 0px;
21
22        padding: 0px;
23
24}
25
26body {
27
28        background: url(./images/bg.gif);
29
30        margin: 0px 0px 0px 0px;
31
32        padding: 0px 0px 0px 0px;
33
34        font: 14px Arial, arial;
35
36        color: #000;
37
38}
39
40h1 {
41
42        width : 100%;
43
44        height : 40px;
45
46        text-align : bottom;
47
48        font : 30px Arial Black, arial black, helvetica, sans-serif;
49
50}
51
52.w800 {
53
54        width: 800px;
55
56}
57
58#dleftbg,
59#drightbg {
60
61        position: absolute;
62
63        width: 50%;
64
65        overflow: hidden;
66
67        height: 69px;
68
69        z-index: 0;
70
71}
72
73#dleftbg {
74
75        top: 66px;
76
77        left: 0px;
78
79        background: url(./images/leftbg.gif);
80
81}
82
83#drightbg {
84
85        top: 105px;
86
87        right: 0px;
88
89        background: url(./images/rightbg.gif);
90
91}
92
93#canvas { 
94
95        position: absolute;
96       
97        z-index: 1;
98
99        width: 100%;
100       
101        height: 100%;
102
103}
104
105#ea {
106
107        height: 100%;
108
109}
110
111
112#leftborderspacer,
113#leftbgspacer {
114
115        height: 66px;
116
117}
118
119#rightborderspacer { 
120
121        height: 106px;
122
123}
124
125
126#leftborder,
127#rightborder {
128
129        background: #000;
130
131        width: 1px;
132
133}
134
135.vspacer {
136
137
138
139}
140
141#middle {
142
143        background: url(./images/textbg.gif);
144
145        width: 800px;
146
147        height: 100%;
148
149}
150
151#logo {
152
153        background: url(./images/logo.gif) no-repeat top left;
154
155        height: 100%;
156
157}
158
159#title {
160
161        font : 30px Arial Black, arial black, helvetica, sans-serif;
162
163        height: 54px;
164
165}
166
167.navi {
168
169        font : 14px Arial Black, arial black, helvetica, sans-serif;
170
171        height: 88px;
172
173}
174
175#btmborder {
176
177        background: url(./images/btmborderbg.gif);
178
179        height: 2px;
180
181}
182
183.left,
184#lefttext,
185#leftbtmborder {
186
187        width: 327px;
188
189}
190
191#midtext,
192#midbtmborder {
193
194        width: 44px;
195
196}
197
198.right,
199#righttext,
200#rightbtmborder {
201
202        width: 429px;
203
204}
205
206#content {
207
208        height: 100px;
209
210}
211
212#lefttext,
213#righttext {
214
215        background: url(./images/textbg.gif);
216
217        height: 100%;
218
219}
220
221#midtext {
222
223        background: url(./images/logobtm.gif);
224
225        height: 100%;
226
227}
Note: See TracBrowser for help on using the browser.