source_simple.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
  2. Edited by Daz - http://www.forumimages.com - last updated 26-06-03 */
  3. /* The content of the posts (body of text) */
  4. /* General page style */
  5. /* begin suggest post */
  6. .float-l {
  7. float : left ;
  8. }
  9. .form-suggest {
  10. height : 200px ;
  11. background : #DEE2D0 ;
  12. vertical-align : top;
  13. }
  14. .form-input input{
  15. font-size: 10px;
  16. }
  17. .hide{
  18. display:none;
  19. }
  20. .form-input textarea{
  21. font-size: 11px;
  22. width: 350px;
  23. }
  24. .form-label{
  25. font-size: 10px;
  26. font-weight: bold;
  27. line-height: 25px;
  28. padding-right: 10px;
  29. text-align: right;
  30. width: 100px;
  31. color: #39738F;
  32. }
  33. .font-9{
  34. font-size: 9px;
  35. }
  36. .form-topic{
  37. font-weight:bold;
  38. }
  39. .form-error{
  40. color:red;
  41. }
  42. .inline{
  43. display: inline;
  44. }
  45. .space-10{
  46. clear: both;
  47. font-size: 10px;
  48. height: 10px;
  49. line-height: 10px;
  50. }
  51. .suggest-success{
  52. color:green;
  53. padding-left:10px;
  54. font-size:11px;
  55. font-weight:bold;
  56. }
  57. .top{
  58. vertical-align: top;
  59. }
  60. /* end suggest post */