Chris@2
|
1 @import url(../../../stylesheets/application.css);
|
Chris@17
|
2 @import url(fonts.css);
|
Chris@11
|
3
|
Chris@19
|
4 /* Colours:
|
Chris@19
|
5
|
Chris@19
|
6 #be5700 link (orange)
|
Chris@19
|
7
|
Chris@19
|
8 #3e442c text (dark green)
|
Chris@19
|
9 (OK for headings, but small text is easier to read in black)
|
Chris@19
|
10
|
Chris@19
|
11 #ffa801 logo (yellow)
|
Chris@19
|
12
|
Chris@19
|
13 #525a38 logotype (olive)
|
Chris@19
|
14
|
Chris@19
|
15 #fdfaf0 background (cream)
|
Chris@19
|
16
|
Chris@19
|
17 #fdfbf5 alternate background (lighter cream)
|
Chris@19
|
18
|
Chris@19
|
19 #ffe69b highlight (light yellow)
|
Chris@19
|
20
|
Chris@19
|
21 #a9b680 detail (light green)
|
Chris@19
|
22 */
|
Chris@19
|
23
|
Chris@2
|
24 body {
|
Chris@19
|
25 background: #fdfbf5;
|
Chris@17
|
26 color: #000;
|
Chris@2
|
27 margin: 0;
|
Chris@2
|
28 margin-bottom: 40px;
|
Chris@17
|
29 /* font-size: 95%; */
|
Chris@2
|
30 }
|
Chris@2
|
31
|
Chris@2
|
32 body,p,h2,h3,h4,li,table {
|
Chris@19
|
33 font-family: DroidSans, 'Liberation Sans', tahoma, verdana, sans-serif; */
|
Chris@2
|
34 }
|
Chris@2
|
35
|
Chris@2
|
36 h1 {
|
Chris@19
|
37 color: #3e442c;
|
Chris@18
|
38 font-family: GilliusADFNo2, 'Gill Sans', Tahoma, sans-serif;
|
Chris@2
|
39 font-weight: normal;
|
Chris@2
|
40 }
|
Chris@2
|
41
|
Chris@2
|
42 h2,h3,h4 {
|
Chris@17
|
43 color: #3e442c;
|
Chris@2
|
44 }
|
Chris@2
|
45
|
Chris@19
|
46 h2 { font-size: 1.8em; }
|
Chris@2
|
47
|
Chris@17
|
48 .box{
|
Chris@19
|
49 padding: 6px;
|
Chris@19
|
50 margin-bottom: 10px;
|
Chris@19
|
51 background-color: #fdfaf0;
|
Chris@19
|
52 color: #3e442c;
|
Chris@19
|
53 line-height: 1.5em;
|
Chris@19
|
54 border: 1px solid #a9b680;
|
Chris@17
|
55 }
|
Chris@17
|
56
|
Chris@18
|
57 .odd {background-color:#fdf7e4;}
|
Chris@19
|
58 .even {background-color: #fdfaf0;}
|
Chris@18
|
59
|
Chris@18
|
60 #content .tabs { margin-bottom: 0; }
|
Chris@18
|
61
|
Chris@19
|
62 table.list th { background-color: #fdfaf0; }
|
Chris@18
|
63
|
Chris@19
|
64 #top-menu { position: absolute; top: 0; z-index: 1; left: 0px; width: 100%; font-size: 90%; /* height: 2em; */ margin: 0; padding: 0; padding-top: 0.5em; background-color: #3e442c; }
|
Chris@19
|
65 #top-menu ul { margin-left: 10px; }
|
Chris@2
|
66 #top-menu a { font-weight: bold; }
|
Chris@19
|
67 #header { position: absolute; z-index: 0; top: 0; width: 100%; background: #fdfbf5; border-bottom: 2px solid #a9b680; /* height:80px; */ padding: 20px 0 0.5em 0; margin-bottom: 0; }
|
Chris@17
|
68 #header a { color: #be5700; }
|
Chris@19
|
69 #header h1 { color: #525a38; margin-top: 25px; font-size: 3em; font-weight: normal; margin-left: 10px; }
|
Chris@18
|
70 .header-general h1 {
|
Chris@18
|
71 background: url('soundsoftware-logo-title-only.png') no-repeat 0 0;
|
Chris@18
|
72 text-indent: -9999px;
|
Chris@18
|
73 width: 446px;
|
Chris@18
|
74 height: 34px;
|
Chris@18
|
75 }
|
Chris@19
|
76 #quick-search { margin-right: 6px; margin-top: 1em; color: #000; }
|
Chris@19
|
77 #main-menu { position: absolute; top: 100px; /* background-color: #be5700; */ left: 0; border-top: 0; width: 100%;/* height: 1.82em; */ padding: 0; margin: 0; border: 0; }
|
Chris@2
|
78 #main-menu li { margin: 0; padding: 0; padding-top: 1px; }
|
Chris@19
|
79 #main-menu li a { background-color: #fdfbf5; color: #be5700; border-right: 1px solid #a9b680; font-size: 97%; padding: 0.2em 8px 0.2em 10px; font-weight: normal; }
|
Chris@19
|
80 #main-menu li:last-child a { border-right: 0; }
|
Chris@19
|
81 #main-menu li a:hover { background-color: #fdfbf5; color: #be5700; text-decoration: underline; }
|
Chris@19
|
82 #main-menu li a.selected, #main-menu li a.selected:hover { background-color: #fdfbf5; color: #3e442c; }
|
Chris@2
|
83
|
Chris@19
|
84 #footer { background-color: #fdfbf5; border: 0; border-top: 2px solid #a9b680; color: #3e442c; text-align: right; }
|
Chris@19
|
85 #footer a { color: #be5700; font-weight: bold; }
|
Chris@2
|
86
|
Chris@19
|
87 #main { margin-top: 135px; font:95%; background: #fdfaf0; }
|
Chris@17
|
88 #main a { font-weight: medium; color: #be5700;}
|
Chris@17
|
89 #main a:hover { color: #be5700; text-decoration: underline; }
|
Chris@19
|
90 #content { background: #fdfbf5; }
|
Chris@2
|
91 /*#content .tabs ul { bottom:-1px; }
|
Chris@2
|
92 */
|
Chris@2
|
93 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; }
|
Chris@2
|
94 /*h2, .wiki h1 { letter-spacing:-1px; }
|
Chris@2
|
95 */
|
Chris@2
|
96 h4 { border-bottom: dotted 1px #c0c0c0; }
|
Chris@2
|
97
|
Chris@19
|
98 div.issue {background:#fdfaf0;}
|
Chris@19
|
99
|
Chris@2
|
100 #top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
|
Chris@2
|
101 background-position: 0% 40%;
|
Chris@2
|
102 background-repeat: no-repeat;
|
Chris@2
|
103 padding-left: 20px;
|
Chris@2
|
104 padding-top: 2px;
|
Chris@2
|
105 padding-bottom: 3px;
|
Chris@2
|
106 }
|
Chris@2
|
107
|
Chris@2
|
108 #top-menu a.home { background-image: url(../images/home.png); }
|
Chris@2
|
109 #top-menu a.my-page { background-image: url(../../../images/user.png); }
|
Chris@2
|
110 #top-menu a.projects { background-image: url(../../../images/projects.png); }
|
Chris@2
|
111 #top-menu a.administration { background-image: url(../images/wrench.png); }
|
Chris@2
|
112 #top-menu a.help { background-image: url(../../../images/help.png); }
|