From addc5a14a93547f630f23e5b6a79cffa2e37d71a Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 17 Feb 2024 23:22:19 -0500 Subject: boobs --- static/style.css | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 0c1d475..9e04c11 100644 --- a/static/style.css +++ b/static/style.css @@ -48,10 +48,35 @@ body{ font-size:16px; box-sizing:border-box; font-family:sans-serif; - padding:15px 7% 45px; + margin:15px 7% 45px; word-wrap:anywhere; line-height:22px; max-width:2000px; + position:relative; +} + +.navigation{ + position:absolute; + top:0; + right:0; + font-size:14px; + line-height:40px; +} + +.navigation a{ + color:var(--bdae93); + text-decoration:none; +} + +.navigation a:hover{ + text-decoration:underline; +} + +.navigation a:not(:last-child)::after{ + content:"|"; + padding:0 7px; + display:inline-block; + color:var(--504945); } h1,h2,h3,h4,h5,h6{ @@ -176,7 +201,6 @@ h3,h4,h5,h6{ /* Filters */ .filters{ - padding-bottom:15px; margin-bottom:7px; } @@ -203,6 +227,12 @@ h3,h4,h5,h6{ height:24px; } +.timetaken{ + font-size:14px; + font-weight:bold; + margin-bottom:10px; +} + /* HOME @@ -1288,6 +1318,15 @@ table tr a:last-child{ } @media only screen and (max-width: 1000px){ + form{ + padding-top:27px; + } + + .navigation{ + left:0; + right:unset; + line-height:22px; + } .nextpage.img{ width:initial; -- cgit v1.2.3