forked from lolcat/4get
1
0
Fork 0

gore theme fix

This commit is contained in:
lolcat 2025-03-16 03:39:58 -04:00
parent c9c8d578f3
commit 81ca8eaddc
1 changed files with 58 additions and 59 deletions

View File

@ -12,8 +12,6 @@
--ebdbb2:#ebdbb2; --ebdbb2:#ebdbb2;
} }
body{ body{
padding:15px 4% 40px; padding:15px 4% 40px;
margin:unset; margin:unset;
@ -42,7 +40,6 @@ h3,h4,h5,h6{
background:#723c0b; background:#723c0b;
} }
.searchbox input{ .searchbox input{
all:unset; all:unset;
line-height:36px; line-height:36px;
@ -97,7 +94,6 @@ h3,h4,h5,h6{
display:inline-block; display:inline-block;
} }
.tabs .tab.selected{ .tabs .tab.selected{
border-bottom:2px solid #fc92a5; border-bottom:2px solid #fc92a5;
} }
@ -107,7 +103,7 @@ h3,h4,h5,h6{
padding-bottom:12px; padding-bottom:12px;
padding-top:7px; padding-top:7px;
margin-bottom:7px; margin-bottom:7px;
background-color:#232525 background-color:#232525;
} }
.filters .filter{ .filters .filter{
@ -170,7 +166,6 @@ h3,h4,h5,h6{
font-size:12px; font-size:12px;
} }
.web .hover{ .web .hover{
display:block; display:block;
text-decoration:none; text-decoration:none;
@ -194,16 +189,13 @@ h3,h4,h5,h6{
color:#9760b1 !important; color:#9760b1 !important;
} }
.web .text-result .greentext{ .web .text-result .greentext{
font-size:14px; font-size:14px;
color:var(--bdae93); color:var(--bdae93);
} }
/* favicon */ /* favicon */
.favicon-dropdown a{ .favicon-dropdown a{
text-decoration:none; text-decoration:none;
color:#d3d0c1; color:#d3d0c1;
@ -212,37 +204,31 @@ h3,h4,h5,h6{
font-size:13px; font-size:13px;
} }
.web .favicon img, .favicon-dropdown img{
.web .favicon img,
.favicon-dropdown img{
margin:3px 7px 0 0; margin:3px 7px 0 0;
height:16px; height:16px;
font-size:12px; font-size:12px;
line-height:16px;; line-height:16px;
display:block; display:block;
text-align:left; text-align:left;
} }
.web .sublinks{ .web .sublinks{
padding:17px 10px; padding:17px 10px;
font-size:15px; font-size:15px;
color:var(--#928374); color:var(--#928374);
} }
.web .text-result .sublinks:last-child{ .web .text-result .sublinks:last-child{
padding-bottom:0; padding-bottom:0;
} }
/* Wikipedia head */ /* Wikipedia head */
.wiki-head{ .wiki-head{
padding:5px; padding:5px;
background-color: #322f2b background-color:#322f2b;
} }
/* /*
Images tab Images tab
*/ */
@ -258,8 +244,6 @@ h3,h4,h5,h6{
float:left; float:left;
} }
#images .image .title{ #images .image .title{
white-space:nowrap; white-space:nowrap;
overflow:hidden; overflow:hidden;
@ -268,7 +252,6 @@ h3,h4,h5,h6{
color:var(--bdae93); color:var(--bdae93);
} }
#popup-status{ #popup-status{
display:none; display:none;
position:fixed; position:fixed;
@ -284,40 +267,56 @@ h3,h4,h5,h6{
Settings page Settings page
*/ */
.web .settings-submit a{ .web .settings-submit a{
margin-right:17px; margin-right:17px;
color:#bdae93; color:#bdae93;
} }
/* /*
Responsive image Responsive image
*/ */
@media only screen and (max-width: 1454px){ #images .image-wrapper{ width:25%; } } @media only screen and (max-width:1454px){
@media only screen and (max-width: 1161px){ #images .image-wrapper{ width:25%; } } #images .image-wrapper{
@media only screen and (max-width: 750px){ #images .image-wrapper{ width:50%; } } width:25%;
@media only screen and (max-width: 450px){ #images .image-wrapper{ width:100%; } } }
}
@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){ @media only screen and (max-width:1550px){
.web .left, .web .left,
.searchbox{ .searchbox{
width:60%; width:60%;
} }
} }
@media only screen and (max-width: 1000px){ @media only screen and (max-width:1100px){
.web .left,
.searchbox{
width:100%;
}
} }
.type{ .type{
color:var(--bdae93); color:var(--bdae93);
} }
}