Advertisement
unzothemes

Ride Theme

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