Mercurial > hg > vamp-website
comparison forum/Themes/default/css/install.css @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
75:72f59aa7e503 | 76:e3e11437ecea |
---|---|
1 body | |
2 { | |
3 width: 90%; | |
4 } | |
5 #top_section | |
6 { | |
7 height: 70px; | |
8 min-height: 65px; | |
9 } | |
10 #upper_section | |
11 { | |
12 margin-bottom: 0; | |
13 padding: 0; | |
14 } | |
15 #upper_section .user | |
16 { | |
17 height: 4em; | |
18 } | |
19 #upper_section .news | |
20 { | |
21 height: 80px; | |
22 } | |
23 #main_screen | |
24 { | |
25 padding: 0 40px; | |
26 } | |
27 #main_screen h2 | |
28 { | |
29 font-size: 1.5em; | |
30 border-bottom: 1px solid #d05800; | |
31 line-height: 1.5em; | |
32 margin: 0 0 0.5em 0; | |
33 color: #d05800; | |
34 } | |
35 #main-steps | |
36 { | |
37 float: right; | |
38 width: 50%; | |
39 margin-top: -60px; | |
40 } | |
41 #main-steps h2 | |
42 { | |
43 font-size: 1.1em; | |
44 border-bottom: 1px solid #d05800; | |
45 line-height: 1.1em; | |
46 margin: 0 0 0.5em 0; | |
47 color: #d05800; | |
48 margin-right: 40px; | |
49 } | |
50 #main-steps ul | |
51 { | |
52 list-style: none; | |
53 padding-left: 0; | |
54 margin: 0; | |
55 } | |
56 #main-steps ul li | |
57 { | |
58 padding: 1px 0; | |
59 font-size: 0.9em; | |
60 } | |
61 #main-steps ul li.stepdone | |
62 { | |
63 color: #aaa; | |
64 } | |
65 #main-steps ul li.stepcurrent | |
66 { | |
67 color: #000; | |
68 font-weight: bold; | |
69 } | |
70 #main-steps ul li.stepwaiting | |
71 { | |
72 color: #666; | |
73 } | |
74 .panel | |
75 { | |
76 font-weight: normal; | |
77 } | |
78 a:link, a:hover, a:visited | |
79 { | |
80 text-decoration: underline; | |
81 } | |
82 .progress | |
83 { | |
84 position: relative; | |
85 margin: -16px 3px 0 3px; | |
86 } | |
87 .overall_progress | |
88 { | |
89 position: relative; | |
90 margin: -25px 3px 0 3px; | |
91 } |