odeysseus_thm

faq / PIANIST

Dec 5th, 2015
2,924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10. pianist
  11.  
  12. @odeysseus
  13.  
  14.  
  15.  
  16.  
  17. -->
  18.  
  19. <title>message</title><!--title-->
  20.  
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25. <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic|Inconsolata' rel='stylesheet' type='text/css'>
  26.  
  27.  
  28. <style type="text/css">
  29.  
  30.  
  31. * { margin:0;padding:0; }
  32.  
  33.  
  34. @-webkit-keyframes fadein {
  35. 0% {opacity: 0;}
  36. 100% { opacity: 1; }
  37. }
  38.  
  39. @-moz-keyframes fadein {
  40. 0% { opacity: 0; }
  41. 100% { opacity: 1; }
  42. }
  43.  
  44. @keyframes fadein {
  45. 0% { opacity: 0; }
  46. 100% { opacity: 1; }
  47. }
  48.  
  49. .tmblr-iframe { display:none; } /* to hide tumblr controls */
  50.  
  51.  
  52. body {
  53. background:#fff; /*background*/
  54. font-family:'Source Sans Pro', sans-serif; /*font*/
  55. font-size:12px;
  56. font-weight:400;
  57. line-height:180%;
  58. color:#999;
  59. -webkit-animation: fadein 1s;
  60. -moz-animation: fadein 1s;
  61. animation:fadein 1s;
  62. -moz-osx-font-smoothing:grayscale;
  63. -webkit-font-smoothing:antialiased;
  64. font-smoothing:antialiased;
  65.  
  66. }
  67.  
  68. a {
  69. color:#999; /*links*/
  70. text-decoration:none;
  71. border-bottom:1px solid transparent;
  72. transition: .2s ease-in-out;
  73. }
  74.  
  75. a:hover {
  76. color:#444;
  77. text-decoration:none;
  78. border-color:#eee;
  79. }
  80.  
  81.  
  82. #con {
  83. margin:80px auto;
  84. width:500px;
  85. }
  86.  
  87. .heading {
  88. font-family:'Inconsolata',monospace;
  89. color:#222;
  90. font-size:15px;
  91. letter-spacing:.5px;
  92. margin-bottom:1px;
  93. }
  94.  
  95. header {
  96. margin:0px auto 30px auto;
  97. }
  98.  
  99. header a {
  100. color:#cdc6c7;
  101. margin:0px 3px;
  102. }
  103.  
  104. .sleepy {
  105. bottom:27px;
  106. right:27px;
  107. position:fixed;
  108. }
  109.  
  110. #con h8 {
  111. font-family:'Inconsolata',monospace;
  112. font-size:13px;
  113. color:#222;
  114. font-weight:400;
  115. display:block;
  116. margin-top:35px;
  117. }
  118.  
  119. #con u {
  120. font-style:normal;
  121. text-decoration:none;
  122. padding:0.2px 0px;
  123. border-bottom:1px solid #eee;
  124. }
  125.  
  126. hr {
  127. background:#eee;
  128. border:none;
  129. width:100px;
  130. height:1px;
  131. margin:-10px 0px;
  132. }
  133. </style>
  134. </head>
  135. <body>
  136.  
  137.  
  138. <div id="con">
  139. <header>
  140. <div class="heading">frequently asked questions</div>
  141. <a href="/">return</a> <a href="http://tumblr.com/dashboard">dash</a> <a href="http://odeysseus.tumblr.com">credit</a>
  142. </header> <hr>
  143.  
  144. <!--start questions: you can add as many as you like-->
  145. <h8>this is a question!</h8>
  146. and this is your answer. <b>bold</b>, <i>italic</i>, <u>underline</u> and <a href="url here">link</a>.
  147.  
  148. <h8>is this a new question?</h8>
  149. this is a new answer.
  150.  
  151. <!--end questions-->
  152. <iframe frameborder="0" scrolling="no" width="100%" height="190" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden;margin-top:40px" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  153.  
  154. </div>
  155.  
  156. <div class="sleepy">
  157. <a href="http://odeysseus.tumblr.com">O</a>
  158. </div>
  159. </body>
  160. </html>
Advertisement
Add Comment
Please, Sign In to add comment