您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

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