Advertisement
Guest User

qk theme

a guest
Sep 25th, 2014
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5.  
  6. Β©Theme #02 by meanwolfs;
  7. Edit away, just leave the credit as it is. (And where it is)
  8.  
  9. ------>
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#aaaaaa"/>
  19. <meta name="color:Tags" content="#cccccc"/>
  20. <meta name="color:Headline" content="#949494"/>
  21. <meta name="color:Link" content="#949494"/>
  22. <meta name="color:Scrollbar" content="#dcdcdc"/>
  23. <meta name="color:Link Hover" content="#dadada"/>
  24.  
  25. <meta name="text:Link 1 URL" content="" />
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 2 URL" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 3 URL" content="" />
  30. <meta name="text:Link 3" content="" />
  31. <meta name="text:Second Title" content="" />
  32.  
  33. <script type="text/javascript">
  34. WebFontConfig = {
  35. google: { families: [ 'Roboto:300italic:latin' ] }
  36. };
  37. (function() {
  38. var wf = document.createElement('script');
  39. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  40. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  41. wf.type = 'text/javascript';
  42. wf.async = 'true';
  43. var s = document.getElementsByTagName('script')[0];
  44. s.parentNode.insertBefore(wf, s);
  45. })(); </script>
  46.  
  47. <style type="text/css">
  48.  
  49. ::-webkit-scrollbar {background-color:#ffffff; height:8px; width:5px}
  50. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  51. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px}
  52.  
  53. blockquote {
  54. padding-left:10px;
  55. margin:0px 10px 0px 10px;
  56. border-left:1px solid #f4f4f4;
  57. max-width:500px!important;
  58. }
  59.  
  60. body {
  61. background:{color:background};
  62. color:{color:text};
  63. font-family:arial;
  64. font-size:9px;
  65. text-align:justify;
  66. margin:0;
  67. line-height:14px;
  68. }
  69.  
  70. a {
  71. color:{color:link};
  72. text-decoration:none;
  73. -moz-transition-duration:0.2s;
  74. -webkit-transition-duration:0.2s;
  75. -o-transition-duration:0.2s;
  76. }
  77.  
  78. a:hover {
  79. color:{color:link hover};
  80. -moz-transition-duration:0.2s;
  81. -webkit-transition-duration:0.2s;
  82. -o-transition-duration:0.2s;
  83. }
  84.  
  85. img {
  86. opacity:1;
  87. border:none;
  88. text-decoration:none
  89. }
  90.  
  91. small {
  92. font-size:9px;}
  93.  
  94. big {
  95. font-size:12px;}
  96.  
  97. #title {
  98. font-size:15px;
  99. line-height:18px;
  100. font-style:italic;
  101. font-family: 'Roboto', sans-serif;
  102. margin-bottom:10px;
  103. color:{color:headline};
  104. text-align:left;
  105. }
  106.  
  107. #sidebar {text-align:right;
  108. position:fixed;
  109. margin-left:-270px;
  110. margin-top:330px;
  111. width:240px;
  112. }
  113.  
  114. #blogt {
  115. font-size:9px;
  116. letter-spacing:2px;
  117. text-transform:uppercase;
  118. }
  119.  
  120. #links {
  121. margin-top:3px;
  122. line-height:16px;
  123. text-transform:lowercase;
  124. }
  125.  
  126. #links a {
  127. margin-right:5px;
  128. display:inline-block;
  129. margin-bottom:5px;
  130. }
  131.  
  132. #links a:hover {
  133. text-decoration:underline;
  134. color:{color:link hover};
  135. }
  136.  
  137. #description {
  138. margin-top:0px;
  139. }
  140.  
  141. #pagination {
  142. margin:50px 0;
  143. text-transform:lowercase;
  144. font-weight:bold;
  145. }
  146. #pagination a {
  147. padding:0 15px;
  148. }
  149.  
  150. #con {
  151. left:50%;
  152. margin-left:-250px;
  153. margin-top:-30px;
  154. position:absolute;
  155. }
  156.  
  157. #entries {
  158. margin-top:75px;
  159. margin-left:10px;
  160. width:500px;
  161. }
  162.  
  163. #posts {
  164. width:500px;
  165. {block:IndexPage}
  166. margin-bottom:50px;
  167. {/block:IndexPage}
  168. {block:PermalinkPage}
  169. margin-bottom:50px;
  170. {/block:PermalinkPage}
  171. }
  172.  
  173. #posts img {
  174. max-width:500px;
  175. }
  176.  
  177. #posts img, #posts li, #posts blockquote {
  178. max-width: 100%;
  179. }
  180.  
  181. .caption {
  182. width:100%;
  183. margin-top:10px;
  184. }
  185.  
  186. #titlequote{
  187. text-align:center;
  188. font-size:14px;
  189. line-height:15px;
  190. }
  191.  
  192. #source {
  193. margin-top:10px;
  194. margin-left:0px;
  195. text-align:center;
  196. line-height:22px;
  197. height:22px;
  198. width:500px;
  199. }
  200.  
  201. #askbox {
  202. height:auto;
  203. min-height:48px;
  204. }
  205.  
  206. .pic {
  207. width:48px;
  208. height:48px;
  209. }
  210.  
  211. .pic img {
  212. width:48px;
  213. height:48px;
  214. float:left;
  215. }
  216.  
  217. .question {
  218. background:transparent;
  219. padding:13px;
  220. font-style:none;
  221. min-height:48px;
  222. margin-left:50px;
  223. margin-top:-63px;
  224. }
  225.  
  226. .asker {
  227. font-weight:bold;
  228. text-transform:lowercase;
  229. }
  230.  
  231. .answer {
  232. padding-bottom:4px;
  233. }
  234.  
  235. #audio {
  236. height:auto;
  237. min-height:60px;
  238. padding-bottom:13px;
  239. }
  240.  
  241. .cover {
  242. position:absolute;
  243. z-index:1;
  244. width:55px;
  245. height:55px;
  246. }
  247.  
  248. .cover img {
  249. float:left;
  250. width:55px;
  251. height:55px;
  252. border:8px solid #fafafa;
  253. }
  254.  
  255. .button {
  256. width:19px;
  257. height:20px;
  258. overflow:hidden;
  259. position:relative;
  260. z-index:1000;
  261. margin-top:22px;
  262. margin-left:21px;
  263. text-align:center;
  264. margin-top:4px;
  265. margin-left:5px;
  266. }
  267.  
  268. .box {
  269. opacity:0.8;
  270. width:35px;
  271. height:35px;
  272. margin-top:18px;
  273. margin-left:18px;
  274. background:#fff;
  275. position:absolute;
  276. z-index:1000;
  277. -webkit-border-radius:100px;
  278. -moz-border-radius:100px;
  279. border-radius:100px;
  280. }
  281.  
  282. .capbox {
  283. padding-top:20px;
  284. margin-left:82px;
  285. height:auto;
  286. min-height:65px;
  287. background:#fafafa;
  288. text-align:center;
  289. width:320px;
  290. }
  291.  
  292. .chat ol {
  293. padding:0;
  294. list-style:none;
  295. }
  296. .line {padding:5px 0;}
  297.  
  298. .label {font-weight:bold;
  299. }
  300.  
  301. #permalink {
  302. margin-top:6px;
  303. font-size:9px;
  304. color:{color:tags};
  305. }
  306.  
  307. #permalink a {
  308. margin-right:10px;
  309. }
  310.  
  311. #permalink a:hover {
  312. color:{color:link hover};
  313. }
  314.  
  315. .tags {
  316. word-break:break-all;
  317. margin-top:1px;
  318. font-size:9px;
  319. opacity:0;
  320. -moz-transition-duration:.7s;
  321. -webkit-transition-duration:.7s;
  322. -o-transition-duration:.7s;
  323. }
  324.  
  325. #posts:hover .tags {
  326. opacity:1;
  327. -moz-transition-duration:.7s;
  328. -webkit-transition-duration:.7s;
  329. -o-transition-duration:.7s;
  330. }
  331.  
  332. .pagenotes {
  333. {block:IndexPage}
  334. display: none!important;
  335. {/block:IndexPage}
  336. width:400px;
  337. text-align:left;
  338. }
  339.  
  340. .pagenotes img {
  341. display:none!important;}
  342. .pagenotes li {
  343. list-style-type:none;
  344. padding:5px 0px;
  345. text-align:left;
  346. margin:0 0 0 -40px;
  347. }
  348.  
  349. #credit {
  350. position:fixed;
  351. right:20px;
  352. bottom:10px;
  353. text-transform:lowercase;
  354. font:8px arial;
  355. padding:5px;
  356. }
  357.  
  358. {CustomCSS}
  359.  
  360. </style></head><body>
  361.  
  362. <div id="con">
  363.  
  364. <div id="sidebar">
  365. <div id="blogt">{text:Second Title}</div>
  366. <div style="border-top:1px dotted #ccc; margin-top:4px; margin-bottom:1px;"></div>
  367. <div id="links">
  368. {block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}
  369. <a href="/">home</a>
  370. <a href="/ask">inbox</a>
  371. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  372. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  373. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  374. {block:NextPage} <a href="{NextPage}">+</a>{/block:NextPage}</div>
  375. <div style="border-bottom:1px dotted #ccc; margin-top:-3px; margin-bottom:4px;"></div>
  376. <div id="description">{Description}</div>
  377. </div>
  378.  
  379.  
  380. <div id="entries"> {block:Posts}
  381.  
  382. <div id="posts">
  383.  
  384.  
  385. {block:Quote}
  386.  
  387.  
  388. <div id="titlequote">β€œ{Quote}”</div>
  389. {block:Source}<div id="source">&mdash; {Source} &mdash;</div>{/block:Source}
  390. {/block:Quote}
  391.  
  392.  
  393.  
  394. {block:Text}
  395.  
  396. {block:Title}
  397. <div id="title">{Title}</div>{/block:Title}
  398. {Body}
  399. {/block:Text}
  400.  
  401. {block:Link}
  402. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  403. {/block:Link}
  404.  
  405. {block:Chat}
  406. {block:Title}
  407. <h1>{Title}</h1>
  408. {/block:Title}
  409. <div class="chat">
  410. <ol>{block:Lines}
  411. <li class="line {Alt}">
  412. {block:Label}
  413. <span class="label">
  414. {Label}</span>
  415. {/block:Label}{Line}</li>
  416. {/block:Lines}
  417. </ol></div>
  418. {/block:Chat}
  419.  
  420. {block:Photo}
  421. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  422. {/block:Photo}
  423.  
  424. {block:Photoset}
  425. {Photoset-500}
  426. {/block:Photoset}
  427.  
  428. {block:Video}
  429. {Video-500}
  430. {/block:Video}
  431.  
  432. {block:Answer}
  433. <div id="askbox">
  434. <div class="pic">
  435. <a href="{AskerURL}">
  436. <img src="{AskerPortraitURL-48}" />
  437. </a></div>
  438. <div class="question">
  439. <span class="asker">
  440. {Asker} said:</span><br>
  441. {Question}</div></div>
  442. <div class="answer">
  443. {Answer}</div>
  444. {/block:Answer}
  445.  
  446. {block:Audio}
  447. <div id="audio">
  448. <div class="cover">
  449. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  450. </div>
  451. {block:AlbumArt}
  452. <div class="cover">
  453. <img src="{AlbumArtURL}"></div>
  454. {/block:AlbumArt}
  455. <div class="box">
  456. <div class="button">
  457. {block:AudioPlayer}
  458. {AudioPlayerWhite}
  459. {/block:AudioPlayer}
  460. </div></div>
  461. <div class="capbox">
  462. <span class="caption"><b>Artist:</b><span {block:Artist} style="display:none;"{/block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}<br>
  463. <b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
  464. <br>{block:PlayCount} {PlayCountWithLabel}{/block:PlayCount}
  465. </span>
  466. </div></div>
  467. {/block:Audio}
  468.  
  469. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  470.  
  471. {block:Date}
  472. <div id="permalink">
  473. <a href="{Permalink}"><b><u>{ShortMonth} {DayOfMonth}</u></b></a>{block:NoteCount}<a href="{Permalink}">+{NoteCount}</a>{/block:NoteCount}
  474.  
  475. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag},</a>{/block:Tags}</div>{/block:HasTags}
  476. </div>
  477. {/block:Date}
  478.  
  479.  
  480.  
  481. </div>
  482.  
  483.  
  484. {block:PostNotes}
  485. <div class="pagenotes">
  486. {PostNotes}
  487. </div>
  488. {/block:PostNotes}
  489.  
  490.  
  491. {/block:Posts}
  492.  
  493.  
  494.  
  495. </div>
  496.  
  497. </div>
  498.  
  499. <div id="credit">
  500. <a href="http://meanwolfs.tumblr.com/" title="theme by meanwolfs" >
  501. &copy; meanwolfs</a> </div>
  502.  
  503. {block:ContentSource}
  504. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  505. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  506. {/block:SourceLogo}
  507. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  508. {/block:ContentSource}
  509.  
  510. {block:ReblogParentUrl}
  511. <!-- {URL}{block:SourceLogo}<img src="{BlackLogoURL}"
  512. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  513. {/block:SourceLogo}
  514. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  515. {/block:ReblogParentUrl}
  516.  
  517. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement