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.
 
 
 
 
 
 

67 lines
1.2 KiB

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