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 / admin / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-02-10  |  2.0 KB  |  124 lines

  1. body {
  2.     background-color:    white;
  3.     font-family:        Verdana, Arial, Helvetica, sans-serif;
  4.     margin:                0px;
  5.     border:                0px;
  6.     padding:            0px;
  7. }
  8.  
  9. p {
  10.     font-size:    8pt;
  11. }
  12.  
  13. h1 {
  14.     font:            bold 18pt 'Trebuchet MS', Verdana, sans-serif;
  15.     text-decoration:none; 
  16.     line-height:    120%; 
  17. }
  18.  
  19. h2 {
  20.     font:            bold 12pt Arial, Helvetica, sans-serif;
  21.     text-decoration:none; 
  22.     line-height:    120%; 
  23. }
  24.  
  25. a:link, a:active, a:visited { color: #006699; text-decoration: none; }
  26. a:hover { color: #DD6900; text-decoration: underline; }
  27.  
  28. a.th:link { color: #FFA34F; text-decoration: none; }
  29. a.th:active { color: #FFA34F; text-decoration: none; }
  30. a.th:visited { color: #FFA34F; text-decoration: none; }
  31. a.th:hover {  color: #FFA34F; text-decoration: underline; }
  32.  
  33. table.bg {
  34.     background-color: #ACBBC6
  35. }
  36.  
  37. th, td { 
  38.     font:    normal 8pt Verdana, Arial, Helvetica, sans-serif;
  39. }
  40.  
  41. th    {
  42.     height:                25px;
  43.     background-color:    #006699;
  44.     color:                #FFA34F;
  45.     font-weight:        bold;
  46.     font-size:            11px;
  47. }
  48.  
  49. hr    { 
  50.     height:                0px; 
  51.     border:                solid #D1D7DC 0px; 
  52.     border-top-width:    1px;
  53. }
  54.  
  55. .row1 {
  56.     background-color:    #EFEFEF;
  57. }
  58.  
  59. .row2 {
  60.     background-color:    #DEE3E7;
  61. }
  62.  
  63. .row3 {
  64.     background-color:    #D1D7DC;
  65. }
  66.  
  67. .messagebox-top {
  68.     font-size: 9pt;
  69.     font-weight: bold;
  70.     text-align: center;
  71.     background-color: #EFEFEF;
  72.     border: 1px solid black;
  73.     border-bottom: 0px solid black;
  74. }
  75.  
  76. .messagebox-bottom {
  77.     font-size: 7pt;
  78.     font-weight: bold;
  79.     text-align: center;
  80.     background-color: #DEE3E7;
  81.     border: 1px solid black;
  82.     border-top: 0px solid black;
  83. }
  84.  
  85. form{
  86.     margin-bottom: 0;
  87.     margin-top: 0;
  88. }
  89.  
  90. input {
  91.     text-indent: 2px;
  92. }
  93.  
  94. textarea, select{
  95.     border: 1px solid; 
  96. }
  97.  
  98. input, textarea, select {
  99.     color: black;
  100.     font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
  101.     border-color: black;
  102. }
  103.  
  104. input.text {
  105.     font-family: 'Courier New', courier;
  106. }
  107.  
  108. textarea {
  109.     font: 9pt 'Courier New', courier;
  110.     line-height: 125%;
  111. }
  112.  
  113. .btnmain {
  114.     background-color: #FAFAFA;
  115.     font-weight: bold;
  116.     border-width: 1px;
  117. }
  118.  
  119. .btnlite {
  120.     background-color: #FAFAFA;
  121.     font-weight: normal;
  122.     border-width: 1px;
  123. }
  124.