To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / public / themes / soundsoftware / stylesheets / application.css @ 1046:d021c0bab1e1

History | View | Annotate | Download (7.97 KB)

1
@import url(../../../stylesheets/application.css);
2

    
3
/* Colours:
4

5
   #be5700 link (orange)
6

7
   #3e442c text (dark green)
8
   (OK for headings, but small text is easier to read in black)
9

10
   #ffa801 logo (yellow)
11

12
   #525a38 logotype (olive)
13

14
   #fdfaf0 background (cream)
15

16
   #fdfbf5 alternate background (lighter cream)
17

18
   #ffe69b highlight (light yellow)
19

20
   #a9b680 detail (light green)
21
*/
22

    
23
body {
24
  background: #fdfbf5;
25
  color: #000;
26
  margin: 0;
27
  margin-bottom: 40px;
28
  min-width: 620px;
29
}
30

    
31
h1 {
32
  color: #3e442c;
33
}
34

    
35
h2,h3,h4,.wiki h1 {
36
  color: #3e442c;
37
/*  font-weight: bold; */
38
}
39

    
40
.wiki h2,.wiki h3,.wiki h4 {
41
  color: #000;
42
}
43

    
44
h2,.wiki h1 {
45
  font-size: 1.8em;
46
}
47

    
48
.wiki h2 {
49
  margin-top: 1em;
50
}
51

    
52
.splitcontentleft p:first-child {
53
  margin-top: 0;
54
}
55

    
56
div.attachments {
57
  margin-top: 2em;
58
}
59
#wiki_add_attachment {
60
  margin-top: 1.5em;
