Advertisement
gwentee

BLACKPINK 1.3

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