Chris@2
|
1 @import url(../../../stylesheets/application.css);
|
Chris@17
|
2 @import url(fonts.css);
|
Chris@11
|
3
|
Chris@2
|
4 body {
|
Chris@17
|
5 background: #fdfaf0;
|
Chris@17
|
6 /* color: #3e442c; */
|
Chris@17
|
7 color: #000;
|
Chris@2
|
8 margin: 0;
|
Chris@2
|
9 margin-bottom: 40px;
|
Chris@17
|
10 /* font-size: 95%; */
|
Chris@2
|
11 }
|
Chris@2
|
12
|
Chris@2
|
13 body,p,h2,h3,h4,li,table {
|
Chris@17
|
14 font-family: LiberationSans, Droid, tahoma, verdana, sans-serif;
|
Chris@17
|
15 /* line-height: 1.2em; */
|
Chris@2
|
16 }
|
Chris@2
|
17
|
Chris@2
|
18 h1 {
|
Chris@18
|
19 font-family: GilliusADFNo2, 'Gill Sans', Tahoma, sans-serif;
|
Chris@2
|
20 font-weight: normal;
|
Chris@2
|
21 }
|
Chris@2
|
22
|
Chris@2
|
23 h2,h3,h4 {
|
Chris@17
|
24 color: #3e442c;
|
Chris@2
|
25 }
|
Chris@2
|
26
|
Chris@2
|
27 h2 { font-size: 2em; }
|
Chris@2
|
28
|
Chris@17
|
29 .box{
|
Chris@18
|
30 padding: 6px;
|
Chris@17
|
31 margin-bottom: 10px;
|
Chris@18
|
32 background-color: #fdfbf5;
|
Chris@18
|
33 color: #3e442c;
|
Chris@18
|
34 line-height: 1.5em;
|
Chris@17
|
35 border: 1px solid #be5700;
|
Chris@17
|
36 }
|
Chris@17
|
37
|
Chris@18
|
38 .odd {background-color:#fdf7e4;}
|
Chris@18
|
39 .even {background-color: #fdfbf5;}
|
Chris@18
|
40
|
Chris@18
|
41 #content .tabs { margin-bottom: 0; }
|
Chris@18
|
42
|
Chris@18
|
43 table.list th { background-color: #fdfbf5; }
|
Chris@18
|
44
|
Chris@17
|
45 #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: #be5700; }
|
Chris@2
|
46 #top-menu a { font-weight: bold; }
|
Chris@17
|
47 #header { position: absolute; z-index: 0; top: 0; width: 100%; background: #fdfaf0; /* border-bottom: 2px solid #be5700; height:80px; */ padding: 10px 0 0 0; margin-bottom: 0; }
|
Chris@17
|
48 #header a { color: #be5700; }
|
Chris@18
|
49 #header h1 { color: #525a38; margin-top: 30px; font-size: 3em; font-weight: normal; margin-left: 0.3em; }
|
Chris@18
|
50 .header-general h1 {
|
Chris@18
|
51 background: url('soundsoftware-logo-title-only.png') no-repeat 0 0;
|
Chris@18
|
52 text-indent: -9999px;
|
Chris@18
|
53 width: 446px;
|
Chris@18
|
54 height: 34px;
|
Chris@18
|
55 }
|
Chris@2
|
56 #quick-search { margin-right: 6px; margin-top: 2em; color: #000; }
|
Chris@17
|
57 #main-menu { position: absolute; top: 90px; background-color: #be5700; left: 0; border-top: 0; width: 100%; height: 1.82em; padding: 0; margin: 0; border: 0; }
|
Chris@2
|
58 #main-menu li { margin: 0; padding: 0; padding-top: 1px; }
|
Chris@17
|
59 #main-menu li a { background-color: #be5700; border-right: 1px solid #fff; font-size: 90%; padding: 0.4em 8px 0.4em 8px; font-weight: bold; }
|
Chris@17
|
60 #main-menu li a:hover { background-color: #3e442c; color: #ffffff; }
|
Chris@17
|
61 #main-menu li a.selected, #main-menu li a.selected:hover { background-color: #3e442c; color: #ffffff; }
|
Chris@2
|
62
|
Chris@17
|
63 #footer { background-color: #be5700; border: 0; color: #fff;}
|
Chris@2
|
64 #footer a { color: #fff; font-weight: bold; }
|
Chris@2
|
65
|
Chris@18
|
66 #main { margin-top: 135px; font:95%; background: #fdfbf5; }
|
Chris@17
|
67 #main a { font-weight: medium; color: #be5700;}
|
Chris@17
|
68 #main a:hover { color: #be5700; text-decoration: underline; }
|
Chris@17
|
69 #content { background: #fdfaf0; }
|
Chris@2
|
70 /*#content .tabs ul { bottom:-1px; }
|
Chris@2
|
71 */
|
Chris@2
|
72 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; }
|
Chris@2
|
73 /*h2, .wiki h1 { letter-spacing:-1px; }
|
Chris@2
|
74 */
|
Chris@2
|
75 h4 { border-bottom: dotted 1px #c0c0c0; }
|
Chris@2
|
76
|
Chris@2
|
77 #top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
|
Chris@2
|
78 background-position: 0% 40%;
|
Chris@2
|
79 background-repeat: no-repeat;
|
Chris@2
|
80 padding-left: 20px;
|
Chris@2
|
81 padding-top: 2px;
|
Chris@2
|
82 padding-bottom: 3px;
|
Chris@2
|
83 }
|
Chris@2
|
84
|
Chris@2
|
85 #top-menu a.home { background-image: url(../images/home.png); }
|
Chris@2
|
86 #top-menu a.my-page { background-image: url(../../../images/user.png); }
|
Chris@2
|
87 #top-menu a.projects { background-image: url(../../../images/projects.png); }
|
Chris@2
|
88 #top-menu a.administration { background-image: url(../images/wrench.png); }
|
Chris@2
|
89 #top-menu a.help { background-image: url(../../../images/help.png); }
|