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 @ 1311:18052001fe11

History | View | Annotate | Download (8.19 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
}
38

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

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

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

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

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

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

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

    
76
.box h4 {
77
    margin-top: 0;
78
    padding-top: 0;
79
}
80

    
81
.odd {background-color:#fdf7e4;}
82
.even {background-color: #fdfaf0;}
83

    
84
.box .more { margin-left: 40px; }
85

    
86
.box .institution { font-size: 0.95em; }
87

    
88
#content .tabs { margin-bottom: 0; }
89

    
90
table.list th {  background-color: #fdfaf0; border-bottom: 1px solid #a9b680; }
91
table.list { border: 1px solid #a9b680; /* border-left: 4px solid #a9b680; */ }
92
tr.entry { border-left: 1px solid #a9b680; border-right: 1px solid #a9b680; }
93
tr.entry:last-child { border-bottom: 1px solid #a9b680; }
94

    
95
table.projects th { text-align: left; }
96
table.projects th.managers { color: #3e442c; }
97
table.projects .root .name { font-size: 1.2em; padding-top: 0.3em; }
98
table.projects .description { padding-bottom: 0.5em; }
99
table.projects .no_description { padding-bottom: 0.5em; }
100
table.projects .hosted_here { font-weight: bold; }
101
table.projects .child .name { font-weight: normal; }
102
table.projects .child .description { font-size: 0.95em; }
103
table.projects .child .firstcol { padding-left: 1em }
104
table.projects .level2 .firstcol { padding-left: 2em; }
105
table.projects .level3 .firstcol { padding-left: 3em; }
106

    
107
ul.projects .public, ul.projects .private { padding-left: 0.5em; color: #3e442c; font-size: 0.9em }
108

    
109
table.files tr.active td { padding-top: 0.5em; padding-bottom: 0.5em; }
110
table.files .file .active { font-weight: bold; }
111
table.files .file .description { font-weight: normal; color: #3e442c; }
112

    
113
#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; }
114
#top-menu ul { margin-left: 10px; }
115
#top-menu a { font-weight: bold; }
116
#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; }
117
#header a { color: #be5700; }
118
#header h1 { color: #525a38; margin-top: 25px; font-size: 3em; font-weight: normal; margin-left: 10px; }
119
#header h1#project-title.long-title { font-size: 2em; line-height: 0.95em }
120
#header #project-title a, #header #project-title a:hover { color: #525a38; text-decoration: none; }
121
.header-general h1 {
122
  background: url('soundsoftware-logo-code-title-only-transparent.png') no-repeat 0 0;
123
  text-indent: -9999px;
124
  width: 537px;
125
  height: 34px;
126
 }
127

    
128
#quick-search { margin-right: 6px; margin-top: 1em; color: #000; }
129
#project-jump-box { float: right;  margin-right: 6px; margin-top: 5px; color: #000; }
130
#project-ancestors-title {
131
    margin-bottom: -6px;
132
    margin-left: 12px;
133
    margin-top: 6px;
134
}
135

    
136
#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; }
137
#main-menu li { margin: 0; padding: 0; }
138
#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; }
139
#main-menu li:last-child a { border-right: 0; }
140
#main-menu li a:hover { background-color: #fdfbf5; color: #be5700; text-decoration: underline; }
141
#main-menu li a.selected, #main-menu li a.selected:hover { background-color: #fdfbf5; color: #3e442c; }
142

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

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

    
148
#main { margin-top: 135px; font:95%; background: #fdfaf0; }
149
#main a { font-weight: medium; color: #be5700;}
150
#main a:hover { color: #be5700; text-decoration: underline; }
151
#content { background: #fdfbf5; }
152
/*#content .tabs ul { bottom:-1px; }
153
*/
154
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; }
155
/*h2, .wiki h1 { letter-spacing:-1px; }
156
*/
157
/* h4 { border-bottom: dotted 1px #c0c0c0; } */
158

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

    
161
.repository-info .wiki p { margin-left: 0 }
162

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

    
165
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help { 
166
    background-position: 0% 40%;
167
    background-repeat: no-repeat;
168
    padding-left: 20px;
169
    padding-top: 2px;
170
    padding-bottom: 3px;
171
}
172

    
173
#top-menu a.home { background-image: url(../images/home.png); }
174
#top-menu a.my-page { background-image: url(../../../images/user.png); }
175
#top-menu a.projects { background-image: url(../../../images/projects.png); }
176
#top-menu a.administration { background-image: url(../images/wrench.png); }
177
#top-menu a.help { background-image: url(../../../images/help.png); }
178

    
179
/* for Javadoc in Embedded context: */
180

    
181
.TableHeadingColor { background-color: #fdf7e4; color: #3e442c; border: 0px solid #fff; }
182
.TableHeadingColor th { background-color: #fdf7e4; color: #3e442c; border: 1px solid #a9b680; }
183
.TableHeadingColor th font { font-size: 1.4em; color: #3e442c; }
184
.TableSubHeadingColor { background-color: #fdfaf0; color: #3e442c; border: 0px solid #fff; }
185
.TableSubHeadingColor th { background-color: #fdfaf0; color: #3e442c; border: 1px solid #a9b680; }
186
.TableRowColor { background-color: #fdfbf5; color: #000000; border: 0; }
187
.TableRowColor td { background-color: #fdfbf5; color: #000000; border: 0; }
188
.NavBarCell1 { background-color: #ffe69b; color:#000000 }
189

    
190
.embedded table { border: 0px solid #fff; }
191
.embedded h3 { margin-top: 0.5em; }
192
.embedded hr { color: #a9b680; background-color: #a9b680 }
193
.embedded center { text-align: left; } /* haha */
194

    
195
/* Special hack to hide the FRAMES | NO FRAMES links -- they don't
196
   work in this context -- and right-align the All Classes and Detail links */
197
.embedded .NavBarCell2 a[target=_top] { width: 0px; visibility: hidden; }
198
.embedded .NavBarCell2 + .NavBarCell2 { text-align: right; }
199
.embedded .NavBarCell3 + .NavBarCell3 { text-align: right; }
200

    
201
/* For Doxygen in Embedded context (though note some of the Javadoc
202
   rules will also apply to Doxygen): */
203

    
204
.memItemLeft,
205
.memItemRight,
206
.memTemplParams,
207
.memTemplItemLeft,
208
.memTemplItemRight,
209
.indexkey,
210
.indexvalue,
211
.memproto,
212
.memproto td,
213
.memdoc a,
214
.embedded li .el,
215
.embedded a.el { font-family: monospace; }
216

    
217
.embedded .memTemplParams { font-style: italic; }
218

    
219
.embedded .memItemRight a:first-child,
220
.embedded .memTemplItemRight a:first-child,
221
.embedded .indexkey a:first-child,
222
.embedded a.el,
223
.embedded .memdoc a { font-weight: bold; } /* function names, etc */
224

    
225
.embedded .memitem { border-bottom: 1px solid #a9b680; padding-top: 0.5em; } 
226
.embedded .memitem:last-child { border-bottom: 0px; } 
227

    
228
.embedded .contents { margin-top: 0.5em; }
229
.embedded .contents td { padding: 0px; }
230

    
231
.embedded .contents h1,
232
.embedded .contents h2,
233
.embedded .navigation h1,
234
.embedded .navigation h2 { padding-top: 0.5em; padding-bottom: 0.25em; }
235

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

    
238
/* For MATLAB documentation */
239

    
240
.embedded #matlabdoc th { text-align: left; }
241

    
242
/* autocomplete positioning fix */
243
div.autocomplete {
244
        margin-top:136px;
245
}
246

    
247
#my_projects_fieldset.collapsible {
248
        font-size: 1.0em;
249
        font-color: green;
250
}
251

    
252

    
253

    
254