home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - Microsoft Services / SUPPORT_SERVICES.ISO / fscommand / library / style / prePages.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-10-09  |  2.8 KB  |  131 lines

  1. /*------------------------------------------------------------------/
  2. /    Stylesheet Microsoft CD-ROM Toolkit                                /
  3. /    d|a AG Unterhaching                                                /
  4. /    2002-06-10                                                        /
  5. /------------------------------------------------------------------*/
  6.  
  7.  
  8. /* Use this CSS file to modify default.htm, defaultNoflash.htm, introHTML.htm */
  9.  
  10.  
  11. body {    
  12.     height: 100%;
  13.     margin: 0;
  14.     padding: 0;
  15.     background-color: #fff;
  16.     overflow-y: auto;    }
  17.  
  18.  
  19.  
  20. /* --- positioned elements --- */
  21.     
  22. #headerbox    {                                    /* - container for header area - */
  23.     position: absolute;
  24.     top: 0;
  25.     left: 0;
  26.     width: 100%;
  27.     height: 80px;
  28.     background-color:#7F7F7F;                    /* - header background color - */
  29.     overflow: hidden;    }
  30.     
  31. #contentbox    {                                    /* - container for content area (text and footer) - */
  32.     position: absolute;
  33.     top: 81px;
  34.     left: 0;
  35.     border: 0px solid green;
  36.     margin: 0;
  37.     padding: 0;    }
  38.     
  39. #content    {                                    /* - container for text - */
  40.     margin-left:215px;
  41.     margin-right: 20px;
  42.     border: 0px solid blue;
  43.     margin-bottom: 50px;    }
  44.     
  45. #footerbox    {                                    /* - container for footer (copyright statement) - */
  46.     margin-right: 20px;
  47.     padding-top: 20px;    }        
  48.  
  49. /* --- /positioned elements --- */
  50.  
  51.  
  52.  
  53. /* --- formatting header area --- */
  54.  
  55. #headmslogo    {                                    /* - Microsoft logo - */
  56.     float: left;
  57.     width: 165px;
  58.     height: 60px;
  59.     margin: 20px 0 0 0;    }
  60.  
  61. #headertitel     {                                /* - module titel in the header - */
  62.     float: left;
  63.     margin: 33px 0 20px 51px;
  64.     font: 22px Tahoma,Arial,Helvetica,sans-serif;
  65.     color: #fff;
  66.     white-space: nowrap;    }                    /* no line-break */
  67.  
  68. #headerlogo    {                                    /* - optional: additional logo - */
  69.     float: right;    }
  70.  
  71. /* --- /formatting header area --- */    
  72.     
  73.  
  74.  
  75.  
  76.  
  77. /* --- formatting text area --- */
  78.  
  79. #content h1    {                                    /* - headline - */
  80.     margin: 0;
  81.     padding-top: 0.6em;
  82.     font: large Verdana,Arial,Helvetica,sans-serif;
  83.     line-height: 1.4;
  84.     /*font-weight: bold;*/
  85.     color: #003399;
  86.     border: 0px red solid;    }    
  87.     
  88. #content h2    {                                    /* - subheadline - */
  89.     margin: 0;
  90.     padding-top: 1em;
  91.     font: medium Verdana,Arial,Helvetica,sans-serif;
  92.     line-height: 1.4;
  93.     /*font-weight: bold;*/
  94.     color: #003399;
  95.     border: 0px red solid;    }    
  96.     
  97. #content p    {                                    /* - text paragraph - */
  98.     margin: 0;
  99.     padding-top: 15px;
  100.     font-family: Verdana, Arial, Helvetica, sans-serif;
  101.     font-size: x-small;
  102.     line-height: 1.3em;
  103.     border: 0px red solid;    }    
  104.  
  105.     
  106. a:link, a:visited    {
  107.     font-weight: bold;
  108.     color: #003399;    }
  109.     
  110. a:hover, a:active    {
  111.     font-weight: bold;
  112.     color: #0099ff;    }
  113.     
  114. /* --- formatting text area --- */    
  115.  
  116.  
  117.  
  118.     
  119. /* --- formatting footer (copyright statement) --- */
  120.  
  121. #footerbox p {
  122.     width: 100%;
  123.     margin-left: auto;
  124.     margin-right: auto;
  125.     padding-bottom: 5px;
  126.     font-family: Arial,Helvetica,sans-serif;
  127.     font-size: xx-small;
  128.     text-align: center;    }
  129.         
  130. /* --- /formatting footer (copyright statement) --- */    
  131.