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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 87 - (hide annotations) (download) (as text)
Wed Nov 28 21:02:21 2007 UTC (16 years, 6 months ago) by torben
File MIME type: text/css
File size: 448 byte(s)
Moved the stylesheet to a seperate file

1 torben 87 #menubg {
2     background: #ff0000;
3     color: #ffffff;
4     margin: 8px;
5     position: absolute;
6     top: 0px;
7     left: 0px;
8     width: 170px;
9     min-height: 500px;
10     border-width: 1px;
11     border-color: black;
12     border-style: solid;
13     }
14    
15    
16     #menubox{
17     margin:8px;
18     margin-top:20px;
19     }
20    
21     .menu {
22     color: #ffffff;
23     }
24    
25     body {
26     margin-left: 190px;
27     margin-right: 100px;
28     color: #000000;
29     background: #ffffff;
30     }
31    
32    
33     h1 {
34     text-align: center;
35     }
36    
37     h2 {
38     text-align: center;
39     }

  ViewVC Help
Powered by ViewVC 1.1.20