User:It's moon/timeless.css: Difference between revisions
From Splatoon Fanon
No edit summary |
Added code notes |
||
| Line 1: | Line 1: | ||
@media screen and (max-width:850px) { | @media screen and (max-width:850px) { | ||
.sidebar-inner, .dropdown {background: #5e70f2EE!important; border: 3px solid #252570!important; border-radius: 10px!important;} | .sidebar-inner, .dropdown {background: #5e70f2EE!important; border: 3px solid #252570!important; border-radius: 10px!important; | ||
} /* Mobile dropdowns */ | |||
body {background:#252570!important;} | |||
body {background:#252570!important;} /* Mobile footer color */ | |||
} | } | ||
| Line 10: | Line 11: | ||
background-repeat: no-repeat, repeat; | background-repeat: no-repeat, repeat; | ||
} | } | ||
} | } /* Desktop footer fix */ | ||
#mw-header-container {background:#c7649aDD;} /* Header color */ | |||
.color-middle, .color-left, .color-right {background:#FC944F;} /* Orange line */ | |||
#mw- | #mw-content-container{border-bottom:solid 5.6px #bbfe9b;} /* Mint line */ | ||
. | |||
/* Topnavbar margins */ | |||
#p-banner.mw-wiki-title { | #p-banner.mw-wiki-title { | ||
margin-top: -3px; | margin-top: -3px; | ||
| Line 24: | Line 28: | ||
} | } | ||
/* Minor footer fix */ | |||
.mw-footer-container { | .mw-footer-container { | ||
border-top:solid .1px #54595d!important; | border-top:solid .1px #54595d!important; | ||
} | } | ||
/* Dropdown arrow fix */ | |||
#personal .dropdown::after { | #personal .dropdown::after { | ||
border-bottom-color:#5e70f2; | border-bottom-color:#5e70f2; | ||
Revision as of 00:12, 7 July 2025
@media screen and (max-width:850px) {
.sidebar-inner, .dropdown {background: #5e70f2EE!important; border: 3px solid #252570!important; border-radius: 10px!important;
} /* Mobile dropdowns */
body {background:#252570!important;} /* Mobile footer color */
}
@media screen and (min-width:851px) {
body, #mw-content-container {
background-image: linear-gradient(to bottom, #5e70f2, #c7649a), linear-gradient(#252570);
background-repeat: no-repeat, repeat;
}
} /* Desktop footer fix */
#mw-header-container {background:#c7649aDD;} /* Header color */
.color-middle, .color-left, .color-right {background:#FC944F;} /* Orange line */
#mw-content-container{border-bottom:solid 5.6px #bbfe9b;} /* Mint line */
/* Topnavbar margins */
#p-banner.mw-wiki-title {
margin-top: -3px;
}
@media screen and (min-width: 851px) {
#user-tools {margin-top: -4px;}
}
/* Minor footer fix */
.mw-footer-container {
border-top:solid .1px #54595d!important;
}
/* Dropdown arrow fix */
#personal .dropdown::after {
border-bottom-color:#5e70f2;
}
#personal .dropdown::before {
border-bottom-color:#252570;
}