Difference between revisions of "Template:Goal/styles.css"
Jump to navigation
Jump to search
imported>Jts1882 (add other icons) |
imported>Jts1882 (update) |
||
Line 1: | Line 1: | ||
span.fb-goal-card { | span.fb-goal-card { | ||
− | font-size: | + | 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 { | 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: 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 { | 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: 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 { | 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: 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; | ||
} | } | ||
Revision as of 14:41, 5 December 2018
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;
}