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.
 
 
 
 
 
 

61 line
1.1 KiB

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