Fossil SCM
Attempt to improve the look of the forum when using the 'eagle' skin.
Commit
9cb1556e11386d732c7218941f22e7a4b284370028c69b3349178ba70e77daad
Parent
f281b3dfb794f0b…
1 file changed
+36
+36
| --- skins/eagle/css.txt | ||
| +++ skins/eagle/css.txt | ||
| @@ -353,10 +353,46 @@ | ||
| 353 | 353 | } |
| 354 | 354 | |
| 355 | 355 | .fileage tr:hover { |
| 356 | 356 | background-color: #7EA2D9; |
| 357 | 357 | } |
| 358 | + | |
| 359 | +span.modpending { | |
| 360 | + color: #c0c0c0; | |
| 361 | + font-style: italic; | |
| 362 | +} | |
| 363 | +span.forum_author { | |
| 364 | + color: white; | |
| 365 | + font-size: 75%; | |
| 366 | +} | |
| 367 | +span.forum_age { | |
| 368 | + color: white; | |
| 369 | + font-size: 85%; | |
| 370 | +} | |
| 371 | +span.forum_npost { | |
| 372 | + color: white; | |
| 373 | + font-size: 75%; | |
| 374 | +} | |
| 375 | +.debug { | |
| 376 | + background-color: #808080; | |
| 377 | + border: 2px solid white; | |
| 378 | +} | |
| 379 | +div.forumEdit { | |
| 380 | + border: 1px solid white; | |
| 381 | +} | |
| 382 | +div.forumTimeline { | |
| 383 | + border: 1px solid white; | |
| 384 | +} | |
| 385 | +div.forumHier, div.forumTime { | |
| 386 | + border: 1px solid white; | |
| 387 | +} | |
| 388 | +div.forumSel { | |
| 389 | + background-color: #808080; | |
| 390 | +} | |
| 391 | +div.forumObs { | |
| 392 | + color: white; | |
| 393 | +} | |
| 358 | 394 | |
| 359 | 395 | .fileage td { |
| 360 | 396 | font-family: "courier new"; |
| 361 | 397 | } |
| 362 | 398 | |
| 363 | 399 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -353,10 +353,46 @@ | |
| 353 | } |
| 354 | |
| 355 | .fileage tr:hover { |
| 356 | background-color: #7EA2D9; |
| 357 | } |
| 358 | |
| 359 | .fileage td { |
| 360 | font-family: "courier new"; |
| 361 | } |
| 362 | |
| 363 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -353,10 +353,46 @@ | |
| 353 | } |
| 354 | |
| 355 | .fileage tr:hover { |
| 356 | background-color: #7EA2D9; |
| 357 | } |
| 358 | |
| 359 | span.modpending { |
| 360 | color: #c0c0c0; |
| 361 | font-style: italic; |
| 362 | } |
| 363 | span.forum_author { |
| 364 | color: white; |
| 365 | font-size: 75%; |
| 366 | } |
| 367 | span.forum_age { |
| 368 | color: white; |
| 369 | font-size: 85%; |
| 370 | } |
| 371 | span.forum_npost { |
| 372 | color: white; |
| 373 | font-size: 75%; |
| 374 | } |
| 375 | .debug { |
| 376 | background-color: #808080; |
| 377 | border: 2px solid white; |
| 378 | } |
| 379 | div.forumEdit { |
| 380 | border: 1px solid white; |
| 381 | } |
| 382 | div.forumTimeline { |
| 383 | border: 1px solid white; |
| 384 | } |
| 385 | div.forumHier, div.forumTime { |
| 386 | border: 1px solid white; |
| 387 | } |
| 388 | div.forumSel { |
| 389 | background-color: #808080; |
| 390 | } |
| 391 | div.forumObs { |
| 392 | color: white; |
| 393 | } |
| 394 | |
| 395 | .fileage td { |
| 396 | font-family: "courier new"; |
| 397 | } |
| 398 | |
| 399 |