aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2025-03-16 03:39:58 -0400
committerlolcat <will@lolcat.ca>2025-03-16 03:39:58 -0400
commit81ca8eaddc35f7f86e63eed356ef3199f0c78f86 (patch)
treea6cbf3d4021335058246bffe485987e2601999b9 /static
parentc9c8d578f38ce1e04c3aa7457994d0cdcf5d9701 (diff)
gore theme fix
Diffstat (limited to 'static')
-rw-r--r--static/themes/Gore's shitty theme.css113
1 files changed, 56 insertions, 57 deletions
diff --git a/static/themes/Gore's shitty theme.css b/static/themes/Gore's shitty theme.css
index d8e6008..d32f44a 100644
--- a/static/themes/Gore's shitty theme.css
+++ b/static/themes/Gore's shitty theme.css
@@ -1,48 +1,45 @@
:root{
- --1d2021: #1d2021;
- --282828: #282828;
- --3c3836: #3c3836;
- --504945: #504945;
-
+ --1d2021:#1d2021;
+ --282828:#282828;
+ --3c3836:#3c3836;
+ --504945:#504945;
+
/* font */
- --928374: #928374;
- --a89984: #c9c5bf;
- --bdae93: #bdae93;
- --8ec07c: #8ec07c;
- --ebdbb2: #ebdbb2;
+ --928374:#928374;
+ --a89984:#c9c5bf;
+ --bdae93:#bdae93;
+ --8ec07c:#8ec07c;
+ --ebdbb2:#ebdbb2;
}
-
-
body{
padding:15px 4% 40px;
margin:unset;
}
-h1,h2,h3,h4,h5,h6{
+h1, h2, h3, h4, h5, h6{
padding:0;
margin:0 0 7px 0;
line-height:initial;
color:var(--bdae93);
}
-h3,h4,h5,h6{
+h3, h4, h5, h6{
margin-bottom:14px;
}
/*
- Web styles
+ Web styles
*/
.searchbox input[type="submit"]{
float:right;
cursor:pointer;
padding:0 10px;
- border-left: 1px solid var(--504945);
- background: #723c0b;
+ border-left:1px solid var(--504945);
+ background:#723c0b;
}
-
.searchbox input{
all:unset;
line-height:36px;
@@ -97,7 +94,6 @@ h3,h4,h5,h6{
display:inline-block;
}
-
.tabs .tab.selected{
border-bottom:2px solid #fc92a5;
}
@@ -107,7 +103,7 @@ h3,h4,h5,h6{
padding-bottom:12px;
padding-top:7px;
margin-bottom:7px;
- background-color:#232525
+ background-color:#232525;
}
.filters .filter{
@@ -170,7 +166,6 @@ h3,h4,h5,h6{
font-size:12px;
}
-
.web .hover{
display:block;
text-decoration:none;
@@ -194,16 +189,13 @@ h3,h4,h5,h6{
color:#9760b1 !important;
}
-
.web .text-result .greentext{
font-size:14px;
color:var(--bdae93);
}
-
/* favicon */
-
.favicon-dropdown a{
text-decoration:none;
color:#d3d0c1;
@@ -212,39 +204,33 @@ h3,h4,h5,h6{
font-size:13px;
}
-
-.web .favicon img,
-.favicon-dropdown img{
+.web .favicon img, .favicon-dropdown img{
margin:3px 7px 0 0;
height:16px;
font-size:12px;
- line-height:16px;;
+ line-height:16px;
display:block;
text-align:left;
}
-
.web .sublinks{
padding:17px 10px;
font-size:15px;
color:var(--#928374);
}
-
.web .text-result .sublinks:last-child{
padding-bottom:0;
}
-
/* Wikipedia head */
.wiki-head{
padding:5px;
- background-color: #322f2b
+ background-color:#322f2b;
}
-
/*
- Images tab
+ Images tab
*/
#images{
@@ -258,17 +244,14 @@ h3,h4,h5,h6{
float:left;
}
-
-
#images .image .title{
white-space:nowrap;
overflow:hidden;
margin-bottom:7px;
font-weight:bold;
- color:var(--bdae93);
+ color:var(--bdae93);
}
-
#popup-status{
display:none;
position:fixed;
@@ -281,43 +264,59 @@ h3,h4,h5,h6{
}
/*
- Settings page
+ Settings page
*/
-
.web .settings-submit a{
margin-right:17px;
color:#bdae93;
}
-
/*
- Responsive image
+ Responsive image
*/
-@media only screen and (max-width: 1454px){ #images .image-wrapper{ width:25%; } }
-@media only screen and (max-width: 1161px){ #images .image-wrapper{ width:25%; } }
-@media only screen and (max-width: 750px){ #images .image-wrapper{ width:50%; } }
-@media only screen and (max-width: 450px){ #images .image-wrapper{ width:100%; } }
+@media only screen and (max-width:1454px){
+ #images .image-wrapper{
+ width:25%;
+ }
+}
+
+@media only screen and (max-width:1161px){
+ #images .image-wrapper{
+ width:25%;
+ }
+}
+
+@media only screen and (max-width:750px){
+ #images .image-wrapper{
+ width:50%;
+ }
+}
+@media only screen and (max-width:450px){
+ #images .image-wrapper{
+ width:100%;
+ }
+}
/*
- Responsive design
+ Responsive design
*/
-@media only screen and (max-width: 1550px){
-
-
- .web .left,
+
+@media only screen and (max-width:1550px){
+.web .left,
.searchbox{
width:60%;
}
-
}
-@media only screen and (max-width: 1000px){
-
+@media only screen and (max-width:1100px){
+.web .left,
+ .searchbox{
+ width:100%;
+ }
}
- .type{
- color:var(--bdae93);
- }
+.type{
+ color:var(--bdae93);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage