Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

119 linhas
2.5 KiB

  1. body {
  2. background: #290c00;
  3. }
  4. #banner, #main, #footer {
  5. background: #fff;
  6. color: #290c00;
  7. }
  8. #banner, #mainnav, #main {
  9. margin-top: 0;
  10. margin-bottom: 0;
  11. border-left: 2px solid #88AA77;
  12. border-right: 2px solid #945973;
  13. border-bottom: 2px solid #945973;
  14. }
  15. #main {
  16. -moz-border-radius-bottomleft: 5px;
  17. -moz-border-radius-bottomright: 5px;
  18. }
  19. #mainnav :link, #mainnav :visited, #mainnav :link:hover, #mainnav :visited:hover {
  20. color: #290c00;
  21. border-bottom: none;
  22. }
  23. #mainnav :link:hover, #mainnav :visited:hover {
  24. background: #88AA77;
  25. }
  26. #mainnav .active :link, #mainnav .active :visited {
  27. color: #290c00;
  28. }
  29. #mainnav .active :link, #mainnav .active :visited {main.css (ligne 18)
  30. color: #290c00;
  31. background: #88AA77;
  32. }
  33. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  34. color: #290c00;
  35. background: none;
  36. }
  37. #siteheader {
  38. overflow: hidden;
  39. width: 500px;
  40. float: right;
  41. }
  42. dt em {
  43. color: #88AA77;
  44. }
  45. .buttons {
  46. margin: 0.5em 0;
  47. text-align: center;
  48. }
  49. #jumprev, #jumploc {
  50. margin: 0.2em 0 0.6em;
  51. }
  52. #prefs {
  53. background: #88AA77;
  54. border: 2px solid;
  55. border-color: #945973 #290C00 #290C00 #945973;
  56. -moz-border-radius: 5px;
  57. -webkit-border-radius: 5px;
  58. }
  59. table {
  60. -moz-border-radius: 5px;
  61. -webkit-border-radius: 5px;
  62. }
  63. fieldset {
  64. background: #88AA77;
  65. border-color: #290c00;
  66. -moz-border-radius: 5px;
  67. -webkit-border-radius: 5px;
  68. }
  69. legend {
  70. color: #290c00;
  71. border-bottom: 1px solid #290c00;
  72. background: #fff;
  73. }
  74. th {
  75. background: #88AA77;
  76. color: #fff;
  77. font-weight: bold;
  78. }
  79. th a {
  80. color: #290c00;
  81. }
  82. input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
  83. background: #EEEEEE;
  84. border: 1px solid #88AA77;
  85. color: #290c00;
  86. font-weight: bold;
  87. -moz-border-radius: 5px;
  88. -webkit-border-radius: 5px;
  89. }
  90. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  91. background: #88AA77;
  92. border: 1px solid #290c00;
  93. color: #290c00;
  94. font-weight: bold;
  95. -moz-border-radius: 5px;
  96. -webkit-border-radius: 5px;
  97. }
  98. select, input[type="text"], input.textwidget, textarea {
  99. background: white;
  100. border: 1px solid #88AA77;
  101. -moz-border-radius: 5px;
  102. -webkit-border-radius: 5px;
  103. }
  104. #loginguest {
  105. float: right;
  106. font-size: 0.9em;
  107. color: #945973;
  108. }
  109. #loginguest a {
  110. color: #945973;
  111. border-bottom: 1px dotted #88AA77;
  112. font-size: 0.9em;
  113. }
  114. .milestone .info h2 em {
  115. color: #945973;
  116. }