MediaWiki:Timeless.css: Difference between revisions
From TeamTDM Network Wiki
No edit summary |
(Fixed background) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
body {background: linear-gradient(to right, rgb(0, 0, 100), rgb(0, 81, 255));} | |||
} | |||
#mw-header-nav-hack, #mw-header-hack {display:none;} | |||
} | /* WIKI HEADER */ | ||
#mw-header-container { background: linear-gradient(to right, rgb(0, 0, 100), rgb(0, 81, 255));color:white;} | |||
#p-logo-text a {color:white;} | |||
/* BODY CONTENT */ | |||
#mw-content-container {background-image: url(https://teamtdmnetwork.xyz/images/DanTDMBG.jpg);background-size: cover;background-position: 0;border-bottom:0px;} | |||
#mw-content {background:#ffffffd4;} | |||
/* SIDEBARS STUFF */ | |||
#mw-site-navigation .sidebar-chunk,#mw-related-navigation .sidebar-chunk {background: #f8f9fa70;} |
Latest revision as of 13:49, 21 October 2024
/* All CSS here will be loaded for users of the Timeless skin */ body {background: linear-gradient(to right, rgb(0, 0, 100), rgb(0, 81, 255));} #mw-header-nav-hack, #mw-header-hack {display:none;} /* WIKI HEADER */ #mw-header-container { background: linear-gradient(to right, rgb(0, 0, 100), rgb(0, 81, 255));color:white;} #p-logo-text a {color:white;} /* BODY CONTENT */ #mw-content-container {background-image: url(https://teamtdmnetwork.xyz/images/DanTDMBG.jpg);background-size: cover;background-position: 0;border-bottom:0px;} #mw-content {background:#ffffffd4;} /* SIDEBARS STUFF */ #mw-site-navigation .sidebar-chunk,#mw-related-navigation .sidebar-chunk {background: #f8f9fa70;}