summaryrefslogtreecommitdiff
path: root/static/css/browser.css
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-01 19:49:01 +0000
committeryo momma <shutup@oops.wtf>2026-02-01 19:49:01 +0000
commitc83b61db8056bc53d1a1def36915137904c97447 (patch)
treefc0cbe4804b3f2380ebbd2306ee1832d0be685ed /static/css/browser.css
parentd5ecfaf90385e846ce7168b1b18535315b7fcdc4 (diff)
Refactor: clean more static inline stylesrefactor
Diffstat (limited to 'static/css/browser.css')
-rwxr-xr-xstatic/css/browser.css24
1 files changed, 17 insertions, 7 deletions
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 {