Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Evon R'al/Sandbox: Difference between revisions

From EVE University Wiki
m Playing with CSS
m Test CSS: Coding and testing
Line 12: Line 12:
&#25CB;<br>
&#25CB;<br>
&#9668;<br>
&#9668;<br>
&#9678;<br>
&#9678;<br><!-- CSS \25CE -->
&#9679;<br>
&#9679;<br><!-- CSS \25CF -->
&#9675;<!--CSS  \25CB -->
&#9675;<!--CSS  \25CB -->


Line 29: Line 29:


.test li:after {
.test li:after {
   content: "\25CB";  /* This is the one i think */
   content: "\00A0\25CB";  /* This is the one i think, should replace " · " with "\00A0\25CB" in Common.css */
   padding-right: 4px;
   padding-right: 4px;
  }
  }
Line 37: Line 37:
  }
  }


.try li:after {
  content: "\00A0\25CB";
}
}}
}}
<ul class="test">
<ul class="test">
Line 44: Line 47:
</ul>
</ul>


{{Flatlist|class= try
* een
* twee
* drie
}}


== Test ==
== Test ==