/ Published in: CSS
Expand |
Embed | Plain Text
/* Size options */ .size-x-small { font-size: 12px; } .size-small { font-size: 15px; } .size-medium { font-size: 18px; } .size-large { font-size: 22px; } .size-x-large { font-size: 28px; } /* Style options */ .style-newspaper { font-family:"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; } /* Begin Typekit Styles */ .style-apertura { font-family:"apertura-1", "apertura-2", sans-serif; background-color:#2d2828; color:#eae8e9; } .style-apertura #articleContent h1 { border-bottom-color: #ededed; } .style-apertura #readInner a { color:#58b0ff; } .style-athelas { font-family:"athelas-1", "athelas-2", sans-serif; background-color:#f7f7f7; color:#2b373d; } .style-athelas #readInner a { color:#1e83cb; } /* Margin Options */ .margin-x-narrow { width: 95%; } .margin-narrow { width: 85%; } .margin-medium { width: 75%; } .margin-wide { width: 55%; } .margin-x-wide { width: 35%; } /* @end Readability Examples */
You need to login to post a comment.
