Advertisement
ameliasdreams

theme 11 - chihiro

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