From c83b61db8056bc53d1a1def36915137904c97447 Mon Sep 17 00:00:00 2001 From: yo momma Date: Sun, 1 Feb 2026 19:49:01 +0000 Subject: Refactor: clean more static inline styles --- static/css/browser.css | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'static/css/browser.css') diff --git a/static/css/browser.css b/static/css/browser.css index 124b79c..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 { -- cgit v1.2.3-70-g09d2