Advertisement
Guest User

ella ask theme 1

a guest
May 23rd, 2015
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. <html>
  2. <!--ask theme by ella (oxygenthemes).
  3. enjoy using and feel free to message me should you encounter any issues-->
  4. <head>
  5. <title>message</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  10. <script>
  11. (function($){
  12. $(document).ready(function(){
  13. $("a[title]").style_my_tooltips({
  14. tip_follows_cursor:true,
  15. tip_delay_time:90,
  16. tip_fade_speed:300,
  17. attribute:"title"
  18. });
  19. });
  20. })(jQuery);
  21. </script>
  22. <style type="text/css">
  23.  
  24.  
  25. ::-webkit-scrollbar { left:0; width: 3px; height: 3px; background:rgba(0,0,0,0.4) }
  26.  
  27. ::-webkit-scrollbar-thumb { background-color:rgba(225,225,225,0.5); }
  28.  
  29. #s-m-t-tooltip {
  30. max-width:300px;
  31. padding:5px;
  32. margin:10px 0px 0px 25px;
  33. background-color:#fff; /*background color */
  34. font-family:helvetica; /*font */
  35. font-size:10px; /*font size */
  36. text-transform:none; /* can be uppercase, lowercase, none*/
  37. color:#555555; /*text color */
  38. z-index:999999999;
  39. }
  40.  
  41. body {
  42. background:url("http://malcolmmacgregorphotography.com/wp-content/uploads/2013/06/San-Francisco-in-Morning-Light.jpg") no-repeat; /*if you like, you can replace the background image with one of your own - just get the image url and replace the one that's currently being used.*/
  43. background-size: cover;
  44. background-attachment:fixed;
  45. font-family:helvetica;
  46. font-size:11px;
  47. color:#eeeeee;
  48. line-height:120%;
  49.  
  50. }
  51.  
  52. #con {
  53. top:50%;
  54. left:50%;
  55. margin-top:-150px;
  56. margin-left:-300px;
  57. position:fixed;
  58. width:600px;
  59. height:350px;
  60. background:rgba(0,0,0,0.7);
  61. }
  62.  
  63. #header {
  64. position:absolute;
  65. top:-30px;
  66. width:100%;
  67. text-align:right;
  68. font-size:40px;
  69. letter-spacing:-5px;
  70. font-weight:900;
  71. font-family:arial;
  72. text-transform:lowercase;
  73. color:rgba(0,0,0,0.8);
  74. }
  75.  
  76. #askbox {
  77. position:absolute;
  78. width:340px;
  79. top:13px;
  80. left:15px;
  81.  
  82. }
  83.  
  84. #faq {
  85. position:absolute;
  86. top:15px;
  87. bottom:10px;
  88. right:15px;
  89. width:250px;
  90. height:330px;
  91. overflow-y:scroll;
  92. }
  93.  
  94. .theask {
  95. text-align:center;
  96. font-weight:bold;
  97. letter-spacing:-0.5px;
  98. font-size:14px;
  99. color:white;
  100. padding:5px;
  101. }
  102.  
  103. .andtheanswer {
  104. text-align:right;
  105. padding-bottom:14px;
  106.  
  107. }
  108.  
  109. #header a {
  110. color:rgba(0,0,0,0.9);
  111. letter-spacing:none;
  112.  
  113. font-size:20px;
  114. font-weight:800;
  115. font-family:arial;
  116. text-decoration:none;
  117. }
  118. </style>
  119. </head>
  120. <body>
  121. <div id="con">
  122. <div id="header">message.
  123.  
  124. <div style="float:left; letter-spacing:2px">
  125. <a href="link url here" title="link name here">i.</a> &nbsp;
  126. <a href="link url here" title="link name here">ii.</a> &nbsp;
  127. <a href="link url here" title="link name here">iii.</a> &nbsp;
  128. <!--CREDIT LINK - PLEASE DON'T TOUCH-->
  129. <a href="http://oxygenthemes.tumblr.com" title="oxygenthemes">iv.</a>
  130.  
  131. </div>
  132. </div>
  133.  
  134.  
  135. <div id="askbox">
  136. <iframe frameborder="0" scrolling="no" width="100%" height="190" src="https://www.tumblr.com/ask_form/YOUR URL HERE.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]-->
  137.  
  138. </div>
  139. <div id="faq">
  140.  
  141. <!--for more questions, copy and paste the following code:
  142.  
  143. <div class="theask">put your question here.</div>
  144. <div class="andtheanswer">write your answer here.</div>
  145.  
  146. as many times as you need.
  147. -->
  148.  
  149. <div class="theask">put your question here.</div>
  150. <div class="andtheanswer">write your answer here.</div>
  151.  
  152. <div class="theask">put your question here.</div>
  153. <div class="andtheanswer">write your answer here.</div>
  154.  
  155. <div class="theask">put your question here.</div>
  156. <div class="andtheanswer">write your answer here.</div>
  157.  
  158. <div class="theask">put your question here.</div>
  159. <div class="andtheanswer">write your answer here.</div>
  160.  
  161. <div class="theask">put your question here.</div>
  162. <div class="andtheanswer">write your answer here.</div>
  163.  
  164. <div class="theask">put your question here.</div>
  165. <div class="andtheanswer">write your answer here.</div>
  166.  
  167. <div class="theask">put your question here.</div>
  168. <div class="andtheanswer">write your answer here.</div>
  169.  
  170. <div class="theask">put your question here.</div>
  171. <div class="andtheanswer">write your answer here.</div>
  172.  
  173.  
  174. </div>
  175. </div>
  176.  
  177. </body>
  178. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement