home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / template68 / Read Me, Instructions, License, etc / files / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-07-06  |  612 b   |  42 lines

  1. body {
  2.     margin: 0 20px 0 20px;
  3.     font-family: Arial, Helvetica, sans-serif;
  4.     background: url(background.gif) repeat-x;
  5. }
  6.  
  7. h1 {
  8.     text-indent: -10000px;
  9.     height: 94px;
  10.     margin: 0 0 5px 0;
  11.     padding: 0;
  12.     background: url(zymic.gif) no-repeat center;
  13. }
  14.  
  15. h2 {
  16.     background-color: #e8ecf1;
  17.     padding: 5px;
  18.     border-bottom: 1px solid #95a3b8;
  19.     font-size: 18px;
  20. }
  21.  
  22. h3 {
  23.     font-size: 16px;
  24. }
  25.  
  26. a:link, a:visited {
  27.   color: #657081;
  28. }
  29.  
  30. a:hover {
  31.   text-decoration: none;
  32. }
  33.  
  34. #cr {
  35.     border: 2px solid #95a3b8;
  36.     background: #ddf5df;
  37.     padding: 5px;
  38.   text-decoration: none;
  39.   color: #ff0000;
  40.     text-align: center;
  41.     font-weight: bold;
  42. }