Advertisement
ameliasdreams

theme 26 - apathy

Jul 30th, 2014
2,044
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.28 KB | None | 0 0
  1. <!---
  2.  
  3. theme no. 26 - apathy, by melodypcnd.tumblr.com
  4.  
  5. terms:
  6. > do not remove, change, or move credit to another page
  7. > do not cover it with anything or make it invisible
  8. > do not steal this code and claim it as your own
  9. > do not use this as a base or take parts of the code
  10.  
  11. please like or reblog the post! enjoy (โ—กโ€ฟโ—กโœฟ)
  12.  
  13. --->
  14.  
  15. <!DOCTYPE html>
  16.  
  17. <html>
  18.  
  19. <head>
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24.  
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26.  
  27. {block:Description}
  28. <meta name="description" content="{MetaDescription}"/>
  29. {/block:Description}
  30.  
  31. <meta name="image:sidebar" content="" />
  32.  
  33. <meta name="color:text" content="#555555" />
  34. <meta name="color:link" content="#000000" />
  35. <meta name="color:link hover" content="#aaaaaa" />
  36.  
  37. <meta name="text:link 1" content="" />
  38. <meta name="text:link 1 url" content="" />
  39. <meta name="text:link 2" content="" />
  40. <meta name="text:link 2 url" content="" />
  41. <meta name="text:link 3" content="" />
  42. <meta name="text:link 3 url" content="" />
  43. <meta name="text:link 4" content="" />
  44. <meta name="text:link 4 url" content="" />
  45. <meta name="text:link 5" content="" />
  46. <meta name="text:link 5 url" content="" />
  47.  
  48. <meta name="if:400px" content="1" />
  49. <meta name="if:500px" content="0" />
  50.  
  51. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  52.  
  53. <style type="text/css">
  54.  
  55. div#qTip {
  56. position:absolute;
  57. display:none;
  58. padding:1px 3px;
  59. margin-left:13px;
  60. background:#fff;
  61. z-index:9999999999999999999999;
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. width:7px;
  66. background:#aaa;
  67. border:3px solid #fff;
  68. }
  69.  
  70. ::-webkit-scrollbar-thumb {
  71. background:#000;
  72. border:3px solid #fff;
  73. }
  74.  
  75. body {
  76. margin:0px;
  77. color:{color:text};
  78. background:#fff;
  79. font-family:consolas;
  80. font-size:9px;
  81. letter-spacing:1px;
  82. line-height:175%;
  83. }
  84.  
  85. blockquote {
  86. border-left:1px solid {color:text};
  87. padding:0px 8px;
  88. margin-left:5px;
  89. }
  90.  
  91. a {
  92. color:{color:link};
  93. text-decoration:none;
  94. -webkit-transition-duration:0.3s;
  95. -moz-transition-duration:0.3s;
  96. -o-transition-duration:0.3s;
  97. }
  98.  
  99. a:hover {
  100. color:{color:link hover};
  101. }
  102.  
  103. img {
  104. max-height:100%;
  105. max-width:100%;
  106. }
  107.  
  108. h1 {
  109. font-size:14px;
  110. text-transform:uppercase;
  111. -webkit-transition-duration:0.3s;
  112. -moz-transition-duration:0.3s;
  113. -o-transition-duration:0.3s;
  114. }
  115.  
  116. h1:hover {
  117. text-shadow:0px 0px 5px rgba(0,0,0,0.3);
  118. }
  119.  
  120. #sidebar {
  121. position:fixed;
  122. text-align:justify;
  123. width:225px;
  124. {block:If400px}
  125. margin-left:300px;
  126. {/block:If400px}
  127. {block:If500px}
  128. margin-left:250px;
  129. {/block:If500px}
  130. margin-top:200px;
  131. background:#fff;
  132. z-index:9999;
  133. padding:10px;
  134. box-shadow:0px 0px 13px rgba(0,0,0,0.2);
  135. }
  136.  
  137. #sidebar img {
  138. width:225px;
  139. margin-bottom:3px;
  140. }
  141.  
  142. #title {
  143. font-size:10px;
  144. letter-spacing:3px;
  145. text-transform:uppercase;
  146. text-align:center;
  147. background:#f3f3f3;
  148. padding:3px;
  149. -webkit-transition-duration:0.5s;
  150. -moz-transition-duration:0.5s;
  151. -o-transition-duration:0.5s;
  152. }
  153.  
  154. #title:hover {
  155. letter-spacing:5px;
  156. text-shadow:0px 0px 3px rgba(0,0,0,0.3);
  157. }
  158.  
  159. #desc {
  160. font-size:10px;
  161. padding:10px 5px;
  162. letter-spacing:0px;
  163. }
  164.  
  165. #links {
  166. position:absolute;
  167. margin-left:243px;
  168. }
  169.  
  170. #links a {
  171. text-transform:uppercase;
  172. display:block;
  173. padding:3px;
  174. margin-bottom:3px;
  175. }
  176.  
  177. #links a:hover {
  178. color:{color:text};
  179. text-shadow:0px 0px 3px rgba(0,0,0,0.3);
  180. }
  181.  
  182. #pagi {
  183. text-align:center;
  184. {block:PermalinkPage}
  185. display:none;
  186. {/block:PermalinkPage}
  187. }
  188.  
  189. #pagi a {
  190. background-color:#f3f3f3;
  191. padding:1px 2px;
  192. }
  193.  
  194. #entry {
  195. position:absolute;
  196. {block:If400px}
  197. margin-left:675px;
  198. {/block:If400px}
  199. {block:If500px}
  200. margin-left:625px;
  201. {/block:If500px}
  202. margin-top:100px;
  203. }
  204.  
  205. #post {
  206. {block:If400px}
  207. width:400px;
  208. {/block:If400px}
  209. {block:If500px}
  210. width:500px;
  211. {/block:If500px}
  212. padding-bottom:50px;
  213. text-align:justify;
  214. }
  215.  
  216. .cap {
  217. margin-top:2px;
  218. padding:3px 10px;
  219. background:#f3f3f3;
  220. }
  221.  
  222. #quote {
  223. text-align:center;
  224. }
  225.  
  226. #chat {
  227. line-height:180%;
  228. }
  229.  
  230. .newplayerbutton {
  231. position:relative;
  232. width:28px;
  233. height:27px;
  234. overflow:hidden;
  235. }
  236.  
  237. .playerbuttonhug {
  238. position:absolute;
  239. top:-11px;
  240. left:-12px;
  241. }
  242.  
  243. .tumblr_audio_player {
  244. border:none;
  245. padding:0px;
  246. padding-left:12.5px;
  247. margin:0px;
  248. height:50px;
  249. width:500px;
  250. }
  251.  
  252. .playerbuttonbg {
  253. position:absolute;
  254. top:20px;
  255. width:28px;
  256. height:28px;
  257. background-color:#fff;
  258. padding:10px;
  259. border-radius:40px;
  260. box-shadow:0px 0px 10px rgba(0,0,0,0.3);
  261. }
  262.  
  263. .trackdetails {
  264. width:auto;
  265. display:inline-block;
  266. margin-left:80px;
  267. min-height:28px;
  268. line-height:197%;
  269. }
  270.  
  271. .audiowrapper {
  272. position:relative;
  273. display:inline-block;
  274. margin-bottom:10px;
  275. }
  276.  
  277. #q {
  278. text-align:right;
  279. padding:10px;
  280. border:1px solid #eee;
  281. margin-bottom:-5px;
  282. color:#000;
  283. }
  284.  
  285. #q a {
  286. color:#000 !important;
  287. }
  288.  
  289. #info {
  290. font-size:8px;
  291. margin-top:3px;
  292. margin-right:100px;
  293. text-align:right;
  294. text-transform:uppercase;
  295. opacity:0;
  296. -webkit-transition-duration:0.5s;
  297. -moz-transition-duration:0.5s;
  298. -o-transition-duration:0.5s;
  299. }
  300.  
  301. #info a {
  302. padding-left:5px;
  303. }
  304.  
  305. #tags {
  306. text-transform:lowercase !important;
  307. }
  308.  
  309. #post:hover #info {
  310. margin-right:0px;
  311. opacity:1;
  312. }
  313.  
  314. .notecont {
  315. {block:If400px}
  316. width:400px;
  317. {/block:If400px}
  318. {block:If500px}
  319. width:500px;
  320. {/block:If500px}
  321. margin-left:-40px;
  322. line-height:250%;
  323. z-index:0;
  324. }
  325.  
  326. .notecont li {
  327. list-style-type:none;
  328. }
  329.  
  330. .notecont img {
  331. display:none;
  332. }
  333.  
  334. #poop {
  335. font-size:8px;
  336. font-family:calibri;
  337. letter-spacing:2px;
  338. line-height:160%;
  339. }
  340.  
  341. #poop a {
  342. position:fixed;
  343. width:20px;
  344. padding:3px 0px;
  345. bottom:5px;
  346. right:5px;
  347. text-align:center;
  348. color:#777;
  349. background:#eee;
  350. border:3px double #fff;
  351. }
  352.  
  353. {CustomCSS}</style></head><body>
  354.  
  355. <div id="sidebar">
  356. <div id="links">
  357. <a title="{text:link 1}" href="{text:link 1 url}">01.</a>
  358. <a title="{text:link 2}" href="{text:link 2 url}">02.</a>
  359. <a title="{text:link 3}" href="{text:link 3 url}">03.</a>
  360. <a title="{text:link 4}" href="{text:link 4 url}">04.</a>
  361. <a title="{text:link 5}" href="{text:link 5 url}">05.</a>
  362. </div>
  363. <img src="{image:sidebar}" />
  364. <div id="title">{Title}</div>
  365. <div id="desc">{Description}</div>
  366. {block:Pagination}
  367. <div id="pagi">
  368. {block:PreviousPage}
  369. <a href="{PreviousPage}">prev</a> /
  370. {/block:PreviousPage}
  371. {block:NextPage}
  372. <a href="{NextPage}">next</a>
  373. {/block:NextPage}
  374. </div>
  375. {/block:Pagination}
  376. </div>
  377.  
  378. <div id="entry">
  379.  
  380. {block:Posts}
  381.  
  382. <div id="post">
  383.  
  384. {block:text}
  385. <h1>
  386. {block:Title}
  387. {Title}
  388. {/block:Title}
  389. </h1>
  390. <div class="cap">{Body}</div>
  391. {/block:text}
  392.  
  393. {block:Photo}
  394. {LinkOpenTag}
  395. {block:If400px}
  396. <img src="{PhotoURL-400}" alt="{PhotoAlt}" />
  397. {/block:If400px}
  398. {block:If500px}
  399. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  400. {/block:If500px}
  401. {LinkCloseTag}
  402. {/block:Photo}
  403.  
  404. {block:Photoset}
  405. {block:If400px}
  406. {Photoset-400}
  407. {/block:If400px}
  408. {block:If500px}
  409. {Photoset-500}
  410. {/block:If500px}
  411. {/block:Photoset}
  412.  
  413. {block:Quote}
  414. <div id="quote">
  415. <h1>"{Quote}"</h1><p>
  416. {block:Source}
  417. {Source}
  418. {/block:Source}
  419. </div>
  420. {/block:Quote}
  421.  
  422. {block:link}
  423. <h1>
  424. <a href="{URL}"{Target}>{Name}</a>
  425. </h1>
  426. {block:Description}
  427. <div class="cap">{Description}</div>
  428. {/block:Description}
  429. {/block:link}
  430.  
  431. {block:Chat}
  432. <div id="chat">
  433. {block:Title}
  434. <h1>
  435. {Title}
  436. </h1>
  437. {/block:Title}
  438. {block:Lines}
  439. {block:Label}
  440. <b>{Label}</b>
  441. {/block:Label}
  442. {Line}<br>
  443. {/block:Lines}
  444. </div>
  445. {/block:Chat}
  446.  
  447. {block:AudioPlayer}
  448. <div class="audiowrapper">
  449. <div class="playerbuttonbg">
  450. <div class="newplayerbutton">
  451. <div class="playerbuttonhug">
  452. {AudioPlayerWhite}
  453. </div>
  454. </div>
  455. </div>
  456. <div class="trackdetails">
  457. <br>
  458. {block:TrackName}{TrackName}{/block:TrackName}<br>
  459. {block:Artist}{Artist}{/block:Artist}<br>
  460. {PlayCountWithLabel}
  461. </div>
  462. </div>
  463. {/block:AudioPlayer}
  464.  
  465. {block:Video}
  466. {block:If400px}
  467. {Video-400}
  468. {/block:If400px}
  469. {block:If500px}
  470. {Video-500}
  471. {/block:If500px}
  472. {/block:Video}
  473.  
  474. {block:Answer}
  475. <div id="q">
  476. {Question}
  477. (<a href="{askerURL}"><strong>{Asker}</strong></a>)
  478. </div>
  479. <div class="cap">{Answer}</div>
  480. {/block:answer}
  481.  
  482. {block:Caption}
  483. <div class="cap">{Caption}</div>
  484. {/block:Caption}
  485.  
  486. <div id="info">
  487. {block:Date}
  488. <a href="{Permalink}">{ShortMonth} {DayOfMonth}</a>
  489. {/block:Date}
  490. {block:NoteCount}
  491. <a href="{Permalink}">{NoteCount}</a>
  492. {/block:NoteCount}
  493. {block:RebloggedFrom}
  494. <a href="{ReblogParentURL}">via</a>
  495. {/block:RebloggedFrom}
  496. {block:ContentSource}
  497. <a href="{SourceURL}">src</a>
  498. {/block:ContentSource}
  499. <div id="tags">
  500. {block:HasTags}
  501. {block:Tags}
  502. <a href="{TagURL}">&nbsp;#{Tag}</a>
  503. {/block:Tags}
  504. {/block:HasTags}
  505. </div>
  506. </div>
  507.  
  508. {block:PostNotes}
  509. <div class="notecont">
  510. {PostNotes}
  511. </div>
  512. {/block:PostNotes}
  513.  
  514. </div>
  515.  
  516. {/block:Posts}
  517.  
  518. </div>
  519.  
  520. <div id="poop">
  521. <a href="http://melodypcnd.tumblr.com/">mk</a>
  522. </div>
  523.  
  524. </body>
  525.  
  526. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement