Difference between revisions of "User talk:Cassiel Seraphim/Sandbox9"

From EVE University Wiki
Jump to: navigation, search
(Created page with "==Text formatting== I'm not 100% sure if this is what you're trying to fix, but if you change ".bar div {...}" to just ".bar {...}" in the css at the top, the text gets the fo...")
 
m (Bates Larsson moved page User talk:Cassiel seraphim/Sandbox9 to User talk:Cassiel Seraphim/Sandbox9: Automatically moved page while merging the account "Cassiel seraphim" to "Cassiel Seraphim")
 
(No difference)

Latest revision as of 21:29, 18 November 2019

Text formatting

I'm not 100% sure if this is what you're trying to fix, but if you change ".bar div {...}" to just ".bar {...}" in the css at the top, the text gets the font size and color you specified.

 1,06%
 2,18%
 10,00%
".bar div"

The difference is that ".bar div {...}" applies the style to all div children of anything with the class "bar", but ".bar {...}" applies the style to any elements of class "bar". Since the text to be formatted is in the .bar div and not its child div, your old css wouldn't apply to it. However if you put text into the "c1", "c2" or "c3" divs, they would have your style applied. Hope that's what you're trying to do.... --Al hubbard (talk) 14:20, 29 November 2016 (CST)