Advertisement
Guest User

Untitled

a guest
Jun 15th, 2013
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--THEME BY NETHERLENDS. listen here u little shit if you remove the credit i will shove a brick up ur ass (◕‿◕✿)---->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:text" content="#9A9A9A">
  15. <meta name="color:tags" content="#EDEDED">
  16. <meta name="color:scrollbar" content="#D6D5D5">
  17. <meta name="color:border" content="#FCFCFC">
  18.  
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="text:linkA" content="">
  21. <meta name="text:linkA url" content="/">
  22. <meta name="text:linkB" content="">
  23. <meta name="text:linkB url" content="/">
  24. <meta name="text:linkC" content="">
  25. <meta name="text:linkC url" content="/">
  26. <meta name="text:linkD" content="">
  27. <meta name="text:linkD url" content="/">
  28.  
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  30. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31. <link rel="shortcut icon" href="{Favicon}" />
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  33.  
  34. <style type="text/css">
  35.  
  36. #bite
  37. #bite a{
  38. display:block
  39. }
  40. #bite .death {
  41. margin-right:0px;filter: alpha(opacity = 0);
  42. opacity:0;-webkit-transition: all 0.5s ease-out;
  43. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  44. }
  45.  
  46. #bite:hover .death {
  47. margin-left:0px;
  48.  
  49. -webkit-transition: all 0.8s ease-out;
  50. -moz-transition: all 0.8s ease-out;
  51. transition: all 0.8s ease-out;
  52. filter: alpha(opacity = 100);
  53. filter: alpha(opacity = 100);
  54. opacity:8;
  55. }
  56.  
  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. font-family:Calibri;
  82. font-weight:normal;
  83. }
  84.  
  85.  
  86.  
  87.  
  88. h1 {
  89. font-weight:normal;
  90. font-size:10px;
  91. text-align:center;
  92. font-style:normal;
  93. line-height:80%;
  94. letter-spacing:1px;
  95. text-transform:uppercase;
  96. color:{color:text};
  97. }
  98.  
  99. h2 {
  100. font-size:15px;
  101. text-align:center;
  102. line-height:100%;
  103. letter-spacing:-0.5px;
  104. color:{color:text};
  105. font-weight:normal;
  106. padding:5px;
  107. padding-bottom:2px;
  108. }
  109.  
  110.  
  111. blockquote {
  112. border-left:2px solid {color:text};
  113. padding-left:5px;
  114. margin:5px;
  115. }
  116.  
  117. #theme {
  118. background-color:{color:bg};
  119. width:700px;
  120. margin: 0 auto -12px auto;
  121. text-align: center;
  122. }
  123.  
  124.  
  125. #sidebar {
  126. color:{color:text};
  127. position:fixed;
  128. width:150px;
  129. height:auto;
  130. margin-top:180px;
  131. text-align:left;
  132. }
  133.  
  134. #sidebar img {
  135. width:240px;
  136. height:665px;
  137. margin-left:-335px;
  138. margin-top:-175px;
  139. }
  140.  
  141. #sidebar2{
  142. margin-left:240px;
  143. margin-top: -550px;
  144. position:fixed;
  145. z-index:0;
  146. opacity:1;
  147. -webkit-transition: 1s ease-in-out;z
  148. -moz-transition:: 1s ease-in-out;
  149. -o-transition: 1s ease-in-out;
  150. }
  151.  
  152. #sidebar2 img{
  153. position:fixed;
  154. width: 125px;
  155. height: 800px;
  156. }
  157.  
  158.  
  159.  
  160. .links {
  161. position:absolute;
  162. width:125px;
  163. line-height:150%;
  164. text-transform: uppercase;
  165. position:fixed;
  166. margin-left:-95px;
  167. text-align: center;
  168. margin-top:-510px;
  169. display:block;
  170. padding: 0px;
  171. text-transform:uppercase;
  172. -webkit-transition: all 0.6s ease;
  173. -moz-transition: all 0.6s ease;
  174. -o-transition: all 0.6s ease;
  175. }
  176.  
  177. .links a{
  178. font-style:normal;
  179. font-size:12px;
  180. text-transform:lowercase;
  181. display:block;
  182. padding-top:2px;
  183. padding-bottom:2px;
  184. padding-left:3px;
  185. margin-bottom:10px;
  186. letter-spacing:3px;
  187. opacity:10;
  188. background-color:#000;
  189. text-decoration:none;
  190. -moz-transition-duration:1s;
  191. -webkit-transition-duration:1s;
  192. -o-transition-duration:1s;
  193. }
  194.  
  195. .links a:hover{
  196. color:{color:link};
  197. opacity:.9;
  198. background-color:#151515;
  199. -webkit-transition: all 0.3s ease;
  200. -moz-transition: all 0.3s ease;
  201. -o-transition: all 0.3s ease;
  202. }
  203.  
  204. .desc {
  205. outline:1px solid #6E6E6E;
  206. outline-offset:3px;
  207. outline-width:1px;
  208. margin-top:-330px;
  209. width:85px;
  210. height:60px;
  211. margin-bottom:10px;
  212. margin-left:-85px;
  213. text-align:center;
  214. font-size:11px;
  215. position:fixed;
  216. opacity:1;
  217. background-color:#000;
  218. color:#6E6E6E;
  219. letter-spacing:0px;padding: 10px;
  220. padding-bottom:10px;
  221. }
  222.  
  223. .desc a {
  224. font-style:none;
  225. font-size:12px;
  226. text-align:justify;
  227. color:#adadad;
  228. margin-left:3px;
  229. line-height:21px;
  230. margin-bottom:3px;
  231. letter-spacing:0px;
  232. text-decoration:none;
  233. color:#7e7e7e;
  234. -webkit-transition: all 1s ease;
  235. -moz-transition: all 1s ease;
  236. -o-transition: all 1s ease;
  237. }
  238.  
  239. .desc a:hover{
  240. color:#454545;
  241. -webkit-transition: all 4s ease;
  242. -moz-transition: all 4s ease;
  243. -o-transition: all 4s ease;
  244. }
  245.  
  246. .pagi {
  247. position:fixed;
  248. width:130px;
  249. margin-top:300px;
  250. margin-left:700px;
  251. letter-spacing: 3px;
  252. font-family:calibri;
  253. font-size:20px;
  254. text-align:center;
  255. color:{color:text};
  256. }
  257.  
  258. .pagi a {
  259. font-size:10px;
  260. color:{color:link};
  261. }
  262.  
  263. #stuffcontainer {
  264. float:left;
  265. margin-left:200px;
  266. margin-top:75px;
  267. text-align:justify;
  268. background-color:{color:bg};
  269. color:{color:text};
  270. margin-bottom: 35px;
  271. }
  272.  
  273.  
  274. #stuff {
  275. width:500px;
  276. margin-top:0px;
  277. margin-left:-80px;
  278. text-align:justify;
  279. font-size:11px;
  280. line-height:90%;
  281. letter-spacing:0x;
  282. color:{color:text};
  283. }
  284.  
  285. .caption {
  286. width:500px;
  287. text-align:justify;
  288. line-height:120%;
  289. }
  290.  
  291. .ask {
  292. padding:10px;
  293. text-align:left;
  294. color:{color:text};
  295. background-color:{color:infobg};
  296. border-bottom:1px solid {color:border};
  297. border-right:1px solid {color:border};
  298. }
  299.  
  300. .ans {
  301. text-align:left;
  302. padding:10px;
  303. color:{color:text};
  304. }
  305.  
  306. .audio {
  307. width:500px;
  308. padding-bottom:10px;
  309. background-color:{color:infobg};
  310. }
  311.  
  312. .albumart {
  313. float:left;
  314. padding:0px 10px 10px 0px;
  315. }
  316.  
  317. .albumart img {
  318. width:45px;
  319. height:45px;
  320. }
  321.  
  322. .playercontainer {
  323. text-align:left;
  324. padding:10px;
  325. background-color:#ffffff;
  326. width:480px;
  327. }
  328.  
  329. .audioinfo {
  330. padding:10px;
  331. color:{color:text};
  332. }
  333.  
  334. #postinfo {
  335. width:490px;
  336. padding:5px;
  337. font-size:8px;
  338. color:{color:link};
  339. text-transform:uppercase;
  340. font-style:normal;
  341. letter-spacing:2px;
  342. text-align:left;
  343. border-top:1px solid {color:border};
  344. border-bottom:1px solid {color:border};
  345. -moz-transition-duration:0.5s;
  346. -webkit-transition-duration:0.5s;
  347. -o-transition-duration:0.5s;
  348. }
  349.  
  350. #postinfo a {
  351. color:{color:link};
  352. text-align:center;
  353. letter-spacing:1px;
  354. font-style:normal;
  355. }
  356.  
  357. #postinfo a:hover {
  358. color:{color:hover};
  359. }
  360.  
  361. .note {
  362. text-transform:uppercase;
  363. font-style:normal;
  364. letter-spacing:0px;
  365. font-size: 9px;
  366. text-align:left;
  367. line-height:90%;
  368. margin-left:-40px;
  369. }
  370.  
  371. .note li {
  372. list-style-type:none;
  373. border-bottom:1px solid {color:border};
  374. padding:10px 25px 10px 25px;
  375. text-align:left;
  376. margin:0px;
  377. -moz-transition-duration:0.5s;
  378. -webkit-transition-duration:0.5s;
  379. -o-transition-duration:0.5s;
  380. }
  381.  
  382. .tags {
  383. font-style:normal;
  384. width:500px;
  385. text-transform:uppercase;
  386. font-style:normal;
  387. color:{color:tags};
  388. letter-spacing:2px;
  389. line-height:120%;
  390. font-size:8px;
  391. text-align:left;
  392. padding:2px;
  393. -moz-transition-duration:0.5s;
  394. -webkit-transition-duration:0.5s;
  395. -o-transition-duration:0.5s;
  396. }
  397.  
  398. .tags a {
  399. color:{color:tags};
  400. letter-spacing:1px;
  401. padding:1px;
  402. }
  403.  
  404. .tags a:hover {
  405. color:{color:link};
  406. }
  407.  
  408. ul.chat, .chat ol, .chat li {
  409. list-style:none;
  410. margin:0px;
  411. padding:2px;
  412. }
  413.  
  414. .label {
  415. text-decoration:underline;
  416. font-weight:700;
  417. background-color:{color:infobg};
  418. margin-right:5px;
  419. }
  420.  
  421. #credit {
  422. position:fixed;
  423. font-size:10px;
  424. line-height:150%;
  425. right:10px;
  426. bottom:10px;
  427. }
  428.  
  429. {CustomCSS}
  430.  
  431. </style></head>
  432.  
  433. <body>
  434. <div id="theme">
  435. <div id="bite">
  436. <div id="sidebar">
  437. <img src="{image:sidebar}">
  438. <div id="sidebar2"><img src="http://static.tumblr.com/8d21e30bcf20b5c0a6b0832f0bd87004/dy1528k/4RDmnmv8j/tumblr_static_blackbox.jpg" /></div>
  439. <div class="links">
  440. {block:IfLinkA}
  441. <a href="{text:linkA url}">{text:linkA}</a>
  442. {/block:IfLinkA}
  443. {block:IfLinkB}
  444. <a href="{text:linkB url}">{text:linkB}</a>
  445. {/block:IfLinkB}
  446. {block:IfLinkC}
  447. <a href="{text:linkC url}">{text:linkC}</a>
  448. {/block:IfLinkC}
  449. {block:IfLinkD}
  450. <a href="{text:linkD url}">{text:linkD}</a>
  451. {/block:IfLinkD}
  452. </div>
  453. <div class="death">
  454. <div class="desc">
  455. {Description}
  456. </div></div></div>
  457. {block:Pagination}
  458. <div class="pagi">
  459. {block:PreviousPage}
  460. <a href="{PreviousPage}"><i>prev</i></a>
  461. {/block:PreviousPage}
  462. {block:NextPage}
  463. <a href="{NextPage}"><i>next</i></a>
  464. {/block:NextPage}
  465. </div>
  466. {/block:Pagination}
  467. </div>
  468.  
  469. <div id="stuffcontainer">
  470.  
  471. {block:Posts}
  472.  
  473. <div id="stuff">
  474.  
  475. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  476.  
  477. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  478.  
  479. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  480. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  481.  
  482. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  483.  
  484. {block:Photoset}<center>{Photoset-500}</center>
  485. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  486.  
  487. {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}
  488.  
  489. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  490.  
  491. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  492.  
  493. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  494. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  495. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  496. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  497. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  498.  
  499.  
  500.  
  501. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  502. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  503. {block:HasTags}
  504. <div class="tags">
  505. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  506. {/block:HasTags}
  507. <div class="note">
  508. {block:PostNotes}{PostNotes}{/block:PostNotes}
  509. </div>
  510. </div>
  511. {/block:Posts}
  512.  
  513.  
  514. </div>
  515.  
  516. <div id="credit"><a href="http://netherlends.tumblr.com/"><img src="http://media.tumblr.com/7525af96f04c08ca98919ae041fc168c/tumblr_inline_mm99isUjTh1qz4rgp.jpg"></a></center></div>
  517.  
  518. </div>
  519. </div>
  520. </div>
  521. </body>
  522. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement