hoopers

busca theme v1

Jun 5th, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1.  
  2.  
  3. <!--Farahmir base code-->
  4.  
  5. <!DOCTYPE html>
  6. <head>
  7.  
  8.  
  9. <title>te buscare por siempre</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!--Default Variables-->
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#aaaaaa"/>
  19. <meta name="color:Link" content="#000000"/>
  20.  
  21. <meta name="image:Sidebar Image" content=""/>
  22.  
  23. <meta name="text:Link 1 URL" content="" />
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 2 URL" content="" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 3 URL" content="" />
  28. <meta name="text:Link 3" content="" />
  29.  
  30.  
  31. <!-- jquery for tooltips-->
  32.  
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35.  
  36. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  37.  
  38. <script>
  39.  
  40. (function($){
  41.  
  42. $(document).ready(function(){
  43.  
  44. $("a[title]").style_my_tooltips({
  45.  
  46. tip_follows_cursor:true,
  47.  
  48. tip_delay_time:30,
  49.  
  50. tip_fade_speed:300,
  51.  
  52. attribute:"title"
  53.  
  54. });
  55.  
  56. });
  57.  
  58. })(jQuery);
  59.  
  60. </script>
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. <!--CSS customization here. -->
  68.  
  69. <style type="text/css">
  70.  
  71. #s-m-t-tooltip{
  72. position:absolute;
  73. margin-top: 15px;
  74. z-index:9999;
  75. background:{color:background};
  76. }
  77.  
  78.  
  79.  
  80. /*basics*/
  81. blockquote {padding:5px 0 5px 30px;
  82. border-left:1px solid {color:text};
  83. margin-left:30px;
  84. }
  85.  
  86. body {
  87. background:white;
  88. color:{color:text};
  89. font-family:arial;
  90. font-size:11px;
  91. text-align:justify;
  92. margin:0;
  93. line-height:16px;}
  94.  
  95.  
  96. a {
  97. color:black;
  98. text-decoration:none;
  99. }
  100.  
  101. a:hover {
  102. text-decoration:underline;}
  103.  
  104. img{opacity:1;
  105. border:none;
  106. text-decoration:none}
  107.  
  108.  
  109. small {
  110. font-size:7px;
  111. font-family:courier;
  112. }
  113.  
  114. big {
  115. font-size:12px;}
  116. .sfm input {background-color: #f5f5f5;
  117. font-size: 12px;
  118. border:1px solid black;
  119. text-align:center;
  120. background-color:white;
  121. font-family:courier new;
  122. text-transform: uppercase;
  123. margin-left:00px;
  124. padding-left:300px;
  125. margin-top:10px;
  126. width:100px;
  127. height:30px;
  128. color: black;
  129. letter-spacing: 1px;
  130. padding: 4px 8px;
  131.  
  132. font-family: calibri, helvetica, arial;}
  133.  
  134. #lichael {
  135. font-family:courier new;
  136. text-align:center;
  137. position:center;
  138. margin-top:200px;
  139. }
  140.  
  141. #links {
  142. color:black;
  143. font-size:11px;
  144. text-align:center;
  145. font-family:courier new;
  146.  
  147. }
  148.  
  149. {CustomCSS}
  150.  
  151.  
  152. </style>
  153.  
  154.  
  155.  
  156. </head>
  157.  
  158. <body>
  159. <div id="lichael">this is ur description... make it long....make it short.....nah.....let's make it loooooooooooooong!!!! haha amazing isnt it?????</div>
  160. <center><form action="/search" method="get" class="sfm">
  161. <input type="text" name="q" value="{SearchQuery}" id="sf"/>
  162. <input type="submit" value="Search" id="sb"/>
  163. </form></center>
  164. <div id="links">
  165. <br>
  166. <a href="/">back</a> / <a href="/ask">mssg</a> / <a href="/link1">links</a> / <a href="/">themes</a>
  167. </div>
  168. <center> <small><a href="http://loiw.tumblr.com">(c)</a></small></center>
  169. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment