A new, object-oriented, better vesion of μForum
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.

414 lines
5.8 KiB

  1. body {
  2. font-family: Helvetica;
  3. font-size: 11pt;
  4. background-color: #E5E7E9;
  5. }
  6. #container {
  7. width: 900px;
  8. margin: 0 auto;
  9. text-align: center;
  10. border-collapse: collapse;
  11. border-radius: 10px;
  12. }
  13. a, a:visited {
  14. text-decoration: none;
  15. }
  16. img {
  17. border: 0px;
  18. }
  19. a:hover {
  20. text-decoration: underline;
  21. }
  22. a {
  23. color: #000000;
  24. }
  25. #container #top {
  26. width: 100%;
  27. vertical-align: middle;
  28. padding-top: 20px;
  29. border-bottom: 1px solid #777777;
  30. border-top-left-radius: 10px;
  31. border-top-right-radius: 10px;
  32. }
  33. #container #userpanel {
  34. text-align: right;
  35. font-size: 0.8em;
  36. width: 100%;
  37. }
  38. #container #navi_bar {
  39. padding-left: 10px;
  40. text-align: left;
  41. width: 98%;
  42. word-wrap: break-word;
  43. max-width: 98%;
  44. }
  45. #container #top h1 {
  46. margin: 0px;
  47. position: relative;
  48. font-size: 36pt;
  49. font-weight: bold;
  50. }
  51. #container #top h2 {
  52. color: #005AE5;
  53. font-size: 20px;
  54. text-decoration: none;
  55. font-weight: bold;
  56. }
  57. #container #footer {
  58. width: 100%;
  59. font-size: 8pt;
  60. color: #FFFFFF;
  61. height: 18px;
  62. line-height: 18px;
  63. border-bottom-left-radius: 5px;
  64. border-bottom-right-radius: 5px;
  65. box-shadow: 0 8px 6px -6px black;
  66. }
  67. #container #footer a {
  68. color: #FFFFFF;
  69. }
  70. #contanier #footer a:visited {
  71. color: #FFFFFF;
  72. }
  73. #container #content {
  74. text-align: left;
  75. min-height: 200px;
  76. padding: 10px;
  77. }
  78. #container #content h3 {
  79. margin-left: 20px;
  80. color: gray;
  81. font-size: 1.5em;
  82. }
  83. #container #menu {
  84. text-align: center;
  85. margin: 0 auto;
  86. width: 100%;
  87. height: 50px;
  88. background-color: #99CCFF;
  89. }
  90. #container #menu ul {
  91. list-style-type: none;
  92. margin: 0px;
  93. padding: 0px;
  94. }
  95. #container #menu li {
  96. display: inline-block;
  97. border-right: 1px #9A9A9A solid;
  98. height: 37px;
  99. width: 120px;
  100. padding-top: 13px;
  101. margin: auto -4px auto auto;
  102. }
  103. #container #menu li a {
  104. color: #FFFFFF;
  105. font-weight: bold;
  106. font-family: Verdana;
  107. font-size: 14px;
  108. font-weight: bold;
  109. }
  110. #container #menu li:last-child {
  111. border: 0px;
  112. }
  113. .sect {
  114. color: #434354;
  115. font-family: Verdana;
  116. font-size: 10pt;
  117. font-weight: bold;
  118. text-decoration: none;
  119. }
  120. .navigation {
  121. text-decoration: none;
  122. font-size: 12px;
  123. font-weight: bold;
  124. }
  125. .forum_table {
  126. display: table;
  127. width: 100%;
  128. border-collapse: separate;
  129. box-shadow: 0 8px 6px -6px black;
  130. }
  131. .fsmall {
  132. color: #434354;
  133. font-size: 8pt;
  134. text-decoration: none;
  135. }
  136. .row {
  137. display: table-row;
  138. width: 100%;
  139. }
  140. .rcol {
  141. display: table-caption;
  142. border-collapse: collapse;
  143. background-color: #e1f0ff;
  144. padding: 3px;
  145. vertical-align: middle;
  146. border-top: 0px;
  147. caption-side: bottom;
  148. text-align: center;
  149. font-style: italic;
  150. }
  151. .tc1, .tc2, .tc3, .tc4 {
  152. display: table-cell;
  153. background-color: #F0F8FF;
  154. padding: 3px;
  155. vertical-align: middle;
  156. word-wrap: break-word;
  157. }
  158. .tc1 {
  159. max-width: 150px;
  160. }
  161. .tc2, .tc3 {
  162. vertical-align: middle;
  163. text-align: center;
  164. max-width: 150px;
  165. }
  166. .tc4 {
  167. text-align: center;
  168. vertical-align: middle;
  169. width: 150px;
  170. max-width: 150px;
  171. }
  172. .hc1, .hc2, .hc3, .hc4 {
  173. color: #FFFFFF;
  174. font-weight: bold;
  175. background-color: yellow;
  176. vertical-align: middle;
  177. display: table-cell;
  178. padding-left: 15px;
  179. height: 30px;
  180. word-wrap: break-word;
  181. }
  182. .hc1 {
  183. border-top-left-radius: 10px;
  184. max-width: 150px;
  185. }
  186. .hc4 {
  187. border-top-right-radius: 10px;
  188. width: 150px;
  189. }
  190. .tab_desc {
  191. text-align: center;
  192. font-weight: bold;
  193. background-image: url('images/td_beam_top.gif');
  194. height: 19px;
  195. }
  196. .lc {
  197. width: 30%;
  198. text-align: right;
  199. margin-right: 10px;
  200. }
  201. .rc {
  202. width: 70%;
  203. text-align: left;
  204. margin-left: 10px;
  205. }
  206. .rc input[type="text"], input[type="password"], input[type="email"] {
  207. width: 200px;
  208. }
  209. input[type="button"], input[type="reset"], input[type="submit"] {
  210. border-radius: 5px;
  211. padding: 5px;
  212. min-width: 30px;
  213. font-size: 12px;
  214. cursor: pointer;
  215. }
  216. #signature {
  217. width: 490px;
  218. height: 60px;
  219. resize: vertical;
  220. }
  221. #post {
  222. width: 490px;
  223. height: 180px;
  224. resize: vertical;
  225. }
  226. #signature, #post, input[type="text"], input[type="password"], input[type="email"], select {
  227. border-radius: 5px;
  228. border: 1px solid #C7E2FB;
  229. min-height: 20px;
  230. font-size: 12px;
  231. background-color: #FFFFE8;
  232. }
  233. .error_form {
  234. margin: 0 auto;
  235. text-align: center;
  236. width: 90%;
  237. border: 1px solid #FF0000;
  238. background-color: #FFCC99;
  239. padding: 10px;
  240. color: #FF0000;
  241. border-radius: 10px;
  242. font-weight: bold;
  243. }
  244. .fadmin, .fmod {
  245. font-weight: bold;
  246. }
  247. .fmod {
  248. color: darkgreen;
  249. }
  250. .fadmin {
  251. color: orange;
  252. }
  253. .btn {
  254. display: block;
  255. width: 90px;
  256. height: 30px;
  257. color: #FFFFFF;
  258. font-weight: bold;
  259. text-align: center;
  260. font-size: 1em;
  261. border-radius: 10px;
  262. line-height: 30px;
  263. box-shadow: 0 8px 6px -6px black;
  264. }
  265. .btn:hover, .btn_small:hover {
  266. color: #FFFFFF;
  267. }
  268. .btn_small {
  269. display: block;
  270. width: 60px;
  271. height: 20px;
  272. color: #FFFFFF;
  273. font-weight: bold;
  274. text-align: center;
  275. font-size: 0.8em;
  276. border-radius: 10px;
  277. margin: 0 auto;
  278. line-height: 20px;
  279. margin-bottom: 5px;
  280. box-shadow: 0 8px 6px -6px black;
  281. }
  282. .ut {
  283. padding: 0px;
  284. border-left: 0px;
  285. }
  286. .tc2 .forum_table .tc1, .tc2 .forum_table .tc2, .tc2 .forum_table .tc3 {
  287. border-bottom: 0px !important;
  288. border-top: 1px solid lightgray;
  289. }
  290. .mod_pool {
  291. margin: 0 auto;
  292. width: 90%;
  293. background-color: #FFFF99;
  294. text-align: center;
  295. padding: 5px;
  296. border: 1px solid orange;
  297. border-radius: 10px;
  298. }
  299. hr {
  300. border: 0;
  301. border-bottom: 1px dashed #ccc;
  302. background: #999;
  303. width: 50%;
  304. margin: 0;
  305. margin-top: 5px;
  306. }
  307. .hcpost {
  308. height: 10px;
  309. }
  310. .f_hc4 {
  311. text-align: right;
  312. padding-right: 10px;
  313. }
  314. .post_3c {
  315. width: 120px;
  316. }
  317. .f_tc2 {
  318. width: 120px;
  319. vertical-align: top;
  320. height: 150px;
  321. text-align: center;
  322. }
  323. .topic_mod {
  324. width: 100px;
  325. float: right;
  326. }
  327. .p_uinfo {
  328. width: 38%;
  329. }
  330. .post_content {
  331. vertical-align: top;
  332. position: relative;
  333. text-align: left;
  334. max-width: 500px;
  335. }
  336. .row .hcpost a {
  337. color: #FFFFFF;
  338. }
  339. .qpost {
  340. background-color: #DDDAC5;
  341. width: 95%;
  342. font-style: italic;
  343. box-shadow: 7px 8px 6px -3px gray;
  344. padding: 5px;
  345. }
  346. .cpost {
  347. background-color: #C5DDCC;
  348. width: 95%;
  349. font-family: Courier New;
  350. box-shadow: 7px 8px 6px -3px gray;
  351. padding: 5px;
  352. }