Advertisement
whataloser-themes

Lies Greed Misery

Aug 31st, 2014
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.06 KB | None | 0 0
  1. <!DOCTYPE html><html><head>
  2.  
  3.  
  4. <!-- THEME BY CXLCIUM.TUMBLR.COM
  5.  
  6. base code by ambienttthemes.tumblr.com
  7.  
  8. Please don't steal or repost this code okay I mean cmon man I worked really hard on this so don't be a cunt yo -->
  9.  
  10.  
  11. <meta name="color:background" content="#ffffff">
  12. <meta name="color:links" content="#ffffff">
  13. <meta name="color:border" content="#ffffff">
  14. <meta name="color:text" content="#ffffff">
  15. <meta name="color:Gradient1" content="#AFCADB">
  16. <meta name="color:Gradient2" content="#CBAFDB">
  17.  
  18. <meta name="text:ask link label" content="ask">
  19.  
  20. <meta name="if:show archive link" content="0">
  21. <meta name="if:full screen bg" content="1">
  22. <meta name="if:Gradient Background" content="1"/>
  23.  
  24. <meta name="image:sidebar" content="">
  25. <meta name="image:background" content:="">
  26.  
  27. <meta name="text:Link 1" content="/" />
  28. <meta name="text:Link 1 text" content="link 1" />
  29. <meta name="text:Link 2" content="/" />
  30. <meta name="text:Link 2 text" content="link 2" />
  31. <meta name="text:Link 3" content="/" />
  32. <meta name="text:Link 3 text" content="link 3" />
  33. <meta name="text:Link 4" content="/" />
  34. <meta name="text:Link 4 text" content="link 4" />
  35.  
  36. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  37.  
  38.  
  39.  
  40.  
  41. <title>{Title}{block:PostSummary} | {PostSummary}{/block:PostSummary}{block:TagPage} | {Tag}{/block:TagPage}</title>
  42. <link rel="shortcut icon" href="http://cdn.flaticon.com/png/256/53515.png" />
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50. body {
  51. background-color:{color:background};
  52. background-image:url({image:Background});
  53. background-attachment:fixed;
  54. {block:ifNoFullScreenBg}background-repeat:repeat;
  55. background-attachment:fixed;
  56. background-position:left top;
  57. {/block:ifNoFullScreenBg}
  58. {block:ifFullScreenBg}
  59. background-size: 100% 100% ;
  60. {/block:ifFullScreenBg}
  61. {block:ifgradientbackground}
  62. background-image: -webkit-gradient(
  63. linear,
  64. right top,
  65. right bottom,
  66. color-stop(0.9,{color:Gradient1}),
  67. color-stop(0.1, {color:Gradient2}));
  68. background-attachment: fixed;
  69. {/block:ifgradientbackground}
  70. font-family: courier;
  71. font-weight:normal;
  72. margin:0px;
  73. top:0;
  74. left:0;
  75. word-wrap:break-word;
  76.  
  77. }
  78.  
  79.  
  80. ::-webkit-scrollbar-thumb {
  81. height:auto;
  82. background-color: {color:border};
  83. border:1px solid transparent;
  84. }
  85. ::-webkit-scrollbar {
  86. height:5px;
  87. width:2px;
  88. background-color: transparent;
  89. }
  90.  
  91.  
  92. a {
  93. color:{color:text};
  94. text-decoration:none;
  95. -moz-transition-duration:0.5s;
  96. -webkit-transition-duration:0.5s;
  97. -o-transition-duration:0.5s;
  98. }
  99.  
  100. a:hover {
  101. color:{color:text};
  102. text-decoration:underline;
  103. -moz-transition-duration:0.5s;
  104. -webkit-transition-duration:0.5s;
  105. -o-transition-duration:0.5s;
  106. }
  107.  
  108. h1 {
  109. font-size:16px;
  110. font-weight:normal;
  111. letter-spacing:0px;
  112. line-height:120%;
  113. }
  114.  
  115. h1 a{
  116. color:{color:text};
  117. }
  118.  
  119. h1 a:hover {
  120. color:{color:text};
  121. text-decoration:underline;
  122. }
  123.  
  124. h2 {
  125. text-decoration:none;
  126. font-size:16px;
  127. text-align:left;
  128. line-height:110%;
  129. color:{color:text};
  130. padding:5px;
  131. padding-bottom:2px;
  132. font-weight:normal;
  133. letter-spacing:0px;
  134. }
  135.  
  136. h3 {
  137. font-weight:normal;
  138. font-size:17px;
  139. text-align:center;
  140. font-style:normal;
  141. color:{color:text};
  142. }
  143.  
  144.  
  145.  
  146. blockquote {
  147. border-left:2px solid {color:text};
  148. padding-left:5px;
  149. margin:5px;
  150. padding-top:2px;
  151. padding-bottom:2px;
  152. }
  153.  
  154.  
  155. #theme {
  156. margin:auto;
  157. width:100%;
  158. height:100%;
  159. text-align: center;
  160. background-color:transparent;
  161. z-index:9990;
  162. position:relative;
  163. }
  164.  
  165.  
  166. #sidebar {
  167. color: {color:text};
  168. width:250px;
  169. height:100%;
  170. display:table;
  171. position:fixed;
  172. margin-left:400px;
  173. margin-top:75px;
  174. }
  175.  
  176. #titleandstuff {
  177. background-color:transparent;
  178. text-align: right;
  179. }
  180.  
  181.  
  182.  
  183.  
  184. #description {
  185. text-align:right;
  186. font-size:11px;
  187. padding: 10px 10px 10px 0px;
  188. border-top: 1px solid {color:border};
  189. }
  190.  
  191.  
  192. .links {
  193. width:auto;
  194. position:relative;
  195. line-height:15px;
  196. font-size:11px;
  197. margin-top:0px;
  198. text-align:right;
  199. text-shadow:none;
  200. font-style:none;
  201. padding: 5px 10px 0px 0px;
  202. border-top: 1px solid {color:border};
  203. }
  204.  
  205. .links a {
  206. display:inline-block;
  207. margin-left:2px;
  208. padding:0px 5px 0px 0px;
  209. height:15px;
  210. text-align:right;
  211. color:{color:text};
  212. background-color:transparent;
  213. -moz-transition-duration:0.5s;
  214. -webkit-transition-duration:0.5s;
  215. -o-transition-duration:0.5s;
  216. }
  217. .links a:hover {
  218. background-color:transparent;
  219. text-decoration:underline;
  220. -moz-transition-duration:0.5s;
  221. -webkit-transition-duration:0.5s;
  222. -o-transition-duration:0.5s;
  223. }
  224.  
  225. ul#links {
  226. list-style-type:none;
  227. }
  228.  
  229. #postscontainer {
  230. margin-left:650px;
  231. margin-top:75px;
  232. padding:10px 10px 10px 10px;
  233. width:410px;
  234. position:absolute;
  235. text-align:justify;
  236. background-color:transparent;
  237. color:{color:text};
  238. z-index:999;
  239. border: 1px solid {color:border};
  240. overflow:auto;
  241. height: 600px;
  242. }
  243.  
  244.  
  245. .posts {
  246. background-color:transparent;
  247. padding:5px;
  248. width:400px;
  249. margin-bottom:75px;
  250. text-align:justify;
  251. font-size:11px;
  252. line-height:100%;
  253. letter-spacing:0px;
  254. color:{color:text};
  255. }
  256.  
  257.  
  258. .caption {
  259. width:400px;
  260. text-align:justify;
  261. line-height:120%;
  262. }
  263.  
  264.  
  265. .postinfo {
  266. width:388px;
  267. margin-top:5px;
  268. padding:0px 0px 7px 10px;
  269. text-align:left;
  270. line-height:100%;
  271. display:inline-block;
  272. background-color:transparent;
  273. color:white;
  274. text-transform:uppercase;
  275.  
  276. }
  277.  
  278.  
  279.  
  280. .dates {
  281. display:inline-block;
  282. font-size:11px;
  283. text-transform:none;
  284. font-weight:normal;
  285. letter-spacing:0px;
  286. }
  287.  
  288. .notesetc {
  289. margin-top:8px;
  290. display:inline-block;
  291. }
  292.  
  293.  
  294.  
  295.  
  296. .chat ol {
  297. line-height:170%;
  298. list-style:none;
  299. width:400px;
  300. margin-left:-40px;
  301. }
  302.  
  303. .line.odd {
  304. margin-bottom:0px;
  305. padding:4px;
  306. }
  307.  
  308. .line.even {
  309. margin-bottom:0px;
  310. padding:4px;
  311. }
  312.  
  313. .label {
  314. padding-right:2px;
  315. text-transform:normal;
  316. font-weight:bold;
  317. color:{color:link};
  318. }
  319.  
  320. .tags {
  321. text-transform:uppercase;
  322. font-size:10px;
  323. text-align:left;
  324. margin-top:2px;
  325. display:inline-block
  326. padding:0px 0px 10px 0px;
  327. }
  328.  
  329. .note {
  330. text-transform:lowercase;
  331. font-style:normal;
  332. letter-spacing:0px;
  333. font-size: 11px;
  334. text-align:left;
  335. line-height:100%;
  336. width:400px;
  337. }
  338.  
  339. .note ol {
  340. list-style-type:none;
  341. padding:10px 0px 0px 0px;
  342. text-align:left;
  343. margin:0px;
  344. -moz-transition-duration:0.5s;
  345. -webkit-transition-duration:0.5s;
  346. -o-transition-duration:0.5s;
  347. }
  348.  
  349. .note img.avatar {
  350. margin-right:10px;
  351. }
  352.  
  353. .question {
  354. padding: 5px;
  355. font-style: italic;
  356. }
  357.  
  358. .answer {
  359. text-align: right;
  360. }
  361.  
  362. .playboyback {
  363. position: absolute;
  364. left: 20px;
  365. top: 20px;
  366. width: 19px;
  367. height: 19px;
  368. background-color: #ffffff;
  369. padding: 10px;
  370. opacity: .4;
  371. filter: alpha(opacity=40);
  372. -moz-opacity: 0.4;
  373. -khtml-opacity: 0.4;
  374. transition: opacity .7s ease-in-out;
  375. -moz-transition: opacity .7s ease-in-out;
  376. -webkit-transition: opacity .7s ease-in-out;
  377. }
  378.  
  379. .newplayerbutton {
  380. position: relative;
  381. width: 19px;
  382. height: 19px;
  383. overflow: hidden;
  384. }
  385.  
  386. .playerbuttonhug {
  387. position: absolute;
  388. top: -18px;
  389. left: -7px;
  390. }
  391.  
  392. .tumblr_audio_player {
  393. height: 90px;
  394. width: 270px;
  395. -moz-transform: scale(0.60, 0.60);
  396. -webkit-transform: scale(0.60, 0.60);
  397. -o-transform: scale(0.60, 0.60);
  398. -ms-transform: scale(0.60, 0.60);
  399. transform: scale(0.60, 0.60);
  400. -moz-transform-origin: top left;
  401. -webkit-transform-origin: top left;
  402. -o-transform-origin: top left;
  403. -ms-transform-origin: top left;
  404. transform-origin: top left;
  405. }
  406.  
  407. .audioimgwrapper {
  408. position: absolute;
  409. left: 0px;
  410. top: 0px;
  411. overflow: hidden;
  412. width: 79px;
  413. height: 79px;
  414. }
  415.  
  416. .audioimgwrapper img {
  417. width: 100%;
  418. height: auto;
  419. }
  420.  
  421. .trackdetails {
  422. width: auto;
  423. padding-bottom: 10px;
  424. display: inline-block;
  425. margin-left: 90px;
  426. line-height: 20px;
  427. }
  428.  
  429. .audiowrapper {
  430. position: relative;
  431. display: inline-block;
  432. }
  433.  
  434. .qsource {
  435. padding: 0px 0px 0px 15px;
  436. }
  437.  
  438. .quote {
  439. line-height:175%;
  440. }
  441.  
  442. .notereblog {
  443. display: inline-block;
  444. width:400px;
  445. line-height:100%;
  446. }
  447.  
  448. .notereblog a {
  449. font-style:normal;
  450. }
  451.  
  452. .notereblog a:hover {
  453. text-transform:underline;
  454. }
  455.  
  456. .notes {
  457. display: inline-block;
  458. text-align:left;
  459. }
  460.  
  461. .reblog {
  462. display: inline-block;
  463. float:right;
  464. }
  465.  
  466.  
  467. {CustomCSS}
  468.  
  469. </style></head>
  470.  
  471. <body>
  472.  
  473. <div id="theme">
  474.  
  475.  
  476. <div id="sidewrap">
  477. <div id="sidebar">
  478. <div id="titleandstuff">
  479. <div id="title"><h1><h1 style="padding:0px 10px 5px 0px">{title}</h1></h1></div>
  480. {block:Description}<div id="description">{description}</div>{/block:Description}
  481. <div class="links"><ul id="links">
  482. <li><a href="/">home</a></li>
  483. <li>{block:askenabled}<a href="/ask">ask</a>{/block:askenabled}</li>
  484. <li><a href="{text:Link 1}">{text:link 1 text}</a></li>
  485. <li><a href="{text:Link 2}">{text:link 2 text}</a></li>
  486. <li><a href="{text:Link 3}">{text:link 3 text}</a></li>
  487. <li><a href="{text:Link 4}">{text:link 4 text}</a></li>
  488. {block:IfShowArchiveLink}<li><a href="/archive">archive</a></li>{/block:IfShowArchiveLink}</ul>
  489. </div>
  490.  
  491.  
  492.  
  493. </div>
  494.  
  495. </div>
  496.  
  497. </div>
  498. </div>
  499.  
  500.  
  501. </div>
  502.  
  503.  
  504.  
  505.  
  506. <div id="postscontainer">
  507.  
  508.  
  509. <div class ="autopagerize_page_element">
  510.  
  511. {block:Posts}
  512. <div class="posts">
  513.  
  514. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  515.  
  516. {block:Quote}<div class="quote"><h3>"{Quote}"</h3></div> <div class="qsource"><br/>— {Source}</div>{/block:Quote}
  517.  
  518. {block:Link}<a href="{URL}"><h2 style="padding:18px; background-color:{color:ask and link post background}">{Name} →</h2></a>
  519. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  520.  
  521.  
  522. {block:Photo}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Photo}
  523.  
  524.  
  525. {block:Panorama}
  526. {LinkOpenTag}
  527. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:500px;"/>
  528. {LinkCloseTag}
  529. {block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}
  530. {/block:Panorama}
  531.  
  532. {block:Photoset}<center>{Photoset-400}</center>
  533. {block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Photoset}
  534.  
  535. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol> {block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  536.  
  537. {block:Video}{Video-400}{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Video}
  538.  
  539. {block:Answer}
  540. <div class="question"><b>{Asker} asked:</b> {Question}</div>
  541. <div class="answer">{Answer}</div>
  542. {/block:Answer}
  543.  
  544. {block:Audio}
  545. {block:AudioPlayer}
  546. <div class="audiowrapper">
  547. {block:AlbumArt}
  548. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  549. {/block:AlbumArt}
  550. <div class="playboyback">
  551. <div class="newplayerbutton">
  552. <div class="playerbuttonhug">
  553. {AudioPlayerWhite}
  554. </div>
  555. </div>
  556. </div>
  557. <div class="trackdetails">
  558. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  559. {block:Artist}{Artist}{/block:Artist}<br/>
  560. {block:Album}{Album}{/block:Album}<br/>
  561. {PlayCountWithLabel}
  562. </div>
  563. </div>
  564. {/block:AudioPlayer}
  565. {/block:Audio}
  566.  
  567. {block:date}
  568. {block:indexpage}
  569. <div class="notereblog">
  570. <div class="notes"><a href="{permalink}">{NoteCount} NOTES</div>
  571. <div class="reblog"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  572. </div>
  573. {/block:indexpage}
  574.  
  575. {block:permalinkpage}
  576. <div style"caption">{caption}</div>
  577. <div style="padding-top:5px; text-transform:uppercase;">REBLOGGED {timeago} WITH {notecountwithlabel}</div>
  578. <div style="padding:5px 0px 5px 0px;"><a href="{sourceurl}">SOURCE</a>
  579. {block:tags}<a href"{tagurl}">#{tag}&nbsp;</a>{/block:tags}</div>
  580. {/block:permalinkpage}
  581.  
  582. {block:PostNotes}
  583. <div class="note">
  584. {PostNotes}
  585. </div>
  586. {/block:PostNotes}
  587.  
  588. {/block:date}
  589.  
  590.  
  591. </div>
  592.  
  593.  
  594.  
  595. {/block:posts}
  596.  
  597.  
  598. </div>
  599. </div>
  600. </div>
  601.  
  602. <div style="position:fixed;bottom:6px; right:10px; padding:5px;"><a href="http://www.cxlcium.tumblr.com/"><img src="http://cdn.flaticon.com/png/256/53515.png" width="15px" height="15px" -webkit-filter="invert"></div>
  603.  
  604. </div>
  605.  
  606.  
  607. </body>
  608. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement