source: branches/rsr.v5.1.dev/web/install/out/css/style.css @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 808 bytes
Line 
1@import url("header.css");
2@import url("content.css");
3@import url("messages.css");
4@import url("admin.css");
5
6*
7{ margin: 0;
8  padding: 0;
9}
10
11html
12{ height: 100%;
13}
14
15body
16{ text-align: center;
17  height: 100%;
18  font: normal 80% Verdana, Helvetica, Arial, sans-serif;
19  background-color: #1f1f1f;
20  color: #c0c0c0;
21}
22
23pre, div { text-align: left; }
24
25.content
26{ margin-left: auto;
27  margin-right: auto;
28  width: 1016px;
29}
30
31#header
32{ border-bottom: solid 1px #555555;
33}
34
35#header .content
36{
37}
38
39#main_content
40{
41}
42
43#main_content .content
44{
45}
46
47#colonne
48{ float: left;
49  padding: 5px 5px 30px 11px;
50  width: 184px;
51 
52}
53
54#middle
55{ float: left;
56  width: 794px;
57  padding: 5px 11px 30px 11px;
58}
59
60#footer
61{ border-top: solid 1px #555555;
62}
63
64.clear
65{ clear: both;
66  font-size: 0px;
67  line-height: 0px;
68  height: 0px;
69}
Note: See TracBrowser for help on using the repository browser.