Changeset 258:1e42d6d85aac

Show
Ignore:
Timestamp:
01/30/10 19:26:01 (6 weeks ago)
Author:
rgrp <http://rufuspollock.org>
Branch:
default
Message:

[css,img][m]: new 'scroll' background for site.

  • small commit but big effort (all due to LF who designed the background!)
Location:
shakespeare/public
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • shakespeare/public/extra.css

    r239 r258  
     1/** 
     2  * Mods to basic 'kforge' theme 
     3  */ 
     4 
     5/* change background */ 
     6body { 
     7  background: url('/img/background_scroll.jpg'); 
     8} 
     9 
     10/* get rid of color so background comes through */ 
     11#navigation li a, 
     12#navigation li a:link, 
     13#navigation li a:visited, 
     14.box .rtop, .box .rbottom, 
     15#footer 
     16{ 
     17  background-color: transparent; 
     18} 
     19 
    120#top { margin-top: 0.4em; } 
    221/* mess with standard ckan theme to remove second submenu for time being */ 
     
    524#main { margin-top: 0.5em; } 
    625#primary { margin-top: 1.2em; } 
     26 
     27/** 
     28  * Minor generic additions 
     29  */ 
    730 
    831p.error {