Advertisement
furhrman

monster;

Sep 21st, 2013
2,829
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 KB | None | 0 0
  1. <!--theme18 by kahniss
  2. DON'T remove credit
  3. Don'T use as your onw
  4. DON'T use as base code-->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12.  
  13. <head>
  14.  
  15.  
  16. <meta name="color:link" content="#706f6f">
  17. <meta name="color:text" content="#adadad">
  18. <meta name="color:scrollbar" content="#cfcfcf">
  19. <meta name="color:desc" content="#8a8888">
  20. <meta name="color:sidebarbg" content="#fafafa">
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:link1" content="">
  25. <meta name="text:link1 url" content="/">
  26. <meta name="text:link2" content="">
  27. <meta name="text:link2 url" content="/">
  28. <meta name="text:link3" content="">
  29. <meta name="text:link3 url" content="/">
  30. <meta name="text:link4" content="">
  31. <meta name="text:link4 url" content="/">
  32. <meta name="text:link5" content="">
  33. <meta name="text:link5 url" content="/">
  34.  
  35.  
  36.  
  37.  
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <link rel="shortcut icon" href="{Favicon}" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  42.  
  43. <style type="text/css">
  44.  
  45. ::-webkit-scrollbar { height:4px; width:4px; background-color:{color:background}; }
  46. ::-webkit-scrollbar-thumb {background-color:{color:text};}
  47. ::-webkit-scrollbar-track {background-color:{color:background};}
  48.  
  49. a {
  50. color:{color:link};
  51. text-decoration:none;
  52. -moz-transition-duration:0.5s;
  53. -webkit-transition-duration:0.5s;
  54. -o-transition-duration:0.5s;
  55. }
  56.  
  57. a:hover {
  58. color:{color:hover};
  59. text-decoration:none;
  60. -moz-transition-duration:0.5s;
  61. -webkit-transition-duration:0.5s;
  62. -o-transition-duration:0.5s;
  63. }
  64.  
  65.  
  66.  
  67. body {
  68. background-color:{color:bg};
  69. font-family:calibri;
  70. font-weight:normal;
  71. }
  72.  
  73.  
  74.  
  75.  
  76. h1 {
  77. font-weight:normal;
  78. font-size:10px;
  79. text-align:center;
  80. font-style:normal;
  81. line-height:80%;
  82. letter-spacing:1px;
  83. color:{color:text};
  84. }
  85.  
  86. h2 {
  87. font-size:15px;
  88. text-align:center;
  89. line-height:100%;
  90. letter-spacing:-0.5px;
  91. color:{color:text};
  92. font-weight:normal;
  93. padding:5px;
  94. padding-bottom:2px;
  95. }
  96.  
  97.  
  98. blockquote {
  99. border-left:2px solid {color:text};
  100. padding-left:5px;
  101. margin:5px;
  102. }
  103.  
  104. #theme {
  105. background-color:{color:bg};
  106. width:700px;
  107. margin: 0 auto -12px auto;
  108. text-align: center;
  109. }
  110.  
  111.  
  112. #sidebar {
  113. position:absolute;
  114. width: 100px;
  115. height:auto;
  116. margin-left: 5px;
  117. margin-top: -157px;
  118. }
  119.  
  120.  
  121. #sidebar img {
  122. width:70px;
  123. height:70px;
  124. padding:20px;
  125. background-color: #ffffff;
  126. }
  127.  
  128.  
  129. .desc {
  130. margin-left:140px;
  131. width:270px;
  132. height: 70px;
  133. font-size:9px;
  134. padding: 20px;
  135. letter-spacing:1px;
  136. text-align:justify;
  137. background-color: #ffffff;
  138. font-family:calibri;
  139. color:{color:desc};
  140. }
  141.  
  142.  
  143. #pagi {
  144. position:fixed;
  145. width:480px;
  146. text-align:center;
  147. margin-top:15px;
  148. margin-left:0px;
  149. color:#9a9a9a;
  150. font-family:'Trebuchet MS';
  151. font-size:9px;
  152. letter-spacing:4px;
  153. text-transform:uppercase;
  154. font-style:normal;
  155. z-index:100;
  156. background-color:#fafafa;
  157. bottom:0;
  158. padding:10px;
  159. border-top:1px
  160. solid #f2f2f2;
  161. }
  162.  
  163. #pagi a:hover {color:#fafafa;}
  164.  
  165. #stuffcontainer {
  166. width: 500px;
  167. margin: 0px auto 0px;
  168. text-align:justify;
  169. margin-top:0px;
  170. padding-bottom:30px;
  171. }
  172.  
  173.  
  174. #stuff {
  175. width:500px;
  176. margin-top:35px;
  177. text-align:justify;
  178. font-size:11px;
  179. line-height:90%;
  180. letter-spacing:0x;
  181. color:{color:text};
  182. }
  183.  
  184. .caption {
  185. width:500px;
  186. text-align:justify;
  187. line-height:120%;
  188. }
  189.  
  190. .ask {
  191. padding:10px;
  192. border-radius:5px;
  193. text-align:left;
  194. color:{color:text};
  195. background-color:#fcfcfc;
  196. border:1px solid #fafafa;
  197. }
  198.  
  199. .asker {
  200. text-transform:uppercase;
  201. margin-left:0px;
  202. margin-top:3px;
  203. font-family: armata;
  204. font-size:7px;
  205. color:{color:links};
  206.  
  207. }
  208.  
  209. .question {
  210. text-transform:uppercase;
  211. width:420px;
  212. font-family: armata;
  213. text-align:left;
  214. font-size:9px;
  215. padding:10px;
  216. margin-left:40px;
  217. margin-top:-40px;
  218. background-color:#fff;
  219. color:{color:text};
  220. }
  221.  
  222. .answer {
  223. text-align:left;
  224. padding:10px;
  225. color:{color:text};
  226. }
  227.  
  228. .audio {
  229. width:500px;
  230. padding-bottom:10px;
  231. background-color:{color:infobg};
  232. }
  233.  
  234. .albumart {
  235. float:left;
  236. padding:0px 10px 10px 0px;
  237. }
  238.  
  239. .albumart img {
  240. width:45px;
  241. height:45px;
  242. }
  243.  
  244. .playercontainer {
  245. text-align:left;
  246. padding:10px;
  247. background-color:#ffffff;
  248. width:480px;
  249. }
  250.  
  251. .audioinfo {
  252. padding:10px;
  253. color:{color:text};
  254. }
  255.  
  256.  
  257. .note {
  258. text-transform:uppercase;
  259. font-style:normal;
  260. letter-spacing:0px;
  261. font-size: 9px;
  262. text-align:left;
  263. line-height:90%;
  264. margin-left:-40px;
  265. }
  266.  
  267. .note li {
  268. list-style-type:none;
  269. border-bottom:1px solid {color:border};
  270. padding:10px 25px 10px 25px;
  271. text-align:left;
  272. margin:0px;
  273. -moz-transition-duration:0.5s;
  274. -webkit-transition-duration:0.5s;
  275. -o-transition-duration:0.5s;
  276. }
  277.  
  278. .tags {
  279. padding-top:2px;
  280. line-height: 110%;
  281. font-family: cambria;
  282. font-size: 8px;
  283. font-style: italic;
  284. text-transform: lowercase;
  285. letter-spacing: 1px;
  286. color:{color:tags};
  287. }
  288.  
  289. .tags a:hover {
  290. color:{color:links};
  291. }
  292.  
  293. ul.chat, .chat ol, .chat li {
  294. list-style:none;
  295. margin:0px;
  296. padding:2px;
  297. }
  298.  
  299. .label {
  300. text-decoration:underline;
  301. font-weight:700;
  302. background-color:{color:infobg};
  303. margin-right:5px;
  304. }
  305.  
  306. .notes {
  307. padding-top:5px;
  308. font-family: cambria;
  309. text-transform: uppercase;
  310. font-size: 8px;
  311. }
  312.  
  313. .links {
  314. margin-left:-22px;
  315. margin-top:30px;
  316. width:500px;
  317. font-size:7px;
  318. text-transform:uppercase;
  319. text-align:center;
  320. letter-spacing:80px;
  321. font-family:'trebuchet ms';
  322. letter-spacing:1px;
  323. word-spacing:6px;
  324. }
  325.  
  326. .links a{
  327. width:70px;
  328. margin-bottom:px;
  329. display:inline-block;
  330. background-color: #ffffff;
  331. padding:6px;
  332. line-height:80%;
  333. text-align:center;
  334. }
  335.  
  336.  
  337. .links a:hover{
  338. text-decoration:underline;
  339. }
  340.  
  341.  
  342.  
  343. #navi {
  344. margin: 60px auto;
  345. width: 450px;
  346. padding: 50px;
  347. background-color: {color:sidebarbg};
  348. }
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355. {CustomCSS}
  356.  
  357. </style></head>
  358.  
  359. <body>
  360. <div id="navi">
  361.  
  362. <div class="desc">
  363. <div style="height:70px; width:270px; overflow: auto; padding-right:2px; ">{Description} </div> </div>
  364. <div class="links">
  365. {block:IfLink1}
  366. <a href="{text:link1 url}">{text:link1}</a>
  367. {/block:IfLink1}
  368. {block:IfLink2}
  369. <a href="{text:link2 url}">{text:link2}</a>
  370. {/block:IfLink2}
  371. {block:IfLink3}
  372. <a href="{text:link3 url}">{text:link3}</a>
  373. {/block:IfLink3}
  374. {block:IfLink4}
  375. <a href="{text:link4 url}">{text:link4}</a>
  376. {/block:IfLink4}
  377. {block:IfLink5}
  378. <a href="{text:link5 url}">{text:link5}</a>
  379. {/block:IfLink5}
  380. </div>
  381. <div id="sidebar">
  382. <img src="{image:sidebar}">
  383. </div>
  384. </div> </div> </div>
  385.  
  386.  
  387. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  388. <link href='http://fonts.googleapis.com/css?family=Armata' rel='stylesheet' type='text/css'>
  389.  
  390. <div id="stuffcontainer">
  391.  
  392. {block:Posts}
  393.  
  394. <div id="stuff">
  395.  
  396. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  397.  
  398. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  399.  
  400. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  401. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  402.  
  403. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  404.  
  405. {block:Photoset}<center>{Photoset-500}</center>
  406. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  407.  
  408. {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}
  409.  
  410. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  411.  
  412. {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}
  413.  
  414.  
  415. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  416. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  417. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  418. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  419. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  420.  
  421.  
  422. <div class="notes">
  423.  
  424. {block:Date}
  425. {TimeAgo}
  426. {/block:Date}
  427. {block:NoteCount}{block:NoteCount}<a href="{Permalink}"> {block:NoteCount}(
  428. <font color=#c91313>♥</font> {NoteCount})</a>{/block:NoteCount}
  429. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a></span>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}"> © </a></span>{/block:ContentSource}{/block:ContentSource}
  430.  
  431.  
  432.  
  433.  
  434. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}; </a>{/block:Tags}
  435. </div>{/block:HasTags}
  436.  
  437. </div>
  438. {/block:Date}
  439.  
  440.  
  441. <div class="note">
  442. {block:PostNotes}{PostNotes}{/block:PostNotes}
  443. </div>
  444.  
  445. {/block:Posts}
  446.  
  447.  
  448. <div id="pagi">
  449. {block:Pagination}
  450. {block:PreviousPage}
  451. <a href="{PreviousPage}">←</a>
  452. {/block:PreviousPage}
  453. {block:JumpPagination length="5"}
  454. {block:CurrentPage}
  455. <span class="current_page">{PageNumber}</span>
  456. {/block:CurrentPage}
  457. {block:JumpPage}
  458. <a class="jump_page" href="{URL}">{PageNumber}</a>
  459. {/block:JumpPage}
  460. {/block:JumpPagination}
  461. {block:NextPage}
  462. <a href="{NextPage}">→</a>
  463. {/block:NextPage}
  464. </div>
  465. {/block:Pagination}</div>
  466.  
  467. </div>
  468. <div style="position:fixed; bottom:6px; font-family:armata; font-size:10px; right:6px; padding:5px; font-color: #ffffff; background-color:#000000; ">
  469. <a href="http://kahniss.tumblr.com">©KT</a></div>
  470.  
  471. </div>
  472.  
  473.  
  474. </div>
  475. </div>
  476. </div>
  477.  
  478. </body>
  479.  
  480. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement