themes/stpatty/css-simple/shamrock.css
changeset 0 902822492a68
child 1227 bdac73ed481e
equal deleted inserted replaced
-1:000000000000 0:902822492a68
       
     1 /*
       
     2  * St. Patty theme for Enano
       
     3  * Copyright (C) 2007 Dan Fuhry
       
     4  *
       
     5  * This theme is Free Software, available under the terms of the GNU General Public License. See the file "GPL" included with this
       
     6  * package for details.
       
     7  *
       
     8  * Some ideas - most notably the hatching patterns and floating divs, were taken from Bittersweet <http://templates.arcsin.se/>
       
     9  * No code or graphics were copied.
       
    10  */
       
    11 
       
    12 div#title h1 {
       
    13   font-size: 16pt;
       
    14   text-align: left;
       
    15   font-weight: normal;
       
    16   margin: 0 10px;
       
    17   padding: 10px;
       
    18 }
       
    19 
       
    20 div#maincontent h2#pagetitle {
       
    21   font-size: 12pt;
       
    22 }
       
    23 div.footer {
       
    24   min-height: 10px;
       
    25 }
       
    26 
       
    27 table#stretcher {
       
    28   width: 100%;
       
    29   height: 100%;
       
    30 }
       
    31 
       
    32 div#bg {
       
    33   height: 100%;
       
    34 }
       
    35 
       
    36 div#rap {
       
    37   border-top:    1px solid #237000;
       
    38   border-bottom: 1px solid #237000;
       
    39 }
       
    40