Advertisement
gwentee

BLACKPINK 1.2

Aug 17th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.66 KB | None | 0 0
  1. <!---
  2.  
  3. Page Pack #1: 1.2
  4. Page by Gwendolyn @ luhands-themes
  5. Please do NOT remove the credit
  6. Any questions? Ask here:
  7. getyourluhandsonme.tumblr.com/faq
  8. or
  9. luhandsthemes.tumblr.com/faq
  10. --->
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <head>
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}" />
  18.  
  19. <!--- custom fonts --->
  20.  
  21. <link href='https://fonts.googleapis.com/css?family=Quicksand:700' rel='stylesheet' type='text/css'>
  22.  
  23. <!--- tooltips --->
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  27. <script>
  28. (function($){
  29. $(document).ready(function(){
  30. $("[title]").style_my_tooltips();
  31. });
  32. })(jQuery);
  33. </script>
  34.  
  35. <style type="text/css">
  36.  
  37. #s-m-t-tooltip {
  38. z-index: 9999;
  39. background-color: #fff; /** tooltip bg colour **/
  40. border:1px solid #F0ABC0; /** tooltip border colour **/
  41. color: #000; /** tooltip font colour **/
  42. font-size: 10px;
  43. line-height: 11px;
  44. font-family: 'Quicksand', sans-serif;
  45. letter-spacing: 1px;
  46. text-transform: normal;
  47. max-width: 150px;
  48. word-wrap: break-word;
  49. padding: 2px 5px 2px 6px;
  50. display: block;
  51. margin: 24px 14px 7px 12px;
  52. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  53. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  54. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  55. }
  56.  
  57. ::selection {
  58. background-color:#A00093; /** selection background colour **/
  59. color:#F0ABC0; /** selection font colour **/
  60. }
  61.  
  62. ::-webkit-scrollbar { width: 7px; height:5px; }
  63. ::-webkit-scrollbar-track-piece { background-color: transparent; }
  64. ::-webkit-scrollbar-thumb:vertical {
  65. width: 1px;
  66. background-color: #A00093; /**scrollbar colour**/
  67. border-top: 4px solid #A00093;
  68. border-right: 3px solid #fff;
  69. border-bottom: 4px solid #A00093;
  70. border-left: 3px solid #fff; /**scrollbar surrounding colour**/
  71. }
  72.  
  73. body {
  74. margin:0px;
  75. background-color: #000; /* background colour */
  76. font-family: 'Quicksand', sans-serif;
  77. }
  78.  
  79. a:link, a:active, a:visited{
  80. color:#A00093; /** link colour **/
  81. text-decoration:none;
  82. }
  83.  
  84. a:hover{
  85. color:#fff; /** link on hover colour **/
  86. }
  87.  
  88. #section {
  89. margin:70px auto;
  90. width:calc(200px * 3);
  91. }
  92.  
  93. #title {
  94. margin-bottom: 12px;
  95. padding:10px;
  96. width:100%;
  97. border:1px solid #F0ABC0; /** title border colour **/
  98. text-align:center;
  99. letter-spacing:1px;
  100. font-family: 'Quicksand', sans-serif;
  101. font-size:25px;
  102. font-weight:900;
  103. text-transform:lowercase;
  104. color:#F0ABC0; /** title font colour **/
  105. background:#fff; /** title background colour **/
  106. }
  107.  
  108. #title:first-letter {
  109. color:#A00093; /** title first letter colour **/
  110. }
  111.  
  112. .links {
  113. margin-top:-5px;
  114. padding-bottom:10px;
  115. border-bottom:1px solid #F0ABC0; /** line divider colour **/
  116. width:103%;
  117. }
  118.  
  119. .links a {
  120. margin:-5 5 0 -3px;
  121. padding:11px 11px;
  122. border:none;
  123. text-transform:uppercase;
  124. font-size:10px;
  125. }
  126.  
  127. .links a:hover {
  128. background:#A00093; /** links background on hover colour **/
  129. }
  130.  
  131. #contain {
  132. overflow-x:hidden;
  133. overflow-y:scroll;
  134. position:absolute;
  135. background-color:#000; /* container background colour */
  136. height:384px;
  137. width:599px;
  138. top:10;
  139. margin:40px auto;
  140. border:1px solid #F0ABC0; /*container border colour*/
  141. padding:10px;
  142. padding-bottom:60px;
  143. }
  144.  
  145. header {
  146. color:#fff; /* question font colour */
  147. letter-spacing:2px;
  148. font-size:12px;
  149. text-align:right;
  150. padding:2px;
  151. margin-top:45px;
  152. margin-bottom:15px;
  153. margin-left:30px;
  154. font-family:'Quicksand', sans-serif;
  155. width:550px;
  156. padding:6px;
  157. text-transform:uppercase;
  158. border:1px solid #fff; /* question border colour*/
  159. background-color:#A00093; /* question background colour */
  160. }
  161.  
  162. #writing {
  163. margin-top:-10px;
  164. margin-left:10px;
  165. width:540px;
  166. font-size:9px;
  167. line-height:13px;
  168. font-family:'Quicksand', sans-serif;
  169. color:#fff; /* container font colour */
  170. display:block;
  171. text-align:justify;
  172. letter-spacing:1px;
  173. text-transform:uppercase;
  174. word-spacing:5px;
  175. }
  176.  
  177. .credit {
  178. position:fixed;
  179. bottom:4px;
  180. right:8px;
  181. font: 9px consolas;
  182. border:1px solid #F0ABC0; /** credit border colour **/
  183. background:transparent;
  184. text-transform:uppercase;
  185. letter-spacing: 0px;
  186. padding: 2px;
  187. }
  188.  
  189. .credit a{
  190. color: #F0ABC0; /** credit text colour **/
  191. }
  192.  
  193. .credit a:hover {
  194. color:#fff; /** credit text on hover colour **/
  195. }
  196. </style>
  197. </head>
  198.  
  199. <body>
  200.  
  201. <div id="section">
  202. <div id="title">title.</div>
  203. <div class="links">
  204. <a href="/">home</a>
  205. <a href="/ask">ask</a>
  206. <a href="/">link</a>
  207. <a href="/">link</a>
  208. <a href="/">link</a>
  209. <!--- do not remove or change --->
  210. <a href="http://luhandsthemes.tumblr.com/" title="luhands">credit</a>
  211. </div>
  212.  
  213. <div id="contain">
  214. <div id="writing">
  215. <header>This is a question?</header>
  216. So, this is an answer.
  217.  
  218. <header>Can I have Links?</header>
  219. <a href="/">links</a> <a href="/">look</a> <a href="/">like</a> <a href="/">this</a>
  220.  
  221.  
  222. <header>How many questions can I have?</header>
  223. As many as you want, hunny~!
  224.  
  225. <!-- If you want more questions paste this:
  226. <header>question here?</header>
  227. answer here.
  228. above here! -->
  229. </div>
  230.  
  231. <!-- REMEMBER TO TYPE YOUR URL BELOW!! -->
  232.  
  233. <p><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/YOURURLGOESHERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe></p>
  234. </div>
  235.  
  236.  
  237. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  238.  
  239. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  240.  
  241. <script>
  242.  
  243. (function($){
  244.  
  245. $(document).ready(function(){
  246.  
  247. $("a[title]").style_my_tooltips({
  248.  
  249. tip_follows_cursor:true,
  250.  
  251. tip_delay_time:0,
  252.  
  253. tip_fade_speed:0,
  254.  
  255. attribute:"title"
  256.  
  257. });
  258.  
  259. });
  260.  
  261. })(jQuery);
  262.  
  263. </script>
  264.  
  265. <div class="credit"><a href="http://luhandsthemes.tumblr.com/"><center>theme by LUHΛИDS</center></a></div>
  266.  
  267. </body>
  268.  
  269. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement