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.

344 lines
5.1 KiB

  1. /*
  2. // reFresh skin parameters
  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. font-family: Verdana;
  24. }
  25. .category_box
  26. {
  27. border-style: solid;
  28. border-width: 1px;
  29. margin: 0 auto;
  30. border-color: #040074;
  31. }
  32. .category_beam
  33. {
  34. background-color: orange;
  35. color: #FFFFFF;
  36. height: 30px;
  37. line-height:30px;
  38. font-size: 12px;
  39. font-weight: bold;
  40. background-image: url('images/category_beam.gif');
  41. }
  42. .category_beam span
  43. {
  44. margin-left: 20px;
  45. }
  46. /* style category */
  47. .category
  48. {
  49. color: #FFFFFF;
  50. font-family: Verdana;
  51. font-size: 12px;
  52. font-weight: bold;
  53. }
  54. /* main div */
  55. #container {
  56. width: 600px;
  57. margin: 0 auto;
  58. border-style: solid;
  59. border-color: #040074;
  60. border-width: 3px;
  61. background-color: #E1E7FD;
  62. }
  63. /* description forum */
  64. .desc
  65. {
  66. color: #434354;
  67. font-family: Verdana;
  68. font-size: 8pt;
  69. }
  70. /* footer */
  71. #footer {
  72. background-color: #757ebe;
  73. font-family: Verdana;
  74. font-size: 8pt;
  75. color: #FFFFFF;
  76. text-decoration: none;
  77. text-align: center;
  78. }
  79. #footer a:hover {
  80. text-decoration: underline;
  81. }
  82. #footer a:visited {
  83. color: #FFFFFF;
  84. text-decoration: none;
  85. }
  86. /* heading forum - main title */
  87. h1 {
  88. color: navy;
  89. font-family: Verdana;
  90. font-size: 36pt;
  91. font-weight: bold;
  92. line-height: 10px;
  93. }
  94. h2 {
  95. color: #434354;
  96. font-family: Verdana;
  97. font-size: 12px;
  98. text-decoration: none;
  99. font-weight: bold;
  100. font-style: italic;
  101. }
  102. /* main */
  103. .main
  104. {
  105. color: #7D96F7;
  106. font-family: Verdana;
  107. font-size: 12px;
  108. font-weight: bold;
  109. }
  110. /* standard error font*/
  111. .ferror
  112. {
  113. color: red;
  114. font-family: Verdana;
  115. font-size: 9pt;
  116. font-weight: bold;
  117. }
  118. /* forum item */
  119. .fitem
  120. {
  121. background-color: #E1E7FD;
  122. /* border-width : 1pt;
  123. border-color: #CCCCFF;
  124. border-collapse: collapse;
  125. border-style: solid; */
  126. }
  127. /* main menu link*/
  128. .flink
  129. {
  130. color: #000080;
  131. font-family: Verdana;
  132. font-size: 10pt;
  133. font-weight: bold;
  134. text-decoration: none;
  135. }
  136. .forum_item
  137. {
  138. background-color: #fffc94;
  139. border-width : 1pt;
  140. border-color: #f0e323;
  141. border-collapse: collapse;
  142. border-style: solid;
  143. }
  144. /* small font */
  145. .fsmall
  146. {
  147. color: #434354;
  148. font-family: Verdana;
  149. font-size: 8pt;
  150. text-decoration: none;
  151. }
  152. /* standard font */
  153. .fstandard
  154. {
  155. color: #434354;
  156. font-family: Verdana;
  157. font-size: 9pt;
  158. text-decoration: none;
  159. }
  160. /* very small font */
  161. .fverysmall
  162. {
  163. color: #434354;
  164. font-family: Verdana;
  165. font-size: 9px;
  166. text-decoration: none;
  167. }
  168. /* button class */
  169. input.fbutton
  170. {
  171. background-color: #CCCCFF;
  172. font-weight: bold;
  173. cursor: pointer;
  174. color: #800000;
  175. }
  176. input:hover
  177. {
  178. background-color: lightyellow;
  179. }
  180. #logo {
  181. width: 20%;
  182. float: left;
  183. margin: 0 auto;
  184. padding: 0px;
  185. text-align: center;
  186. height: 135px;
  187. }
  188. /* main table forum(header, footer) */
  189. .maintable
  190. {
  191. border-width : 1.5pt;
  192. border-color: #CCCCFF;
  193. border-collapse: collapse;
  194. border-style: solid;
  195. }
  196. #menu {
  197. height: 50px;
  198. background-image: url('images/button_beam.gif');
  199. margin 0 auto;
  200. }
  201. #menu_list {
  202. margin: 0 auto;
  203. text-align: center;
  204. position: relative;
  205. width: 783px;
  206. }
  207. #menu ul {
  208. margin: 0 auto;
  209. padding: 0;
  210. list-style: none;
  211. line-height: normal;
  212. position: absolute;
  213. }
  214. #menu li {
  215. display: inline;
  216. font-family: Verdana;
  217. color: #FFFFFF;
  218. }
  219. #menu a {
  220. display: block;
  221. float: left;
  222. height: 50px;
  223. padding: 15px 30px 0 30px;
  224. text-decoration: none;
  225. color: #FFFFFF;
  226. font-family: Verdana;
  227. font-size: 12px;
  228. font-weight: bold;
  229. }
  230. #menu .current_page_item a {
  231. background: url(images/img03.gif) no-repeat center bottom;
  232. }
  233. /* mesage forum */
  234. .message {
  235. z-index: 100;
  236. border-width : 0pt;
  237. border-color: #CCCCFF;
  238. border-collapse: collapse;
  239. border-style: solid;
  240. background-color: #CCCCFF;
  241. font-family: Verdana;
  242. font-size: 9pt;
  243. font-weight: bold;
  244. }
  245. /* moderate options */
  246. .moderate
  247. {
  248. background-color: #D9E0FD;
  249. text-align: center;
  250. }
  251. .navigator {
  252. color: navy;
  253. text-decoration: none;
  254. font-size: 12px;
  255. font-weight: bold;
  256. }
  257. /* section forum */
  258. .sect
  259. {
  260. color: #434354;
  261. font-family: Verdana;
  262. font-size: 10pt;
  263. font-weight: bold;
  264. text-decoration: none;
  265. }
  266. /* table post error */
  267. .tableerror
  268. {
  269. border-width : 1pt;
  270. border-color: #CCCCFF;
  271. border-collapse: collapse;
  272. border-style: solid;
  273. background-color: #CCCCFF;
  274. font-family: Verdana;
  275. font-size: 9pt;
  276. text-align: center;
  277. font-weight: bold;
  278. }
  279. /* quote text */
  280. .textquote
  281. {
  282. font-family: Verdana;
  283. font-size: 9pt;
  284. font-style: italic;
  285. }
  286. #title {
  287. float: right;
  288. width: 80%;
  289. margin: 0 auto;
  290. text-align: center;
  291. height: 135px;
  292. position: relative;
  293. }
  294. #top_header {
  295. height: 135px;
  296. position: relative;
  297. background-image: url('images/header_background.gif');
  298. }
  299. #userpanel {
  300. text-align: right;
  301. }