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.1 KiB

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