Advertisement
unzothemes

Arctic Theme

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