get rid of the background of the banner
All checks were successful
docker / docker (push) Successful in 11s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-07-11 16:32:24 +03:00
parent 5aff5e9277
commit c5eeb3c911

View File

@ -4,20 +4,20 @@
--282828: #282828; --282828: #282828;
--3c3836: #3c3836; --3c3836: #3c3836;
--504945: #504945; --504945: #504945;
/* font */ /* font */
--928374: #928374; --928374: #928374;
--a89984: #a89984; --a89984: #a89984;
--bdae93: #bdae93; --bdae93: #bdae93;
--8ec07c: #8ec07c; --8ec07c: #8ec07c;
--ebdbb2: #ebdbb2; --ebdbb2: #ebdbb2;
/* code highlighter */ /* code highlighter */
--comment: #9e8e73; --comment: #9e8e73;
--default: #d4be98; --default: #d4be98;
--keyword: #d8a657; --keyword: #d8a657;
--string: #7daea7; --string: #7daea7;
/* color codes for instance list */ /* color codes for instance list */
--green: #b8bb26; --green: #b8bb26;
--yellow: #d8a657; --yellow: #d8a657;
@ -258,7 +258,7 @@ h3,h4,h5,h6{
font-family:Times; font-family:Times;
width:100%; width:100%;
height:100%; height:100%;
background:var(--282828); background: none;
display:block; display:block;
object-fit:contain; object-fit:contain;
} }
@ -1300,20 +1300,20 @@ table tr a:last-child{
Responsive design Responsive design
*/ */
@media only screen and (max-width: 1550px){ @media only screen and (max-width: 1550px){
.web .right-right, .web .right-right,
.web .right-left{ .web .right-left{
float:none; float:none;
width:initial; width:initial;
padding:0 0 0 15px; padding:0 0 0 15px;
} }
.web .left, .web .left,
.searchbox, .searchbox,
#images .infobox{ #images .infobox{
width:60%; width:60%;
} }
.web .right-wrapper{ .web .right-wrapper{
width:40%; width:40%;
} }
@ -1323,43 +1323,43 @@ table tr a:last-child{
form{ form{
padding-top:27px; padding-top:27px;
} }
.navigation{ .navigation{
left:0; left:0;
right:unset; right:unset;
line-height:22px; line-height:22px;
} }
.nextpage.img{ .nextpage.img{
width:initial; width:initial;
} }
.web .right-right, .web .right-right,
.web .right-left{ .web .right-left{
border:none; border:none;
padding:0; padding:0;
} }
.web .right-wrapper{ .web .right-wrapper{
float:none; float:none;
padding:0; padding:0;
width:initial; width:initial;
} }
.web .left, .web .left,
.searchbox{ .searchbox{
width:100%; width:100%;
} }
body:not(.instances) table td{ body:not(.instances) table td{
display:block; display:block;
width:100%; width:100%;
} }
table a{ table a{
padding:0; padding:0;
} }
.web.has-answer .left::before{ .web.has-answer .left::before{
display:block; display:block;
content:"Results"; content:"Results";
@ -1368,16 +1368,16 @@ table tr a:last-child{
margin-bottom:17px; margin-bottom:17px;
color:var(--bdae93); color:var(--bdae93);
} }
.web .answer{ .web .answer{
max-height:200px; max-height:200px;
} }
.web .wiki-head tr td:first-child, .web .wiki-head tr td:first-child,
.web .info-table tr td:first-child{ .web .info-table tr td:first-child{
text-decoration:underline; text-decoration:underline;
} }
#images .infobox{ #images .infobox{
width:100%; width:100%;
} }