Difference between revisions of "Template:Goal/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Jts1882
(creating using lock icon as this works elsewhere)
 
imported>Jts1882
(save testing version)
Line 1: Line 1:
.goal-icon-ball span {
+
.goal-block span {
 
/* different icon as this works elsewhere */
 
/* different icon as this works elsewhere */
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png) no-repeat;
+
/*background: url(//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png) no-repeat;*/
background-position: right .1em center;
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Soccerball_shade.svg/13px-Soccerball_shade.svg.png);
 +
background-repeat: no-repeat;
 +
background-color: yellow;
 +
background-position: left 0.1em center;
 +
}
 +
.goal-suffix {
 +
color:red;
 
}
 
}

Revision as of 17:00, 4 December 2018

.goal-block span {
	/* different icon as this works elsewhere */
	/*background: url(//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png) no-repeat;*/
	background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Soccerball_shade.svg/13px-Soccerball_shade.svg.png);
	background-repeat: no-repeat;
	background-color: yellow;
	background-position: left 0.1em center;
}
.goal-suffix {
	color:red;
}