Advertisement
ameliasdreams

theme 16 - chimerical (regular links)

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