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