Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

83 rindas
1.5 KiB

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