home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / NVinst.exe / Scripts / HTTP / 127.0.0.3 / ReloadCMS / tools / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-02-10  |  3.0 KB  |  196 lines

  1. /*
  2.     $Id: style.css,v 1.2 2004/09/05 06:28:27 druidvav Exp $    
  3.  
  4.         The original "subSilver" theme for phpBB2
  5.     Created by subBlue design :: http://www.subBlue.com
  6.       Updated for phpBB 2.2 by psoTFX :: phpBB Group
  7.             Copyright (c) 2002 phpBB Group
  8. */
  9.  
  10. body {
  11.     background-color:    white;
  12.     font-family:        Verdana, Arial, Helvetica, sans-serif;
  13.     margin:                0px;
  14.     border:                0px;
  15.     padding:            0px;
  16. }
  17.  
  18. p {
  19.     font-size:    8pt;
  20. }
  21.  
  22. .maintitle, h1 {
  23.     font:            bold 18pt 'Trebuchet MS', Verdana, sans-serif;
  24.     text-decoration:none; 
  25.     line-height:    120%; 
  26. }
  27. h2 {
  28.     font:            bold 12pt Arial, Helvetica, sans-serif;
  29.     text-decoration:none; 
  30.     line-height:    120%; 
  31. }
  32.  
  33. .maintitle {
  34.     color:    #12749B
  35. }
  36.  
  37. .subtitle {
  38.     font:    bold 12pt Arial, Helvetica, sans-serif;
  39. }
  40.  
  41. .blue {
  42.     color: #006699;
  43. }
  44. .red {
  45.     color: #996600;
  46. }
  47. .green {
  48.     color: #069906;
  49. }
  50. .syntaxbg { color: #FFFFFF; }
  51. .syntaxcomment { color: #FF8000; }
  52. .syntaxdefault { color: #0000BB; }
  53. .syntaxhtml { color: #000000; }
  54. .syntaxkeyword { color: #007700; }
  55. .syntaxstring { color: #DD0000; }
  56.  
  57. /*
  58.     Anchors
  59. */
  60. a:link, a:active, a:visited { color: #006699; text-decoration: none; }
  61. a:hover { color: #DD6900; text-decoration: underline; }
  62.  
  63. a.nav { color: #006699; text-decoration: none; }
  64. a.nav:hover { text-decoration: underline; }
  65.  
  66. a.th:link { color: #FFA34F; text-decoration: none; }
  67. a.th:active { color: #FFA34F; text-decoration: none; }
  68. a.th:visited { color: #FFA34F; text-decoration: none; }
  69. a.th:hover {  color: #FFA34F; text-decoration: underline; }
  70.  
  71. /*
  72.     Non-tag specific
  73. */
  74. .gen, .gensmall {
  75.     color:    black;
  76. }
  77. .gen {
  78.     font-size:    8pt;
  79. }
  80. .gensmall {
  81.     font-size:    7pt;
  82. }
  83.  
  84. .error { color: #FF0000 }
  85.  
  86. /*
  87.     Tables
  88. */
  89. table.bg {
  90.     background-color: #ACBBC6
  91. }
  92.  
  93. th, td { 
  94.     font:    normal 8pt Verdana, Arial, Helvetica, sans-serif;
  95. }
  96.  
  97. th    {
  98.     height:                25px;
  99.     background-color:    #006699;
  100.     color:                #FFA34F;
  101.     font-weight:        bold;
  102.     font-size:            11px;
  103. }
  104.  
  105. th.menu {
  106.     text-align: left;
  107. }
  108.  
  109. td.cat {
  110.     height:                28px;
  111.     background-color:    #D1D7DC; 
  112. }
  113.  
  114. .row1 {
  115.     background-color:    #EFEFEF;
  116. }
  117. .row2 {
  118.     background-color:    #DEE3E7;
  119. }
  120. .row3 {
  121.     background-color:    #D1D7DC;
  122. }
  123.  
  124. .sourcenum {
  125.     color:            gray;
  126.     font-family:    'Courier New', monospace;
  127.     font-size:        9pt;
  128.     font-weight:    bold;
  129.     line-height:    160%;
  130. }
  131. .source {
  132.     font-family:    'Courier New', monospace;
  133.     font-size:        9pt;
  134.     line-height:    160%;
  135. }
  136.  
  137.  
  138. /*
  139.     Misc
  140. */
  141. hr    { 
  142.     height:                0px; 
  143.     border:                solid #D1D7DC 0px; 
  144.     border-top-width:    1px;
  145. }
  146.  
  147. /*
  148.     Forms
  149. */
  150. input {
  151.     text-indent: 2px;
  152. }
  153.  
  154. textarea, select, input.post, input.mainoption, input.liteoption {
  155.     border: 1px solid; 
  156. }
  157.  
  158. input, textarea, select {
  159.     color:            black;
  160.     font:            normal 8pt Verdana, Arial, Helvetica, sans-serif;
  161.     border-color:    black;
  162. }
  163.  
  164. input.text {
  165.     font-family:    'Courier New', courier;
  166. }
  167.  
  168. input.checkbox {
  169.     height:        16px;
  170.     width:        16px;
  171. }
  172.  
  173. option.sep {
  174.     color:                white;
  175.     background-color:    #006699;
  176. }
  177.  
  178. textarea.edit {
  179.     font:        9pt 'Courier New', courier;
  180.     line-height:125%;
  181. }
  182.  
  183. .btnmain {
  184.     background-color:    #FAFAFA;
  185.     font-weight:        bold;
  186.     border-width:        1px;
  187. }
  188.  
  189. .btnlite {
  190.     background-color:    #FAFAFA;
  191.     font-weight:        normal;
  192.     border-width:        1px;
  193. }
  194.  
  195. .helpline { background-color: #DEE3E7; border-style: none; }
  196.