MediaWiki:Timeless.css: Difference between revisions

From TeamTDM Network Wiki
(Minecraftify the theme)
 
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, #site-navigation, #page-tools {
#mw-content, #mw-site-navigation, #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 9: Line 9:
body {
body {
     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;
}
#mw-header-container {
    background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2n4QzHIn3J7zs__UlDOFa6w06fqMIn6jWlQ&s);
    background-size: 100px;
}
}

Revision as of 23:16, 7 June 2024

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

#mw-content, #mw-site-navigation, #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;
}

#mw-header-container {
     background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2n4QzHIn3J7zs__UlDOFa6w06fqMIn6jWlQ&s);
     background-size: 100px;
}