Advertisement
t-offee

Magazine Theme

Jan 5th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.15 KB | None | 0 0
  1.  
  2. <!--
  3.  
  4. /// custom magazine theme by ally
  5.  
  6. © 2014 stahrfruits.tumblr.com
  7.  
  8. -->
  9.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  11. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15.  
  16. <link rel="stylesheet" href="http://static.tumblr.com/tiuhncr/pQGn91ax6/stylesheet.css" type="text/css" charset="utf-8" />
  17.  
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20.  
  21. <link rel="icon" href="{Favicon}"/>
  22. <title>{Title}</title>
  23.  
  24. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic' rel='stylesheet' type='text/css'>
  27.  
  28. <meta name="color:background" content="#ffffff" />
  29. <meta name="color:panels" content="#fef5f5" />
  30. <meta name="color:text" content="#000000" />
  31. <meta name="color:link" content="#000000" />
  32. <meta name="color:nav links" content="#000000" />
  33.  
  34. <meta name="text:Link1 title" content="Link1" />
  35. <meta name="text:Link1 url" content="/" />
  36. <meta name="text:Link2 title" content="Link2" />
  37. <meta name="text:Link2 url" content="/" />
  38. <meta name="text:Link3 title" content="Link3" />
  39. <meta name="text:Link3 url" content="/" />
  40. <meta name="text:Link4 title" content="Link4" />
  41. <meta name="text:Link4 url" content="/" />
  42. <meta name="text:Link5 title" content="Link5" />
  43. <meta name="text:Link5 url" content="/" />
  44. <meta name="text:Link6 title" content="Link6" />
  45. <meta name="text:Link6 url" content="/" />
  46. <meta name="text:Link7 title" content="Link7" />
  47. <meta name="text:Link7 url" content="/" />
  48.  
  49. <meta name="if:SmallBlogTitle" content="1" />
  50. <meta name="if:BigBlogTitle" content="0" />
  51. <meta name="if:SearchBar" content="1" />
  52.  
  53. <meta name="image:background" content="" />
  54.  
  55. <meta name="if:FacebookButton" content="1" />
  56. <meta name="text:FacebookURL" content="" />
  57. <meta name="if:PinterestButton" content="1" />
  58. <meta name="text:PinterestURL" content="" />
  59. <meta name="if:InstagramButton" content="1" />
  60. <meta name="text:InstagramURL" content="" />
  61. <meta name="if:TwitterButton" content="1" />
  62. <meta name="text:TwitterURL" content="" />
  63. <meta name="if:8tracksButton" content="1" />
  64. <meta name="text:8tracksURL" content="" />
  65.  
  66. <meta name="text:Category1Title" content="Category 1" />
  67. <meta name="text:Category1URL" content="/" />
  68. <meta name="text:Category2Title" content="Category 2" />
  69. <meta name="text:Category2URL" content="/" />
  70. <meta name="text:Category3Title" content="Category 3" />
  71. <meta name="text:Category3URL" content="/" />
  72. <meta name="text:Category4Title" content="Category 4" />
  73. <meta name="text:Category4URL" content="/" />
  74. <meta name="text:Category5Title" content="Category 5" />
  75. <meta name="text:Category5URL" content="/" />
  76. <meta name="text:Category6Title" content="Category 6" />
  77. <meta name="text:Category6URL" content="/" />
  78.  
  79.  
  80. <meta name="text:DailyRead1Title" content="Blog" />
  81. <meta name="text:DailyRead1URL" content="/" />
  82. <meta name="text:DailyRead2Title" content="Blog" />
  83. <meta name="text:DailyRead2URL" content="/" />
  84. <meta name="text:DailyRead3Title" content="Blog" />
  85. <meta name="text:DailyRead3URL" content="/" />
  86. <meta name="text:DailyRead4Title" content="Blog" />
  87. <meta name="text:DailyRead4URL" content="/" />
  88. <meta name="text:DailyRead5Title" content="Blog" />
  89. <meta name="text:DailyRead5URL" content="/" />
  90.  
  91. <meta name="text:ReblogSymbol" content="♥" />
  92.  
  93. <meta name="text:description title" content="Description" />
  94.  
  95.  
  96. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  97.  
  98. {block:IndexPage}
  99. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  100. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  101.  
  102. <script type="text/javascript">
  103. $(window).load(function () {
  104. $('#posts').masonry(),
  105. $('.masonryWrap').infinitescroll({
  106. navSelector : "div.navigation",
  107. // selector for the paged navigation (it will be hidden)
  108. nextSelector : ".navigation a#next",
  109. // selector for the NEXT link (to page 2)
  110. itemSelector : ".post",
  111. // selector for all items you'll retrieve
  112. bufferPx : 10000,
  113. extraScrollPx: 10000,
  114. loadingImg : "http://static.tumblr.com/bcpenwm/sHPmq6jr6/ajax-loader.gif",
  115. loadingText : "<em></em>",
  116. },
  117. // call masonry as a callback.
  118. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  119. );
  120. });
  121. </script>
  122.  
  123. {/block:IndexPage}
  124. {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;bottom:0px;" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;bottom:0px;" href="{PreviousPage}">Newer</a></p></span>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  125.  
  126.  
  127. <style type="text/css">
  128.  
  129. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  130.  
  131.  
  132. body{
  133. margin:0px;
  134. padding:0px;
  135. margin-top:0px;
  136. margin-bottom:0px;
  137. font-family:'cambria';
  138. font-size:13px;
  139. color:{color:text};
  140. background-color:{color:background};
  141. background-image:url('{image:background}');
  142. background-attachment: fixed; }
  143.  
  144.  
  145. a {
  146. color:{color:link};
  147. text-decoration:underline;}
  148.  
  149. a:hover {
  150. text-decoration:none;}
  151.  
  152. a:active,a:focus {outline:0;}
  153.  
  154. ::-webkit-scrollbar {width: 3px; height: 3px; background:{color:background};}
  155. ::-webkit-scrollbar-thumb {background:{color:nav links};}
  156.  
  157.  
  158. #posts {
  159. {block:IndexPage}
  160. width:600px;
  161. margin-top:90px;
  162. margin-left:-475px;
  163. {/block:IndexPage}
  164. {block:PermalinkPage}
  165. width:500px;
  166. margin-left:-460px;
  167. margin-top:110px;
  168. {/block:PermalinkPage}
  169. position:relative;
  170. float:left;
  171. top:90px;
  172. left:50%;}
  173.  
  174. .post {
  175. {block:indexpage}
  176. width:500px;
  177. margin:30px;
  178. padding:0px;
  179. {/block:indexpage}
  180. {block:permalinkpage}
  181. width:500px;
  182. padding:0px;
  183. margin-top:15px;
  184. margin-left:7px;
  185. {/block:permalinkpage}
  186. float:left;
  187. position:relative;
  188. text-align:justify;
  189. font-family:'cambria';
  190. font-size:13px;
  191. color:{color:text};}
  192.  
  193. .post img {
  194. {block:indexpage}
  195. width:500px;
  196. margin-left:0px;
  197. padding:5px;
  198. {/block:indexpage}
  199. {block:permalinkpage}
  200. width:500px;
  201. padding:20px;
  202. margin-left:7px;
  203. margin-top:0px;
  204. {/block:permalinkpage}
  205. float:left;
  206. position:relative;
  207. text-align:justify;
  208. font-family:'cambria';
  209. font-size:13px;
  210. color:{color:text};}
  211.  
  212. {block:indexpage}
  213. .post .photoset iframe {
  214. width:200px;}
  215. {/block:indexpage}
  216.  
  217.  
  218. {block:IfSmallBlogTitle}
  219.  
  220. #blogtitle {color:{color:title};top:20px;left:50%;text-align:right;margin-left:-265px;letter-spacing:1px;position:absolute;padding:3px;width:auto;font-size:81px;font-weight:800;font-family:'playfair display'; text-transform:uppercase;z-index:999999999;}
  221.  
  222. {/block:IfSmallBlogTitle}
  223.  
  224. {block:IfBigBlogTitle}
  225.  
  226. #blogtitle {
  227. color:{color:title};
  228. top:10px;
  229. left:50%;
  230. text-align:right;
  231. margin-left:-405px;
  232. letter-spacing:1px;
  233. position:absolute;
  234. padding:3px;
  235. width:auto;
  236. font-size:81px;
  237. font-weight:800;
  238. font-family:'playfair display';
  239. text-transform:uppercase;
  240. z-index:999999999;}
  241.  
  242. {/block:IfBigBlogTitle}
  243.  
  244. #sidebars {
  245. text-align:justify;
  246. color:{color:text};
  247. font-family:'cambria';
  248. line-height:100%;
  249. font-size:13px;
  250. position:absolute;
  251. left:50%;
  252. padding:3px;
  253. margin-left:100px;
  254. width:310px;
  255. top:206px;
  256. border:1px solid #ffffff;
  257. height:200px;}
  258.  
  259. #sidebars a{
  260. z-index:2;
  261. color:{color:link};
  262. text-decoration:none;}
  263.  
  264. #sidebars a:hover{
  265. text-decoration:none;}
  266.  
  267. #navlinks{
  268. text-align:center;
  269. width:700px;
  270. left:23%;
  271. padding:3px;
  272. margin-left:0px;
  273. word-spacing:40px;
  274. top:145px;
  275. position:absolute;
  276. font-size:14px;
  277. z-index:9999;}
  278.  
  279. #navlinks a{
  280. font-family:cambria;
  281. line-height:210%;
  282. color:{color:nav links};
  283. text-decoration:none;
  284. padding:2px;
  285. text-transform:uppercase;
  286. border:1px solid {color:background};}
  287.  
  288. #navlinks a:hover{}
  289.  
  290. .ttitle {
  291. background: #E3E4FA;
  292. padding: 5px;
  293. font-size: 12px;}
  294.  
  295.  
  296. .notes {
  297. color:{color:text};
  298. padding-left:20px;
  299. font-size:9px;}
  300.  
  301. ol.notes {
  302. float:left;
  303. width:500px;
  304. padding-left:5px;
  305. margin-top:10px;
  306. overflow-x:hidden;
  307. over-flow-y:scroll;
  308. list-style-type:none;
  309. font-weight:normal;
  310. font-size:9px;
  311. text-transform:none;}
  312.  
  313. ol.notes li.note {
  314. padding-top:2px;
  315. opacity:1;
  316. -moz-transition:0.1s ease-in;
  317. -webkit-transition:0.1s ease-in;
  318. -o-transition:0.1s ease-in;
  319. transition:0.1s ease-in;}
  320.  
  321. ol.notes li.note:hover {
  322. opacity:1;}
  323.  
  324. ol.notes li.note img.avatar {
  325. width:14px;
  326. height:14px;}
  327.  
  328.  
  329. .permalink {
  330. padding:2px;
  331. text-align:right;
  332. {block:permalinkpage}
  333. opacity:0;
  334. {/block:permalinkpage}}
  335.  
  336. .headings{
  337. font-size:40px;
  338. font-family:dubiel;
  339. text-align:left;
  340. font-style:italic;}
  341.  
  342. #audioplayer{
  343. background-color:#000;
  344. height:27px;
  345. margin-bottom:-4px;
  346. width:250px;}
  347.  
  348. .quote {
  349. text-align:center;
  350. font-size:12px;}
  351.  
  352. .quotesource {
  353. text-align:right;}
  354.  
  355. .image:hover{
  356. opacity:1;}
  357.  
  358. .chat { text-align:right; line-height:11px; }
  359.  
  360. .captions { margin-top:-8px;}
  361.  
  362. #lefty{
  363. position:fixed;
  364. width:17%;
  365. z-index:99999999999999999999;
  366. height:100%;
  367. right:-10px;
  368. top:0px;
  369. color:#000000;
  370. background-color:{color:panels};
  371. padding:3px;}
  372.  
  373. #lefty a{}
  374.  
  375. #lefty a:hover{}
  376.  
  377.  
  378. #righty{
  379. position:fixed;
  380. width:15%;
  381. z-index:99999999999999999999;
  382. height:100%;
  383. left:-10px;
  384. top:0px;
  385. color:#000000;
  386. background-color:{color:panels};
  387. padding:3px;}
  388.  
  389. #righty a{}
  390.  
  391. #righty a:hover{}
  392.  
  393. </style>
  394.  
  395. {block:IfSearchBar}{/block:IfSearchBar}
  396.  
  397. </head>
  398.  
  399. <body>
  400.  
  401. <div id="lefty"><!--right actually--></div>
  402. <div id="righty"><!--left actually--></div>
  403.  
  404.  
  405. {block:IfSmallBlogTitle}<div id="blogtitle"><img src="http://i59.tinypic.com/5dnk09.png" width="500px"></div>{/block:IfSmallBlogTitle}
  406.  
  407. {block:IfBigBlogTitle}<div id="blogtitle"><img src="http://i59.tinypic.com/5dnk09.png" width="800px"></div>{/block:IfBigBlogTitle}
  408.  
  409.  
  410. <div id="sidebars">
  411.  
  412. <p style="font-family:dubiel; font-size:25px; text-transform:none; text-align:center;">
  413. {text:description title}
  414. </p>
  415.  
  416. {description}
  417.  
  418. <br><br><br>
  419. <center><hr color=#cccccc size=1 width=300></center>
  420.  
  421. <center>
  422. <br><br>
  423. {block:ifFacebookButton}<a href="{text:FacebookURL}"><img src="http://www.iconsdb.com/icons/preview/black/facebook-xxl.png" width="25px"></a> &nbsp;
  424. {/block:ifFacebookButton}
  425. {block:ifPinterestButton}
  426. <a href="{text:PinterestURL}"><img src="http://www.iconsdb.com/icons/preview/black/pinterest-xxl.png" width="25px"></a> &nbsp;
  427. {/block:ifPinterestButton}
  428. {block:ifInstagramButton}
  429. <a href="{text:InstagramURL}"><img src="http://www.iconsdb.com/icons/preview/black/instagram-xxl.png" width="25px"></a> &nbsp;
  430. {/block:ifInstagramButton}
  431. {block:ifTwitterButton}
  432. <a href="{text:TwitterURL}"><img src="http://www.iconsdb.com/icons/preview/black/twitter-xxl.png" width="25px"></a> &nbsp;
  433. {/block:ifTwitterButton}
  434. {block:if8tracksButton}
  435. <a href="{text:8tracksURL}"><img src="http://dmuuhinfkryqs.cloudfront.net/assets/brand/8_icon_black-369fd447a8a59cabbfaa159aced13173.svg" width="20px"></a>
  436. {/block:if8tracksButton}
  437. </center>
  438.  
  439. {block:ifSearchBar}
  440. <br><br>
  441. <center>
  442. <span class="search">
  443. <form onsubmit="return tagSearch(this)">
  444. <input type="text" name="tag" class="stype" placeholder="SEARCH . . ." onfocus="if (this.value == '') {this.value=''}" onblur="if (this.value == '') {this.value=''}" />
  445. </form>
  446. </span>
  447.  
  448. </center>
  449. {/block:ifSearchBar}
  450.  
  451. <br><br><br>
  452.  
  453. <center><hr color=#cccccc size=1 width=300></center>
  454.  
  455. <center><p style="font-family:dubiel; font-size:25px; text-transform:none; text-align:center;">
  456. Categories
  457. </p>
  458.  
  459. <a href="{text:Category1URL}">{text:Category1Title}</a><br>
  460. <a href="{text:Category2URL}">{text:Category2Title}</a><br>
  461. <a href="{text:Category3URL}">{text:Category3Title}</a><br>
  462. <a href="{text:Category4URL}">{text:Category4Title}</a><br>
  463. <a href="{text:Category5URL}">{text:Category5Title}</a><br>
  464. <a href="{text:Category6URL}">{text:Category6Title}</a><br>
  465.  
  466. </center>
  467. <br><br>
  468. <center><hr color=#cccccc size=1 width=300></center>
  469.  
  470. <center><p style="font-family:dubiel; font-size:25px; text-transform:none; text-align:center;">
  471. Daily Reads
  472. </p>
  473.  
  474. <a href="{text:DailyRead1URL}">{text:DailyRead1Title}</a><br>
  475. <a href="{text:DailyRead2URL}">{text:DailyRead2Title}</a><br>
  476. <a href="{text:DailyRead3URL}">{text:DailyRead3Title}</a><br>
  477. <a href="{text:DailyRead4URL}">{text:DailyRead4Title}</a><br>
  478. <a href="{text:DailyRead5URL}">{text:DailyRead5Title}</a>
  479.  
  480. </center>
  481.  
  482. <br><br>
  483.  
  484. <center><hr color=#cccccc size=1 width=300></center>
  485.  
  486. <center> <p>Theme courtesy of <u><a href="http://stahrfruits.tumblr.com">ALLY ADAMS</u></a>.</p></center>
  487.  
  488. </div>
  489.  
  490. <div id="navlinks">
  491. <a href="{text:Link1 url}">{text:Link1 title}</a>
  492. <a href="{text:Link2 url}">{text:Link2 title}</a>
  493. <a href="{text:Link3 url}">{text:Link3 title}</a>
  494. <a href="{text:Link4 url}">{text:Link4 title}</a>
  495. <a href="{text:Link5 url}">{text:Link5 title}</a>
  496. <a href="{text:Link6 url}">{text:Link6 title}</a>
  497. <a href="{text:Link7 url}">{text:Link7 title}</a>
  498. </div>
  499.  
  500.  
  501. <div id="posts">
  502.  
  503. {block:Posts}
  504.  
  505.  
  506. {block:Text}
  507. <div class="post">
  508. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  509. <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a> {text:ReblogSymbol} <a href="{ReblogURL}" target="_blank">Reblog</a></div></div>{/block:Text}
  510.  
  511.  
  512. {block:Photo}
  513. <div class="post">
  514. <div class="image">
  515. {block:IndexPage}
  516. <a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"></a>{block:Caption}{Caption}{/block:Caption}
  517. <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a> {text:ReblogSymbol} <a href="{ReblogURL}" target="_blank">Reblog</a></div>{/block:IndexPage}
  518. {block:PermalinkPage}<img src="{PhotoURL-500}"/>{/block:PermalinkPage}
  519. </div></div>
  520. {/block:Photo}
  521.  
  522.  
  523. {block:Photoset}
  524. <div class="post">
  525. <div class="photoset">{Photoset-250}</div>
  526. {block:Caption}{Caption}{/block:Caption}
  527. <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a> {text:ReblogSymbol} <a href="{ReblogURL}" target="_blank">Reblog</a></div></div>
  528. {/block:Photoset}
  529.  
  530.  
  531. {block:Quote}
  532. <div class="post">
  533. <div class="quote">'<i>{Quote}</i>'</div>
  534. <div class="quotesource">— {Source}</div>
  535. <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a> {text:ReblogSymbol} <a href="{ReblogURL}" target="_blank">Reblog</a></div></div>
  536. {/block:Quote}
  537.  
  538.  
  539. {block:Link}
  540. <div class="post">
  541. <div class="headings"><a href="{URL}">{Name}</a></div>
  542. {block:Description}{Description}{/block:Description}
  543. <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a> {text:ReblogSymbol} <a href="{ReblogURL}" target="_blank">Reblog</a></div></div>
  544. {/block:Link}
  545.  
  546.  
  547. {block:Chat}
  548. <div class="post">
  549. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  550. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  551. {/block:Label}{/block:Lines}</div>
  552. <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a> {text:ReblogSymbol} <a href="{ReblogURL}" target="_blank">Reblog</a></div></div>
  553. {/block:Chat}
  554.  
  555. {block:Video}
  556. {block:IndexPage}
  557. <div class="post">{Video-250}
  558. {block:Caption}{Caption}{/block:Caption}
  559. <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a> {text:ReblogSymbol} <a href="{ReblogURL}" target="_blank">Reblog</a></div></div>
  560. {/block:IndexPage}
  561. {block:PermalinkPage}
  562. {Video-500}
  563. {/block:PermalinkPage}
  564. {block:Video}
  565.  
  566. {block:Audio}
  567. <div class="post">
  568. <div id="audioplayer">{AudioPlayerBlack}</div>
  569. {block:Caption}{Caption}{/block:Caption}
  570. <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a> {text:ReblogSymbol} <a href="{ReblogURL}" target="_blank">Reblog</a></div> </div> {/block:Audio}
  571.  
  572.  
  573. {block:Answer}
  574. <div class="post">
  575. {Asker} said, "{Question}"<br><i> {Answer} </i>
  576. <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a> {text:ReblogSymbol} <a href="{ReblogURL}" target="_blank">Reblog</a></div></div>
  577. {/block:Answer}
  578.  
  579.  
  580. {block:PermalinkPage}
  581. <div class="notes">
  582. {Caption}
  583. posted {TimeAgo}
  584. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  585. {block:RebloggedFrom}
  586. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  587. {/block:RebloggedFrom}
  588. {block:ContentSource}
  589. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  590. {/block:ContentSource}
  591. <br><br>{PostNotes}<div>
  592. {/block:PermalinkPage}
  593.  
  594.  
  595.  
  596. {/block:posts}
  597.  
  598.  
  599. </div></div></div></div>
  600. </body>
  601. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement