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.
 
 
 
 
 
 

59 lines
1.1 KiB

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