Difference between revisions of "Template:Goal/styles.css"
Jump to navigation
Jump to search
imported>Jts1882 (save testing version) |
imported>Jts1882 (update for new organisation) |
||
Line 1: | Line 1: | ||
− | .goal-block span { | + | span.goal-icon-block span.goal-icon { |
/* 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 | + | background: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Soccerball_shade.svg/13px-Soccerball_shade.svg.png) no-repeat; |
− | + | /*background-color: yellow;*/ | |
− | background-color: yellow; | + | background-position: center; |
− | background-position: | + | padding:0 0.65em; |
} | } | ||
− | .goal- | + | span.goal-icon-block span.goal-text { |
− | color:red; | + | /*color:red;*/ |
+ | font-size: smaller; | ||
} | } |
Revision as of 18:04, 4 December 2018
span.goal-icon-block span.goal-icon {
/* 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/5/51/Soccerball_shade.svg/13px-Soccerball_shade.svg.png) no-repeat;
/*background-color: yellow;*/
background-position: center;
padding:0 0.65em;
}
span.goal-icon-block span.goal-text {
/*color:red;*/
font-size: smaller;
}