Advertisement
heavenlydoctor

message page

Jan 10th, 2015
1,473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!---theme by amywiiliams, do not steal, please leave the credit in, you know the drill. enjoy---->
  5.  
  6. <title>message</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  11.  
  12. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  13.  
  14. <script>
  15.  
  16. (function($){
  17.  
  18. $(document).ready(function(){
  19.  
  20. $("a[title]").style_my_tooltips({
  21.  
  22. tip_follows_cursor:true,
  23.  
  24. tip_delay_time:100,
  25.  
  26. tip_fade_speed:300,
  27.  
  28. attribute:"title"
  29.  
  30. });
  31.  
  32. });
  33.  
  34. })(jQuery);
  35.  
  36. </script>
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Lato:200,400' rel='stylesheet' type='text/css'>
  41.  
  42. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  43.  
  44. <style type="text/css">
  45.  
  46. #s-m-t-tooltip {
  47. max-width:150px;
  48. padding:4px 7px;
  49. margin:20px 14px 7px 10px;
  50. background-color:#fff;
  51. font-family:calibri;
  52. font-size:9px;
  53. line-height:11px;
  54. letter-spacing:2px;
  55. text-transform:uppercase;
  56. z-index:99999999;
  57. }
  58.  
  59. ::-webkit-scrollbar {
  60. height:2px;
  61. width:2px;
  62. background-color:transparent;
  63. }
  64.  
  65. ::-webkit-scrollbar-thumb {
  66. background-color: #707070; /*change scrollbar color*/
  67. border-bottom:none;
  68. }
  69.  
  70. ::selection {
  71. background-color: #000;
  72. color: #fff;
  73. }
  74.  
  75. body {
  76. background-color: #f5f5f5; /*change background color*/
  77. font-family:arial;
  78. font-size:12px;
  79. }
  80.  
  81. blockquote {
  82. margin-left:15px;
  83. padding:2px 10px 2px;
  84. margin-top:5px;
  85. margin-bottom:5px;
  86. border-left:1px solid #a2a2a2;
  87. }
  88.  
  89.  
  90. a {
  91. text-decoration: none;
  92. color: #aaa; /*change link color*/
  93. }
  94.  
  95. a:hover {
  96. text-decoration: none;
  97. color:#000; /*change link hover color*/
  98. }
  99.  
  100. .con {
  101. height:520px;
  102. width:750px;
  103. background:transparent;
  104. position:fixed;
  105. top:0;
  106. bottom:0;
  107. left:0;
  108. right:0;
  109. margin:auto;
  110. }
  111.  
  112. .head {
  113. position:absolute;
  114. top:0px;
  115. text-align:right;
  116. left:0px;
  117. right:0px;
  118. height:100px;
  119. padding:20px;
  120. box-sizing:border-box;
  121. }
  122.  
  123. .title {
  124. font-size:30px;
  125. margin-bottom:6px;
  126. font-family:'Montserrat', sans-serif;
  127. text-transform:uppercase;
  128. letter-spacing:2px;
  129. color:#777; /*change title color*/
  130. }
  131.  
  132. .head a {
  133. margin:0px 6px;
  134. text-transform:uppercase;
  135. letter-spacing:2px;
  136. font-size:9px;
  137. color:#a2a2a2; /*change header links color*/
  138. cursor:help;
  139. }
  140.  
  141. .head a:hover {
  142. text-decoration:underline;
  143. color:#666; /*change header links hover color*/
  144. }
  145.  
  146. .head a:last-child {
  147. margin-right:0px;
  148. }
  149.  
  150. .faq, .ask, .head {
  151. background:#fff; /*change content boxes background*/
  152. }
  153.  
  154. .faq, .ask {
  155. position:absolute;
  156. left:0;
  157. top:120px;
  158. height:400px;
  159. overflow:auto;
  160. padding:25px;
  161. box-sizing:border-box;
  162. width:365px;
  163. }
  164.  
  165. .ask {
  166. left:auto;
  167. right:0;
  168. }
  169.  
  170. .q {
  171. font-weight:bold;
  172. font-style:italic;
  173. color:#373737; /*change question color*/
  174. }
  175.  
  176. .a {
  177. font-size:11px;
  178. margin-left:10px;
  179. margin-bottom:20px;
  180. margin-top:5px;
  181. color:#737373; /*change answer color*/
  182. }
  183.  
  184. .a:last-of-type {
  185. margin-bottom:0px;
  186. }
  187.  
  188. </style>
  189. </head>
  190. <body>
  191.  
  192. <div class="con">
  193. <div class="head">
  194. <div class="title">message</div>
  195. <a href="/">home</a>
  196. <a href="/one">link one</a>
  197. <a href="/two">link two</a>
  198. <a href="http://tumblr.com/dashboard">dash</a>
  199. <!----do not touch--->
  200. <a href="http://gloriousponds.co.vu" title="theme by amywiiliams">credit</a>
  201. </div>
  202.  
  203. <div class="faq">
  204.  
  205. <div class="q">here is a question</div>
  206. <div class="a">and here is an answer. <a href="link">link</a>, <u>underline</u>, <b>bold</b> and <s>strikethrough.</s></div>
  207.  
  208. <!---to add a new question copy and paste from here---->
  209. <div class="q">here is a question</div>
  210. <div class="a">and here is an answer.</div>
  211. <!---to here---->
  212.  
  213. <div class="q">here is a question</div>
  214. <div class="a">and here is an answer.</div>
  215.  
  216. <div class="q">here is a question</div>
  217. <div class="a">and here is an answer.</div>
  218.  
  219. <div class="q">here is a question</div>
  220. <div class="a">and here is an answer.</div>
  221.  
  222. <div class="q">here is a question</div>
  223. <div class="a">and here is an answer.</div>
  224.  
  225. <div class="q">here is a question</div>
  226. <div class="a">and here is an answer.</div>
  227.  
  228. <div class="q">here is a question</div>
  229. <div class="a">and here is an answer.</div>
  230.  
  231. <div class="q">here is a question</div>
  232. <div class="a">and here is an answer.</div>
  233.  
  234. </div>
  235.  
  236. <div class="ask">
  237. <div style="display:table; height:100%">
  238. <div style="display:table-cell;height:100%;vertical-align:middle;">
  239.  
  240.  
  241.  
  242. <iframe frameborder="0" scrolling="no" width="100%" height="260" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  243.  
  244.  
  245. </div>
  246. </div>
  247. </div>
  248.  
  249.  
  250. </div>
  251. </body>
  252. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement