summaryrefslogtreecommitdiff
path: root/basewiki/style.css
blob: 3f8547e95924ce5d6fa9a7f36abd8b39295e35af (plain)
  1. .header {
  2. margin: 0;
  3. font-size: 22px;
  4. font-weight: bold;
  5. line-height: 1em;
  6. }
  7. .author {
  8. margin: 0;
  9. font-size: 18px;
  10. font-weight: bold;
  11. display: block;
  12. }
  13. #actions ul {
  14. margin: 0;
  15. padding: 6px;
  16. list-style-type: none;
  17. border-bottom: 1px solid #000;
  18. }
  19. #actions li {
  20. display: inline;
  21. padding: .2em .4em;
  22. }
  23. #searchform {
  24. display: inline;
  25. float: right;
  26. }
  27. #content {
  28. border-bottom: 1px solid #000;
  29. }
  30. #editcontent {
  31. width: 100%;
  32. }
  33. /* Stuff for the RecentChanges table. */
  34. tr.changeheader {
  35. background: #eee;
  36. color: black !important;
  37. }
  38. tr.changeinfo {
  39. background: #eee;
  40. color: black !important;
  41. }
  42. th.changeheader {
  43. padding: 1px .3em;
  44. }
  45. td.changeinfo {
  46. padding: 1px .3em;
  47. }
  48. td.changetime {
  49. white-space: nowrap;
  50. padding: 1px .3em;
  51. }
  52. td.changelog {
  53. font-style: italic;
  54. }
  55. /* Used for adding a blog page. */
  56. #blogform {
  57. padding: 10px 10px;
  58. border: 1px solid #aaa;
  59. background: #eee;
  60. color: black !important;
  61. }
  62. .inlinepage {
  63. padding: 10px 10px;
  64. border: 1px solid #aaa;
  65. }
  66. #backlinks {
  67. margin: 1em 0;
  68. }
  69. #footer {
  70. margin: 1em 0;
  71. }
  72. .pageinfo {
  73. font-style: italic;
  74. display: block;
  75. }
  76. /* Used for invalid form fields. */
  77. .fb_invalid {
  78. color: red;
  79. background: white !important;
  80. }
  81. /* Used for required form fields. */
  82. .fb_required {
  83. font-weight: bold;
  84. }
  85. /* RSS button. */
  86. .rssbutton {
  87. background: #ff6600;
  88. color: white !important;
  89. border-left: 1px solid #cc9966;
  90. border-top: 1px solid #ccaa99;
  91. border-right: 1px solid #993300;
  92. border-bottom: 1px solid #331100;
  93. padding: 0px 0.5em 0px 0.5em;
  94. font-family: helvetica, arial, sans-serif;
  95. font-weight: bold;
  96. font-size: small;
  97. text-decoration: none;
  98. margin-top: 1em;
  99. }
  100. .rssbutton:hover {
  101. color: white !important;
  102. background: #ff9900;
  103. }
  104. /* Tag cloud. */
  105. .pagecloud {
  106. float: right;
  107. width: 30%;
  108. text-align: center;
  109. }
  110. .smallestPC { font-size: 70%; }
  111. .smallPC { font-size: 85%; }
  112. .normalPC { font-size: 100%; }
  113. .bigPC { font-size: 115%; }
  114. .biggestPC { font-size: 130%; }