home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 January / MAC_easy_01_2010.iso / mac / Video-Tutorial / system / css / help.css next >
Encoding:
Cascading Style Sheet File  |  2007-10-15  |  1.0 KB  |  87 lines

  1. body
  2.     {
  3.         font-size: 13px;
  4.         font-family: arial, helvetica, sans-serif;
  5.     }
  6.  
  7. a
  8.     {
  9.         color: #1d3072;
  10.     }
  11.  
  12. #header
  13.     {
  14.         background: #1d3072 url(../images/header_bg.jpg) repeat-x;
  15.         height: 120px;
  16.         width: 100%;
  17.     }
  18.  
  19. #logo
  20.     {
  21.         position: relative;
  22.         left: 20px;
  23.         top: 0px;
  24.     }
  25.  
  26. #wrapper
  27.     {
  28.         width: 100%;
  29.         background-color: #1d3072;
  30.     }
  31.  
  32. #contact
  33.     {
  34.         background-color: #1d3072;
  35.         color: #ffffff;
  36.         width: 80%;
  37.         margin: auto;
  38.     }
  39.  
  40. #contact a
  41.     {
  42.         text-decoration: none;
  43.         color: #ffffff;
  44.         font-weight: bold;
  45.     }
  46.  
  47. #content
  48.     {
  49.         background-color: #ffffff;
  50.         width: 80%;
  51.         margin: auto;
  52.         overflow: hidden;
  53.     }
  54.  
  55. #main
  56.     {
  57.         width: 90%;
  58.         margin: auto;
  59.     }
  60.  
  61. .notice
  62.     {
  63.         border: 1px solid #FF0000;
  64.         padding: 5px;
  65.         width: 90%;
  66.         margin-left: auto;
  67.         margin-right: auto;
  68.         margin-top: 50px;
  69.     }
  70.  
  71. .hint
  72.     {
  73.         color: #FF0000;
  74.         font-weight: bold;
  75.     }
  76.     
  77. .screen
  78.     {
  79.         width: 391px;
  80.     }
  81.  
  82. #footer
  83.     {
  84.         width: 100%;
  85.         height: 60px;
  86.         background-color: #1d3072;
  87.     }