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 Coding and testing
m Remove section Test CSS
Line 8: Line 8:
{{User:Evon R'al/Sandbox template|Test}}
{{User:Evon R'al/Sandbox template|Test}}
Line after
Line after
== Test CSS ==
&#25CB;<br>
&#9668;<br>
&#9678;<br><!-- CSS \25CE -->
&#9679;<br><!-- CSS \25CF -->
&#9675;<!--CSS  \25CB -->
{{#CSS:
.test ul {
  margin: 0;
  padding: 0;
}
.test li {
  margin: 0;
  list-style: none;
  display: inline;
}
.test li:after {
  content: "\00A0\25CB";  /* This is the one i think, should replace " · " with "\00A0\25CB" in Common.css */
  padding-right: 4px;
}
.test li:last-child:after {
  content: none;
}
.try li:after {
  content: "\00A0\25CB"; /* This is the one i think, should replace " · " with "\00A0\25CB" in Common.css */
}
}}
<ul class="test">
<li>een
<li>twee
<li>drie
</ul>
{{Flatlist|class= try|
* een
* twee
* drie
}}


== Test ==
== Test ==