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

73 行
1.3 KiB

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