Advertisement
gwentee

Theme 9: BLΛƆKPIИK

Aug 21st, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.19 KB | None | 0 0
  1. <!---
  2.  
  3. Theme #9: BLΛƆKPIИK
  4. Theme by Gwendolyn @ luhands-themes
  5. Please do NOT remove the credit
  6. You are free to customize theme
  7. Any questions? Ask here:
  8. sugahung.tumblr.com/ask
  9. or
  10. luhandsthemes.tumblr.com/faq
  11. PLEASE Like or Reblog
  12. I'd Love to see what you've done
  13. --->
  14.  
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <html>
  19. <head>
  20.  
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  22. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23. <link rel="shortcut icon" href="{Favicon}" />
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  25.  
  26. <script type="text/javascript"
  27. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28.  
  29. <meta name="image:topbar img" content=""/>
  30.  
  31. <meta name="color:background" content="#FFFFFF">
  32. <meta name="color:title" content="#ffffff">
  33. <meta name="color:title bg" content="#ffffff">
  34. <meta name="color:text" content="#313231">
  35. <meta name="color:border" content="#313231">
  36. <meta name="color:accent 1" content="#FFFFFF">
  37. <meta name="color:accent 2" content="#FFFFFF">
  38. <meta name="color:accent 3" content="#FFFFFF">
  39.  
  40. <meta name="text:Link1" content="" />
  41. <meta name="text:Link1 Title" content="link 1" />
  42. <meta name="text:Link2" content="" />
  43. <meta name="text:Link2 Title" content="link 2" />
  44. <meta name="text:Link3" content="" />
  45. <meta name="text:Link3 Title" content="link 3" />
  46. <meta name="text:Link4" content="" />
  47. <meta name="text:Link4 Title" content="link 4" />
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  52.  
  53. <style type="text/css">
  54.  
  55. a {
  56. color:{color:accent 2};
  57. text-decoration:none;
  58. -moz-transition-duration:0.5s;
  59. -webkit-transition-duration:0.5s;
  60. -o-transition-duration:0.5s;
  61. }
  62.  
  63. a:hover {
  64. color:{color:accent 3};
  65. text-decoration:none;
  66. -moz-transition-duration:0.5s;
  67. -webkit-transition-duration:0.5s;
  68. -o-transition-duration:0.5s;
  69. }
  70.  
  71. b,strong{
  72. color:{color:accent 1};
  73. }
  74.  
  75.  
  76. i,em{
  77. color:{color:accent 3};
  78. }
  79.  
  80. ::-webkit-scrollbar { width: 7px; height:5px; }
  81. ::-webkit-scrollbar-track-piece { background-color: transparent; }
  82. ::-webkit-scrollbar-thumb:vertical {
  83. width: 1px;
  84. background-color: {color:accent 1}; /**scrollbar colour**/
  85. border-top: 4px solid {color:accent 3};
  86. border-right: 3px solid #fff;
  87. border-bottom: 4px solid {color:accent 3};
  88. border-left: 3px solid #fff; /**scrollbar surrounding colour**/
  89. }
  90.  
  91. body {
  92. background-color:{color:background};
  93. font-family: 'Quicksand', sans-serif;
  94. font-weight:normal;
  95. color:{color:text};
  96. }
  97.  
  98. #section {
  99. margin:70px auto;
  100. width:700px;
  101. }
  102.  
  103. #title {
  104. margin-bottom: 12px;
  105. padding:10px;
  106. width:89%;
  107. border:1px solid {color:border};
  108. text-align:center;
  109. letter-spacing:1px;
  110. font-family: 'Quicksand', sans-serif;
  111. font-size:25px;
  112. font-weight:900;
  113. color:{color:title};
  114. background:{color:title bg};
  115. }
  116.  
  117. #title:first-letter {
  118. color:{color:accent 2};
  119. }
  120.  
  121. .links {
  122. margin-top:-5px;
  123. padding-bottom:10px;
  124. border-bottom:1px solid {color:border};
  125. width:650px;
  126. }
  127.  
  128. .links a {
  129. margin:-5 5 0 -3px;
  130. padding:11px 11px;
  131. border:none;
  132. text-transform:uppercase;
  133. font-size:10px;
  134. }
  135.  
  136. .links a:hover {
  137. color:{color:accent 2};
  138. background:{color:accent 3};
  139. }
  140.  
  141. .desc {
  142. padding-bottom:10px;
  143. padding-top:10px;
  144. border-bottom:1px solid {color:border};
  145. width:93%;
  146. }
  147.  
  148. .description {
  149. width:540px;
  150. margin:5 5 0 -3px;
  151. margin-top:-125px;
  152. overflow:auto;
  153. overflow-x:hidden;
  154. font-family: 'Quicksand', sans-serif;
  155. font-size:10px;
  156. color:{color:text};
  157. background: transparent;
  158. line-height:15px;
  159. text-align:left;
  160. padding:5px 0px 5px;
  161. }
  162.  
  163. #topimg img {
  164. margin:20px 0 0 492px;
  165. border:1px solid {color:border};
  166. width:100px;
  167. height:100px;
  168. padding:3px;
  169. -moz-transition-duration:1s;
  170. -webkit-transition-duration:1s;
  171. -o-transition-duration:1s;
  172. }
  173.  
  174. .pagination {
  175. width:40px;
  176. font-size:20px;
  177. color:{color:accent 1};
  178. font-family: 'Quicksand', sans-serif;
  179. }
  180.  
  181. .pagination a{
  182. display:block;
  183. padding:10px 5px;
  184. margin-right:6px;
  185. vertical-align:middle;
  186. font-weight:bold;
  187. color:{color:accent 1};
  188. background-color:{color:accent 2};
  189. }
  190.  
  191. .pagination a:hover{
  192. color:{color:accent 2};
  193. background-color:{color:accent 1};
  194. }
  195.  
  196. #entries {
  197. padding:10px;
  198. width:500px;
  199. margin:-80px auto;
  200. font-size:12px;
  201. font-family: 'Quicksand', sans-serif;
  202. letter-spacing:0px;
  203. }
  204.  
  205. #post {
  206. background:transparent;
  207. width:450px;
  208. padding-bottom:-10px;
  209. padding:25px;
  210. margin-top:50px;
  211. }
  212.  
  213. #info {
  214. width:400px;
  215. text-align:center;
  216. font-family: 'Quicksand', sans-serif;
  217. margin-top:5px;
  218. letter-spacing:1px;
  219. font-size:10px;
  220. font-style:none;
  221. padding:3px;
  222. line-height:10px;
  223. text-transform:uppercase;
  224. border-top:1px solid;
  225. border-color:{color:border};
  226. }
  227.  
  228. #info a {
  229. text-align:center;
  230. color:{color:accent 2};
  231. }
  232.  
  233. #info a:hover {
  234. -moz-transition-duration:0.3s;
  235. -webkit-transition-duration:0.3s;
  236. -o-transition-duration:0.3s;
  237. color:{color:accent 3}
  238. }
  239.  
  240. #tags {
  241. float:left;
  242. width:389px;
  243. margin-top:-7px;
  244. margin-left:-5px;
  245. line-height:10px;
  246. text-align:center;
  247. font-size:10px;
  248. padding:8px;
  249. font-size:8px;
  250. opacity:1;
  251. transition-duration: 0.5s;
  252. -moz-transition-duration: 0.5s;
  253. -webkit-transition-duration: 0.5s;
  254. -o-transition-duration: 0.5s
  255. color:{color:accent 2};
  256. }
  257.  
  258. #tags a {
  259. letter-spacing:0px;
  260. font-size:10px;
  261. text-align:center;
  262. font-family: 'Quicksand', sans-serif;
  263. text-decoration:none;
  264. display:inline-block;
  265. color:{color:accent 2};
  266. }
  267.  
  268. #tags a:hover {
  269. background:{color:accent 3};
  270. -moz-transition-duration:0.3s;
  271. -webkit-transition-duration:0.3s;
  272. -o-transition-duration:0.3s;
  273. color:#fff;
  274. }
  275.  
  276. #ask {
  277. width:400px;
  278. padding:10px;
  279. background-color:{color:accent 3};
  280. margin-left:0px;
  281. }
  282.  
  283. #ask::first-letter {
  284. display:block;
  285. padding:7px 10px;
  286. margin-right:6px;
  287. vertical-align:middle;
  288. font-weight:bold;
  289. font-family: 'Quicksand', sans-serif;
  290. font-size:13px;
  291. text-transform:uppercase;
  292. color:{color:accent 1};
  293. background-color:{color:accent 2};
  294. }
  295.  
  296. #asker {
  297. margin-top:7px;
  298. font-family: 'Quicksand', sans-serif;
  299. font-weight:bold;
  300. font-size:10px;
  301. text-transform:uppercase;
  302. letter-spacing:1px;
  303. border-bottom:1px solid {color:border};
  304. color:{color:accent 1};
  305. }
  306.  
  307. #asker a:link {color:{color:accent 1}; padding-bottom:2px; font-family: 'Quicksand', sans-serif;}
  308.  
  309. #question {
  310. color:{color:text};
  311. padding-top:3px;}
  312.  
  313. #answer {
  314. padding:0 0px;
  315. margin-top:5px;
  316. }
  317.  
  318. #answer img {height:auto;}
  319.  
  320. h1 {
  321. font-weight:normal;
  322. font-size:10px;
  323. text-align:center;
  324. font-style:normal;
  325. line-height:80%;
  326. letter-spacing:1px;
  327. text-transform:uppercase;
  328. color:{color:text};
  329. }
  330.  
  331. h2 {
  332. font-size:22px;
  333. text-align:center;
  334. text-transform:uppercase;
  335. line-height:100%;
  336. letter-spacing:-0.5px;
  337. font-family: 'Quicksand', sans-serif;
  338. color:{color:title};
  339. font-weight:bold;
  340. padding:5px;
  341. padding-bottom:2px;
  342. }
  343.  
  344.  
  345. blockquote {
  346. border-left:2px solid {color:text};
  347. padding-left:5px;
  348. margin:5px;
  349. }
  350.  
  351. .qsource {
  352. text-align:center;
  353. }
  354.  
  355. .audio {
  356. width:400px;
  357. padding-bottom:10px;
  358. background-color:{color:accent 2};
  359. }
  360.  
  361. .albumart {
  362. float:left;
  363. padding:0px 10px 10px 0px;
  364. }
  365.  
  366. .albumart img {
  367. width:45px;
  368. height:45px;
  369. }
  370.  
  371. .playercontainer {
  372. text-align:center;
  373. padding:10px;
  374. background-color:transparent;
  375. width:480px;
  376. }
  377.  
  378. .audioinfo {
  379. padding:10px;
  380. color:{color:text};
  381. }
  382.  
  383. ul.chat, .chat ol, .chat li {
  384. list-style:none;
  385. margin:0px;
  386. padding:2px;
  387. }
  388.  
  389. .label {
  390. text-decoration:underline;
  391. font-weight:700;
  392. background-color:{color:transparent};
  393. margin-right:5px;
  394. }
  395.  
  396. .credit {
  397. position:fixed;
  398. bottom:4px;
  399. right:8px;
  400. font: 9px consolas;
  401. border:1px solid {color:border};
  402. background:{color:background};
  403. text-transform:uppercase;
  404. letter-spacing: 0px;
  405. padding: 2px;
  406. }
  407.  
  408. .credit a{
  409. color: {color:accent 2};
  410. }
  411.  
  412. .credit a:hover {
  413. background:{color:accent 3};
  414. }
  415.  
  416. {CustomCSS}
  417. </style>
  418. </head>
  419.  
  420. <body>
  421.  
  422. <div id="section">
  423. <div id="title">{title}</div>
  424. <div class="links">
  425. <a href="/">home</a>
  426. <a href="/ask">ask</a>
  427. <a href="{text:Link1}">{text:Link1 Title}</a>
  428. <a href="{text:Link2}">{text:Link2 Title}</a>
  429. <a href="{text:Link3}">{text:Link3 Title}</a>
  430. <a href="{text:Link4}">{text:Link4 Title}</a></div>
  431. <div id="topimg"><center><a href="/"><img src="{image:topbar img}"></a></center></div>
  432. <div class="desc">
  433. <div class="description">{description}
  434. </div>
  435. </div>
  436. </div>
  437. <div id="entries">
  438. {block:Posts}
  439. <div id="post">
  440.  
  441. {block:Text}
  442. <h1>{block:Title}{Title}{/block:Title}</h1>
  443. {Body}{/block:Text}
  444.  
  445. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  446. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  447.  
  448. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  449. {/block:Caption}{/block:Photoset}
  450.  
  451. {block:Quote}<h2>"{Quote}"</h2>
  452. {block:Source}<div class="qsource"> —{Source}</div>
  453. {/block:Source}{/block:Quote}
  454.  
  455. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  456.  
  457. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  458.  
  459. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  460. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  461. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  462. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  463. {/block:Audio}<br>
  464.  
  465. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  466.  
  467. {block:Answer}
  468. <div id="ask"><div id="asker">q{Asker}:</div><br />
  469. <div id="question">{Question}</div></div>
  470. <div id="answer">{Answer}</div>
  471. {/block:Answer}
  472.  
  473. <div id="info">
  474. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  475. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  476. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  477. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  478. with {NoteCountWithLabel}</a>
  479. {block:HasTags}<div id="tags">
  480.  
  481. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  482. </div>{block:HasTags}
  483. </div>
  484. </div>
  485. {/block:Posts}
  486. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  487. {/block:Posts}</div></div></div>
  488. <br><br><br><br>
  489.  
  490.  
  491. </div>
  492.  
  493. <div class="pagination">
  494. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}<br><br>
  495. {block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}{/block:Pagination}
  496. </div>
  497. </div>
  498.  
  499. <div class="credit"><a href="http://luhandsthemes.tumblr.com/"><center>theme by LUHΛИDS</center></a></div>
  500.  
  501. </body>
  502.  
  503.  
  504. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement