Advertisement
kahniss

Mirror

May 2nd, 2014
6,792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.72 KB | None | 0 0
  1.  
  2. <!--theme5 mirror by kahniss
  3. DON'T remove credit
  4. Don'T use as your onw
  5. DON'T use as base code-->
  6.  
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head>
  12.  
  13.  
  14. <meta name="color:bg" content="#FFFFFF">
  15. <meta name="color:navibg" content="#f5f5f5">
  16. <meta name="color:navifont" content="#a2a2a2">
  17. <meta name="color:navibghover" content="#ffffff">
  18. <meta name="color:navifonthover" content="#4e4e4e">
  19. <meta name="color:stuffbg" content="#ffffff">
  20. <meta name="color:link" content="#979797">
  21. <meta name="color:hover" content="#1c1c1c">
  22. <meta name="color:text" content="#4e4e4e">
  23. <meta name="color:scrollbar" content="#eeeeee">
  24. <meta name="color:boxbg" content="#f5f5f5">
  25. <meta name="color:boxtitlebg" content="#fafafa">
  26. <meta name="color:boxtitlefont" content="#979797">
  27. <meta name="color:linksbg" content="#ffffff">
  28. <meta name="color:linksfont" content="#979797">
  29.  
  30.  
  31. <meta name="image:header" content=""/>
  32.  
  33.  
  34. <meta name="text:link1" content="link1">
  35. <meta name="text:link1 url" content="/">
  36. <meta name="text:link2" content="link2">
  37. <meta name="text:link2 url" content="/">
  38. <meta name="text:link3" content="link3">
  39. <meta name="text:link3 url" content="/">
  40. <meta name="text:link4" content="link4">
  41. <meta name="text:link4 url" content="/">
  42. <meta name="text:link5" content="link5">
  43. <meta name="text:link5 url" content="/">
  44.  
  45.  
  46. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  47. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48. <link rel="shortcut icon" href="{Favicon}" />
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  50.  
  51.  
  52.  
  53. <script type=”text/javascript” src=”http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js”></script> <script type=”text/javascript” src=”http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js”></script> <script type=”text/javascript” charset=”utf-8”> var $j = jQuery.noConflict(); $j(function() { if (navigator.platform == “iPad” || navigator.platform == “iPhone”) return; $j(“img”).lazyload({ placeholder : “http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif”, effect: “fadeIn”, }); }); </script>
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. a {
  59. color:{color:link};
  60. text-decoration:none;
  61. -moz-transition-duration:0.5s;
  62. -webkit-transition-duration:0.5s;
  63. -o-transition-duration:0.5s;
  64. }
  65.  
  66. a:hover {
  67. color:{color:hover};
  68. text-decoration:none;
  69. -moz-transition-duration:0.5s;
  70. -webkit-transition-duration:0.5s;
  71. -o-transition-duration:0.5s;
  72. }
  73.  
  74.  
  75. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  76. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  77. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  78.  
  79. body {
  80. background-color:{color:bg};
  81. margin: 0px;
  82. font-family: Arial;
  83. font-size: 11px;
  84. }
  85.  
  86. h1 {
  87. font-weight:normal;
  88. font-size:11px;
  89. text-align:center;
  90. font-style:normal;
  91. line-height:80%;
  92. letter-spacing:1px;
  93. color:#2d2d2d;
  94. text-align:left;
  95. }
  96.  
  97. h2 {
  98. padding:10px;
  99. color:#ffffff;
  100. background-color:#1f1d1b;
  101. font-size:14px;
  102. letter-spacing:0px;
  103. line-height:140%;
  104. text-align:left;
  105. text-align:justify;
  106. }
  107.  
  108.  
  109.  
  110. blockquote {
  111. padding:0px;
  112. padding-left:10px;
  113. margin:5px;
  114. background-color:#ffffff;
  115. }
  116.  
  117. #theme {
  118. background-color: transparent;
  119. width:900px;
  120. margin: 0 auto -12px auto;
  121. text-align: center;
  122. }
  123.  
  124. /*/ HEADER /*/
  125.  
  126. #header{
  127. width:800px;
  128. height:400px;
  129. overflow:hidden;
  130. position:relative;
  131. margin-top:0px;
  132. left:0px;
  133. }
  134.  
  135. /*/ NAVIGATION /*/
  136.  
  137.  
  138. #navigation {
  139. text-align: left;
  140. padding:12px;
  141. margin-left:0px;
  142. width:780px;
  143. background-color:{color:navibg};
  144. }
  145.  
  146. #navigation a {
  147. padding:12px;
  148. font-family: calibri;
  149. font-size: 11px;
  150. color:{color:navifont};
  151. background-color:{color:navibg};
  152. }
  153.  
  154. #navigation a:hover {
  155. color:{color:navifonthover};
  156. background-color:{color:navibghover};
  157. }
  158.  
  159.  
  160.  
  161.  
  162. /*/ POSTS /*/
  163.  
  164. #stuffcontainer {
  165. float:left;
  166. margin-left:-600px;
  167. margin-top:-60px;
  168. text-align:justify;
  169. color:{color:text};
  170. margin-bottom: 35px;
  171. }
  172.  
  173.  
  174. #stuff {
  175. width:500px;
  176. margin-top:60px;
  177. padding-bottom:0px;
  178. text-align:justify;
  179. font-size:11px;
  180. letter-spacing:0x;
  181. background-color:{color:stuffbg};
  182. padding: 5px;
  183. color:{color:text};
  184. }
  185.  
  186.  
  187. /*/ NOTES /*/
  188.  
  189. .notes {
  190. margin-top:4px;
  191. padding-top:0px;
  192. font-family: arial;
  193. font-size: 10px;
  194. text-align:left;
  195. letter-spacing:0px;
  196. width:490px;
  197. background-color:#f7f7f7;
  198. padding:6px;
  199. }
  200.  
  201.  
  202. .notes a:hover {
  203. text-decoration:underline;
  204. }
  205.  
  206.  
  207. ol.notes {
  208. padding:70px;
  209. background-color: #ffffff;
  210. padding:0px;
  211. margin:0px -15px;
  212. font-family:arial;
  213. font-size: 9px;
  214. width: 500px;
  215. list-style-type:none;
  216. }
  217. ol.notes li.note {
  218. padding: 10px;
  219. }
  220. ol.notes li.note img.avatar {
  221. vertical-align:-4px;
  222. border-radius:100%;
  223. margin-right:10px;
  224. width:16px;
  225. height:16px;
  226. }
  227. ol.notes li.note span.action {
  228. font-weight:normal;
  229. }
  230. ol.notes li.note .answer_content {
  231. font-weight:normal;
  232. }
  233. ol.notes li.note blockquote {
  234. padding:9px 6px 9px 6px;
  235. margin:10px 0px 0px 25px;
  236. }
  237.  
  238. /*/ TAGS /*/
  239.  
  240. #tags {
  241. margin-top:6px;
  242. padding-top:0px;
  243. font-family: arial;
  244. font-size: 10px;
  245. text-align:left;
  246. letter-spacing:0px;
  247. width:490px;
  248. padding:0px;
  249. }
  250.  
  251. #tags a {
  252. color:{color:tags};
  253. letter-spacing:0px;
  254. padding:1px;
  255. }
  256.  
  257.  
  258. /*/ OTHER /*/
  259.  
  260. .caption {
  261. width:500px;
  262. text-align:justify;
  263. line-height:120%;
  264. }
  265.  
  266. .ask {
  267. padding:10px;
  268. border-radius:5px;
  269. text-align:left;
  270. color:{color:text};
  271. background-color:#f7f7f7;
  272. border:1px solid #fafafa;
  273. }
  274.  
  275. .asker {
  276. text-transform:uppercase;
  277. margin-left:0px;
  278. margin-top:3px;
  279. font-family: calibri;
  280. font-size:8px;
  281. color:{color:link};
  282. }
  283.  
  284. .question {
  285. text-transform:uppercase;
  286. width:420px;
  287. font-family: calibri;
  288. text-align:left;
  289. font-size:10px;
  290. padding:10px;
  291. margin-left:40px;
  292. margin-top:-40px;
  293. background-color:#fff;
  294. color:{color:text};
  295. }
  296.  
  297. .answer {
  298. text-align:left;
  299. padding:10px;
  300. color:{color:text};
  301. }
  302.  
  303. .audio {
  304. width:500px;
  305. padding-bottom:10px;
  306. background-color:{color:infobg};
  307. }
  308.  
  309. .albumart {
  310. float:left;
  311. padding:0px 10px 10px 0px;
  312. }
  313.  
  314. .albumart img {
  315. width:45px;
  316. height:45px;
  317. }
  318.  
  319. .playercontainer {
  320. text-align:left;
  321. padding:10px;
  322. background-color:#ffffff;
  323. width:480px;
  324. }
  325.  
  326. .audioinfo {
  327. padding:10px;
  328. color:{color:text};
  329. }
  330.  
  331. ul.chat, .chat ol, .chat li {
  332. list-style:none;
  333. margin:0px;
  334. padding:2px;
  335. }
  336.  
  337. .label {
  338. text-decoration:underline;
  339. font-weight:700;
  340. background-color:{color:infobg};
  341. margin-right:5px;
  342. }
  343.  
  344.  
  345.  
  346. /*/ BOXES /*/
  347.  
  348.  
  349. #sidebar{
  350. margin-left:600px;
  351. }
  352.  
  353. #boxes {
  354. width: 250px;
  355. margin-top:-28px;
  356. margin-left:-46px;
  357. position: absolute;
  358. text-decoration: none;
  359. text-align:center;
  360. text-align:justify;
  361. background-color:{color:boxbg};
  362. }
  363.  
  364. .boxtext {
  365. width: 225px;
  366. margin-top:-28px;
  367. text-align: justify;
  368. font-family: Helvetica;
  369. font-size: 9px;
  370. padding-left: 0px;
  371. padding:10px;
  372. padding-top:20px;
  373. padding-bottom:20px;
  374. color:{color:text};
  375. }
  376.  
  377. .boxtitle {
  378. width:234px;
  379. height:auto;
  380. padding:8px;
  381. font-family:calibri;
  382. text-transform:uppercase;
  383. font-size:12px;
  384. text-align:left;
  385. background-color:{color:boxtitlebg};
  386. color:{color:boxtitlefont};
  387. }
  388.  
  389.  
  390. /*/ LINKS /*/
  391.  
  392. .links {
  393.  
  394. margin-top:-15px;
  395. }
  396.  
  397.  
  398. .links a {
  399. margin-top:5px;
  400. text-transform:uppercase;
  401. font-family:Helvetica;
  402. padding: 5px 8px;
  403. position: relative;
  404. z-index: 20;
  405. display: block;
  406. min-height: 0px;
  407. color: {color:linksfont};
  408. font-size: 8px;
  409. background:{color:linksbg};
  410. }
  411.  
  412. .links a:hover {
  413. padding: 5px 50px;
  414. font-style:italic;
  415. }
  416.  
  417.  
  418. /*/ PAGINATION /*/
  419.  
  420. #pagi {
  421. padding:15px;
  422. width:500px;
  423. text-align:center;
  424. margin-bottom:30px;
  425. font-family:arial;
  426. font-size:12px;
  427. letter-spacing:4px;
  428. text-transform:uppercase;
  429. font-style:italic;
  430. z-index:100;
  431. background-color:{color:stuffbg};
  432. }
  433.  
  434.  
  435. #pagi a:hover {
  436. color:{color:hover}
  437. }
  438.  
  439.  
  440. .sfm input {background-color: #ffffff;
  441. font-size: 8px;
  442. border: 0px;
  443. text-transform: uppercase;
  444. margin-top: 0px;
  445. color: #999;
  446. letter-spacing: 1px;
  447. padding: 4px 8px;
  448. font-family: calibri, helvetica, arial;}
  449.  
  450.  
  451.  
  452. {CustomCSS}
  453.  
  454. </style></head>
  455.  
  456. <body>
  457. <div id="theme">
  458. <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  459.  
  460. <div id="header"> <img src="{image:header}"></a></div>
  461. <div id="navigation">
  462. <a href="/">refresh</a>
  463. <a href="/ask">inbox</a>
  464. <a href="/archive">archive</a>
  465. <a href="http://kahniss.tumblr.com/">theme</a>
  466. </div>
  467. <br><br>
  468. <div id="sidebar">
  469. <div id="boxes">
  470. <br><br>
  471. <div class="boxtitle">{Title}</div><br><br>
  472. <div class="boxtext">
  473. {Description}
  474. </div>
  475.  
  476.  
  477.  
  478.  
  479.  
  480. <div class="boxtitle">Navigation</div><br><br>
  481. <div class="boxtext">
  482. <div class="links"><br>
  483. <a href="{text:link1 url}">• {text:link1}</a>
  484. {/block:IfLink1}
  485. {block:IfLink2}
  486. <a href="{text:link2 url}">• {text:link2}</a>
  487. {/block:IfLink2}
  488. {block:IfLink3}
  489. <a href="{text:link3 url}">• {text:link3}</a>
  490. {/block:IfLink3}
  491. <a href="{text:link4 url}">• {text:link4}</a>
  492. {/block:IfLink4}
  493. <a href="{text:link5 url}">• {text:link5}</a>
  494. {/block:IfLink5}
  495. </div></div>
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505. <div class="boxtitle">Search</div><br><br>
  506. <div class="boxtext">
  507. <div style="margin-left:25px;">
  508. <form action="/search" method="get" class="sfm">
  509. <input type="text" name="q" value="{SearchQuery}" id="sf"/>
  510. <input type="submit" value="Search" id="sb"/>
  511. </form>
  512. </div></div></div>
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525. <div id="stuffcontainer">
  526.  
  527. {block:Posts}
  528.  
  529. <div id="stuff">
  530. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  531.  
  532. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  533.  
  534. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  535. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  536.  
  537. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  538.  
  539. {block:Photoset}<center>{Photoset-500}</center>
  540. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  541.  
  542. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  543.  
  544. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  545.  
  546. {block:Answer}<div class="ask"><img src="{AskerPortraitURL-30}" style=" padding:5px;background:#fffff;"/><div class="question">{Question}<div class="asker">{Asker}</div></div></div><div class="answer">{Answer}</div>{/block:answer}
  547.  
  548.  
  549. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  550. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  551. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  552. <br><div class="playercontainer">{AudioPlayerWhite}</div>
  553. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  554.  
  555.  
  556. <div id="perma">
  557. <div class="perma">
  558. <div class="notes">
  559. <div style="margin-left:0px; padding:2px;">
  560. {block:Date}
  561. Posted
  562. {TimeAgo}
  563. </a>
  564. {/block:Date}
  565. with
  566. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount},
  567.  
  568. {block:ContentSource}
  569. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  570. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  571. {/block:SourceLogo}
  572. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  573. {/block:ContentSource}
  574. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} & <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  575. {/block:PermalinkPage}
  576.  
  577. {block:RebloggedFrom}
  578. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  579. {/block:RebloggedFrom}</a>
  580. {block:ContentSource}
  581. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  582. {/block:ContentSource}</div></div>
  583. <div id="tags">
  584. Tagged with
  585. {block:HasTags}{block:Tags}
  586. <a href="{TagURL}">{Tag}</a>,
  587. {/block:Tags}
  588. {/block:HasTags}
  589. </div>
  590. </div></div></div>
  591. {/block:Date}
  592.  
  593.  
  594.  
  595. <div class="note">
  596. <p>
  597. {block:PostNotes}
  598. <div style="margin-left:15px;">
  599. {PostNotes}{/block:PostNotes}
  600. </div>
  601.  
  602. {/block:Posts}
  603.  
  604.  
  605.  
  606. <div id="pagi">
  607. {block:IndexPage}
  608. <div id="pagination">
  609. {block:Pagination}
  610. {block:JumpPagination length="5"}
  611. {block:CurrentPage}
  612. <span class="current_page">{PageNumber}</span>
  613. {/block:CurrentPage}
  614. {block:JumpPage}
  615. <a class="jump_page" href="{URL}">{PageNumber}</a>
  616. {/block:JumpPage}
  617. {/block:JumpPagination}
  618. {/block:Pagination}
  619. </div>
  620. {/block:IndexPage}
  621.  
  622. </div>
  623. <div style="position:fixed; font-size:8px; color:{color:text}; letter-spacing:0px; bottom:5px; font-family: calibri; right:6px;">
  624. <a href="http://www.kahniss.tumblr.com/">THEME</a></div>
  625. </div>
  626.  
  627. </div>
  628. </div>
  629.  
  630. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement