Template:SkyTempleIcon/styles.css: Difference between revisions

From SkyTemple
Create as a dummy for now
 
basic css for experimentation
Line 1: Line 1:
body {
.skytemple-icon {
color: red !important;
display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
 
.skytemple-copy-settings-symbolic {
background-image: url("/resources/assets/skytemple/skytemple-icons/skytemple-e-script-symbolic.symbolic.png");
}
}

Revision as of 18:33, 23 August 2023

.skytemple-icon {
	display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.skytemple-copy-settings-symbolic {
	background-image: url("/resources/assets/skytemple/skytemple-icons/skytemple-e-script-symbolic.symbolic.png");
}