Advertisement
ameliasdreams

theme 9 - aluminium

Feb 9th, 2014
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.65 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. ALUMINIUM (theme #9) BY MELODYPCND(.tumblr.com)
  8.  
  9. - DO NOT REMOVE THE CREDIT
  10. - DO NOT TOUCH THE CREDIT IN ANY WAY
  11. - DO NOT MOVE THE CREDIT TO A SECONDARY PAGE
  12. - DO NOT STEAL THIS CODE AND REDISTRIBUTE AS YOUR OWN
  13. - DO NOT USE THIS AS A BASE CODE
  14. - AND LASTLY, DO NOT TAKE PARTS OF THE CODE, AS THAT IS ALSO STEALING
  15.  
  16. but please DO like or reblog the post! :) enjoy the theme! <3
  17.  
  18. --->
  19.  
  20. <head>
  21.  
  22. <!---TITLE--->
  23. <title>{Title}</title>
  24.  
  25. <!---FAVICON--->
  26. <link rel="shortcut icon" href="{Favicon}">
  27.  
  28. <!---RSS FEED--->
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30.  
  31. <!---DESCRIPTION--->
  32. {block:Description}
  33. <meta name="description" content="{MetaDescription}"/>
  34. {/block:Description}
  35.  
  36. <!---COLORS--->
  37. <meta name="color:Font" content="#b6b5b5" />
  38.  
  39. <!---LINKS AND TEXT--->
  40. <meta name="text:Link 1 URL" content="" />
  41. <meta name="text:Link 1 Title" content="" />
  42. <meta name="text:Link 2 URL" content="" />
  43. <meta name="text:Link 2 Title" content="" />
  44. <meta name="text:Link 3 URL" content="" />
  45. <meta name="text:Link 3 Title" content="" />
  46. <meta name="text:Link 4 URL" content="" />
  47. <meta name="text:Link 4 Title" content="" />
  48. <meta name="text:Link 5 URL" content="" />
  49. <meta name="text:Link 5 Title" content="" />
  50. <meta name="text:Link 6 URL" content="" />
  51. <meta name="text:Link 6 Title" content="" />
  52.  
  53. <meta name="if:grayscale" content="0" />
  54.  
  55. <!---FONTS--->
  56. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  57.  
  58. <!---SCRIPTS--->
  59. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  60.  
  61. <style>
  62. div#qTip {
  63. padding: 5px;
  64. display: none;
  65. text-align: center;
  66. position: absolute;
  67. font-size:10px;
  68. margin-left:10px;
  69. margin-top:-2px;
  70. line-height:9px;
  71. font-family:'Inconsolata', sans-serif;
  72. font-style:none;
  73. z-index: 10000;
  74. background-color:#f3f3f3;
  75. border:1px solid {color:font};
  76. box-shadow:3px 3px 2px {color:font};
  77. text-transform:lowercase;
  78. letter-spacing: 3px;
  79. color:{color:font};
  80. }
  81. </style>
  82.  
  83. <style type="text/css">
  84.  
  85. /*---WEBKIT SCROLLBAR---*/
  86. ::-webkit-scrollbar {width:5px; height:auto; background:#fff;}
  87. ::-webkit-scrollbar-corner {background:#000;}
  88. ::-webkit-scrollbar-thumb:vertical {background:#000;}
  89. ::-webkit-scrollbar-thumb:horizontal {background:#000;}
  90.  
  91.  
  92. /*---BODY---*/
  93.  
  94. /*---PAGINATION---*/
  95. #pagination {
  96. width:450px;
  97. text-align:center;
  98. position:fixed;
  99. font-size: 8px;
  100. margin-top:25px;
  101. }
  102.  
  103. #pagination a {
  104. margin:0 15px;
  105. }
  106.  
  107. /*---HEADER---*/
  108. #header {
  109. width: 400px;
  110. left: 50%;
  111. margin-left: -200px;
  112. margin-top:-200px;
  113. position: fixed;
  114. float: left;
  115. text-align: center;
  116. color:{color:font};
  117. z-index:9999999999999;
  118. background-color:#fff;
  119. padding:15px;
  120. padding-top:50px;
  121. padding-bottom:25px;
  122. cursor:url(http://static.tumblr.com/oxr8htj/yyBn0fro1/thing.png), auto;
  123. }
  124.  
  125. .title {
  126. font-family: 'Lucida Console', serif;
  127. font-size:21px;
  128. text-transform:lowercase;
  129. letter-spacing:1px;
  130. width:400px;
  131. padding-bottom:1px;
  132. text-align:left;
  133. -webkit-transition-duration:0.25s;
  134. -moz-transition-duration:0.25s;
  135. -o-transition-duration:0.25s;
  136. }
  137. .title:hover {
  138. margin-left:10px;
  139. -webkit-transition-duration:0.75s;
  140. -moz-transition-duration:0.75s;
  141. -o-transition-duration:0.75s;
  142. }
  143.  
  144. .desc {
  145. height: auto;
  146. width: 379px;
  147. padding: 10px;
  148. margin-bottom: 10px;
  149. font-size: 8.5px;
  150. color:{color:font};
  151. letter-spacing:1.5px;
  152. line-height:125%;
  153. font-family: 'Inconsolata', sans-serif;
  154. text-transform: lowercase;
  155. background-color:#eee;
  156. text-align:left;
  157. border-left:1px solid #ccc;
  158. }
  159.  
  160. .links {
  161. width: 400px;
  162. margin-top:-7px;
  163. text-align:left;
  164. }
  165.  
  166. .links a{
  167. padding:5px;
  168. font-family:'Inconsolata', sans-serif;
  169. text-transform:lowercase;
  170. font-size:8px;
  171. font-style:normal;
  172. color:{color:font};
  173. letter-spacing:1px;
  174. text-decoration:none;
  175. -moz-transition-duration:1s;
  176. -webkit-transition-duration:1s;
  177. -o-transition-duration:1s;
  178. }
  179.  
  180. .links a:hover{
  181. background-color:{color:font};
  182. color:#fff;
  183. }
  184.  
  185.  
  186.  
  187. body {
  188. font-style:none;
  189. background:#fff;
  190. margin:50px;
  191. font-family:'Inconsolata', sans-serif;
  192. font-size:11px;
  193. line-height:100%;
  194. color:{color:Font};
  195. cursor:url(http://static.tumblr.com/oxr8htj/yyBn0fro1/thing.png),auto;
  196. }
  197.  
  198. blockquote {
  199. border-left:2px solid #b8b8b8;
  200. padding-left:10px;
  201. margin-left:20px;
  202.  
  203. }
  204.  
  205. a {
  206. color:{color:Font};
  207. text-decoration:none;
  208. text-transform:none;
  209. cursor:url(http://static.tumblr.com/oxr8htj/yyBn0fro1/thing.png),auto;
  210. -webkit-transition:all 0.5s ease-in-out;
  211. -moz-transition:all 0.5s ease-in-out;
  212. -o-transition:all 0.5s ease-in-out;
  213. -ms-transition:all 0.5s ease-in-out;
  214. -transition:all 0.5s ease-in-out;
  215. }
  216.  
  217. img {
  218. max-height:100%;
  219. max-width:100%;
  220. }
  221.  
  222. h1 , h2 {
  223. font-family:'Inconsolata', sans-serif light;
  224. text-transform:none;
  225. font-size:12px;
  226. line-height:30px;
  227. letter-spacing:0px;
  228. text-align:justify;
  229. font-style:none;
  230. border-bottom:1px solid {color:font};
  231. }
  232.  
  233. /*---ENTRIES/POSTS---*/
  234. #entry {
  235. width:400px;
  236. margin-top:200px;
  237. {block:ifgrayscale}
  238. -webkit-filter: grayscale(100%);
  239. {/block:ifgrayscale}
  240. }
  241.  
  242. #posts {
  243. width:400px;
  244. padding-bottom:100px;
  245. font-style:none;
  246. padding:15px;
  247. margin-bottom:15px;
  248. }
  249.  
  250. .cap {
  251. padding:10px;
  252. margin-top:5px;
  253. letter-spacing:1px;
  254. text-align:left;
  255. max-width:100%;
  256. }
  257.  
  258. #quote {
  259. font-size:13px;
  260. line-height:100%;
  261. text-align:left;
  262. text-transform:lowercase;
  263. background-color:#eee;
  264. padding:10px;
  265. border:1px solid #ddd;
  266. }
  267.  
  268. #chat {
  269. text-align:right;
  270. }
  271.  
  272. .line {
  273. border-bottom:1px solid {color:font};
  274. }
  275.  
  276. .source {
  277. text-align:right;
  278. font-size:9px;
  279. letter-spacing:2px;
  280. }
  281.  
  282. .newplayerbutton {
  283. position: relative;
  284. width: 28px;
  285. height: 27px;
  286. overflow: hidden;
  287. }
  288.  
  289. .playerbuttonhug {
  290. position: absolute;
  291. top: -11px;
  292. left: -12px;
  293. }
  294.  
  295.  
  296. .tumblr_audio_player {
  297. border: none;
  298. padding: 0px;
  299. margin: 0px;
  300. height: 50px;
  301. width: 500px;
  302. }
  303.  
  304. .playerbuttonbg {
  305. position: absolute;
  306. left: 20px;
  307. top: 20px;
  308. width: 28px;
  309. height: 28px;
  310. background-color: #fff;
  311. padding: 10px;
  312. -webkit-border-radius: 40px;
  313. -moz-border-radius: 40px;
  314. border-radius: 40px;
  315. opacity: .4;
  316. filter: alpha(opacity=40);
  317. -moz-opacity: 0.4;
  318. -khtml-opacity: 0.4;
  319. transition: opacity .7s ease-in-out;
  320. -moz-transition: opacity .7s ease-in-out;
  321. -webkit-transition: opacity .7s ease-in-out;
  322. }
  323.  
  324. .playerbuttonbg:hover {
  325. opacity: 1;
  326. filter: alpha(opacity=100);
  327. -moz-opacity: 1;
  328. -khtml-opacity: 1;
  329. }
  330.  
  331. .audioimgwrapper {
  332. position: absolute;
  333. left: 0px;
  334. top: 0px;
  335. -webkit-border-radius: 50px;
  336. -moz-border-radius: 50px;
  337. border-radius: 50px;
  338. overflow: hidden;
  339. width: 88px;
  340. height: 88px;
  341. }
  342.  
  343. .audioimgwrapper img {
  344. width: 100%;
  345. height: auto;
  346. -webkit-border-radius: 50px;
  347. -moz-border-radius: 50px;
  348. border-radius: 50px;
  349. }
  350.  
  351. .trackdetails {
  352. width: auto;
  353. display:inline-block;
  354. margin-left: 100px;
  355. min-height: 85px;
  356. }
  357.  
  358. .audiowrapper {
  359. position: relative;
  360. display:inline-block;
  361. }
  362.  
  363. /*---ASKS/INFO---*/
  364.  
  365. #question {
  366. padding:8px;
  367. background-color:#eee;
  368. border:1px solid #ddd;
  369. }
  370.  
  371. #answers {
  372. background-color:#ffffff;
  373. color:{color:Font};
  374. padding:2px;
  375. font-family:'Inconsolata', sans-serif;
  376. font-size:10px;
  377. font-style:normal;
  378. text-align:left;
  379. }
  380.  
  381. .note {
  382. padding:0px 20px 0px 20px;
  383. background-color:#ffffff;
  384. text-transform:lowercase;
  385. letter-spacing:0px;
  386. font-size: 11px;
  387. font-style:normal;
  388. text-align:left;
  389. line-height:120%;
  390. }
  391.  
  392. .note li {
  393. list-style-type:none;
  394. padding:5px 25px 5px 25px;
  395. text-align:left;
  396. margin-right:30px;
  397. margin-top:-50px;
  398. }
  399.  
  400. #info {
  401. font-family:'Inconsolata', sans-serif;
  402. text-align:right;
  403. margin-top:10px;
  404. padding-top:10px;
  405. padding:0px;
  406. padding-bottom:1px;
  407. text-transform:lowercase;
  408. font-style:none;
  409. font-size:9px;
  410. letter-spacing:2px;
  411. line-height:100%;
  412. color:{color:Font};
  413. }
  414.  
  415. #rebloggedfrom {
  416. font-family:'Inconsolata', sans-serif;
  417. text-align:center;
  418. margin-top:-5px;
  419. padding-bottom:0px;
  420. text-transform:lowercase;
  421. font-style:none;
  422. font-size:10px;
  423. }
  424.  
  425. /*---TAGS---*/
  426. #tags {
  427. font-family:'Inconsolata', sans-serif;
  428. text-align:right;
  429. letter-spacing:2px;
  430. margin-top:0px;
  431. padding-bottom:0px;
  432. text-transform:lowercase;
  433. font-style:none;
  434. font-size:8px;
  435. }
  436.  
  437. #pagi {
  438. text-align:center;
  439. margin-top:50px;
  440. margin-bottom:50px;
  441. font-size:8px;
  442. line-height:15px;
  443. width:400px;
  444.  
  445. }
  446. #pagi a {
  447. margin:0 15px;
  448. }
  449.  
  450. #poop {
  451. padding:5px;
  452. }
  453.  
  454. #poop a {
  455. position:fixed;
  456. bottom:5px;
  457. right:5px;
  458. font-size:10px;
  459. font-family:'Inconsolata', serif;
  460. letter-spacing:2px;
  461. text-transform:lowercase;
  462. color:#000;
  463. }
  464.  
  465. /*---END CSS---*/
  466.  
  467. {CustomCSS}</style></head><body>
  468.  
  469. <!---HEADER--->
  470. <div id="header">
  471. <div class="title"><a href="/">{Title}</a></div>
  472. <div class="desc">
  473. {Description}
  474. </div>
  475.  
  476. <div class="links">
  477. <a href="{text:link 1 url}">{text:link 1 title}</a>
  478. <a href="{text:link 2 url}">{text:link 2 title}</a>
  479. <a href="{text:link 3 url}">{text:link 3 title}</a>
  480. <a href="{text:link 4 url}">{text:link 4 title}</a>
  481. <a href="{text:link 5 url}">{text:link 5 title}</a>
  482. <a href="{text:link 6 url}">{text:link 6 title}</a>
  483. </div>
  484. </div>
  485. <!---END HEADER--->
  486.  
  487. <!---POSTS--->
  488. <center>
  489. <div id="entry">
  490. {block:Posts}
  491. <div id="posts">
  492.  
  493. <!---TEXT POSTS--->
  494. {block:Text}
  495. <h1>
  496. {block:Title}
  497. {Title}
  498. {/block:Title}
  499. </h1>
  500. <div class="cap">{Body}</div>
  501. {/block:Text}
  502.  
  503. {block:blockquote}
  504. {/block:blockquote}
  505.  
  506. <!---PHOTO POSTS--->
  507. {block:Photo}
  508. <center>
  509. {LinkOpenTag}
  510. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  511. {LinkCloseTag}
  512. </center>
  513. {block:Caption}
  514. <div class="cap">{Caption}</div>
  515. {/block:Caption}
  516. {/block:Photo}
  517.  
  518. <!---PHOTOSET POSTS--->
  519. {block:Photoset}
  520. <center>
  521. {Photoset-400}
  522. </center>
  523. {block:Caption}
  524. <div class="cap">{Caption}</div>
  525. {/block:Caption}
  526. {/block:Photoset}
  527.  
  528. <!---QUOTE POSTS--->
  529. {block:Quote}
  530. <div id="quote">❝{Quote}❞</div><p>
  531. <center>
  532. {block:Source}
  533. <div class="source">—{Source}</div>
  534. {/block:Source}
  535. </center>
  536. {/block:Quote}
  537.  
  538. <!---LINK POSTS--->
  539. {block:Link}
  540. <h1>
  541. <a href="{URL}"{Target}>{Name}</a>
  542. </h1>
  543. {block:Description}
  544. {Description}
  545. {/block:Description}
  546. {/block:Link}
  547. <!---CHAT POSTS--->
  548. {block:Chat}
  549. <div id="chat">
  550. {block:Title}
  551. <h1>
  552. {Title}
  553. </h1>
  554. {/block:Title}
  555. {block:Lines}
  556. {block:Label}
  557. <div class="line">
  558. <b>{Label}</b>
  559. {/block:Label}
  560. {Line}</div><br>
  561. {/block:Lines}
  562. </div>
  563. {/block:Chat}
  564. <!---AUDIO POSTS--->
  565. {block:AudioPlayer}
  566. <div align="left">
  567. <div class="audiowrapper">
  568. {block:AlbumArt}
  569. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  570. {/block:AlbumArt}
  571.  
  572. <div class="playerbuttonbg">
  573. <div class="newplayerbutton">
  574. <div class="playerbuttonhug">
  575.  
  576. {AudioPlayerWhite}
  577.  
  578. </div>
  579. </div>
  580. </div>
  581.  
  582. <div class="trackdetails">
  583.  
  584. {block:TrackName}
  585. {TrackName}
  586. {/block:TrackName}<br>
  587. {block:Artist}
  588. Artist: {Artist}
  589. {/block:Artist}<br>
  590. {block:Album}
  591. Album: {Album}
  592. {/block:Album}<br>
  593. {PlayCountWithLabel}
  594.  
  595. </div>
  596. </div>
  597. {block:Caption}
  598. <div class="cap">{Caption}</div>
  599. {/block:Caption}
  600. </div>
  601. {/block:AudioPlayer}
  602. <!---VIDEO POSTS--->
  603. {block:Video}
  604. {Video-400}
  605. {block:Caption}
  606. <div class="cap">{Caption}</div>
  607. {/block:Caption}
  608. {/block:Video}
  609. <!---ASK POSTS--->
  610. {block:Answer}
  611. <div id="question" class="cap">
  612. <a href="{askerURL}"><b>{Asker}</b> —&nbsp;{Question}</div>
  613. <div id="answer">{Answer}</div>
  614. {/block:answer}
  615. <!---END POSTS--->
  616.  
  617. <!---POST INFO--->
  618. <div id="info">
  619.  
  620. <!---DATE--->
  621. {block:Date}
  622. <a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}</a>
  623. {/block:Date}
  624. <!---NOTE COUNT--->
  625. {block:NoteCount}
  626. <a href="{Permalink}">/ {NoteCount} <small>♥</small></a>
  627. {/block:NoteCount}
  628. <!---VIA--->
  629. {block:RebloggedFrom}
  630. <a href="{ReblogParentURL}">/ via</a>
  631. {/block:RebloggedFrom}
  632.  
  633. <!---SOURCE--->
  634. {block:ContentSource}
  635. <a href="{SourceURL}">/ src</a>
  636. {/block:ContentSource}
  637. </div>
  638.  
  639. <!---END POST INFO--->
  640.  
  641. <!---TAGS--->
  642. <div id="tags">
  643. {block:HasTags}
  644. {block:Tags}
  645. <a href="{TagURL}">&nbsp; -{Tag}</a>
  646. {/block:Tags}
  647. {/block:HasTags}
  648. </div>
  649.  
  650. <!---POST NOTES--->
  651. {block:PostNotes}
  652. {PostNotes}
  653. {/block:PostNotes}
  654. </div>
  655. {/block:Posts}
  656.  
  657. <center>
  658. {block:Pagination}
  659. <div id="pagi">
  660. {block:PreviousPage}
  661. <a div align="left" href="{PreviousPage}">previous -</a>
  662. {/block:PreviousPage}
  663. &nbsp;
  664. {block:NextPage}
  665. <a div align="right" href="{NextPage}">- next</a>
  666. {/block:NextPage}
  667. </div>
  668. {/block:Pagination}
  669. </center>
  670.  
  671.  
  672.  
  673.  
  674. </center>
  675. <div id="poop">
  676. <a href="http://melodypcnd.tumblr.com/">mk</a>
  677. </div>
  678. </body>
  679.  
  680. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement