You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Template:Unicode: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:




===Helpful?===
Flay, can you add this to the stylesheets for the wiki?
Flay, can you add this to the stylesheets for the wiki?


 
<code>
<nowiki>.Unicode {font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS","Microsoft Sans Serif", "Lucida Sans Unicode";}</nowiki>
.Unicode {
    font-family: "Microsoft Sans Serif", "Arial Unicode MS", "Free Sans",
                "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic",
                "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL",
                "Code2000", "Code2001";
    font-size-adjust: 0.54;
}
</code>


</noinclude>
</noinclude>

Revision as of 16:54, 25 October 2010

Adds a <span class="Unicode">{{{1}}}</span> around the parameter.


Helpful?

Flay, can you add this to the stylesheets for the wiki?

.Unicode {
   font-family: "Microsoft Sans Serif", "Arial Unicode MS", "Free Sans",
                "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic",
                "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL",
                "Code2000", "Code2001";
   font-size-adjust: 0.54;
}