home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / NightGlow / stylesheets / print.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-12-11  |  1.0 KB  |  77 lines

  1. body {
  2.   font-family: Verdana, Arial, Helvetica, Sans-serif;
  3.   font-size: 10pt;
  4. }
  5.  
  6. li,
  7. p {
  8.   line-height: 1.7em;
  9. }
  10.  
  11. em {
  12.   font-style: normal;
  13.   font-weight: bold;
  14. }
  15.  
  16. h1 {
  17.   font-size: 1.75em;
  18.   margin: 0.4em 0 0.3em 0;
  19.   padding: 0 0 0.3em 0;
  20.   font-family: Arial, Helvetica, Sans-serif;
  21.   font-weight: normal;
  22.   border-bottom: 0.1em solid #999;
  23.   color: #053961;
  24.   clear: both;
  25. }
  26.  
  27. h2 {
  28.   font-size: 1.55em;
  29.   color: #888;
  30.   clear: both;
  31.   font-weight: normal;
  32. }
  33.  
  34. h4 {
  35.   color: #35a;
  36.   font-size: 1.3em;
  37.   font-weight: normal;
  38. }
  39.  
  40.  
  41. h4 {
  42.   color: #56B;
  43.   font-size: 1.1em;
  44.   font-weight: normal;
  45. }
  46.  
  47. a:link,
  48. a:visited {
  49.   color: #333;
  50. }
  51.  
  52. #footer {
  53.   clear: both;
  54.   border-top: 0.07em solid #ccc;
  55.   color: #aaa;
  56.   padding: 0.4em 0 0 0;
  57.   margin-top: 2.8em;
  58. }
  59.  
  60. #footer a:link,
  61. #footer a:visited {
  62.   color: #aaa;
  63.   text-decoration: none;
  64. }
  65.  
  66. img.thumb {
  67.   border: #ccc solid 0.5em;
  68. }
  69.  
  70. img.side_decor {
  71.   float: left; 
  72.   margin: 0.5em 1em 0.5em 0;
  73. }
  74.  
  75. a img {
  76.   border: none;
  77. }