This is the current revision of this page, as edited by Xplane80(talk | contribs) at 19:11, 11 February 2015(←Created page with '/********************************************************************* This is free and unencumbered software released into the public ___domain. Anyone is free to...'). The present address (URL) is a permanent link to this version.Revision as of 19:11, 11 February 2015 by Xplane80(talk | contribs)(←Created page with '/********************************************************************* This is free and unencumbered software released into the public ___domain. Anyone is free to...')
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.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*********************************************************************This is free and unencumbered software released into the public ___domain.Anyone is free to copy, modify, publish, use, compile, sell, ordistribute this software, either in source code form or as a compiledbinary, for any purpose, commercial or non-commercial, and by anymeans.For more information, please refer to <http://unlicense.org/>*********************************************************************//*WiTeXhttps://github.com/AndrewBelt/WiTeX*//* Latin Modern (LaTeX default) font */@font-face{font-family:'Latin Modern Roman';font-weight:normal;font-style:normal;/* pls someone offer me a CDN for these fonts so I can save bandwidth for my email service */src:url('https://pawnmail.com/fonts/lmroman10-regular.woff')format('woff');}@font-face{font-family:'Latin Modern Roman';font-weight:bold;font-style:normal;src:url('https://pawnmail.com/fonts/lmroman10-bold.woff')format('woff');}@font-face{font-family:'Latin Modern Roman';font-weight:normal;font-style:italic;src:url('https://pawnmail.com/fonts/lmroman10-oblique.woff')format('woff');}@font-face{font-family:'Latin Modern Roman';font-weight:bold;font-style:italic;src:url('https://pawnmail.com/fonts/lmroman10-boldoblique.woff')format('woff');}/* Page Layout */body{background:none;font-size:16pt;}body{font-family:'Latin Modern Roman',serif;}h1,h2,h3,h4,h5,h6{border:none;font-weight:bold;}a,a:visited{color:#a00;}ul{list-style:disc;}#mw-navigation,#mw-page-base,#mw-head-base,#footer{/* nuke everything but the content */display:none;}/* Content Box */.mw-body{max-width:720px;margin:2emauto;}#content{border:none;color:black;}#firstHeading,#siteSub{text-align:center;display:block;}.mw-bodyh1,.mw-bodyh2{font-family:inherit;}#siteSub{margin-bottom:4em;}/* Article Body */.mw-editsection{/* hide more non-content */display:none;}.mw-body-content{text-align:justify;}dldd{/* center definitions (most useful for display equations) */text-align:center;}span.texhtml{/* revert inline math to default font */font-family:inherit;font-size:inherit;line-height:inherit;}/* Table of Contents */#toc,.toc{border:none;padding:0;background:none;}.mw-body#toch2,.mw-body.toch2{font-family:inherit;}#toch2,.toch2{display:block;}#toc#toctitle,.toc#toctitle,#toc.toctitle,.toc.toctitle{text-align:left;}.toctoggle{display:none;}