home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / ecto 2.7 / ecto_2_3_8_setup.exe / css / ecto.css next >
Encoding:
Cascading Style Sheet File  |  2007-08-31  |  1.2 KB  |  101 lines

  1. * {
  2.     margin: 0; 
  3.     padding: 0;
  4. }
  5.  
  6. body {
  7.     margin:0;
  8.     padding:0;
  9.     font-family: Arial, verdana, Helvetica, sans-serif ;
  10.     color:#333;
  11.     font-size: .8em;
  12.     margin: 2em;
  13. }
  14.  
  15. /* appearance */
  16.  
  17. blockquote {
  18.     width: 350px;
  19.     padding: 5px 5px 5px 20px;
  20.     font-size: .9em;
  21.     color: #333333;
  22.     line-height: 150%;
  23.     background: url(quotemarks.gif) no-repeat;
  24.     margin: 2em    
  25. }
  26.  
  27. a {
  28.     color: #006699;
  29.     text-decoration: none;
  30. }
  31.  
  32. a:hover {
  33.     text-decoration:  underline;
  34.     /* color: #CC3300; */
  35. }
  36.  
  37. /* lists */
  38.  
  39. ol, ul {
  40.     margin-left: 2em ;
  41. }
  42.  
  43. li {
  44.     margin: 1em;
  45.     line-height: 1.5em;
  46. }
  47.  
  48. /* images */
  49.  
  50. img {
  51.     border: 0;
  52.     border: 1px solid #999999;
  53.     display: inline;
  54.    position: relative;
  55.     padding: 2px;
  56.     margin: 5px 0 5px 0;
  57. }
  58.  
  59. /* appearance of content */
  60.  
  61. h1, h2, h3, h4, h5,h6 {
  62.     margin: .2em 0 .2em 0 ;
  63. }
  64.  
  65. h1 {
  66.     font-size: 1.3em;
  67.     font-weight:900;
  68.     color: #006699;
  69. }
  70.  
  71. h2 {    
  72.     font-size: 1.0em;
  73.     font-weight:900;
  74.     color: #006699;
  75. }
  76.  
  77. h3 {
  78.     font-size: .9em;
  79.     color: #E45627;
  80. }
  81.  
  82. h4 {
  83.    font-size: .8em;
  84.     color: #E45627;
  85. }
  86.  
  87. h5 {
  88.     font-size: .7em;
  89. }
  90.  
  91. h6 {
  92.      font-size: .6em;
  93. }
  94.  
  95. p {
  96.     color: #333333;
  97.     font-size: .9em;
  98.     line-height: 150%;
  99.     text-align: left;
  100.     margin: 0 0 1em 0;
  101. }