MediaWiki:Timeless.css: Difference between revisions

From TeamTDM Network Wiki
No edit summary
No edit summary
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 */


#mw-content, #mw-site-navigation, #page-tools {
#mw-content, .sidebar-chunk, #page-tools {
     background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2n4QzHIn3J7zs__UlDOFa6w06fqMIn6jWlQ&s) white;
     background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2n4QzHIn3J7zs__UlDOFa6w06fqMIn6jWlQ&s) white;
     background-repeat: repeat-x;
     background-repeat: repeat-x;
Line 10: Line 10:
     background: url(https://d31sxl6qgne2yj.cloudfront.net/wordpress/wp-content/uploads/20190102094846/Minecraft-Stone-Block.jpg) gray;
     background: url(https://d31sxl6qgne2yj.cloudfront.net/wordpress/wp-content/uploads/20190102094846/Minecraft-Stone-Block.jpg) gray;
     background-size:30px;
     background-size:30px;
}
#mw-header-container {
    background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2n4QzHIn3J7zs__UlDOFa6w06fqMIn6jWlQ&s);
    background-size: 100px;
}
}

Revision as of 23:17, 7 June 2024

/* All CSS here will be loaded for users of the Timeless skin */

#mw-content, .sidebar-chunk, #page-tools {
     background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2n4QzHIn3J7zs__UlDOFa6w06fqMIn6jWlQ&s) white;
     background-repeat: repeat-x;
     background-size: 25px;
}

body {
    background: url(https://d31sxl6qgne2yj.cloudfront.net/wordpress/wp-content/uploads/20190102094846/Minecraft-Stone-Block.jpg) gray;
    background-size:30px;
}