MediaWiki:Timeless.css: Difference between revisions

From TeamTDM Network Wiki
(removed minecraft grass top)
(Added DanTDM style to the wiki)
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 {
body {background: linear-gradient(to right, rgb(0, 0, 100), rgb(0, 81, 255));}
    background: url(https://d31sxl6qgne2yj.cloudfront.net/wordpress/wp-content/uploads/20190102094846/Minecraft-Stone-Block.jpg) gray;
 
    background-size:30px;
 
}
#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.com/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;}

Revision as of 01:31, 8 June 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.com/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;}