diff options
Diffstat (limited to 'static/css/browser.css')
| -rwxr-xr-x | static/css/browser.css | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/static/css/browser.css b/static/css/browser.css index e0d6c19..4c115e6 100755 --- a/static/css/browser.css +++ b/static/css/browser.css @@ -1,13 +1,23 @@ /* pichat.css */ body { - font-size:13; - font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; - margin:2%; - background-repeat:repeat-x; - background-position:top; - -} + font-size:13; + font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; + margin:2%; + background-repeat:repeat-x; + background-position:top; + + } + + .is-hidden { + display: none; + } + + #content.content-hearts { + background-image: url(/static/hearts.gif); + background-repeat: repeat; + height: 800px; + } #rapper{ } #container { @@ -84,7 +94,7 @@ border:1px solid #f0e0d6; text-align:center; position:fixed; width:100%; - bottom:0px; + bottom:3px; line-height:3.1; font-size:11px; word-spacing:8px; |
