home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Rainmeter / Installer / Rainmeter-1.1-32bit.exe / Rainmeter.chm / helpstyle.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-11-01  |  3.3 KB  |  288 lines

  1. html 
  2. {
  3.     overflow: -moz-scrollbars-vertical;
  4.     overflow-y: scroll;
  5. }
  6.  
  7. body
  8. {
  9.     margin         : 0;
  10.     padding        : 0;
  11.     background    : #000;
  12.     color        : #fff;
  13.     font-family    : "Trebuchet MS",Helvetica,Jamrul,sans-serif;
  14.     text-align    : left;
  15.     font-size    : 14px;
  16. }
  17.  
  18. a:active
  19. {
  20.   outline: none;
  21. }
  22.  
  23. a:focus
  24. {
  25.   outline: none;
  26. }
  27.  
  28. #wrapper
  29. {
  30.     width        : 850px;
  31.     margin-left    : auto;
  32.     margin-right: auto;
  33. }
  34.  
  35. #header
  36. {
  37.     height        : 80px;
  38.     text-align    : left;
  39. }
  40.  
  41. #cornerlogo
  42. {
  43.     float    : left;
  44.     width    : 850px;
  45.     height    : 80px;
  46.     background: url('./HelpImages/HeaderLogo.png') no-repeat;
  47.     text-indent: -9999px;
  48.     cursor:pointer;
  49. }
  50.  
  51. #cornerlogo h1
  52. {
  53.     text-decoration: none;
  54.     display: block;
  55.     padding: 0;
  56.     margin: 0;
  57.     font-size: 330%;
  58. }
  59.  
  60. #cornerlogo h2
  61. {
  62.     text-decoration: none;
  63.     display: block;
  64.     padding: 0;
  65.     margin: 0;
  66.     font-size: 120%;
  67. }
  68.  
  69. #navlist ul
  70. {
  71.     margin: 0;
  72.     padding: 0;
  73.     white-space: nowrap;
  74.     float: right;
  75.     height: 80px;
  76. }
  77.  
  78. #navlist li
  79. {
  80.     display: inline;
  81.     list-style-type: none;
  82.     height: 80px;
  83.     margin: 0;
  84.     padding: 0;
  85. }
  86.  
  87. #navlist a 
  88. {
  89.     height: 80px;
  90.     display: block;
  91.     float: left;
  92.     line-height: 100px;
  93.     margin: 0;
  94.     padding: 0;
  95.     margin-left: 20px;
  96.     font-size: 105%;
  97. }
  98.  
  99. .active
  100. {
  101.     background    : url('./HelpImages/rmsitemenuhc.gif') no-repeat center;
  102.     margin: 0;
  103.     padding: 0;
  104. }
  105.  
  106. #navlist a:link, #navlist a:visited
  107. {
  108.     color: #fff;
  109.     height: 80px;
  110.     text-decoration: none;
  111.     margin: 0;
  112.     padding: 0;
  113.     margin-left: 20px;
  114. }
  115.  
  116. #navlist a:hover
  117. {
  118.     color: #fff;
  119.     height: 80px;
  120.     background    : url('./HelpImages/rmsitemenuhc.gif') no-repeat center;
  121.     text-decoration: none;
  122.     margin: 0;
  123.     padding: 0;
  124.     margin-left: 20px;
  125. }
  126.  
  127. .spacer
  128. {
  129.     height: 20px;
  130.     clear: both;
  131. }
  132.  
  133. #content
  134. {
  135.     width: 850px;
  136.     margin: 0 auto;
  137.     text-align    : left;
  138.     color: #808080;
  139. }
  140.  
  141. #leftcol
  142. {
  143.     float: left;
  144.     width: 850px;
  145. }
  146.  
  147. #rightcol
  148. {
  149.     float: right;
  150.     width: 100px;
  151. }
  152.  
  153. .feed-icon
  154. {
  155.     float: right;
  156.     width: 20px;
  157. }
  158.  
  159. #toprow img
  160. {
  161.     float: left;
  162.     margin: 0;
  163.     padding: 0;
  164.     background: #000000;
  165. }
  166.  
  167. #bottomrow img
  168. {
  169.     float: right;
  170.     margin: 0;
  171.     padding: 0;
  172.     background: #000000;
  173. }
  174.  
  175.  
  176. #content h1
  177. {
  178.     color: #A2BADC;
  179.     text-decoration: none;
  180.     font-weight:normal;
  181.     display: block;
  182.     padding: 0;
  183.     margin: 0;
  184.     font-size: 230%;
  185.     border-bottom: 1px solid #808080;
  186. }
  187.  
  188. #content h2
  189. {
  190.     color: #fff;
  191.     text-decoration: none;
  192.     font-weight:normal;
  193.     display: block;
  194.     padding: 0;
  195.     margin: 0;
  196.     margin-top: 25px;
  197.     font-size: 135%;
  198.     border-bottom: 1px solid #808080;
  199. }
  200.  
  201. #content h3
  202. {
  203.     color: #A2BADC;
  204.     text-decoration: none;
  205.     font-weight:normal;
  206.     display: block;
  207.     padding: 0;
  208.     margin: 0;
  209.     margin-top: 25px;
  210.     font-size: 145%;
  211. }
  212.  
  213. #content .byline
  214. {
  215.     font-size: 90%;
  216.     font-style: italic;
  217.     color: #808080;
  218. }
  219.  
  220. #content ul
  221. {
  222.     list-style-image: url('./HelpImages/rmsitebullet.gif');
  223.     margin-left    : 0;
  224.     padding-left: 10px;
  225. }
  226.  
  227. #content b
  228. {
  229.     color: #ffffff;
  230. }
  231.  
  232. #content table
  233. {
  234.     width: 700px;
  235.     color: #808080;
  236. }
  237.  
  238. .link
  239. {
  240.     width: 320px;
  241.     
  242. }
  243.  
  244. .colspacer
  245. {
  246.     width: 60px;
  247. }
  248.  
  249. #content a 
  250. {
  251.     text-decoration:none;
  252.     color: #A2BADC;
  253. }
  254.  
  255. #content a:visited  {color: #A2BADC;}
  256. #content a:link      {color: #A2BADC;}
  257. #content a:active      {color: #FFFFFF;}
  258. #content a:hover       {color: #FFFFFF;}
  259.  
  260. #slideshow
  261. {
  262.     width: 320px;
  263.     height: 280px;
  264.     background: url('./slideshow/Slideshow1.jpg');
  265. }
  266.  
  267. #leftcol ul
  268. {
  269.     font-size: 100%;
  270. }
  271.  
  272. #footer
  273. {
  274.     padding-top: 15px;
  275.     padding-bottom: 10px;
  276.     border-top: 1px solid #808080;
  277.     color: #606060;
  278.     text-align: center;
  279.     clear: both;
  280.     font-family: "Veranda", sans-serif ;
  281.     font-size: 80%;
  282.  
  283. }
  284. .gray
  285. {
  286.     color: #505050;
  287. }
  288.