home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-06-05  |  4.4 KB  |  213 lines

  1. .bodynav {
  2.   font-family: Verdana, Arial, Helvetica, sans-serif;
  3.     font-size: 9px;
  4.     font-weight: bold;
  5.     font-variant: small-caps;
  6.     background-attachment: fixed;
  7.     background-color: #F5F5F5;
  8.     background-image: url(../gfx/logo.png);
  9.     background-repeat: no-repeat;
  10.     background-position: 10px 10px;
  11. }
  12.  
  13. .bodymain {
  14.     font-family: Verdana, Arial, Helvetica, sans-serif;
  15.     font-size: 10px;
  16.     background-attachment: scroll;
  17.     background-color: #FFFFFF;
  18.     background-image: url(../gfx/body_bgr.gif);
  19.     background-repeat: no-repeat;
  20.     background-position: center top;
  21. }
  22.  
  23. .subbodynav {
  24.   font-family: Verdana, Arial, Helvetica, sans-serif;
  25.     font-size: 9px;
  26.     font-weight: bold;
  27.     font-variant: small-caps;
  28.     background-attachment: fixed;
  29.     background-color: #F5F5F5;
  30.     background-position: 10px 10px;
  31. }
  32.  
  33. /* IE only */
  34. *  {
  35.   scrollbar-face-color: #E9E9E9;
  36.   scrollbar-highlight-color: #ffffff;
  37.   scrollbar-shadow-color: #E0E0E0;
  38.   scrollbar-3dlight-color: #000000;
  39.   scrollbar-arrow-color: #000000;
  40.   scrollbar-track-color: #ffffff;
  41.   scrollbar-darkshadow-color: #000000;
  42. }
  43.  
  44. a {    
  45.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  46.     font-size: 10px; 
  47.     color: red; 
  48.     text-decoration: underline;
  49. }
  50.  
  51. a:visited { 
  52.     color: red; 
  53.     text-decoration: underline;
  54. }
  55.  
  56. a:link { 
  57.     color: red; 
  58.     text-decoration: underline;
  59. }
  60.  
  61. a:hover {    
  62.     color: #6699FF; 
  63.     text-decoration: none;
  64. }
  65.  
  66. .tdinfotitle { 
  67.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  68.     font-size: 12px; 
  69.     font-weight: bold; 
  70.     color: #444477;
  71. }
  72.  
  73. .tdinfo { 
  74.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  75.     font-size: 11px; 
  76.     color: #444477;
  77. }
  78.  
  79. .tdinfored { 
  80.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  81.     font-size: 11px; 
  82.     color: red;
  83. }
  84.     
  85. hr { 
  86.     height: 3px; 
  87.     border: 1px #444477 solid; 
  88.     filter: Alpha(Opacity=100,FinishOpacity=10,Style=2); 
  89.     width: 100%; 
  90. }
  91.     
  92. input { 
  93.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  94.     font-size: 11px; 
  95.     color: #444477; 
  96.     background-color: #F5F5F5; 
  97.     font-weight: bold;
  98. }
  99.  
  100. select { 
  101.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  102.     font-size: 9px; 
  103.     color: #F5F5F5; 
  104.     background-color: #444477;
  105. }
  106.     
  107. textarea {
  108.     font-family: "Lucidia Console", "Courier New", Courier, mono;
  109.     font-size: 12px;
  110.     background-color: #F5F5F5;
  111.     border: 1px dotted #444477;
  112.     color: #444477;
  113.     background-image: url(../gfx/ta_rightcor.gif);
  114.     background-repeat: no-repeat;
  115.     background-position: right top;
  116. }    
  117.  
  118. .manipheadtitle { 
  119.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  120.     font-size: 14px; 
  121.     font-weight: bold; 
  122.     color: #444477; 
  123.     border-top: 1px dotted #444477; 
  124.     border-bottom: 1px dotted #444477; 
  125.     text-transform: uppercase;
  126. }
  127.  
  128. .maniptitle { 
  129.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  130.     font-size: 12px; 
  131.     font-weight: bold; 
  132.     color: #444477;
  133. }
  134.  
  135. .maniptitlered { 
  136.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  137.     font-size: 12px; 
  138.     font-weight: normal; 
  139.     color: #FF0000;
  140. }
  141.  
  142. .maniptitlewhite { 
  143.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  144.     font-size: 12px; 
  145.     font-weight: bold; 
  146.     color: #FFFFFF;
  147. }
  148.  
  149. .maniptext { 
  150.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  151.     font-size: 10px; 
  152.     font-weight: normal; 
  153.     color: #444477;
  154. }
  155.  
  156. .manipinput { 
  157.     font-family: "Lucidia Console", "Courier New", Courier, mono; 
  158.     font-size: 11px; 
  159.     font-weight: bold; 
  160.     background-color: #F5F5F5; 
  161.     border: 1px solid #444477;
  162. }
  163.  
  164. .manipcheckbox { 
  165.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  166.     font-size: 12px; 
  167.     font-weight: bold; 
  168.     color: #444477;
  169. }
  170.  
  171. .maniptab { 
  172.     border: 1px dotted #444477;
  173. }
  174.  
  175. .manipactiv {
  176.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  177.     font-size: 12px; 
  178.     color: #444477; 
  179.     text-decoration: underline; 
  180.     text-transform: uppercase;
  181. }
  182.  
  183. .maniptdbot {
  184.     border-bottom: 1px #444477 dashed;
  185. }
  186.  
  187. .minitext {
  188.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  189.     font-size: 9px; 
  190.     color: red;
  191. }.CChead {
  192.     font-family: Verdana, Arial, Helvetica, sans-serif;
  193.     font-size: 36px;
  194.     font-weight: bolder;
  195.     color: #444477;
  196. }
  197. .CCsubhead {
  198.     font-family: Verdana, Arial, Helvetica, sans-serif;
  199.     font-size: 10px;
  200.     color: #444477;
  201. }
  202. .warning {
  203.     font-family: Verdana, Arial, Helvetica, sans-serif;
  204.     font-size: 18px;
  205.     font-weight: bolder;
  206.     color: #FF0000;
  207. }
  208. .testpwd {
  209.     font-family: Verdana, Arial, Helvetica, sans-serif;
  210.     font-size: 12px;
  211.     font-weight: bolder;
  212.     color: #444477;
  213. }