You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

64 lines
1.2 KiB

  1. body {
  2. background: #000;
  3. }
  4. #banner, #mainnav, #main, #footer {
  5. background: #fff;
  6. }
  7. dt em {
  8. color: #88AA77;
  9. }
  10. .buttons {
  11. margin:0.5em 0;
  12. text-align:center;
  13. }
  14. #jumprev, #jumploc {
  15. margin:0.2em 0 0.6em;
  16. }
  17. #prefs {
  18. background: #88AA77;
  19. border: 2px solid #945973;
  20. }
  21. fieldset {
  22. background: #88AA77;
  23. border-color: #224422;
  24. }
  25. legend {
  26. color: #224422;
  27. border-bottom: 1px solid #224422;
  28. background: #fff;
  29. }
  30. th {
  31. background: #88AA77;
  32. color: #fff;
  33. font-weight: bold;
  34. }
  35. th a {
  36. color: #224422;
  37. }
  38. input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
  39. background: #EEEEEE;
  40. border: 1px solid #88AA77;
  41. color: #224422;
  42. font-weight: bold;
  43. }
  44. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  45. background: #88AA77;
  46. border: 1px solid #224422;
  47. color: #224422;
  48. font-weight: bold;
  49. }
  50. select, input[type="text"], input.textwidget, textarea {
  51. background: white;
  52. border: 1px solid #88AA77;
  53. }
  54. #loginguest {
  55. float: right;
  56. font-size: 0.9em;
  57. color: #945973;
  58. }
  59. #loginguest a {
  60. color: #945973;
  61. border-bottom: 1px dotted #88AA77;
  62. font-size: 0.9em;
  63. }