Advertisement
whataloser-themes

Oblivion

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