home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / temacd / systemcleaner / SystemCleanerSetup.exe / SystemCleaner.chm / main.css < prev    next >
Cascading Style Sheet File  |  2006-06-01  |  2KB  |  66 lines

  1. /* Text */
  2. h1, h2, h3, h4 {font-family: Arial, sans-serif; font-size: 120%; line-height: 1.5em;}
  3. h1 {font-size: 150%;}
  4. h2 {font-size: 120%;}
  5. h2, h4 {font-style: italic}
  6.  
  7. body, td, p {
  8.     font-family: Verdana, sans-serif; 
  9.     font-size: small; 
  10.     text-align: justify; 
  11.     line-height: 1.5em;
  12.     color: #000000;
  13. }
  14.  
  15. body {background-color: #FFFFFF;}
  16.  
  17. th {font-size: small}
  18. .80per {font-size: .8em;}
  19. .piclabel {font-size: .8em; line-height: 1.2em; color: #006699}
  20. .important {color: #009933; font-style: italic}
  21.  
  22. /* incut: <div class="incut">incut text</div> */
  23. .incut {
  24. float: right;
  25. width: 35%;
  26.  
  27. padding: 10px;
  28. margin-left: 10px;
  29.  
  30. background-color: #ccc;
  31. color: #000;
  32.  
  33. text-align: left;
  34. line-height: 1.2em;
  35.  
  36. /* [In]visible DIV */
  37. div.hidden {display: none;}
  38. div.visible {display: block; font-size: .75em; border-top: solid 1px black}
  39.  
  40. /* Links 
  41. a:link, a:visited {text-decoration: none}
  42. a:visited {color: #330099}
  43. a:hover {text-decoration: underline}
  44. a.TellMeMore:link, a.TellMeMore:visited, a.TellMeMore:hover {font-style: italic; font-size: .85em}
  45. */
  46.  
  47.  
  48. /* Tables */
  49. td.top1 {border-top: solid 1px black}
  50. td.bottom1, th.bottom1 {border-bottom: solid 1px black}
  51. td.left1, th.left1 {border-left: solid 1px black}
  52. td.right1, th.right1 {border-right: solid 1px black}
  53. td.leftright1, th.leftright1 {border-left: solid 1px black; border-right: solid 1px black}
  54. td.leftbottom1, th.leftbottom1 {border-left: solid 1px black; border-bottom: solid 1px black}
  55. td.all1, th.all1 {border: solid 1px black}
  56. table.all1 {border: solid 1px black}
  57.  
  58. td.top2 {border-top: solid 2px #999999}
  59. td.bottom2, th.bottom2 {border-bottom: solid 2px #999999}
  60. td.left2, th.left2 {border-left: solid 2px #999999}
  61. td.right2, th.right2 {border-right: solid 2px #999999}
  62. td.leftright2, th.leftright2 {border-left: solid 2px #999999; border-right: solid 2px #999999}
  63. td.leftbottom2, th.leftbottom2 {border-left: solid 2px #999999; border-bottom: solid 2px #999999}
  64. td.all2, th.all2 {border: solid 2px #999999}
  65. table.all2 {border: solid 2px #003366}