Guest User

Untitled

a guest
Oct 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. body {
  2. font-family: 'Cardo', Palatino, georgia, "times new roman", serif;
  3. font-size: 1.2em;
  4. }
  5.  
  6. p {
  7. margin: 0 0 1.5em 0;
  8. text-align: justify;
  9. }
  10.  
  11. a {
  12. text-decoration: none;
  13. color: #339;
  14. }
  15.  
  16. a:hover {
  17. text-decoration: underline;
  18. color: #33f;
  19. }
  20.  
  21. #content h1,h2,h3,h4 {
  22. line-height:1em;
  23. font-weight: normal;
  24. clear: left;
  25. font-family: 'lucida grande', sans-serif;
  26. margin-top: .5em;
  27. margin-right: 0;
  28. margin-left: 0em;
  29. margin-bottom: 0;
  30. padding-bottom: .5em;
  31. }
  32.  
  33. #content h1 span.author {
  34. font-size: 0.75em;
  35. }
  36.  
  37. #content h1 span.post-date {
  38. font-size: 0.75em;
  39. }
  40.  
  41.  
  42. /* post title */
  43. #content h1.emphnext {
  44. font-size: 1.5em;
  45. }
  46. #content h1 { font-size: 1.25em; }
  47. #content h2 { font-size: 1.1em; }
  48. #content h2::before {
  49. color: silver;
  50. content: "❯ ";
  51. }
  52. #content h3 { font-size: 1em; }
  53. #content h3::before {
  54. color: silver;
  55. content: "❯❯ ";
  56. }
  57.  
  58. sup { line-height: 1ex; }
  59.  
  60. #site {
  61. max-width: 46em;
  62. margin: 1.5em auto 3em auto;
  63. line-height:1.5em;
  64. }
  65.  
  66. #page {
  67. background: white;
  68. padding: .5em 3em 1.5em 3em;
  69. }
  70.  
  71.  
  72. .right { float: right; clear: left; }
  73. .left { float: left; clear: right; }
  74. .inset {
  75. border: 1em solid silver;
  76. padding: 2px;
  77. margin: 0em 0.8em 0.8em 0.8em;
  78. }
  79. .right.inset { margin-right: 0 !important; }
  80. .left.inset { margin-left: 0 !important; }
  81.  
  82. blockquote {
  83. padding: 0 2.8em;
  84. margin: 1.714em 0;
  85. color: #444;
  86. font-size: 0.875em;
  87. line-height: 1.714em;
  88. }
  89.  
  90. .note {
  91. padding-top: 0.5em;
  92. background-color: #fafaff;
  93. border-top: 1px solid silver;
  94. border-bottom: 1px solid silver;
  95. }
  96. /* @group Table */
  97. table {
  98. width: 80%;
  99. margin: 1.5em auto 1.5em auto;
  100. table-layout: fixed;
  101. border-spacing: 0;
  102. }
  103. table tr { text-align: center; }
  104. table th { font-weight: normal; background-color: #eeeeee; }
  105. table td { background-color: white; }
  106. table th.title { border-bottom: 1px solid gray; border-top: 1px solid gray; vertical-align: bottom; background-color: lightgrey; }
  107. caption {
  108. color: #333;
  109. font-size: 0.875em;
  110. margin: 0.875em auto 0 auto;
  111. line-height: 1.14em;
  112. text-align: justify;
  113. }
  114.  
  115. /* @end */
  116.  
  117. /* @group Lists */
  118. ul {
  119. margin-top: 1.5em;
  120. margin-bottom: 1.5em;
  121. line-height: 1.5em;
  122. padding-left: 1.5em;
  123. }
  124. ul li {
  125. list-style-type: square;
  126. list-style-position: outside;
  127. }
  128. ol li {
  129. list-style-type: decimal;
  130. list-style-position: inside;
  131. }
  132. dt { font-weight: bold;}
  133. dd { margin: 0 0 1.5em 0; text-align: justify; }
  134.  
  135. ul.compact { margin: 0; padding: 0;}
  136. ul.compact li { list-style: none; }
  137. /* @end */
  138.  
  139. /* @group Header */
  140. #header a { color: silver; }
  141.  
  142. #header {
  143. color: silver;
  144. position: relative;
  145. font-variant: small-caps;
  146. line-height: 1em;
  147. margin-top: .5em;
  148. margin-bottom: 0;
  149. background: white;
  150. padding-top: 0em;
  151. padding-left: 3em;
  152. padding-right: 3em;
  153. padding-bottom: .25em;
  154. }
  155.  
  156. #header h1 {
  157. font-size: 1.5em;
  158. font-family: 'Cardo', Palatino, georgia, "times new roman", serif;
  159. margin-bottom: 0;
  160. line-height: 0.9em;
  161. display: block;
  162. font-weight: normal;
  163. color: silver;
  164. }
  165. /* @end */
  166.  
  167. /* @group Footnotes */
  168. .footnotes { color: grey; }
  169. .footnotes:hover { color: black; }
  170. .footnotes ol li {
  171. list-style-type: decimal;
  172. list-style-position: inside;
  173. font-size: 75%;
  174. line-height: 1.5em;
  175. }
  176. .footnotes ol li > a { display: none; }
  177. /* @end */
  178.  
  179. .list { font-weight: bold; }
  180. p.line { position: relative; margin: 0; }
  181. p.excerpt { margin: 0; }
  182. .comments { font-size: smaller; position: absolute; color: silver; right: 0; top: 0; }
  183. .excerpt { color: black; }
  184.  
  185. /* @group Code */
  186. pre {
  187. margin: 1em 0 1.5em 0;
  188. line-height: 1.5em;
  189. color: #111;
  190. background: white;
  191. border: 1px solid #ddc;
  192. padding: 0.5em 1em;
  193. overflow: hidden;
  194. }
  195.  
  196. pre:hover {
  197. border-right: none;
  198. overflow: visible;
  199. }
  200. code {
  201. font-size: 1em;
  202. background-color: #f7f7ff;
  203. line-height: 1.4em;
  204. }
  205. pre > code {
  206. background-color: transparent;
  207. }
  208. /* @end */
  209.  
  210.  
  211. hr {
  212. border-color: #ccc;
  213. border-style: solid;
  214. border-width: 1px 0 0;
  215. clear: both;
  216. margin: 0 0 20px;
  217. height: 0;
  218. }
Add Comment
Please, Sign In to add comment