Revision 1078:b9e34a051f82 public/stylesheets
| public/stylesheets/application.css | ||
|---|---|---|
| 5 | 5 |
h1 {margin:0; padding:0; font-size: 24px;}
|
| 6 | 6 |
h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
|
| 7 | 7 |
h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
|
| 8 |
h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
|
|
| 8 |
h4, .wiki h3 {font-size: 14px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
|
|
| 9 | 9 |
|
| 10 | 10 |
/***** Layout *****/ |
| 11 | 11 |
#wrapper {background: white;}
|
| ... | ... | |
| 24 | 24 |
|
| 25 | 25 |
#account {float:right;}
|
| 26 | 26 |
|
| 27 |
#header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
|
|
| 27 |
#header {height:68px;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
|
|
| 28 | 28 |
#header a {color:#f8f8f8;}
|
| 29 | 29 |
#header h1 a.ancestor { font-size: 80%; }
|
| 30 | 30 |
|
| 31 | 31 |
#project-search-jump {float:right; }
|
| 32 | 32 |
|
| 33 | 33 |
|
| 34 |
#main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
|
|
| 34 |
#main-menu {position: absolute; bottom: 0px; left:8px; margin-right: -500px;}
|
|
| 35 | 35 |
#main-menu ul {margin: 0; padding: 0;}
|
| 36 | 36 |
#main-menu li {
|
| 37 | 37 |
float:left; |
| ... | ... | |
| 240 | 240 |
div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
|
| 241 | 241 |
div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
|
| 242 | 242 |
div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
|
| 243 |
div.tags h3 { background: url(../images/ticket_note.png) no-repeat 0% 50%; padding-left: 20px; }
|
|
| 244 |
div.institutions h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
|
|
| 243 | 245 |
|
| 244 | 246 |
#watchers ul {margin: 0; padding: 0;}
|
| 245 | 247 |
#watchers li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
|
| ... | ... | |
| 254 | 256 |
.highlight.token-3 { background-color: #aaf;}
|
| 255 | 257 |
|
| 256 | 258 |
.box{
|
| 257 |
padding:6px; |
|
| 258 |
margin-bottom: 10px; |
|
| 259 |
background-color:#f6f6f6; |
|
| 260 |
color:#505050; |
|
| 261 |
line-height:1.5em; |
|
| 262 |
border: 1px solid #e4e4e4; |
|
| 259 |
padding:6px;
|
|
| 260 |
margin-bottom: 10px;
|
|
| 261 |
background-color:#f6f6f6;
|
|
| 262 |
color:#505050;
|
|
| 263 |
line-height:1.5em;
|
|
| 264 |
border: 1px solid #e4e4e4;
|
|
| 263 | 265 |
} |
| 264 | 266 |
|
| 265 | 267 |
.box h4 {
|
| 266 |
margin-top: 0; |
|
| 267 |
padding-top: 0; |
|
| 268 |
margin-top: 0;
|
|
| 269 |
padding-top: 0;
|
|
| 268 | 270 |
} |
| 269 | 271 |
|
| 270 | 272 |
div.square {
|
| ... | ... | |
| 342 | 344 |
div#members dt .email { color: #777; font-size: 80%; }
|
| 343 | 345 |
div#members dd .roles { font-style: italic; }
|
| 344 | 346 |
|
| 347 |
div#memberbox h3 {
|
|
| 348 |
background: url(../images/group.png) no-repeat 0% 50%; |
|
| 349 |
padding-left: 20px; |
|
| 350 |
} |
|
| 351 |
div#memberbox p {
|
|
| 352 |
padding-left: 20px; |
|
| 353 |
margin-left: 0; |
|
| 354 |
} |
|
| 355 |
|
|
| 356 |
div.issues ul {
|
|
| 357 |
padding-left: 20px; |
|
| 358 |
margin-left: 0; |
|
| 359 |
list-style-type: none; |
|
| 360 |
} |
|
| 361 |
div.issues p {
|
|
| 362 |
padding-left: 20px; |
|
| 363 |
margin-left: 0; |
|
| 364 |
} |
|
| 365 |
|
|
| 345 | 366 |
.projects .latest .title { margin-right: 0.5em; }
|
| 346 | 367 |
.tipoftheday .tip { margin-left: 2em; margin-top: 0.5em; }
|
| 347 | 368 |
|
| ... | ... | |
| 500 | 521 |
.summary {font-style: italic;}
|
| 501 | 522 |
|
| 502 | 523 |
#attachments_fields input[type=text] {margin-left: 8px; }
|
| 503 |
#attachments_fields span {display:block; white-space:nowrap;}
|
|
| 524 |
/*#attachments_fields span {display:block; white-space:nowrap;} */
|
|
| 504 | 525 |
#attachments_fields img {vertical-align: middle;}
|
| 505 | 526 |
|
| 506 | 527 |
div.attachments { margin-top: 12px; }
|
| 507 | 528 |
div.attachments p { margin:4px 0 2px 0; }
|
| 508 | 529 |
div.attachments img { vertical-align: middle; }
|
| 509 |
div.attachments span.author { font-size: 0.9em; color: #888; }
|
|
| 530 |
div.attachments span.author { font-size: 0.9em; color: #888; font-style: italic; padding-left: 4px }
|
|
| 531 |
div.attachments span.size_and_count { font-size: 0.9em; color: #888; padding-left: 4px; }
|
|
| 510 | 532 |
|
| 511 | 533 |
p.other-formats { text-align: right; font-size:0.9em; color: #666; }
|
| 512 | 534 |
.other-formats span + span:before { content: "| "; }
|
Also available in: Unified diff