Template:Goal/styles.css

From blackwiki
< Template:Goal
Revision as of 14:41, 5 December 2018 by imported>Jts1882 (update)
Jump to navigation Jump to search
span.fb-goal-card {
	font-size: smaller; 
}
span.fb-goal-card span {
	background-position: left;
	padding:0.2em 1.5em 0.2em 0.2em;
}
span.fb-goal-card span.goal {
	background: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Soccerball_shade.svg/13px-Soccerball_shade.svg.png) no-repeat;
}
span.fb-goal-card span.red-card {
	background: url(//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Red_card.svg/10px-Red_card.svg.png) no-repeat;
}
span.fb-goal-card span.yellow-card {
	background: url(//upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Yellow_card.svg/10px-Yellow_card.svg.png) no-repeat;
}
span.fb-goal-card span.second-yellow-card {
	background: url(//upload.wikimedia.org/wikipedia/commons/thumb/1/19/Yellow-red_card.svg/18px-Yellow-red_card.svg.png) no-repeat;
}

span.fb-goal-card span.text { /* only used for testing */
	/*color:red;*/
	/*background-color: yellow;*/
	font-size: smaller;
}