home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / nusrmgr.cp_ / nusrmgr.cpl / HTML / CLASSIC.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-04-14  |  3.0 KB  |  30 lines

  1. BODY                    {font-family:Tahoma, Arial, sans-serif; font-size:8pt; background-color:window; color:windowtext;}
  2. TABLE                   {font-family:Tahoma, Arial, sans-serif; font-size:8pt; color:windowtext}
  3. /*TD                      {border-color:buttonface}*/
  4. INPUT                   {font-family:Tahoma; font-size:8pt;}
  5. BUTTON                  {font-family:Tahoma; font-size:8pt;}
  6. H1                      {font-family:'Franklin Gothic Medium'; font-size:21pt; font-weight:normal; font-style:normal; margin-top:0.5em; margin-bottom:0.5em; color:activecaption}
  7. H2                      {font-family:'Franklin Gothic Medium'; font-size:18pt; font-weight:normal; font-style:normal; margin-top:0.5em; margin-bottom:0.5em; color:activecaption}
  8. H3                      {font-family:Tahoma;                   font-size:8pt;  font-weight:bold;   font-style:normal; margin:0; color:windowtext}
  9. H4                      {font-family:Tahoma;                   font-size:8pt;  font-weight:normal; font-style:normal; margin:0; color:windowtext}
  10. /* Horizontal divider lines */
  11. .HorzLine1              {width:100%; font-size:1pt; border-top:'1px solid activecaption'; filter:alpha(style=1 startX=0 finishX=100 opacity=0 finishOpacity=100);}
  12. .HorzLine2              {width:100%; font-size:1pt; border-top:'1px solid activecaption'; filter:alpha(style=1 startX=0 finishX=100 opacity=100 finishOpacity=0);}
  13. /* Links are default color with underline only on rollover */
  14. A                       {font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; text-decoration:none;}
  15. A:hover                 {text-decoration:underline;}
  16. A:active                {}
  17. /* In classic mode, there is no distinction between Page1 and Page2. Colors are set above. */
  18. .Page1                  {}
  19. .Page2                  {}
  20. .CategoryTitle          {height:3em; padding:'0 1em'; font-family:Tahoma; font-size:8pt; font-weight:bold; font-style:normal; color:highlighttext; background-color:activecaption; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#80808080',EndColorStr='window');}
  21. /* Left pane */
  22. .SecondaryPane          {width:200px; font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; color:windowtext; background-color:window; display:expression( (document.body.clientWidth > 400) ? 'block' : 'none' );}
  23. .SecondaryPane TABLE    {color:windowtext;}
  24. /* Used for Related Tasks and Learn About in the left pane */
  25. .LearnAboutBox          {border:'1px solid buttonface'; background-color:window; margin-bottom:1em;}
  26. .LearnAboutCaption      {height:2em; padding:'0.3em 1em'; font-family:Tahoma; font-size:8pt; font-weight:bold; font-style:normal; color:buttontext; background-color:buttonface; border-bottom:'1px solid buttonface';}
  27. .LearnAboutBody         {padding:'1mm 2mm'; font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; background-color:window;}
  28. /* Bullets for lists of links on the "Pick a task" and "What do you want to do?" pages */
  29. UL.TaskList             {list-style-type:disc; color:activecaption;}
  30.