/[H9]/trunk/tntnet/static/stylesheet.css
ViewVC logotype

Annotation of /trunk/tntnet/static/stylesheet.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 203 - (hide annotations) (download) (as text)
Sun Dec 9 19:58:21 2007 UTC (16 years, 5 months ago) by torben
File MIME type: text/css
File size: 619 byte(s)
Added a font selection

1 torben 87 #menubg {
2     background: #ff0000;
3     color: #ffffff;
4     margin: 8px;
5     position: absolute;
6     top: 0px;
7     left: 0px;
8 torben 117 width: 190px;
9     height:auto !important;
10     height:500px;
11 torben 87 min-height: 500px;
12     border-width: 1px;
13     border-color: black;
14     border-style: solid;
15     }
16    
17    
18     #menubox{
19     margin:8px;
20     margin-top:20px;
21     }
22    
23     .menu {
24     color: #ffffff;
25     }
26    
27     body {
28 torben 125 margin-left: 220px;
29 torben 87 margin-right: 100px;
30     color: #000000;
31     background: #ffffff;
32 torben 203
33     font-family: "Times New Roman", serif;
34 torben 87 }
35    
36    
37     h1 {
38     text-align: center;
39     }
40    
41     h2 {
42     text-align: center;
43     }
44 torben 111
45     .critical {
46     background: #ff0000;
47     }
48 torben 122
49     ul {
50     margin-top: 0px;
51     }
52    
53     ol {
54     margin-top: 0px;
55     }

  ViewVC Help
Powered by ViewVC 1.1.20