Advertisement
gwentee

BLACKPINK 1.1

Aug 17th, 2016
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.97 KB | None | 0 0
  1. <!---
  2.  
  3. Page Pack #1: BLΛƆKPIИK 1.1
  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: #A00093; /**scrollbar colour**/
  55. border-top: 4px solid #A00093;
  56. border-right: 3px solid #fff;
  57. border-bottom: 4px solid #A00093;
  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 #F0ABC0; /** 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. #title {
  82. margin-bottom: 12px;
  83. padding:10px;
  84. width:89%;
  85. border:1px solid #F0ABC0; /** title border colour **/
  86. text-align:center;
  87. letter-spacing:1px;
  88. font-family: 'Quicksand', sans-serif;
  89. font-size:25px;
  90. font-weight:900;
  91. text-transform:lowercase;
  92. color:#A00093; /** title font colour **/
  93. background:#000; /** title background colour **/
  94. }
  95.  
  96. #title:first-letter {
  97. color:#F0ABC0; /** title first letter colour **/
  98. }
  99.  
  100. .links {
  101. padding-bottom:10px;
  102. border-bottom:1px solid #F0ABC0; /** line divider colour **/
  103. width:93%;
  104. }
  105.  
  106. .links a {
  107. margin:-5 5 0 -3px;
  108. padding:11px 11px;
  109. border:none;
  110. text-transform:uppercase;
  111. font-size:10px;
  112. }
  113.  
  114. .links a:hover {
  115. background:#A00093; /** links background on hover colour **/
  116. }
  117.  
  118. #section {
  119. margin:70px auto;
  120. width:calc(200px * 3);
  121. }
  122.  
  123. #box {
  124. border-radius:0px;
  125. width:100px;
  126. height:250px;
  127. margin:10px 20px 20px 0px;
  128. padding:10px;
  129. border:1px solid #F0ABC0;/*tag box border colour*/
  130. background: transparent; /*tag box background colour*/
  131. display:inline-block;
  132. overflow-x: scroll;
  133. overflow: auto;
  134. }
  135.  
  136. #sideimg1 img {
  137. max-width:89px;
  138. max-height:100px;
  139. padding:3px;
  140. margin-left: -2px;
  141. padding-bottom:7px;
  142. -moz-transition-duration:1s;
  143. -webkit-transition-duration:1s;
  144. -o-transition-duration:1s;
  145. }
  146.  
  147. .tags {
  148. top: 10px;
  149. margin-left:0px;
  150. }
  151.  
  152. .tags a{
  153. display:inline-block;
  154. width: 89px;
  155. margin: 2px;
  156. padding:2px;
  157. background-color:transparent;
  158. text-transform:uppercase;
  159. text-align:center;
  160. font-size:10px;
  161. letter-spacing:2px;
  162. font-family: 'Quicksand', sans-serif;
  163. color:#fff; /** tags font colour **/
  164. }
  165.  
  166. .tags a:hover {
  167. color:#A00093; /** tags font on hover colour **/
  168. }
  169.  
  170. ::selection {
  171. background-color:#A00093; /** selection bg color **/
  172. color:#F0ABC0; /** selection text color **/
  173. }
  174.  
  175. .credit {
  176. position:fixed;
  177. bottom:4px;
  178. right:8px;
  179. font: 9px consolas;
  180. border:1px solid #F0ABC0; /** credit border colour **/
  181. background:transparent;
  182. text-transform:uppercase;
  183. letter-spacing: 0px;
  184. padding: 2px;
  185. }
  186.  
  187. .credit a{
  188. color: #F0ABC0; /** credit text colour **/
  189. }
  190.  
  191. .credit a:hover {
  192. color:#fff; /** credit text on hover colour **/
  193. }
  194.  
  195. </style>
  196. </head>
  197.  
  198. <body>
  199. <div id="section">
  200. <div id="title">title.</div>
  201. <div class="links">
  202. <a href="/">home</a>
  203. <a href="/ask">ask</a>
  204. <a href="/">link</a>
  205. <a href="/">link</a>
  206. <a href="/">link</a>
  207. </div>
  208.  
  209. <!--- original icons are found at http://imgur.com/a/xFznA --->
  210.  
  211. <div id="box">
  212. <div id="sideimg1"><center><a href="/"><img src="http://i.imgur.com/xNCGpuo.jpg"></a></center></div>
  213. <div class="tags">
  214. <a href="/tagged/">tag</a>
  215. <a href="/tagged/">tag</a>
  216. <a href="/tagged/">tag</a>
  217. <a href="/tagged/">tag</a>
  218. <a href="/tagged/">tag</a>
  219. <a href="/tagged/">tag</a>
  220. </div>
  221. </div>
  222.  
  223. <div id="box">
  224. <div id="sideimg1"><center><a href="/"><img src="http://i.imgur.com/rrWh4Jj.png"></a></center></div>
  225. <div class="tags">
  226. <a href="/tagged/">tag</a>
  227. <a href="/tagged/">tag</a>
  228. <a href="/tagged/">tag</a>
  229. <a href="/tagged/">tag</a>
  230. <a href="/tagged/">tag</a>
  231. <a href="/tagged/">tag</a>
  232. </div>
  233. </div>
  234.  
  235. <div id="box">
  236. <div id="sideimg1"><center><a href="/"><img src="http://i.imgur.com/tWdQlIe.jpg"></a></center></div>
  237. <div class="tags">
  238. <a href="/tagged/">tag</a>
  239. <a href="/tagged/">tag</a>
  240. <a href="/tagged/">tag</a>
  241. <a href="/tagged/">tag</a>
  242. <a href="/tagged/">tag</a>
  243. <a href="/tagged/">tag</a>
  244.  
  245. </div>
  246. </div>
  247.  
  248. <div id="box">
  249. <div id="sideimg1"><center><a href="/"><img src="http://i.imgur.com/qvJ997f.jpg"></a></center></div>
  250. <div class="tags">
  251. <a href="/tagged/">tag</a>
  252. <a href="/tagged/">tag</a>
  253. <a href="/tagged/">tag</a>
  254. <a href="/tagged/">tag</a>
  255. <a href="/tagged/">tag</a>
  256. <a href="/tagged/">tag</a>
  257. </div>
  258. </div>
  259.  
  260. <div id="box">
  261. <div id="sideimg1"><center><a href="/"><img src="http://i.imgur.com/fA7AS3f.jpg"></a></center></div>
  262. <div class="tags">
  263. <a href="/tagged/">tag</a>
  264. <a href="/tagged/">tag</a>
  265. <a href="/tagged/">tag</a>
  266. <a href="/tagged/">tag</a>
  267. <a href="/tagged/">tag</a>
  268. <a href="/tagged/">tag</a>
  269. </div>
  270. </div>
  271. <div id="box">
  272. <div id="sideimg1"><center><a href="/"><img src="http://i.imgur.com/trR4WT9.jpg"></a></center></div>
  273. <div class="tags">
  274. <a href="/tagged/">tag</a>
  275. <a href="/tagged/">tag</a>
  276. <a href="/tagged/">tag</a>
  277. <a href="/tagged/">tag</a>
  278. <a href="/tagged/">tag</a>
  279. <a href="/tagged/">tag</a>
  280. </div>
  281. </div>
  282.  
  283. <div id="box">
  284. <div id="sideimg1"><center><a href="/"><img src="http://i.imgur.com/bxJdoRP.jpg"></a></center></div>
  285. <div class="tags">
  286. <a href="/tagged/">tag</a>
  287. <a href="/tagged/">tag</a>
  288. <a href="/tagged/">tag</a>
  289. <a href="/tagged/">tag</a>
  290. <a href="/tagged/">tag</a>
  291. <a href="/tagged/">tag</a>
  292. </div>
  293. </div>
  294.  
  295. <div id="box">
  296. <div id="sideimg1"><center><a href="/"><img src="http://i.imgur.com/Cw99XVe.jpg"></a></center></div>
  297. <div class="tags">
  298. <a href="/tagged/">tag</a>
  299. <a href="/tagged/">tag</a>
  300. <a href="/tagged/">tag</a>
  301. <a href="/tagged/">tag</a>
  302. <a href="/tagged/">tag</a>
  303. <a href="/tagged/">tag</a>
  304. </div>
  305. </div>
  306.  
  307. <!--- Copy code below and add above this line for more tag boxes
  308.  
  309. <div id="box">
  310. <div id="sideimg1"><center><a href="/"><img src="http://i.imgur.com/sZpFCA8.jpg"></a></center></div>
  311. <div class="tags">
  312. <a href="/tagged/">tag</a>
  313. <a href="/tagged/">tag</a>
  314. <a href="/tagged/">tag</a>
  315. <a href="/tagged/">tag</a>
  316. <a href="/tagged/">tag</a>
  317. <a href="/tagged/">tag</a>
  318. </div>
  319. </div>
  320. --->
  321.  
  322. </div>
  323.  
  324. <div class="credit"><a href="http://luhandsthemes.tumblr.com/"><center>theme by LUHΛИDS</center></a></div>
  325.  
  326. </body>
  327.  
  328. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement