summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-02-17 23:22:19 -0500
committerlolcat <will@lolcat.ca>2024-02-17 23:22:19 -0500
commitaddc5a14a93547f630f23e5b6a79cffa2e37d71a (patch)
treea9163ba3a2e24c3c493cdde95e506c0e7e8a772d /static/style.css
parentedc917f5ee984160a0eef436dabd51696d675964 (diff)
boobs
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css43
1 files changed, 41 insertions, 2 deletions
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;