User:Protez/read.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. |
Documentation for this user script can be added at User:Protez/read. This user script seems to have an accompanying .js page at User:Protez/read.js. |
@charset "utf-8";
/* Document */
body{font-size:10px;line-height:1;}
/*
#readability-logo,#arc90-logo,.footer-twitterLink,#readTools a,a.rdbTK-powered span{background-color:transparent!important;background-image:url(http://lab.arc90.com/experiments/readability/images/sprite-readability.png)!important;background-repeat:no-repeat!important;}
*/
#readOverlay{text-rendering:optimizeLegibility;display:block;position:absolute;top:0;left:0;width:100%;}
#readInner{max-width:800px;margin:1em auto;}
#readInner a{color:#039;text-decoration:none;}
#readInner a:hover,#readInner a:focus{text-decoration:underline;}
#readInner img{float:left;clear:both;margin:0 12px 12px 0;}
#readInner img.blockImage{clear:both;float:none;display:block;margin-left:auto;margin-right:auto;}
#readInner h1{display:block;width:100%;border-bottom:1px solid #333;font-size:1.2em;padding-bottom:.5em;margin-bottom:.75em;}
#readInner sup{line-height:.8em;}
#readInner .page-separator{clear:both;display:block;font-size:.85em;filter:alpha(opacity=20);opacity:.20;text-align:center;}
.style-apertura #readInner h1{border-bottom-color:#ededed;}
.style-terminal #readInner h1{border-bottom-color:#c6ffc6;}
#readInner blockquote{margin-left:3em;margin-right:3em;}
#readability-inner *{margin-bottom:16px;border:none;background:none;}
#readability-footnotes{clear:both;}
/* Footer */
#rdb-footer-wrapper{display:block;border-top:1px solid #333;clear:both;overflow:hidden;margin:2em 0;}
.style-apertura #rdb-footer-wrapper{border-top-color:#ededed;}
.style-terminal #rdb-footer-wrapper{border-top-color:#c6ffc6;}
#rdb-footer-left{display:inline;float:left;margin-top:15px;width:285px;background-position:0 -36px;}
.rdbTypekit #rdb-footer-left{width:475px;}
#rdb-footer-left a,#rdb-footer-left a:link{float:left;}
#readability-logo{display:inline;background-position:0 -36px;height:29px;width:189px;text-indent:-9000px;}
#arc90-logo{display:inline;background-position:right -36px;height:29px;width:96px;text-indent:-9000px;}
.style-apertura #readability-logo,.style-terminal #readability-logo{background-position:0 -67px;}
.style-apertura #arc90-logo,.style-terminal #arc90-logo{background-position:right -67px;}
#rdb-footer-right{display:inline;float:right;text-align:right;font-size:.75em;margin-top:18px;}
#rdb-footer-right a{display:inline-block;float:left;overflow:visible;line-height:16px;vertical-align:baseline;}
.footer-twitterLink{height:20px;margin-left:20px;background-position:0 -123px;font-size:12px;padding:4px 0 0 28px;}
#rdb-footer-left .footer-twitterLink{display:none;margin-top:1px;padding-top:2px;}
.rdbTypekit #rdb-footer-left .footer-twitterLink{display:inline-block!important;}
a.rdbTK-powered,a.rdbTK-powered:link,a.rdbTK-powered:hover{font-size:16px;color:#858789!important;text-decoration:none!important;}
a.rdbTK-powered span{display:inline-block;height:22px;margin-left:2px;background-position:0 -146px!important;padding:4px 0 0 26px;}
.style-apertura #rdb-inverse,.style-athelas #rdb-athelas{display:block;}
#rdb-footer-print,#readability-url,.rdbTypekit #rdb-footer-right .footer-twitterLink,span.version{display:none;}
/* Tools */
#readTools{width:34px;height:150px;position:fixed;z-index:100;top:10px;left:10px;}
#readTools a{overflow:hidden;margin-bottom:8px;display:block;opacity:.4;text-indent:-99999px;height:34px;width:34px;text-decoration:none;filter:alpha(opacity=40);}
#reload-page{background-position:0 0;}
#print-page{background-position:-36px 0;}
#email-page{background-position:-72px 0;}
#kindle-page{background-position:-108px 0;}
#readTools a:hover,#readTools a:focus{opacity:1;filter:alpha(opacity=100);}
/* @group User Styles */
/* Size */
.size-x-small{font-size:1.1em;line-height:1.5em;}
.size-small{font-size:1.4em;line-height:1.5em;}
.size-medium{font-size:1.7em;line-height:1.48em;}
.size-large{font-size:2em;line-height:1.47em;}
.size-x-large{font-size:2.5em;line-height:1.43em;}
.size-x-small h1,.size-small h1,.size-medium h1,.size-large h1{font-size:1.6em;line-height:1.5em;}
.size-x-large h1{font-size:1.6em;line-height:1.3em;}
/* Style */
.style-newspaper {font-family:"Myriad Pro",Georgia,"Times New Roman", Times, serif;background:#fbfbfb;color:#080000;}
.style-newspaper h1 {text-transform:capitalize;font-family:Georgia, "Times New Roman", Times, serif;}
.style-newspaper #readInner a {color:#0924e1;}
.style-novel {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;background:#f4eed9;color:#1d1916;}
.style-novel #readInner a {color:#1856ba;}
.style-ebook {font-family:Arial, Helvetica, sans-serif;background:#edebe8;color:#2c2d32;}
.style-ebook #readInner a {color:#187dc9;}
.style-ebook h1 {font-family:"Arial Black", Gadget, sans-serif;font-weight:400;}
.style-terminal {font-family:"Lucida Console", Monaco, monospace;background:#1d4e2c;color:#c6ffc6;}
.style-terminal #readInner a {color:#093;}
/* Typekit */
.style-apertura{font-family:apertura-1,apertura-2,sans-serif;background-color:#2d2828;color:#eae8e9;}
.style-apertura #readInner a{color:#58b0ff;}
.style-athelas{font-family:athelas-1,athelas-2,"Palatino Linotype","Book Antiqua",Palatino,serif;background-color:#f7f7f7;color:#2b373d;}
.style-athelas #readInner a{color:#1e83cb;}
/* Margin */
.margin-x-narrow{width:95%;}
.margin-narrow{width:85%;}
.margin-medium{width:75%;}
.margin-wide{width:55%;}
.margin-x-wide{width:35%;}
/* @end User Styles */
/* -- DEBUG -- */
.bug-green{background:#bbf9b0;border:4px solid green;}
.bug-red{background:red;}
.bug-yellow{background:#ffff8e;}
.bug-blue{background:#bfdfff;}
/* -- EMAIL / KINDLE POP UP -- */
#kindle-container,#email-container{position:fixed;top:60px;left:50%;width:500px;height:490px;border:solid 3px #666;background-color:#fff;z-index:100!important;overflow:hidden;margin:0 0 0 -240px;padding:0;}
/* Override html styling attributes */
table,tr,td{background-color:transparent!important;}