To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / public / themes / soundsoftware / stylesheets / application.css
History | View | Annotate | Download (9.92 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 |
.overviewfields h4 { margin-left: 30px; margin-bottom: 0; } |
| 162 |
.overviewfields ul { margin-top: 0; } |
| 163 |
|
| 164 |
.repository-info .wiki p { margin-left: 0 } |
| 165 |
|
| 166 |
div.issue { background: #fdfaf0; border: 1px solid #a9b680; border-left: 4px solid #a9b680; } |
| 167 |
|
| 168 |
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help { |
| 169 |
background-position: 0% 40%; |
| 170 |
background-repeat: no-repeat; |
| 171 |
padding-left: 20px; |
| 172 |
padding-top: 2px; |
| 173 |
padding-bottom: 3px; |
| 174 |
} |
| 175 |
|
| 176 |
#top-menu a.home { background-image: url(../images/home.png); } |
| 177 |
#top-menu a.my-page { background-image: url(../../../images/user.png); } |
| 178 |
#top-menu a.projects { background-image: url(../../../images/projects.png); } |
| 179 |
#top-menu a.administration { background-image: url(../images/wrench.png); } |
| 180 |
#top-menu a.help { background-image: url(../../../images/help.png); } |
| 181 |
|
| 182 |
#welcomepage {
|
| 183 |
width: 80%; |
| 184 |
margin-left: 71px; |
| 185 |
margin-top: 10px; |
| 186 |
} |
| 187 |
#welcomepage blockquote { |
| 188 |
border: 0; |
| 189 |
margin-top: 2em; |
| 190 |
padding-left: 0; |
| 191 |
margin-left: 0; |
| 192 |
} |
| 193 |
#welcomepage h2 { |
| 194 |
font-size: 2em; |
| 195 |
margin-bottom: 0.8em; |
| 196 |
} |
| 197 |
#welcomepage p, #welcomepage li { |
| 198 |
font-size: 1.25em; |
| 199 |
color: #3e442c; |
| 200 |
} |
| 201 |
#welcomepage p { |
| 202 |
margin-left: 2em; |
| 203 |
margin-top: 1em; |
| 204 |
margin-bottom: 0.7em; |
| 205 |
} |
| 206 |
#welcomepage a { |
| 207 |
white-space: nowrap; |
| 208 |
} |
| 209 |
#welcomepagenews {
|
| 210 |
float: right; |
| 211 |
width: 27%; |
| 212 |
margin-right: 3%; |
| 213 |
margin-top: 1em; |
| 214 |
margin-left: 2em; |
| 215 |
margin-bottom: 2em; |
| 216 |
} |
| 217 |
|
| 218 |
div.flash.newsalert { |
| 219 |
float: right; |
| 220 |
width: 25%; |
| 221 |
padding: 0px 10px 2px 24px; |
| 222 |
margin: 1.2em 1em 1em 2em; |
| 223 |
border-color: #dd0000; |
| 224 |
} |
| 225 |
|
| 226 |
/* for Javadoc in Embedded context: */
|
| 227 |
|
| 228 |
.TableHeadingColor { background-color: #fdf7e4; color: #3e442c; border: 0px solid #fff; } |
| 229 |
.TableHeadingColor th { background-color: #fdf7e4; color: #3e442c; border: 1px solid #a9b680; } |
| 230 |
.TableHeadingColor th font { font-size: 1.4em; color: #3e442c; } |
| 231 |
.TableSubHeadingColor { background-color: #fdfaf0; color: #3e442c; border: 0px solid #fff; } |
| 232 |
.TableSubHeadingColor th { background-color: #fdfaf0; color: #3e442c; border: 1px solid #a9b680; } |
| 233 |
.TableRowColor { background-color: #fdfbf5; color: #000000; border: 0; } |
| 234 |
.TableRowColor td { background-color: #fdfbf5; color: #000000; border: 0; } |
| 235 |
.NavBarCell1 { background-color: #ffe69b; color:#000000 } |
| 236 |
|
| 237 |
.controller-redmine_embedded table { border: 0px solid #fff; } |
| 238 |
.controller-redmine_embedded h3 { margin-top: 0.5em; } |
| 239 |
.controller-redmine_embedded hr { color: #a9b680; background-color: #a9b680 } |
| 240 |
.controller-redmine_embedded center { text-align: left; } /* haha */ |
| 241 |
.controller-redmine_embedded th { font-weight: normal; text-align: left; } |
| 242 |
.controller-redmine_embedded caption { text-align: left; font-weight: bold; font-size: 14px; margin-top: 1em; } |
| 243 |
.controller-redmine_embedded li.blockList { list-style-type: none; } |
| 244 |
|
| 245 |
.controller-redmine_embedded .summary { font-style: normal; margin-bottom: 1.5em; } |
| 246 |
|
| 247 |
/* Special hack to hide the FRAMES | NO FRAMES links -- they don't
|
| 248 |
work in this context -- and right-align the All Classes and Detail links */
|
| 249 |
.controller-redmine_embedded .NavBarCell2 a[target=_top] { width: 0px; visibility: hidden; } |
| 250 |
.controller-redmine_embedded .NavBarCell2 + .NavBarCell2 { text-align: right; } |
| 251 |
.controller-redmine_embedded .NavBarCell3 + .NavBarCell3 { text-align: right; } |
| 252 |
|
| 253 |
.topNav, .bottomNav { position: relative; overflow: hidden; } |
| 254 |
.topNav ul li, .bottomNav ul li { float: left; list-style-type: none; margin-right: 14px; position: relative; font-weight: bold; } |
| 255 |
.controller-redmine_embedded .subNav .navList { display: none; } |
| 256 |
|
| 257 |
/* For Doxygen in Embedded context (though note some of the Javadoc
|
| 258 |
rules will also apply to Doxygen): */
|
| 259 |
|
| 260 |
.memItemLeft,
|
| 261 |
.memItemRight,
|
| 262 |
.memTemplParams,
|
| 263 |
.memTemplItemLeft,
|
| 264 |
.memTemplItemRight,
|
| 265 |
.indexkey,
|
| 266 |
.memproto,
|
| 267 |
.memproto td, |
| 268 |
.memdoc a { font-family: 'SourceCodePro-Regular', monospace; font-size: 0.9em; font-weight: normal; } |
| 269 |
|
| 270 |
.controller-redmine_embedded .memTemplParams { font-style: italic; } |
| 271 |
|
| 272 |
.controller-redmine_embedded #projectname, |
| 273 |
.controller-redmine_embedded .title { font-weight: bold; font-size: 14px; } |
| 274 |
|
| 275 |
.controller-redmine_embedded h2 { font-size: 16px; } |
| 276 |
|
| 277 |
.controller-redmine_embedded .memitem { border-bottom: 1px solid #a9b680; padding-top: 0.5em; } |
| 278 |
.controller-redmine_embedded .memitem:last-child { border-bottom: 0px; } |
| 279 |
|
| 280 |
.controller-redmine_embedded .contents { margin-top: 0.5em; } |
| 281 |
.controller-redmine_embedded .contents td { padding: 0px; } |
| 282 |
|
| 283 |
.controller-redmine_embedded .contents h1, |
| 284 |
.controller-redmine_embedded .contents h2, |
| 285 |
.controller-redmine_embedded .navigation h1, |
| 286 |
.controller-redmine_embedded .navigation h2 { padding-top: 1em; padding-bottom: 0; } |
| 287 |
|
| 288 |
.controller-redmine_embedded .contents .center { text-align: center; } /* undo javadoc hack above */ |
| 289 |
|
| 290 |
/* For MATLAB documentation */
|
| 291 |
|
| 292 |
.controller-redmine_embedded #matlabdoc th { text-align: left; } |
| 293 |
|
| 294 |
/* autocomplete positioning fix */
|
| 295 |
div.autocomplete { |
| 296 |
margin-top:136px; |
| 297 |
} |
| 298 |
|
| 299 |
#my_projects_fieldset.collapsible { |
| 300 |
font-size: 1.0em; |
| 301 |
font-color: green; |
| 302 |
} |
| 303 |
|
| 304 |
|
| 305 |
|
| 306 |
|