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.

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