User:Unready/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Unready/common.js. |
/**
* Asana Math is released under the SIL Open Font License.
* http://mirrors.ctan.org/fonts/
*
* Feature requires Chrome Firefox IE Opera Safari
* @namespace 1.0+ 1.0+ 9.0+ 8.0+ 1.0+
* selector (|) 1.0+ 1.0+ 9.0+ 8.0+ 3.0+
* MathML n/a 1.5+ n/a ? ?
*/
/* @namespace url(http://www.w3.org/1999/xhtml); */
@namespace m url(http://www.w3.org/1998/Math/MathML);
@font-face {
font-family: "Asana Math";
src: local("Asana Math"), url(http://fred-wang.github.io/MathFonts/Asana/Asana-Math.woff);
}
m|math {
font-family: "Asana Math";
}
/* text in a math tag is the same as serif outside the math tag */
m|mtext {
font-family: "Linux Libertine", Georgia, Times, serif;
}
/*
.oldstylenumbers {
font-variant-numeric: oldstyle-nums; /* Recommended syntax
font-feature-settings: 'onum'; /* OpenType feature syntax
-moz-font-feature-settings: 'onum'; /* Gecko <= 33 syntax
-webkit-font-feature-settings: 'onum'; /* Blink syntax
}
@font-feature-values Asana Math { @stylistic { calligraphic: 1; } }
m|*.calligraphic {
font-variant-alternates: stylistic(calligraphic); /* Recommended syntax
font-feature-settings: 'salt'; /* OpenType feature syntax
-moz-font-feature-settings: 'salt'; /* Gecko <= 33 syntax
-webkit-font-feature-settings: 'salt'; /* Blink syntax
}
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* box the messages */
#watchlist-message {
border: 1px solid #aaa;
margin-right: 1.6em;
padding: 0.6em 1.6em;
}
/* less obnoxious geonotices; make regular watchlist messages the same */
#watchlist-message .geonotice,
#watchlist-message .watchlist-message {
line-height: normal;
}
#watchlist-message .geonotice span,
#watchlist-message .watchlist-message {
font-size: small;
}