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

From blackwiki
Jump to navigation Jump to search
imported>Jts1882
(line height for icon)
imported>Jts1882
(change padding to show full icon)
Line 2: Line 2:
 
/*color:red;*/
 
/*color:red;*/
 
font-size: 85%;
 
font-size: 85%;
 
 
}
 
}
 
span.fb-goal-card span.goal {
 
span.fb-goal-card span.goal {
Line 10: Line 9:
 
/*background-color: yellow;*/
 
/*background-color: yellow;*/
 
background-position: left;
 
background-position: left;
padding:0 1.5em 0 0.2em;
+
padding:0.2em 1.2em 0.2em 0.2em;
line-height:118%; /*compensates for font-size 85% of container*/
 
 
}
 
}
 
span.fb-goal-card span.text {
 
span.fb-goal-card span.text {

Revision as of 10:34, 5 December 2018

span.fb-goal-card {
	/*color:red;*/
	font-size: 85%;
}
span.fb-goal-card span.goal {
	/* 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: left;
	padding:0.2em 1.2em 0.2em 0.2em;
}
span.fb-goal-card span.text {
	/*color:red;*/
	font-size: smaller;
}