MediaWiki talk:Common.css: Difference between revisions

Content deleted Content added
Alarbus (talk | contribs)
Flatlist css tweak: ordered lists should never be horizontal
MiszaBot II (talk | contribs)
m Archiving 2 thread(s) (older than 90d) to MediaWiki talk:Common.css/Archive 13.
Line 10:
{{Archives|search=yes|auto=yes|bot=MiszaBot II|age=3|units=months}}
{{todo|small=yes|nopreload=yes}}
 
== Remove deployed code ==
 
{{editprotected|answered=yes}}
 
Hi!
 
It seems that the code
<syntaxhighlight lang="javascript">/* Fix monospace fontsize in new edit toolbar (jquery.wikiEditor.toolbar.css).
[[Bugzilla:27502]] */
.wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax,
.wikiEditor-ui-toolbar .section-help .page-table td.syntax {
font-family: monospace, "Courier New";
}</syntaxhighlight>
is already [https://secure.wikimedia.org/wikipedia/en/w/load.php?debug=true&lang=en&modules=jquery.wikiEditor.toolbar&only=styles deployed] (see [[rev:82533]]), so it could be removed from [[MediaWiki:Common.css]]. [[User talk:Helder.wiki|Helder]] 15:11, 30 June 2011 (UTC)
:{{Done}}. <span style="font-family:'Trebuchet MS',sans-serif"> — [[User:Edokter|<span style="color:#008"><i>E</i>dokter</span>]] ([[User_talk:Edokter|<span style="color:#080">talk</span>]]) — </span> 15:38, 30 June 2011 (UTC)
 
== Better support for the Gaelic script ==
 
{{editprotected|answered=yes}}
 
Hello! I'd like to add some free Unicode fonts to the Gaelic script template in order to improve the font fallback:
<syntaxhighlight lang="css">
.script-gaelic {
font-family: Duibhlinn, Bunchló GC, Rudhraigheacht UNICODE, Gadelica, Ceanannas, Úrchló GC, Glanchló GC, Corcaigh, Gaelic;
}</syntaxhighlight>
[http://www.gaelchlo.com/bungc.html Bunchló GC font] [http://www.iol.ie/~sob/gadelica/ Gadelica font] [http://www.smo.uhi.ac.uk/~oduibhin/mearchlar/fonts.htm More info about Gaelic fonts]
Thanks. {{unsignedip|83.38.112.103|05:38, 12 August 2011 (UTC)}}
 
:{{notdone}} for now. CSS for single low-volume templates should be placed inline. <span style="font-family:'Trebuchet MS',sans-serif"> — [[User:Edokter|<span style="color:#008"><i>E</i>dokter</span>]] ([[User_talk:Edokter|<span style="color:#080">talk</span>]]) — </span> 15:24, 12 August 2011 (UTC)
 
The actual Gaelic template in WinFixes.css supports only propietary fonts. Bunchló GC & Gadelica fonts are free available ones (more people could use them).
Also, can I suggest a Fraktur/Blackletter script template?
<syntaxhighlight lang="css">
.script-fraktur {
font-family: UnifrakturCook, UnifrakturMaguntia, Fraktur, Germanica;
}</syntaxhighlight>
[http://unifraktur.sourceforge.net/ UnifrakturCook & UnifrakturMaguntia (Google Web fonts available for @font-face embedding)] <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/83.38.112.103|83.38.112.103]] ([[User talk:83.38.112.103|talk]]) 01:27, 13 August 2011 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
 
== Blockquote size ==
  NODES
todo 1