A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

228 lines
3.4 KiB

  1. /*
  2. //skin defines for DSF v1.0
  3. */
  4. a:hover
  5. {
  6. text-decoration: underline; color : navy;
  7. }
  8. /* beam */
  9. .beam
  10. {
  11. color: #800000;
  12. font-family: Verdana;
  13. font-size: 9pt;
  14. font-weight: bold;
  15. background-color: #C6D1FB;
  16. text-align: center;
  17. background-image: url('images/td_beam.jpg');
  18. text-decoration: none;
  19. }
  20. /* body class */
  21. .body
  22. {
  23. background-color: #E8E8FF;
  24. background-image: url('images/body_bg.gif');
  25. margin: 4px;
  26. }
  27. /* style category */
  28. .category
  29. {
  30. color: #FFFFFF;
  31. font-family: Verdana;
  32. font-size: 12px;
  33. font-weight: bold;
  34. }
  35. /* class copyright */
  36. .copyright
  37. {
  38. font-family: Verdana;
  39. font-size: 8pt;
  40. color: #FFFFFF;
  41. text-decoration: none;
  42. }
  43. /* description forum */
  44. .desc
  45. {
  46. color: #434354;
  47. font-family: Verdana;
  48. font-size: 8pt;
  49. }
  50. /* configuration footer */
  51. .footer
  52. {
  53. background-color: #CCCCFF;
  54. }
  55. /* heading forum - main title */
  56. .hforum
  57. {
  58. color: #008000;
  59. font-family: Verdana;
  60. font-size: 16pt;
  61. font-weight: bold;
  62. }
  63. /* main */
  64. .main
  65. {
  66. color: #7D96F7;
  67. font-family: Verdana;
  68. font-size: 12px;
  69. font-weight: bold;
  70. }
  71. /* standard error font*/
  72. .ferror
  73. {
  74. color: red;
  75. font-family: Verdana;
  76. font-size: 9pt;
  77. font-weight: bold;
  78. }
  79. /* forum item */
  80. .fitem
  81. {
  82. background-color: #E1E7FD;
  83. border-width : 1pt;
  84. border-color: #CCCCFF;
  85. border-collapse: collapse;
  86. border-style: solid;
  87. }
  88. /* main menu link*/
  89. .flink
  90. {
  91. color: #000080;
  92. font-family: Verdana;
  93. font-size: 10pt;
  94. font-weight: bold;
  95. text-decoration: none;
  96. }
  97. /* small font */
  98. .fsmall
  99. {
  100. color: #434354;
  101. font-family: Verdana;
  102. font-size: 8pt;
  103. text-decoration: none;
  104. }
  105. /* standard font */
  106. .fstandard
  107. {
  108. color: #434354;
  109. font-family: Verdana;
  110. font-size: 9pt;
  111. text-decoration: none;
  112. }
  113. /* very small font */
  114. .fverysmall
  115. {
  116. color: #434354;
  117. font-family: Verdana;
  118. font-size: 9px;
  119. text-decoration: none;
  120. }
  121. /* button class */
  122. input.fbutton
  123. {
  124. background-color: #CCCCFF;
  125. font-weight: bold;
  126. cursor: pointer;
  127. color: #800000;
  128. }
  129. input:hover
  130. {
  131. background-color: lightyellow;
  132. }
  133. /* main table forum(header, footer) */
  134. .maintable
  135. {
  136. border-width : 1.5pt;
  137. border-color: #CCCCFF;
  138. border-collapse: collapse;
  139. border-style: solid;
  140. }
  141. /* mesage forum */
  142. .message {
  143. z-index: 100;
  144. border-width : 0pt;
  145. border-color: #CCCCFF;
  146. border-collapse: collapse;
  147. border-style: solid;
  148. background-color: #CCCCFF;
  149. font-family: Verdana;
  150. font-size: 9pt;
  151. font-weight: bold;
  152. }
  153. /* moderate options */
  154. .moderate
  155. {
  156. background-color: #D9E0FD;
  157. text-align: center;
  158. }
  159. .navigator
  160. {
  161. color: blue;
  162. text-decoration: none;
  163. }
  164. /* section forum */
  165. .sect
  166. {
  167. color: #434354;
  168. font-family: Verdana;
  169. font-size: 10pt;
  170. font-weight: bold;
  171. text-decoration: none;
  172. }
  173. /* table post error */
  174. .tableerror
  175. {
  176. border-width : 1pt;
  177. border-color: #CCCCFF;
  178. border-collapse: collapse;
  179. border-style: solid;
  180. background-color: #CCCCFF;
  181. font-family: Verdana;
  182. font-size: 9pt;
  183. text-align: center;
  184. font-weight: bold;
  185. }
  186. /* quote text */
  187. .textquote
  188. {
  189. font-family: Verdana;
  190. font-size: 9pt;
  191. font-style: italic;
  192. }
  193. /* PANEL ADMINISTRATION SECTION ----------------------------------------------*/
  194. .pa_h1
  195. {
  196. font-family: Verdana;
  197. font-size: 25pt;
  198. font-weight: bold;
  199. }
  200. .pa_sect
  201. {
  202. font-family: Verdana;
  203. font-size: 15pt;
  204. font-weight: bold;
  205. }