[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/plugins/imageflow/ -> style.css (source)

   1  @charset "utf-8";
   2  
   3  /* These are just the general site styles. 

   4     It has nothing to do with ImageFlow

   5  ========================================== */
   6  @media screen, projection, print {
   7      * { 
   8          font-family:verdana, arial, helvetica, sans-serif;
   9          font-size:100.01%;
  10      }
  11      html {
  12          height:100%;
  13          width:100%;
  14      }
  15      body {
  16          color:#fff;
  17          background-color:#000;
  18          font-size:0.8em;
  19          line-height:1.4em;
  20          padding:1em 0;
  21          margin:0;
  22      }
  23      a {
  24          color:#fff;
  25      }
  26      h1 {
  27          font-size:2.2em;
  28          text-align:center;
  29          margin:0.4em 0 1.3em 0;
  30      }
  31  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7