Advertisement
imgirlrauhl

Ask Theme #1 - Whisper

May 9th, 2014
1,145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.24 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!----------
  5.  
  6. Ask Theme #1 "Whisper" by Vanne @ vitanica.tumblr.com
  7.  
  8. .Do NOT remove the credits
  9. .Do NOT steal my codes
  10. .Do NOT use as base code
  11. .Do NOT claim as your own
  12.  
  13. Thank you so much for using my theme! <3
  14.  
  15. ----------->
  16.  
  17. <html>
  18.  
  19. <head>
  20.  
  21. <title>Ask me anything</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
  26.  
  27. <style type="text/css">
  28.  
  29. body {
  30. background: url('http://24.media.tumblr.com/1f4bd6fd3df0398907c97664f8d27533/tumblr_n1odeovR551t0v4cmo1_100.png');
  31. background-attachment: fixed;
  32. }
  33.  
  34. a { color: #9077DA; text-decoration: none; } /* link color */
  35.  
  36. a:hover { color: #b3b3b3; text-decoration: none; } /* link hover color */
  37.  
  38. b, strong { color: #436AB0; font-weight: 700; } /* bold text */
  39.  
  40. i, em { color: #BB6DD7; font-weight: 400italic; } /* italic text */
  41.  
  42. ::-webkit-scrollbar-thumb:vertical {
  43. background: #436AB0; /* scrollbar thumb color */
  44. height: auto;}
  45.  
  46. ::-webkit-scrollbar {
  47. height: 4px;
  48. width: 4px;
  49. background: #fff; /*scrollbar bottom color */
  50. }
  51.  
  52. ::selection { background: #CFE0FF; } /* selection background */
  53.  
  54. #all {
  55. position:relative;
  56. top:0px;
  57. width:600px;
  58. margin:0 auto;
  59. padding:5px;
  60. }
  61.  
  62. #title {
  63. margin-top: 70px;
  64. width: 600px;
  65. font-size: 30px;
  66. font-family: consolas;
  67. font-style: italic;
  68. color: #D67EF6; /* title color */
  69. text-align: center;
  70. text-shadow: 2px 2px 0px #fff; /* title shadow */
  71. }
  72.  
  73. #image {
  74. float: left;
  75. margin-top: 30px;
  76. width: 200px;
  77. }
  78.  
  79. #image img {
  80. width: 200px;
  81. border-radius: 6px;
  82. }
  83.  
  84. #text {
  85. float: left;
  86. margin-top: 15px;
  87. margin-left: 20px;
  88. width: 370px;
  89. max-height: 150px;
  90. overflow: auto;
  91. padding-right: 6px;
  92. font-size: 12px;
  93. font-family: Noto Sans;
  94. color: #444; /* description text color */
  95. text-align: justify;
  96. }
  97.  
  98. #ask {
  99. float: left;
  100. margin-top: 30px;
  101. width: 540px;
  102. padding: 30px;
  103. background: rgba(255, 255, 255, .5); /* ask background */
  104. border-radius: 6px;
  105. }
  106.  
  107. #links {
  108. float: left;
  109. width: 375px;
  110. margin-top: 25px;
  111. margin-left: 20px;
  112. }
  113.  
  114. .link {
  115. overflow:hidden;
  116. display:inline-block;
  117. margin: 5px;
  118. width:50px;
  119. padding: 5px;
  120. background: #444; /* 1st, 3rd and 5th links background */
  121. color: #fff; /* 1st, 3rd and 5th links color */
  122. font-family: consolas;
  123. text-transform: lowercase;
  124. font-style: italic;
  125. font-size: 12px;
  126. text-decoration: none;
  127. -webkit-transition: all 0.5s ease;
  128. -moz-transition: all 0.5s ease;
  129. transition: all 0.5s ease;
  130. }
  131.  
  132. .link:hover {
  133. box-shadow: inset 50px 0 0 0 #78A2F0; /* 1st, 3rd and 5th links background hover */
  134. color: #fff; /* 1st, 3rd and 5th links color hover */
  135. }
  136.  
  137. .link2 {
  138. overflow:hidden;
  139. display:inline-block;
  140. margin: 5px;
  141. width:50px;
  142. padding: 5px;
  143. background: #444; /* 2nd and 4th links background */
  144. color: #fff; /* 2nd and 4th links color */
  145. font-family: consolas;
  146. text-transform: lowercase;
  147. font-style: italic;
  148. font-size: 12px;
  149. text-decoration: none;
  150. -webkit-transition: all 0.5s ease;
  151. -moz-transition: all 0.5s ease;
  152. transition: all 0.5s ease;
  153. }
  154.  
  155. .link2:hover {
  156. box-shadow: inset 50px 0 0 0 #C883E0; /* 2nd and 4th links background hover*/
  157. color: #fff; /* 2nd and 4th links color hover*/
  158. }
  159.  
  160. #pancake { position: fixed; bottom: 10px; left: 10px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #pancake a { display: inline-block; text-align: center; font-size: 15px; font-family: arial; letter-spacing: -1px; padding: 2px 4px 4px 3px; font-weight: bold; width: 14px; height: 15px; line-height: 15px; overflow: hidden; background: #444; color: #fff; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #cupcake { z-index: -1; position: fixed; margin-top: -21px; margin-left: 0px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #cupcake a { display: inline-block; font-size: 15px; font-family: arial; letter-spacing: -1px; padding: 4px 4px 4px 0px; font-weight: bold; width: 10px; height: 13px; line-height: 13px; overflow: hidden; background: #fff; color: #444; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #pancake:hover #cupcake a { width: 70px; margin-left: 21px; }
  161.  
  162. #s-m-t-tooltip{
  163. max-width: 150px;
  164. margin: 12px;
  165. padding: 3px;
  166. background: #444;
  167. color: #fff;
  168. font-family: consolas;
  169. font-size: 9px;
  170. letter-spacing: 1px;
  171. font-style: italic;
  172. z-index:1000;
  173. }
  174.  
  175. </style>
  176.  
  177. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  178. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  179.  
  180. <script>
  181. (function($){
  182. $(document).ready(function(){
  183. $("a[title]").style_my_tooltips({
  184. tip_follows_cursor:true,
  185. tip_delay_time:0,
  186. tip_fade_speed:0,
  187. attribute:"title"
  188. });
  189. });
  190. })(jQuery);
  191. </script>
  192.  
  193. </head>
  194.  
  195. <body>
  196.  
  197. <div id="all">
  198.  
  199. <div id="title">whisper...</div> <!-- change the title here -->
  200.  
  201. <div id="image"><img src="http://31.media.tumblr.com/af91dc47d72d30f55c6262fe7f111792/tumblr_n1iwcpS1KW1t0v4cmo1_400.png"></div>
  202.  
  203. <div id="links">
  204. <a href="/" class="link">home</a>
  205. <a href="/archive" class="link2">past</a>
  206. <a href="#" class="link">LINK</a> <!-- Delete "#" and write a link. -->
  207. <a href="#" class="link2">LINK</a>
  208. <a href="#" class="link">LINK</a>
  209. </div>
  210.  
  211. <div id="text"> <!-- Here goes your description, delete all the text and type whatever you want :D -->
  212. Here goes your description. <b>Bold</b>, <i>italic</i>, <u>underline</u>, <strike>strike</strike>, <a href="/" title="tooltip">link</a>.
  213. <br>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.
  214. </div>
  215.  
  216. <div id="ask">
  217. <iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/yourblogurl.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;"></iframe>
  218. </div>
  219.  
  220. </div>
  221.  
  222. <div id="pancake"> <!-- Yes, this is the credit. If you delete it I'm going to cry and then I will make tumblr close your blog forever :') -->
  223. <a href="http://vitanica.tumblr.com/">v</a>
  224. <div id="cupcake"><a href="http://vitanica.tumblr.com">vitanica</a></div>
  225. </div>
  226.  
  227. </body>
  228.  
  229. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement