home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / Tools / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2010-12-14  |  4.4 KB  |  127 lines

  1. ∩╗┐body {
  2.     padding:0;
  3.     margin:0;
  4.     font:5pt arial;
  5.     font-size:9px;
  6.     background:fixed url('about:blank');
  7. }
  8. body, #panel, #mainW { cursor:wait; }
  9.  
  10. a { text-decoration:none; }
  11. a:visited { color: #3A6A98; }
  12. a:hover { text-decoration:underline; }
  13. a:active, a:focus, img { outline: 0; }
  14.  
  15. img { border:0px; }
  16. p { font:9pt arial; margin: 10px; padding-left:15px; }
  17. p img { margin-left:-20px; vertical-align:bottom; }
  18. .advancedcontrol { margin-left:-8px; margin-top:-8px; }
  19.  
  20. .panel, .panel a { color:#151c55; }
  21. .panel a:visited { color:#151c55; }
  22. .panel a:hover { color:#064ce4; }
  23.  
  24. /*
  25. .panel, .panel a { color: #ffffff; }
  26. .panel a:visited { color: #ffffff; }
  27. .panel a:hover { color: #D9F3F3; }
  28. */
  29. /*#panel a { background-image:url(ico/cloud.png); padding-left:1px; padding-right:1px; color:Green; }*/
  30.  
  31. .panel, panel-table { /*background-color:#3A6A98;*/ background-color:#e8f2fe; }
  32.  
  33. h1 { font:19px arial; font-weight:100; color: #0033BC; padding-left:30px; margin-bottom:10px; }
  34. #message { font:12pt arial; color:red; font-weight:bold; display:none; }
  35.  
  36. .dropddownbutton { margin:0px; padding:0px; }
  37. .dropddownbutton img { margin:0px; padding:0px; margin-bottom:-5px; }
  38. .dropddownbutton span, #cpu_temperature { color:#00CC00; margin-left:10px; font-size:16px; }
  39. #system_video { width:300px; margin-right:10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
  40.  
  41. /*.button { cursor:hand; border: 5px intset black; border-style:outset; margin:5px; white-space:nowrap; width:45%; height:80px; background-color:#EDEDED; }*/
  42.  
  43. .button { width:100%; font:10pt arial; border-bottom: 1px solid #3A6A98; padding-top:5px; white-space: nowrap; }
  44. .button span { vertical-align:top; }
  45. .button span.1 { width:150px; margin-right:10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
  46. .button span.2 { width:230px; margin-right:10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
  47. .button span.3 { position:absolute; right:90px; }
  48. .button span.4 { position:absolute; right:20px; text-align:right; }
  49. .button input.checkbox { height: 10px; width: 10px; vertical-align:middle; margin-right:5px; margin-bottom:6px; }
  50.  
  51. .panel {
  52.     background-position:top left; background-image: url(ico/panel.png); background-repeat: no-repeat;
  53.     position:absolute;
  54.     top:expression(eval(document.body.scrollTop) + 'px');
  55.     }
  56.     
  57. #tooltip {
  58.     position: absolute;
  59.     z-index: 3000;
  60.     border: 1px solid #111;
  61.     background-color: #F7F7F7;
  62.     padding: 3px;
  63.     opacity: 0.85;
  64.     }
  65.  
  66. #tooltip h3, #tooltip div { margin: 0; font-size:9pt !important; font-weight:500; }
  67.  
  68. #panel { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }  /*Shadow*/
  69.  
  70.  
  71. #infobar { border: 1px solid #C0C0C0; width:490px; position:relative; z-index:999; padding:5px; border-collapse:collapse; }
  72. #infobar_color { background-image:url(ico\infobar\yelow.png); background-color:#ffda75; background-repeat:no-repeat; width:16px; }
  73. #infobar_img { float:left; }
  74. #infobar_title { font-weight:bolder; padding-top:4px; }
  75. #infobar_info { padding:5px; font-size:10pt; padding-top:6px; }
  76. .infobar_button { float:right; margin:5px; }
  77.  
  78.  
  79.  
  80. #infobar {margin:0; padding:0;}
  81. #tabs {position:relative; bottom:-1px;left:-2px;font-size:14px;padding-top:20px;}
  82. #tabs ul, #tabs li {border:0; margin:0; padding:0; list-style:none;}
  83. #tabs ul{
  84.     height:29px;
  85.     padding-left:20px;
  86. }
  87. #tabs li{
  88.     float:left;
  89.     margin-right:2px;
  90. }
  91. .tab a:link, .tab a:visited{
  92.     display:block;
  93.     float:left;
  94.     height:30px;
  95.     background:url(ico/infobar/tab-round.png) no-repeat right -30px;
  96.     color:#666;
  97.     font-weight:bold;
  98.     text-decoration:none;
  99.     padding-right:14px;
  100. }
  101. .tab a span{
  102.     display:block;
  103.     float:left;
  104.     height:30px;
  105.     background:url(ico/infobar/tab-round.png) no-repeat left -30px;
  106.     padding-left:14px;
  107.     line-height:30px;
  108.     cursor:pointer
  109. }
  110. .tab a:hover{
  111.     background:url(ico/infobar/tab-round.png) no-repeat right -60px;
  112. }
  113. .tab a:hover span{
  114.     background:url(ico/infobar/tab-round.png) no-repeat left -60px;
  115. }
  116. .active a:link, .active a:visited, .active a:visited, .active a:hover{
  117.     background:url(ico/infobar/tab-round.png) no-repeat right 0;
  118. }
  119. .active a span, .active a:hover span{
  120.     background:url(ico/infobar/tab-round.png) no-repeat left 0;
  121. }
  122.  
  123. #tab-install {background:url(ico/infobar/tab-install.png) no-repeat left 0px;}
  124.  
  125. .infobar_urls {text-decoration:underline;}
  126.  
  127. #drv_lists {display:none;}