Template:Goal/styles.css
< Template:Goal
Jump to navigation
Jump to search
Revision as of 11:40, 5 December 2018 by imported>Jts1882 (add other icons)
span.fb-goal-card {
font-size: 85%;
}
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;
background-position: left;
padding:0.2em 1.5em 0.2em 0.2em;
}
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;
background-position: left;
padding:0.2em 1.5em 0.2em 0.2em;
}
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;
background-position: left;
padding:0.2em 1.5em 0.2em 0.2em;
}
span.fb-goal-card span.text { /* only used for testing */
/*color:red;*/
/*background-color: yellow;*/
font-size: smaller;
}