Advertisement
ogaraster

Honey Theme

Mar 29th, 2013
11,650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.16 KB | None | 0 0
  1. <!--
  2.  
  3. Honey Theme brought to you by Atlas Designs
  4. http://atlasdesigns.co/
  5.  
  6. Do not remove credit unless given permission to do so.
  7.  
  8. Updated September 2013:
  9. - like/reblog buttons added
  10. - minor design tweaks
  11. - screen size compatability
  12. - re-formatted text posts
  13. - new permalink page
  14.  
  15. -->
  16.  
  17. <head>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Raleway:100,200,400' rel='stylesheet' type='text/css'>
  22.  
  23. {block:IndexPage}
  24.  
  25. <script type="text/javascript"
  26. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27.  
  28. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  29.  
  30. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  31. <script type="text/javascript">
  32. $(window).load(function () {
  33. var $content = $('#content');
  34. $content.masonry({itemSelector: '.entry'}),
  35. $content.infinitescroll({
  36. navSelector : 'div#pagination',
  37. nextSelector : 'div#pagination a#nextPage',
  38. itemSelector : '.entry',
  39. loading: {
  40. finishedMsg: '',
  41. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  42. },
  43. bufferPx : 600,
  44. debug : false,
  45. },
  46. // call masonry as a callback.
  47. function( newElements ) {
  48. var $newElems = $( newElements );
  49. $newElems.hide();
  50. // ensure that images load before adding to masonry layout
  51. $newElems.imagesLoaded(function(){
  52. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  53. {/block:IndexPage}
  54.  
  55. <meta name="color:background" content="#ffffff" />
  56. <meta name="color:post background" content="#f0f0f0" />
  57. <meta name="color:text" content="#000" />
  58. <meta name="color:title" content="#000" />
  59. <meta name="color:top" content="#f1f1f1" />
  60. <meta name="color:link" content="#828282" />
  61. <meta name="color:link hover" content="#eee" />
  62. <meta name="color:scrollbar" content="#a3a3a3" />
  63. <meta name="color:captions" content="#f0f0f0" />
  64.  
  65. <meta name="text:home" content="Home">
  66. <meta name="text:message" content="Message">
  67. <meta name="text:archive" content="Archive">
  68.  
  69. <meta name="image:background" content="" />
  70.  
  71. <style type="text/css">
  72.  
  73. ::-webkit-scrollbar {width: 7px; height: 0px; background:{color:background};}
  74. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
  75.  
  76. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  77.  
  78. body {
  79. background-color: {color:background};
  80. background-image:url({image:Background});
  81. background-attachment: fixed;
  82. background-repeat: repeat;
  83. font-size:12px;
  84. font-family:raleway;
  85. font-weight:400;
  86. line-height:14px;
  87. text-transform:none;
  88. color: {color:text};
  89. }
  90.  
  91. #top{
  92. position:absolute;
  93. top:0px;
  94. left:0px;
  95. width:100%;
  96. height:330px;
  97. background-color:{color:top};
  98. z-index:-9999999999;
  99. }
  100.  
  101. #triangle1{
  102. position:absolute;
  103. top:10px;
  104. left:100px;
  105. width: 0px;
  106. height: 0px;
  107. border-left: 100px solid transparent;
  108. border-right: 100px solid transparent;
  109. border-bottom: 150px solid #ffffff;
  110. z-index:-99999;
  111. opacity:.4;
  112. }
  113. #triangle2{
  114. position:absolute;
  115. top:10px;
  116. left:210px;
  117. width: 0px;
  118. height: 0px;
  119. border-left: 100px solid transparent;
  120. border-right: 100px solid transparent;
  121. border-top: 150px solid {color:background};
  122. z-index:-99999;
  123.  
  124. }
  125. #triangle3{
  126. position:absolute;
  127. top:10px;
  128. left:320px;
  129. width: 0px;
  130. height: 0px;
  131. border-left: 100px solid transparent;
  132. border-right: 100px solid transparent;
  133. border-bottom: 150px solid {color:background};
  134. z-index:-99999;
  135.  
  136. }
  137. #triangle4{
  138. position:absolute;
  139. top:170px;
  140. left:540px;
  141. width: 0px;
  142. height: 0px;
  143. border-left: 100px solid transparent;
  144. border-right: 100px solid transparent;
  145. border-top: 150px solid {color:background};
  146. z-index:-99999;
  147.  
  148. }
  149. #triangle5{
  150. position:absolute;
  151. top:170px;
  152. left:320px;
  153. width: 0px;
  154. height: 0px;
  155. border-left: 100px solid transparent;
  156. border-right: 100px solid transparent;
  157. border-top: 150px solid {color:background};
  158. z-index:-99999;
  159.  
  160. }
  161. #triangle6{
  162. position:absolute;
  163. top:170px;
  164. left:430px;
  165. width: 0px;
  166. height: 0px;
  167. border-left: 100px solid transparent;
  168. border-right: 100px solid transparent;
  169. border-bottom: 150px solid #ffffff;
  170. z-index:-99999;
  171. opacity:.4;
  172. }
  173.  
  174. #lightbox {
  175. display:none;
  176. }
  177.  
  178. #lightbox:target {
  179. display:block;
  180. }
  181.  
  182. #blogtitle{
  183. position:absolute;
  184. top:70px;
  185. left:12px;
  186. width:600px;
  187. font-weight:200;
  188. font-size:18px;
  189. line-height:20px;
  190. letter-spacing:5px;
  191. text-transform:uppercase;
  192. text-align:center;
  193. color: {color:title};
  194. }
  195.  
  196. #description{
  197. position:absolute;
  198. top:190px;
  199. left:410px;
  200. text-align:center;
  201. width:240px;
  202. }
  203.  
  204. #nav{
  205. position:absolute;
  206. top:100px;
  207. left:10px;
  208. width:600px;
  209. font-weight:400;
  210. font-size:10px;
  211. line-height:20px;
  212. text-align:center;
  213. word-spacing:10px;
  214. }
  215.  
  216. #nav a{
  217. text-transform:uppercase;
  218. }
  219.  
  220. .answer{
  221. width:90%;
  222. padding:5%;
  223. background-color:{color:post background};
  224. }
  225. .answer img {
  226. max-width:100%;
  227. {block:permalinkpage}
  228. width:auto;
  229. {/block:permalinkpage}
  230. }
  231.  
  232. a {
  233. text-decoration:none;
  234. color:{color:link};
  235. -moz-transition: all 0.4s ease-in-out;
  236. -webkit-transition: all 0.4s ease-in-out;
  237. -o-transition: all 0.4s ease-in-out;
  238. -ms-transition: all 0.4s ease-in-out;
  239. transition: all 0.4s ease-in-out;
  240. }
  241.  
  242. a:link, a:active, a:visited{
  243. color: {color:link};
  244. }
  245.  
  246. a:hover{
  247. color: {color:link hover};
  248. -moz-transition: all 0.4s ease-in-out;
  249. -webkit-transition: all 0.4s ease-in-out;
  250. -o-transition: all 0.4s ease-in-out;
  251. -ms-transition: all 0.4s ease-in-out;
  252. transition: all 0.4s ease-in-out;
  253. }
  254.  
  255. div#center{
  256. width: 100%;
  257. height: auto;
  258. overflow-x:hidden;
  259. }
  260.  
  261. div#content {
  262. width: 100%;
  263. left:30px;
  264. margin-top:350px;
  265. position: absolute;
  266. }
  267.  
  268. .entry{
  269. margin:20px;
  270. height:auto;
  271. background-color: #trans;
  272. {block:IndexPage}
  273. width:29%;
  274. overflow:hidden;
  275. {/block:IndexPage}
  276. {block:PermalinkPage}
  277. position:absolute;
  278. left:50%;
  279. margin-left:-510px;
  280. width:500px;
  281. height:auto;
  282. {/block:PermalinkPage}
  283. -moz-transition: all 0.4s ease-in-out;
  284. -webkit-transition: all 0.4s ease-in-out;
  285. -o-transition: all 0.4s ease-in-out;
  286. -ms-transition: all 0.4s ease-in-out;
  287. transition: all 0.4s ease-in-out;
  288. }
  289.  
  290. .title{
  291. font-weight:100;
  292. font-size:20px;
  293. line-height:18px;
  294. text-transform:none;
  295. color: {color:text};
  296. }
  297.  
  298. blockquote{
  299. padding:0px 0px 0px 3px;
  300. margin:0px 0px 0px 2px;
  301. border-left: 2px solid #ddd;
  302. }
  303.  
  304. .lowerc{
  305. text-transform:lowercase;
  306. }
  307. .speclink{
  308. word-spacing:1px;
  309. }
  310.  
  311. .chat li {
  312. list-style-type:none;
  313. margin-left:-40px;
  314. padding:5px;
  315. border-bottom:1px solid #dddddd;
  316. }
  317. .label{
  318. font-weight:700;
  319. }
  320.  
  321. .notess{
  322. position:absolute;
  323. left:550px;
  324. top:0px;
  325. height:450px;
  326. width:450px;
  327. overflow:scroll;
  328. padding:10px;
  329. }
  330. ol.notes {
  331. list-style-type: none;
  332. margin-top:20px;
  333. padding:0px;
  334. line-height:40px;
  335. font-size:12px;
  336. }
  337. .notess img{
  338. border-radius:100%;
  339. }
  340.  
  341. .play{
  342. position:absolute;
  343. left:50%;
  344. margin-left:-24px;
  345. top:50%;
  346. margin-top:-42px;
  347. border:10px solid white;
  348. height:27px;
  349. width:27px;
  350. border-radius:100%;
  351. overflow:hidden;
  352. }
  353.  
  354. .textbuttons ul{
  355. list-style:none;
  356. position:relative;
  357. }
  358. .textbuttons li {
  359. list-style:None;
  360. float: right;
  361. }
  362. .textbuttons li:first-child {
  363. margin-left:12px;
  364. }
  365.  
  366. .textnote{
  367. position:absolute;
  368. left:5%;
  369. bottom:10px;
  370. font-weight:700;
  371. }
  372. .textnote a{
  373. font-family:helvetica;
  374. font-size:11px;
  375. color:#c9c9c9;
  376. }
  377. .textnoteaudio{
  378. position:absolute;
  379. left:0px;
  380. bottom:5px;
  381. font-weight:700;
  382. }
  383. .textnoteaudio a{
  384. font-family:helvetica;
  385. font-size:11px;
  386. color:#c9c9c9;
  387. }
  388.  
  389. .caption{
  390. width:90%;
  391. padding:5%;
  392. background:{color:captions};
  393. margin-top:-3px;
  394. }
  395.  
  396. .like_and_reblog_buttons {
  397. position:absolute;
  398. top:50%;
  399. margin-top:-18px;
  400. left:50%;
  401. margin-left:-85px;
  402. list-style:none;
  403. }
  404.  
  405. .like_and_reblog_buttons li {
  406. float: left;
  407. background-color:rgba(0,0,0,.1);
  408. border:2px solid white;
  409. border-radius:100%;
  410. padding:10px;
  411. height:17px;
  412. width:17px;
  413. opacity:0;
  414. -webkit-transition: all 0.2s ease-in-out;
  415. -webkit-transition: all 0.2s ease-in-out;
  416. -moz-transition: all 0.2s ease-in-out;
  417. transition: all 0.2s ease-in-out;
  418. }
  419.  
  420. .like_and_reblog_buttons li:first-child {
  421. margin-right:8px;
  422. }
  423.  
  424. .entry:hover .like_and_reblog_buttons li{
  425. opacity: 1;
  426. -webkit-transition: all 0.4s ease-in-out;
  427. -webkit-transition: all 0.4s ease-in-out;
  428. -moz-transition: all 0.4s ease-in-out;
  429. transition: all 0.4s ease-in-out;
  430. }
  431.  
  432. {CustomCSS}
  433. </style>
  434.  
  435. <title>{title}</title>
  436.  
  437. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  438.  
  439. </head>
  440. <body>
  441.  
  442.  
  443. <div id="top"></div>
  444.  
  445. <div id="triangle1"></div>
  446. <div id="triangle2"></div>
  447. <div id="triangle3"></div>
  448. <div id="triangle4"></div>
  449. <div id="triangle5"></div>
  450. <div id="triangle6"></div>
  451.  
  452.  
  453. <div id="blogtitle">{Title}</div>
  454.  
  455. <div id="nav">
  456. <a href="/">{text:home}</a>
  457. <a href="/ask">{text:message}</a>
  458. <a href="/archive">{text:archive}</a>
  459. {block:HasPages}{block:Pages}<a href="{URL}"><span class="speclink">{Label}</span></a> {/block:Pages}{/block:HasPages}
  460. <a href="http://baesil.tumblr.com/">Theme</a>
  461. </div>
  462.  
  463. <div id="description">
  464. {description}
  465. </div>
  466.  
  467. <div id="content">
  468. {block:Posts}
  469. <div class="entry">
  470.  
  471. {block:Text}
  472. <div class="answer">{block:Title}<span class="title">{Title}</span>{/block:Title}
  473. {Body}
  474. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  475. <ul class="textbuttons">
  476. <li>{ReblogButton color="gray" size=15}</li>
  477. <li>{LikeButton color="gray" size=15}</li>
  478. </ul><br>
  479. {/block:IndexPage}
  480. </div>
  481. {/block:Text}
  482.  
  483. {block:Link}
  484. <div class="answer"><a href="{URL}"><span class="title">{Name}</span></a>
  485. {block:Description}{Description}{/block:Description}
  486. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  487. <ul class="textbuttons">
  488. <li>{ReblogButton color="gray" size=15}</li>
  489. <li>{LikeButton color="gray" size=15}</li>
  490. </ul><br>
  491. {/block:IndexPage}
  492. </div>
  493. {block:Link}
  494.  
  495. {block:Photo}
  496. {block:IndexPage}
  497. <ul class="like_and_reblog_buttons">
  498. <li>{ReblogButton color="white" size=17}</li>
  499. <li>{LikeButton color="white" size=17}</li>
  500. </ul>
  501. {/block:IndexPage}
  502. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=100%/></a></div>{LinkCloseTag}
  503. {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
  504. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  505. {/block:Photo}
  506.  
  507. {block:Photoset}
  508. <center>
  509. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  510. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  511. </center>
  512. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  513. <ul class="textbuttons">
  514. <li>{ReblogButton color="gray" size=15}</li>
  515. <li>{LikeButton color="gray" size=15}</li>
  516. </ul><br>
  517. {/block:IndexPage}
  518. {/block:Photoset}
  519.  
  520. {block:Quote}
  521. <div class="answer"><div class="title">{Quote}</div>- {Source}
  522. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  523. <ul class="textbuttons">
  524. <li>{ReblogButton color="gray" size=15}</li>
  525. <li>{LikeButton color="gray" size=15}</li>
  526. </ul><br>
  527. {/block:IndexPage}
  528. </div>
  529. {/block:Quote}
  530.  
  531. {block:Chat}
  532. <div class="answer">
  533. <div style="margin-left:3px;">
  534. {block:Title}<span class="title">{Title}</span>{/block:Title}
  535. <ul class="chat">
  536. {block:Lines}
  537. <li class="user_{UserNumber}">
  538. {block:Label}
  539. <span class="label">{Label}</span>
  540. {/block:Label}
  541. {Line}
  542. </li>
  543. {/block:Lines}
  544. </ul>
  545. </div>
  546. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  547. <ul class="textbuttons">
  548. <li>{ReblogButton color="gray" size=15}</li>
  549. <li>{LikeButton color="gray" size=15}</li>
  550. </ul><br>
  551. {/block:IndexPage}
  552. </div>
  553. {/block:Chat}
  554.  
  555. {block:Audio}
  556. {block:AlbumArt}
  557. <center><a href="{Permalink}"><img src="{AlbumArtURL}" width="100%"></a></center>
  558. {/block:AlbumArt}
  559. <div class="play">{AudioPlayerWhite}</div>
  560. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  561. {block:IndexPage}<div class="textnoteaudio"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  562. <ul class="textbuttons">
  563. <li>{ReblogButton color="gray" size=15}</li>
  564. <li>{LikeButton color="gray" size=15}</li>
  565. </ul><br>
  566. {/block:IndexPage}
  567. {/block:IndexPage}
  568. {/block:Audio}
  569.  
  570. {block:Answer}
  571. <div class="answer"><div style="font-size:11px;line-height:11px;font-style:italic;color:{color:links}"><i>{Asker} asked:</i></div><br><span class="title">{Question}</span><hr color={color:title}>{Answer}
  572. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  573. <ul class="textbuttons">
  574. <li>{ReblogButton color="gray" size=15}</li>
  575. <li>{LikeButton color="gray" size=15}</li>
  576. </ul><br>
  577. {/block:IndexPage}
  578. </div>
  579. {/block:Answer}
  580.  
  581. {block:Video}
  582. {block:IndexPage}
  583. <center>
  584. {Video-250}</center>
  585. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  586. <ul class="textbuttons">
  587. <li>{ReblogButton color="gray" size=15}</li>
  588. <li>{LikeButton color="gray" size=15}</li>
  589. </ul><br>
  590. {/block:IndexPage}
  591. {/block:IndexPage}
  592. {block:PermalinkPage}
  593. <center>
  594. {Video-500}</center>
  595. {/block:PermalinkPage}
  596. {block:Video}
  597.  
  598. {block:PermalinkPage}
  599.  
  600. <div class="notess">
  601. {block:PostNotes}
  602. {block:Caption}{Caption}<br>{/block:caption}
  603. <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png"> {block:NoteCount}{NoteCountwithLabel}{/block:NoteCount}<br>
  604. <img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png"> {Timeago}<br><br>
  605. {PostNotes}
  606. {/block:PostNotes}
  607. </div>
  608.  
  609. {/block:PermalinkPage}
  610.  
  611. </div>
  612.  
  613. {/block:Posts}
  614.  
  615. {block:IndexPage}
  616. {block:Pagination}
  617. <div id="pagination">
  618. {block:NextPage}
  619. <a id="nextPage" href="{NextPage}"></a>
  620. {/block:NextPage}
  621. {block:PreviousPage}
  622. <a href="{PreviousPage}"></a>
  623. {/block:PreviousPage}
  624. </div>
  625. {/block:Pagination}
  626. {/block:IndexPage}
  627. </div>
  628.  
  629. <div style="position:absolute;z-index:99999999999999999999999999999999999; !important;top:24px;right:3px;-webkit-filter:invert(100%);"><a href="http://vertexthemes.tumblr.com/"><img src="http://static.tumblr.com/2w7y46r/wuvmba8c2/installtheme.png"></a></div>
  630.  
  631. </body>
  632. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement