Advertisement
unzothemes

West Theme

Nov 24th, 2013
3,904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.18 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <html lang="en">
  5.  
  6. <!-- ---------------------------------------------------------------
  7.  
  8. West Theme
  9. Made by Unzo
  10. http://unzo.tumblr.com/
  11.  
  12. --------------------------------------------------------------- -->
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19.  
  20. <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
  21.  
  22. <meta name="color:Background" content="#fdfdfd"/>
  23. <meta name="color:Container" content="#fff"/>
  24. <meta name="color:Links" content="#8394a5"/>
  25. <meta name="color:Links Hover" content="#eee"/>
  26. <meta name="color:Scrollbar" content="#8394a5"/>
  27. <meta name="color:Text" content="#9c9c9c"/>
  28.  
  29. <meta name="if:Faded Images" content="0"/>
  30. <meta name="if:Faded Images Inverted" content="0"/>
  31. <meta name="if:Pop Up Askbox" content="0"/>
  32. <meta name="if:Posts Hovers" content="1"/>
  33. <meta name="if:Scroll To Top" content="1"/>
  34. <meta name="if:Show Blog Title" content="1"/>
  35. <meta name="if:Show Sidebar Image" content="0"/>
  36.  
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:Sidebar" content=""/>
  39.  
  40. <meta name="text:Link 1" content=""/>
  41. <meta name="text:Link 1 Title" content=""/>
  42. <meta name="text:Link 2" content=""/>
  43. <meta name="text:Link 2 Title" content=""/>
  44. <meta name="text:Link 3" content=""/>
  45. <meta name="text:Link 3 Title" content=""/>
  46. <meta name="text:Link 4" content=""/>
  47. <meta name="text:Link 4 Title" content=""/>
  48. <meta name="text:Link 5" content=""/>
  49. <meta name="text:Link 5 Title" content=""/>
  50.  
  51. <meta name="text:Pop Up Askbox Title" content="Message"/>
  52.  
  53.  
  54. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  55.  
  56. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  57.  
  58.  
  59. <script src="http://static.tumblr.com/kjtbii3/y9Wmz7ys3/basics.js">
  60. </script>
  61.  
  62. <script src="http://static.tumblr.com/kjtbii3/6R6mjtufm/contact.js">
  63. </script>
  64.  
  65. <script src="http://static.tumblr.com/kjtbii3/FJfmwoo4b/source-via.js">
  66. </script>
  67.  
  68. <script src="http://static.tumblr.com/kjtbii3/IQemv5u3n/tooltip.js">
  69. </script>
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75. #tumblr_controls{
  76. position:fixed;
  77. opacity:0.3;
  78.  
  79. -webkit-filter:invert(100%);
  80. -moz-filter:invert(100%);
  81. -o-filter:invert(100%);
  82. filter:invert(100%);
  83. }
  84.  
  85.  
  86. ::-webkit-scrollbar-thumb:vertical{
  87. width:10px;
  88. background:{color:scrollbar};
  89. border-radius:5px;
  90. border:2px solid {color:background};
  91. }
  92.  
  93. ::-webkit-scrollbar-thumb:horizontal{
  94. height:10px;
  95. background:{color:scrollbar};
  96. border-radius:5px;
  97. border:2px solid {color:background};
  98. }
  99.  
  100. ::-webkit-scrollbar{
  101. width:11px;
  102. height:11px;
  103. background:{color:background};
  104. background-image:url({image:Background});
  105. }
  106.  
  107.  
  108. body{
  109. font-family:'Calibri', sans-serif;
  110. font-size:11.5px;
  111. line-height:150%;
  112.  
  113. background:{color:Background};
  114. color:{color:Text};
  115.  
  116. background-image:url({image:Background});
  117. background-position:center top;
  118. background-attachment:fixed;
  119.  
  120. cursor:default;
  121. }
  122.  
  123. a{
  124. text-decoration:none;
  125.  
  126. color:{color:Links};
  127.  
  128. -webkit-transition: all 0.5s ease;
  129. -moz-transition: all 0.5s ease;
  130. transition: all 0.5s ease;
  131. }
  132.  
  133. a:hover{
  134. color:{color:Links Hover};
  135.  
  136. text-decoration:none;
  137. font-style:none;
  138. }
  139.  
  140. .container{
  141. position:absolute;
  142. left:50%;
  143. min-height:100%;
  144.  
  145. width:540px;
  146.  
  147. margin:-10px 0 0 -160px;
  148.  
  149. border-left:1px solid #eee;
  150.  
  151. background:{color:container};
  152.  
  153. {block:permalinkpage}
  154. width:580px;
  155. {/block:permalinkpage}
  156. }
  157.  
  158.  
  159. .sidebar{
  160. z-index:100;
  161. position:fixed;
  162. top:130px;
  163. left:50%;
  164.  
  165. margin:0 0 0 -380px;
  166.  
  167. width:200px;
  168. padding:10px;
  169.  
  170. background:{color:container};
  171.  
  172. font-size:11.3px;
  173. text-align:right;
  174.  
  175. -webkit-animation:fadeInDown 3s;
  176. -moz-animation:fadeInDown 3s;
  177. -ms-animation:fadeInDown 3s;
  178. }
  179.  
  180. .blogtitle{
  181. margin:0 0 5px;
  182.  
  183. font-family:'Georgia', sans-serif;
  184. font-size:18px;
  185. line-height:100%;
  186. letter-spacing:1px;
  187. font-style:italic;
  188. }
  189.  
  190. .banner img{
  191. margin:10px auto 5px;
  192. max-width:200px;
  193. }
  194.  
  195. .description{
  196. padding:3px 0 0;
  197. }
  198.  
  199. .line{
  200. width:208px;
  201.  
  202. border:1px solid #eee;
  203. }
  204.  
  205. .nav{
  206. margin:2px 5px 0 0;
  207. }
  208.  
  209. .nav .title{
  210. font-style:italic;
  211. letter-spacing:1px;
  212. }
  213.  
  214. .dropdown{
  215. overflow:hidden;
  216. height:0;
  217.  
  218. line-height:130%;
  219.  
  220. -webkit-transition: all 1s ease;
  221. -moz-transition: all 1s ease;
  222. transition: all 1s ease;
  223. }
  224.  
  225. .nav:hover .dropdown{
  226. height:80px;
  227. }
  228.  
  229. .dropdown a{
  230. display:inline-block;
  231.  
  232. font-size:11px;
  233. font-style:italic;
  234. text-transform:lowercase;
  235. }
  236.  
  237.  
  238. #content{
  239. position:relative;
  240. margin:20px auto 0;
  241.  
  242. width:520px;
  243.  
  244. {block:permalinkpage}
  245. width:500px;
  246. margin:40px auto 0;
  247. {/block:permalinkpage}
  248. }
  249.  
  250.  
  251. .entry{
  252. overflow:hidden;
  253. width:220px;
  254.  
  255. margin:20px;
  256.  
  257. {block:permalinkpage}
  258. width:500px;
  259. margin:20px auto 0;
  260. {/block:permalinkpage}
  261. }
  262.  
  263. .entry img{
  264. max-width:220px;
  265.  
  266. {block:PermalinkPage}
  267. max-width:500px;
  268. {/block:PermalinkPage}
  269. }
  270.  
  271.  
  272. .buttons{
  273. position:absolute;
  274. bottom:15px;
  275. left:5px;
  276.  
  277. -webkit-transition: all 0.5s ease;
  278. -moz-transition: all 0.5s ease;
  279. transition: all 0.5s ease;
  280. }
  281.  
  282. .entry:hover .buttons{
  283. bottom:5px;
  284. }
  285.  
  286. #notes-button, #reblog-button{
  287. display:inline-block;
  288. overflow:hidden;
  289. opacity:0;
  290.  
  291. width:23px;
  292. height:23px;
  293.  
  294. background:rgba(0,0,0,.17);
  295.  
  296. -webkit-border-radius:30px;
  297. -moz-border-radius:30px;
  298. border-radius:30px;
  299. }
  300.  
  301. .entry:hover #notes-button, .entry:hover #reblog-button{
  302. opacity:1;
  303. }
  304.  
  305. #notes-button:hover, #reblog-button:hover{
  306. opacity:1;
  307. background:rgba(0,0,0,.3);
  308. }
  309.  
  310. #notes-button img{
  311. display:block;
  312. overflow:hidden;
  313. width:13px;
  314. margin:5px;
  315. cursor:pointer;
  316.  
  317. -webkit-border-radius:30px;
  318. -moz-border-radius:30px;
  319. border-radius:30px;
  320. }
  321.  
  322. #reblog-button img{
  323. display:block;
  324. overflow:hidden;
  325. width:13px;
  326. margin:5px;
  327. cursor:pointer;
  328.  
  329. -webkit-border-radius:30px;
  330. -moz-border-radius:30px;
  331. border-radius:30px;
  332. }
  333.  
  334. .rotate{
  335. -webkit-transition: all 1s ease;
  336. -moz-transition: all 1s ease;
  337. transition: all 1s ease;
  338. }
  339.  
  340. .rotate:hover{
  341. -webkit-transform: rotate(360deg);
  342. -moz-transform: rotate(360deg);
  343. transform: rotate(360deg);
  344. }
  345.  
  346.  
  347. .box{
  348. {block:iffadedimages}
  349. opacity:0.85;
  350. {/block:iffadedimages}
  351.  
  352. {block:iffadedimagesinverted}
  353. opacity:1;
  354. {/block:iffadedimagesinverted}
  355.  
  356. -webkit-transition: all 0.5s ease;
  357. -moz-transition: all 0.5s ease;
  358. transition: all 0.5s ease;
  359. }
  360.  
  361. .box:hover{
  362. {block:iffadedimages}
  363. opacity:1;
  364. {/block:iffadedimages}
  365.  
  366. {block:iffadedimagesinverted}
  367. opacity:0.85;
  368. {/block:iffadedimagesinverted}
  369. }
  370.  
  371. .box img{
  372. {block:permalinkpage}
  373. width:500px;
  374. {/block:permalinkpage}
  375. }
  376.  
  377.  
  378. /* Others */
  379.  
  380. blockquote{
  381. margin:0 0 5px 10px;
  382. padding:3px 5px;
  383.  
  384. border-left:1px solid {color:Links};
  385. }
  386.  
  387. blockquote p, blockquote ul{
  388. margin:0;
  389. padding:0;
  390. }
  391.  
  392. .quote p{
  393. margin:0;
  394. }
  395.  
  396.  
  397. .arrow{
  398. margin:8px 0 0 175px;
  399.  
  400. border-left: 6px solid #f7f7f7;
  401.  
  402. {block:permalinkpage}
  403. margin:8px 0 0 455px;
  404. {/block:permalinkpage}
  405. }
  406.  
  407. .answer{
  408. width:155px;
  409.  
  410. background:#f7f7f7;
  411.  
  412. {block:permalinkpage}
  413. width:435px;
  414. {/block:permalinkpage}
  415. }
  416.  
  417. .asker{
  418. color:{color:Links};
  419. }
  420.  
  421. .asker:first-letter{
  422. text-transform:uppercase;
  423. }
  424.  
  425.  
  426. .postnotes ::-webkit-scrollbar{
  427. background:{color:Container};
  428. }
  429.  
  430.  
  431. /* Custom */
  432.  
  433. .permalink-title{
  434. {block:permalinkpage}
  435. margin-left:10px;
  436. letter-spacing:1px;
  437. text-transform:uppercase;
  438. {/block:permalinkpage}
  439. }
  440.  
  441.  
  442. #tooltip{
  443. z-index:100000;
  444. opacity:0.8;
  445.  
  446. margin:15px;
  447. padding:5px;
  448.  
  449. background:white;
  450. color:#aaa;
  451.  
  452. font-family:'Calibri', sans-serif;
  453. font-size:9px;
  454. line-height:100%;
  455. letter-spacing:1px;
  456. text-transform:uppercase;
  457.  
  458. border:1px solid #eee;
  459. border-radius:5px;
  460. }
  461.  
  462.  
  463. {CustomCss}
  464.  
  465. </style>
  466. </head>
  467.  
  468. <body>
  469.  
  470.  
  471. <div class="container">
  472.  
  473.  
  474. <div class="sidebar">
  475.  
  476. {block:ifshowblogtitle}
  477. <div class="blogtitle">
  478. <a href="/">{Title}</a>
  479. </div>
  480.  
  481. <div class="line"></div>
  482. {/block:ifshowblogtitle}
  483.  
  484. {block:ifshowsidebarimage}
  485. <div class="banner">
  486. <a href="/"><img src="{image:sidebar}"></a>
  487. </div>
  488.  
  489. <div class="line"></div>
  490. {/block:ifshowsidebarimage}
  491.  
  492.  
  493. {block:description}
  494. <div class="description">
  495. {Description}
  496. </div>
  497. {/block:description}
  498.  
  499.  
  500. <div class="nav">
  501.  
  502. <span class="title">+ Navigation</span>
  503.  
  504. <div class="dropdown">
  505.  
  506. {block:iflink1title}
  507. <a href="{text:link 1}">{text:link 1 title}</a><br>
  508. {/block:iflink1title}
  509.  
  510. {block:ifpopupaskbox}
  511. <a href="#?w=500" rel="01" class="poplight">{text:pop up askbox title}</a><br>
  512. {/block:ifpopupaskbox}
  513.  
  514. {block:iflink2title}
  515. <a href="{text:link 2}">{text:link 2 title}</a><br>
  516. {/block:iflink2title}
  517.  
  518. {block:iflink3title}
  519. <a href="{text:link 3}">{text:link 3 title}</a><br>
  520. {/block:iflink3title}
  521.  
  522. {block:iflink4title}
  523. <a href="{text:link 4}">{text:link 4 title}</a><br>
  524. {/block:iflink4title}
  525.  
  526. {block:iflink5title}
  527. <a href="{text:link 5}">{text:link 5 title}</a>
  528. {/block:iflink5title}
  529.  
  530. </div>
  531. </div>
  532.  
  533.  
  534. </div>
  535.  
  536.  
  537. <div id="content">
  538.  
  539. {block:Posts}
  540.  
  541.  
  542. {block:Photo}
  543. <div class="entry">
  544. <div class="box">
  545.  
  546. {block:ifpostshovers}
  547. {block:indexpage}
  548. <div class="buttons">
  549.  
  550. <a id="reblog-button" class="rotate" target="_blank" href="{ReblogURL}" title="Reblog">
  551. <img src="http://static.tumblr.com/kjtbii3/2RXmv52ut/reblog.png">
  552. </a>
  553.  
  554. <a id="notes-button" class="rotate" href="{Permalink}" title="{NoteCountWithLabel}">
  555. <img src="http://static.tumblr.com/kjtbii3/gJ3mv52q2/permalink.png">
  556. </a>
  557.  
  558. </div>
  559. {/block:indexpage}
  560. {/block:ifpostshovers}
  561.  
  562. {block:ifnotpostshovers}
  563. <a href="{Permalink}">
  564. {/block:ifnotpostshovers}
  565.  
  566. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  567.  
  568. {block:ifnotpostshovers}
  569. </a>
  570. {/block:ifnotpostshovers}
  571.  
  572. </div>
  573. </div>
  574. {/block:Photo}
  575.  
  576.  
  577. {block:Photoset}
  578. <div class="entry">
  579. <div class="box">
  580.  
  581. {block:ifpostshovers}
  582. {block:indexpage}
  583. <div class="buttons">
  584.  
  585. <a id="reblog-button" class="rotate" target="_blank" href="{ReblogURL}" title="Reblog">
  586. <img src="http://static.tumblr.com/kjtbii3/2RXmv52ut/reblog.png">
  587. </a>
  588.  
  589. <a id="notes-button" class="rotate" href="{Permalink}" title="{NoteCountWithLabel}">
  590. <img src="http://static.tumblr.com/kjtbii3/gJ3mv52q2/permalink.png">
  591. </a>
  592.  
  593. </div>
  594. {/block:indexpage}
  595. {/block:ifpostshovers}
  596.  
  597. {block:Photos}
  598.  
  599. {block:ifnotpostshovers}
  600. <a href="{Permalink}">
  601. {/block:ifnotpostshovers}
  602.  
  603. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  604.  
  605. {block:ifnotpostshovers}
  606. </a>
  607. {/block:ifnotpostshovers}
  608.  
  609. {/block:Photos}
  610.  
  611. </div>
  612. </div>
  613. {/block:Photoset}
  614.  
  615.  
  616. {block:Video}
  617. <div class="entry">
  618.  
  619. {block:IndexPage}
  620. {VideoEmbed-250}
  621. {/block:IndexPage}
  622.  
  623. {block:PermalinkPage}
  624. {VideoEmbed-500}
  625. {/block:PermalinkPage}
  626.  
  627. {block:indexpage}
  628. <div class="date">
  629. <a href="{Permalink}">{NoteCountWithLabel}</a>
  630. </div>
  631. {/block:indexpage}
  632.  
  633. </div>
  634. {block:Video}
  635.  
  636.  
  637. {block:Text}
  638. <div class="entry">
  639.  
  640. {block:Title}
  641. <div class="permalink-title">
  642. {Title}
  643. </div>
  644. {/block:Title}
  645.  
  646. {Body}
  647.  
  648. {block:indexpage}
  649. <div class="date">
  650. <a href="{Permalink}">{NoteCountWithLabel}</a>
  651. </div>
  652. {/block:indexpage}
  653.  
  654. </div>
  655. {/block:Text}
  656.  
  657.  
  658. {block:Link}
  659. <div class="entry">
  660.  
  661. <a href="{URL}">{Name}</a>
  662. <br>
  663.  
  664. {block:Description}
  665. {Description}
  666. {/block:Description}
  667.  
  668. {block:indexpage}
  669. <div class="date">
  670. <a href="{Permalink}">{NoteCountWithLabel}</a>
  671. </div>
  672. {/block:indexpage}
  673.  
  674. </div>
  675. {/block:Link}
  676.  
  677.  
  678. {block:Quote}
  679. <div class="entry">
  680.  
  681. <div class="quote">"{Quote}"</div>
  682.  
  683. {block:Source}
  684. <div style="margin:5px 0;text-align:right;">— {Source}</div>
  685. {/block:Source}
  686.  
  687. {block:indexpage}
  688. <div class="date">
  689. <a href="{Permalink}">{NoteCountWithLabel}</a>
  690. </div>
  691. {/block:indexpage}
  692.  
  693. </div>
  694. {/block:Quote}
  695.  
  696.  
  697. {block:Chat}
  698. <div class="entry">
  699.  
  700. {block:Title}
  701. {Title}
  702. {/block:Title}
  703.  
  704. {block:Lines}
  705.  
  706. <p>
  707.  
  708. {block:Label}
  709. <b>{Label}</b>
  710. {/block:Label}
  711.  
  712. {Line}
  713.  
  714. </p>
  715.  
  716. {/block:Lines}
  717.  
  718. {block:indexpage}
  719. <div class="date">
  720. <a href="{Permalink}">{NoteCountWithLabel}</a>
  721. </div>
  722. {/block:indexpage}
  723.  
  724. </div>
  725. {/block:Chat}
  726.  
  727.  
  728. {block:Audio}
  729. <div class="entry">
  730.  
  731. <div class="cover">
  732. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  733. </div>
  734.  
  735. {block:AlbumArt}
  736. <div class="cover">
  737. <img src="{AlbumArtURL}">
  738. </div>
  739. {/block:AlbumArt}
  740.  
  741. <div class="playbox">
  742. {block:AudioPlayer}
  743. {AudioPlayerWhite}
  744. {/block:AudioPlayer}
  745. </div>
  746.  
  747. <div class="info">
  748.  
  749. <b>Track:</b>
  750. <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>
  751. {block:TrackName}
  752. {TrackName}
  753. {/block:TrackName}
  754. <br>
  755.  
  756. <b>Artist:</b>
  757. <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>
  758. {block:Artist}
  759. {Artist}
  760. {/block:Artist}
  761. <br>
  762.  
  763. <b>Album:</b>
  764. <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>
  765. {block:Album}
  766. {Album}
  767. {/block:Album}
  768.  
  769. </div>
  770.  
  771. {block:indexpage}
  772. <div class="date">
  773. <a href="{Permalink}">{NoteCountWithLabel}</a>
  774. </div>
  775. {/block:indexpage}
  776.  
  777. </div>
  778. {/block:Audio}
  779.  
  780.  
  781. {block:Answer}
  782. <div class="entry">
  783.  
  784. <div class="arrow">
  785. </div>
  786.  
  787. <img class="portrait" src="{AskerPortraitURL-40}" align="right">
  788.  
  789. <div class="answer">
  790.  
  791. <div class="asker">{Asker}</div>
  792.  
  793. {Question}
  794.  
  795. </div>
  796.  
  797. {Answer}
  798.  
  799. {block:indexpage}
  800. <div class="date">
  801. <a href="{Permalink}">{NoteCountWithLabel}</a>
  802. </div>
  803. {/block:indexpage}
  804.  
  805. </div>
  806. {/block:Answer}
  807.  
  808.  
  809.  
  810. {block:PermalinkPage}
  811. <div align="center">
  812.  
  813. {block:Date}
  814. <div class="posts-info">
  815. <div class="info-date">Posted {TimeAgo}</div>
  816. <div class="info-notes">{NoteCountWithLabel}</div>
  817. </div>
  818. {/block:Date}
  819.  
  820. {block:PostNotes}
  821. <div class="postnotes">
  822. {PostNotes}
  823. </div>
  824. {/block:PostNotes}
  825.  
  826. </div>
  827. {/block:PermalinkPage}
  828.  
  829.  
  830.  
  831. {/block:Posts}
  832.  
  833. </div>
  834.  
  835.  
  836. {block:indexpage}
  837.  
  838. {block:NextPage}
  839. <div class="navigation"><a href="{NextPage}"></a></div>
  840. {/block:NextPage}
  841.  
  842. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  843.  
  844. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  845.  
  846. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/NLrmeq8ua/jquerymsnryv2.js"></script>
  847.  
  848. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/3NYmju2rv/loadcontent.js"></script>
  849.  
  850. {/block:indexpage}
  851.  
  852. {block:ifscrolltotop}
  853. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/RQJmuycrq/scrolltotop.js"></script>
  854. {/block:ifscrolltotop}
  855.  
  856. </body>
  857.  
  858. <div id="01" class="contact" align="center">
  859.  
  860. <iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%">
  861. </iframe>
  862. </div>
  863.  
  864. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement