Changeset 698 for website

Show
Ignore:
Timestamp:
02/21/08 08:38:04 (9 months ago)
Author:
slclark
Message:

Changed to accomodate JQuery and Volunteers Page use of it

Location:
website/branches/localfarcryplusfb/www
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • website/branches/localfarcryplusfb/www/css/styles.css

    r687 r698  
    2424/* Generic Classes */ 
    2525.hidden, 
    26 div#banner h1{ 
     26div#banner h1, 
     27div.pod div{ 
    2728                position:absolute; 
    2829                width:1px; 
     
    779780        margin-left:20%; 
    780781        } 
     782/* Contributed by Peter Boughton */ 
     783#content .pod 
     784{ 
     785        width: 43%; 
     786        float: left; clear: none; 
     787        margin: 2%; padding: 0; 
     788        background: #E6FFCE; 
     789        border: solid 1px #669900; 
     790        padding-bottom: 1em; 
     791} 
     792 
     793#content .pod h3 
     794{ 
     795        text-align: center; 
     796        background: #669900 url(http://fuseboxframework.org/css/images/hnavbackground.jpg) repeat-x; 
     797        padding: 1%; 
     798} 
     799 
     800#content .pod h4 
     801{ 
     802        margin-top: 0.5em; 
     803        margin-left: 1em; 
     804} 
     805 
     806#content .pod .infobox 
     807{ 
     808        margin: 0 1em; 
     809        margin-bottom: 3em;  
     810} 
     811 
     812 
     813#content .pod .infobox dl 
     814{ 
     815        font-size: 85%; 
     816} 
     817 
     818#content .pod .infobox dl dt 
     819{ 
     820        font-weight: bold; 
     821} 
     822 
     823 
     824 
     825 
     826 
     827.break{float:none;clear:both} 
     828 
     829 
     830 
     831 
     832 
     833 
     834 
     835div.pod div.show 
     836{ 
     837    position:static; 
     838    width: auto; 
     839    height: auto; 
     840    overflow: visible; 
     841    margin-top: auto; 
     842}