61
}
62

    
63
/* Hide these (the paragraph markers that show anchors) -- they confuse more than they help */
64
a.wiki-anchor:hover { display: none; }
65
h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: none; }
66

    
67
.box {
68
    padding: 6px;
69
    margin-bottom: 10px;
70
    background-color: #fdfaf0;
71
    color: #3e442c;
72
    line-height: 1.5em;
73
    border: 1px solid #a9b680;
74
    border-left: 4px solid #a9b680;
75
}
76

    
77
.odd {background-color:#fdf7e4;}
78
.even {background-color: #fdfaf0;}
79

    
80
#content .tabs { margin-bottom: 0; }
81

    
82
table.list th {  background-color: #fdfaf0; border-bottom: 1px solid #a9b680; }
83
table.list { border: 1px solid #a9b680; /* border-left: 4px solid #a9b680; */ }
84
tr.entry { border-left: 1px solid #a9b680; border-right: 1px solid #a9b680; }
85
tr.entry:last-child { border-bottom: 1px solid #a9b680; }
86

    
87
table.projects th { text-align: left; }
88
table.projects th.managers { color: #3e442c; }
89
table.projects .root .name { font-size: 1.2em; padding-top: 0.3em; }
90
table.projects .description { padding-bottom: 0.5em; }
91
table.projects .no_description { padding-bottom: 0.5em; }
92
table.projects .hosted_here { font-weight: bold; }
93
table.projects .child .name { font-weight: normal; }
94
table.projects .child .description { font-size: 0.95em; }
95
table.projects .child .firstcol { padding-left: 1em }
96
table.projects .level2 .firstcol { padding-left: 2em; }
97
table.projects .level3 .firstcol { padding-left: 3em; }
98

    
99
ul.projects .public, ul.projects .private { padding-left: 0.5em; color: #3e442c; font-size: 0.95em }
100

    
101
table.files tr.active td { padding-top: 0.5em; padding-bottom: 0.5em; }
102
table.files .file .active { font-weight: bold; }
103
table.files .file .description { font-weight: normal; color: #3e442c; }
104

    
105
#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; }
106
#top-menu ul { margin-left: 10px; }
107
#top-menu a { font-weight: bold; }
108
#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; }
109
#header a { color: #be5700; }
110
#header h1 { color: #525a38; margin-top: 25px; font-size: 3em; font-weight: normal; margin-left: 10px; }
111
#header #project-title a, #header #project-title a:hover { color: #525a38; text-decoration: none; }
112
.header-general h1 {
113
  background: url('soundsoftware-logo-code-title-only-transparent.png') no-repeat 0 0;
114
  text-indent: -9999px;
115
  width: 537px;
116
  height: 34px;
117
 }
118

    
119
#quick-search { margin-right: 6px; margin-top: 1em; color: #000; }
120
#project-jump-box { float: right;  margin-right: 6px; margin-top: 5px; color: #000; }
121
#project-ancestors-title {
122
    margin-bottom: -6px;
123
    margin-left: 12px;
124
    margin-top: 6px;
125
}
126

    
127
#main-menu { position: absolute; top: 100px; /* background-color: #be5700; */ left: 2px; border-top: 0; width: 100%;/* height: 1.82em; */ padding: 0; margin: 0; border: 0; }
128
#main-menu li { margin: 0; padding: 0; }
129
#main-menu li a { background-color: #fdfbf5; color: #be5700; border-right: 1px solid #a9b680; font-size: 97%; padding: 0em 8px 0em 10px; font-weight: normal; }
130
#main-menu li:last-child a { border-right: 0; }
131
#main-menu li a:hover { background-color: #fdfbf5; color: #be5700; text-decoration: underline; }
132
#main-menu li a.selected, #main-menu li a.selected:hover { background-color: #fdfbf5; color: #3e442c; }
133

    
134
#footer { background-color: #fdfbf5; border: 0; border-top: 2px solid #a9b680; color: #3e442c; text-align: right; }
135
#footer a { color: #be5700; font-weight: bold; }
136

    
137
p.statistics { text-align: right; font-size:0.9em; color: #666; }
138

    
139
#main { margin-top: 135px; font:95%; background: #fdfaf0; }
140
#main a { font-weight: medium; color: #be5700;}
141
#main a:hover { color: #be5700; text-decoration: underline; }
142
#content { background: #fdfbf5; }
143
/*#content .tabs ul { bottom:-1px; }
144
*/
145
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; }
146
/*h2, .wiki h1 { letter-spacing:-1px; }
147
*/
148
/* h4 { border-bottom: dotted 1px #c0c0c0; } */
149

    
150
.wiki p, .wiki li { margin-left: 30px; margin-right: 3em; }
151

    
152
div.issue { background: #fdfaf0; border: 1px solid #a9b680; border-left: 4px solid #a9b680; }
153

    
154
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help { 
155
    background-position: 0% 40%;
156
    background-repeat: no-repeat;
157
    padding-left: 20px;
158
    padding-top: 2px;
159
    padding-bottom: 3px;
160
}
161

    
162
#top-menu a.home { background-image: url(../images/home.png); }
163
#top-menu a.my-page { background-image: url(../../../images/user.png); }
164
#top-menu a.projects { background-image: url(../../../images/projects.png); }
165
#top-menu a.administration { background-image: url(../images/wrench.png); }
166
#top-menu a.help { background-image: url(../../../images/help.png); }
167

    
168
/* for Javadoc in Embedded context: */
169

    
170
.TableHeadingColor { background-color: #fdf7e4; color: #3e442c; border: 0px solid #fff; }
171
.TableHeadingColor th { background-color: #fdf7e4; color: #3e442c; border: 1px solid #a9b680; }
172
.TableHeadingColor th font { font-size: 1.4em; color: #3e442c; }
173
.TableSubHeadingColor { background-color: #fdfaf0; color: #3e442c; border: 0px solid #fff; }
174
.TableSubHeadingColor th { background-color: #fdfaf0; color: #3e442c; border: 1px solid #a9b680; }
175
.TableRowColor { background-color: #fdfbf5; color: #000000; border: 0; }
176
.TableRowColor td { background-color: #fdfbf5; color: #000000; border: 0; }
177
.NavBarCell1 { background-color: #ffe69b; color:#000000 }
178

    
179
.embedded table { border: 0px solid #fff; }
180
.embedded h3 { margin-top: 0.5em; }
181
.embedded hr { color: #a9b680; background-color: #a9b680 }
182
.embedded center { text-align: left; } /* haha */
183

    
184
/* Special hack to hide the FRAMES | NO FRAMES links -- they don't
185
   work in this context -- and right-align the All Classes and Detail links */
186
.embedded .NavBarCell2 a[target=_top] { width: 0px; visibility: hidden; }
187
.embedded .NavBarCell2 + .NavBarCell2 { text-align: right; }
188
.embedded .NavBarCell3 + .NavBarCell3 { text-align: right; }
189

    
190
/* For Doxygen in Embedded context (though note some of the Javadoc
191
   rules will also apply to Doxygen): */
192

    
193
.memItemLeft,
194
.memItemRight,
195
.memTemplParams,
196
.memTemplItemLeft,
197
.memTemplItemRight,
198
.indexkey,
199
.indexvalue,
200
.memproto,
201
.memproto td,
202
.memdoc a,
203
.embedded li .el,
204
.embedded a.el { font-family: monospace; }
205

    
206
.embedded .memTemplParams { font-style: italic; }
207

    
208
.embedded .memItemRight a:first-child,
209
.embedded .memTemplItemRight a:first-child,
210
.embedded .indexkey a:first-child,
211
.embedded a.el,
212
.embedded .memdoc a { font-weight: bold; } /* function names, etc */
213

    
214
.embedded .memitem { border-bottom: 1px solid #a9b680; padding-top: 0.5em; } 
215
.embedded .memitem:last-child { border-bottom: 0px; } 
216

    
217
.embedded .contents { margin-top: 0.5em; }
218
.embedded .contents td { padding: 0px; }
219

    
220
.embedded .contents h1,
221
.embedded .contents h2,
222
.embedded .navigation h1,
223
.embedded .navigation h2 { padding-top: 0.5em; padding-bottom: 0.25em; }
224

    
225
.embedded .contents .center { text-align: center; } /* undo javadoc hack above */
226

    
227
/* For MATLAB documentation */
228

    
229
.embedded #matlabdoc th { text-align: left; }
230

    
231
/* autocomplete positioning fix */
232
div.autocomplete {
233
        margin-top:136px;
234
}
235

    
236
#my_projects_fieldset.collapsible {
237
        font-size: 1.0em;
238
        font-color: green;
239
}
240

    
241

    
242

    
243