Advertisement
ameliasdreams

theme 23 - crystalline

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