Advertisement
rowrz

FCXN theme

Apr 6th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.09 KB | None | 0 0
  1. <!--                                  
  2. _ __ _____      ___ __ ____        
  3. | '__/ _ \ \ /\ / / '__|_  /        
  4. | | | (_) \ V  V /| |   / /        
  5. |_|  \___/ \_/\_/ |_|  /___|        
  6. | | | |                            
  7. | |_| |__   ___ _ __ ___   ___  ___
  8. | __| '_ \ / _ \ '_ ` _ \ / _ \/ __|
  9. | |_| | | |  __/ | | | | |  __/\__ \
  10. \__|_| |_|\___|_| |_| |_|\___||___/
  11.                                
  12. fcxn theme v1.87                                    
  13.                                        
  14. designed by andrew manufactured by alex
  15. http://rowrz.tumblr.com/themes
  16. -->
  17. <!DOCTYPE html>
  18. <html>
  19. <head>
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  21. {block:Description}
  22.             <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <meta name="font:posts" content="arial"/>
  26. <meta name="font:posttitle" content="arial"/>
  27. <meta name="font:blogtitle" content="ventography"/>
  28. <meta name="font:desc" content="arial"/>
  29. <meta name="color:Background" content="#eeeeee"/>
  30. <meta name="color:Text" content="#000000"/>
  31. <meta name="color:Hover" content="#FFFFFF"/>
  32. <meta name="color:Link" content="#000000"/>
  33. <meta name="color:navodd" content="#000000"/>
  34. <meta name="color:naveven" content="#ff0000"/>
  35. <meta name="color:accents" content="#c2c2c2"/>
  36. <meta name="color:linkhover" content="#FFFFFF"/>
  37. <meta name="color:title" content="#000000"/>
  38. <meta name="color:blogtitle" content="" />
  39. <meta name="color:desctext" content="" />
  40. <meta name="color:blogtitleunderline" content="#fff" />
  41. <meta name="color:entrybg" content="#FFFFFF"/>
  42. <meta name="image:Background" content="0"/>
  43. <meta name="image:sidebar background" content="http://static.tumblr.com/26d0cfac1e543ad2866bcf589cf37008/4ra4qv5/l8sn2sflv/tumblr_static_tuscany_landscape_monochrome-t2.jpg"/>
  44.  
  45. <meta name="text:sidebarheight" content="150px"/>
  46. <meta name="text:posttop" content="150px"/>
  47. <meta name="text:blogtitlesize" content="70px"/>
  48. <meta name="text:blogtitlelineheight" content="27px"/>
  49.  
  50. <meta name="text:home link title" content="return"/>
  51.  
  52. <meta name="text:descfontsize" content="14px"/>
  53.  
  54. <meta name="text:link one" content=""/>
  55. <meta name="text:link one title" content=""/>
  56.  
  57. <meta name="text:link two" content=""/>
  58. <meta name="text:link two title" content=""/>
  59.  
  60. <meta name="text:link three" content=""/>
  61. <meta name="text:link three title" content=""/>
  62.  
  63. <meta name="if:showcaptions" content="1" />
  64.  
  65. <script src="http://static.tumblr.com/ojd74qh/slPn6xfpm/jquery-1.11.0.fcxn.min.js"></script>
  66.  
  67. <style type="text/css">
  68. @font-face
  69. {
  70. font-family: ventography;
  71. src: url(http://static.tumblr.com/4ra4qv5/peun2t55l/ventography_personal_use_only.ttf);
  72. }
  73.  
  74. -webkit-transition: all 0.4s ease-in-out;
  75.  
  76. -moz-transition: all 0.4s ease-in-out;
  77.  
  78. -o-transition: all 0.4s ease-in-out;
  79.  
  80. a {
  81. text-decoration:none;
  82. -webkit-transition: all 0.7s ease-out;
  83. -moz-transition: all 0.7s ease-out;
  84. transition: all 0.7s ease-out;
  85. }
  86.  
  87. a:hover {
  88. text-decoration:none;
  89. -webkit-transition: all 0.7s ease-out;
  90. -moz-transition: all 0.7s ease-out;
  91. transition: all 0.7s ease-out;
  92. }
  93.  
  94. #center{
  95. padding-top:3px;
  96. padding-bottom:3px;
  97. position:fixed !important;
  98. width:250px;
  99. height:207px;
  100. background-color:#fff;
  101. {block:PermalinkPage}
  102. width:410px;
  103. height:207px;
  104. {/block:PermalinkPage}
  105. }
  106.  
  107. #posts{
  108. position:relative;
  109. font-family:{font:posts};
  110. float:center;
  111. {block:indexpage}
  112. width:960px;
  113. {/block:indexpage}
  114. {block:permalinkpage}
  115. width:860px;
  116. {/block:permalinkpage}
  117. left:184px;
  118. margin-top: 0px;
  119. padding-top:{text:posttop};
  120. }
  121.  
  122. body {
  123. padding: 0px;
  124. margin: 0px;
  125. color:{color:text};
  126. font-size: 10px;
  127. line-height:14px;
  128. background-color: {color:Background};
  129. background-image:url({image:Background});
  130. background-attachment: fixed;
  131. background-size: cover;
  132. }
  133.  
  134. a:link, a:active, a:visited{
  135. text-decoration:none;
  136. color:{color:link};
  137. -webkit-transition: all 0.3s ease-out;
  138. -moz-transition: all 0.3s ease-out;
  139. transition: all 0.3s ease-out;}
  140.  
  141. a:hover{
  142. color:{color:linkhover};
  143. text-shadow:0px 0px 20px #fff;
  144. -webkit-transition: all 0.3s ease-out;
  145. -moz-transition: all 0.3s ease-out;
  146. transition: all 0.3s ease-out;
  147. }
  148.  
  149. #entry {
  150. margin:16px;
  151. z-index:10;
  152. box-shadow:1px 1px 5px #ccc;
  153. background-color: {color:entrybg};
  154. font-size: 12px;
  155. line-height:15px;
  156. {block:IndexPage}width:260px;{/block:IndexPage}
  157. {block:PermalinkPage}
  158. width:400px;
  159. margin-left:240px;
  160. {/block:PermalinkPage}
  161. border:solid 6px {color:entrybg};
  162. }
  163. #entry blockquote {
  164.       border-left: solid 2px {color:accents};
  165.       margin: 0;
  166.       padding-left: 10px;
  167. }
  168. .text p{
  169.     text-align:left;
  170. }
  171. #entry .perma{
  172. position:absolute;
  173. width: 260px;
  174. height: auto;
  175. overflow:hidden;
  176. bottom:4px;
  177. font-family: consolas;
  178. font-size: 12px;
  179. line-height:14px;
  180. text-align: center;
  181. padding:0px;
  182. text-transform: uppercase;
  183. opacity:0.0;
  184. background-color: rgba(255,255,255,0.5);
  185. -webkit-transition: all 0.8s ease;
  186. -moz-transition: all 0.8s ease;
  187. transition: all 0.8s ease;
  188. -o-transition: all 0.8s ease;
  189. }
  190.  
  191. #entry:hover .perma{
  192. overflow:visible;
  193. width: 260px;
  194.  
  195. opacity: 0.9;
  196. }
  197.  
  198. #entry:hover .perma:hover{
  199. padding-left:15px;
  200. width:245px;
  201. opacity:1;
  202. }
  203.  
  204. .perm{
  205. display: block;
  206. font-family:consolas;
  207. font-size:9px;
  208. line-height:13px;
  209. text-transform:uppercase;
  210. text-align: right;
  211. background-color:{color:accents};
  212. border-right:3px {color:accents} solid;
  213. padding:3px;
  214. opacity:.8;
  215. margin: 0px;
  216. margin-bottom:5px;
  217. -webkit-transition: all 1s ease;
  218. -moz-transition: all 1s ease;
  219. transition: all 1s ease;
  220. -o-transition: all 1s ease;
  221. }
  222.  
  223. .perm:hover{
  224. opacity:.6;
  225. }
  226.  
  227. .blogtitle{
  228. font-size:{text:blogtitlesize};
  229. line-height:{text:blogtitlelineheight};
  230. font-family:{font:blogtitle};
  231. letter-spacing:3px;
  232. text-align:center;
  233. z-index:90;
  234. text-transform:uppercase;
  235. -webkit-transition: all 0.3s linear;
  236. -moz-transition: all 0.3s linear;
  237. transition: all 0.3s linear;
  238. letter-spacing:5px;
  239. font-weight:900;
  240. text-align:center;
  241. padding-top:30px;
  242. height:30px;
  243. border-bottom:3px solid {color:blogtitleunderline};
  244. z-index:99999;
  245. float:center;
  246. width:437.5px;
  247. margin-left:218.75px;
  248. }
  249. .blogtitle a:link, .blogtitle a, .blogtitle{
  250.     color:{color:blogtitle};
  251. }
  252.  
  253. .blogtitle:hover{
  254. text-shadow: 1px 0px #df8181, -1px 0px #54d2cb;
  255. -webkit-transition: all 0.3s linear;
  256. -moz-transition: all 0.3s linear;
  257. transition: all 0.3s linear;
  258. z-index:99999;
  259. }
  260.  
  261. .title{
  262. font-family:{font:posttitle};
  263. text-transform:lowercase;
  264. font-size: 19px;
  265. line-height: 24px;
  266. color: {color:text};
  267. }
  268. #desc {
  269.     padding-top:20px;
  270.     text-align:center;
  271.     font-family:{font:desc};
  272.     font-size:{text:descfontsize};
  273. }
  274. #sidebar{
  275.     background-image:url({image:sidebar background});
  276.     -webkit-background-size: cover;
  277.     -moz-background-size: cover;
  278.     -o-background-size: cover;
  279.     background-size: cover;
  280.     position:fixed;
  281.     float:center;
  282.     width:874px;
  283.     left:200px;
  284.     height:{text:sidebarheight};
  285.     color:{color:desctext};
  286.     z-index:99999;
  287.     border-bottom:3px solid #5a5a5a;
  288.     border-right:3px solid #5a5a5a;
  289.     border-left:3px solid #5a5a5a;
  290. }
  291.  
  292. .titlelink:hover{
  293.   text-shadow: 1px 0px #df8181, -1px 0px #54d2cb;
  294. -webkit-transition: all 0.3s linear;
  295. -moz-transition: all 0.3s linear;
  296. transition: all 0.3s linear;  
  297. }
  298.  
  299.  
  300. #text img, #entry img {
  301.     height: auto;
  302.     max-width:100%;
  303. }
  304.  
  305.  
  306. #nav {
  307.     font-family:{font:desc};
  308.     padding-top:14px;
  309.     text-align:center;
  310.     font-size:14px;
  311.        -webkit-transition: all 0.7s ease-out;
  312.     -moz-transition: all 0.7s ease-out;
  313. -o-transition: all 0.7s ease-out;
  314. -ms-transition:all 0.7s ease-out;
  315. transition:all 0.7s ease-out
  316.  
  317. }
  318.  
  319. .nav0 a:link, .nav2 a:link, .nav4 a:link, .nav0 a, .nav2 a, .nav4 a {
  320.     color:{color:naveven};
  321. }
  322.  
  323. .nav1 a:link, .nav3 a:link, .nav1 a, .nav3 a {
  324.     color:{color:navodd};
  325. }
  326. .nav0:hover a, .nav2:hover a, .nav4:hover a{
  327.    color:gray;
  328.    -webkit-transition: all 0.7s ease-out;
  329.     -moz-transition: all 0.7s ease-out;
  330. -o-transition: all 0.7s ease-out;
  331. -ms-transition:all 0.7s ease-out;
  332. transition:all 0.7s ease-out
  333. }
  334. .nav1:hover a, .nav3:hover a{
  335.     -webkit-filter: grayscale(100%);
  336.     -webkit-transition: all 0.7s ease-out;
  337.     -moz-transition: all 0.7s ease-out;
  338. -o-transition: all 0.7s ease-out;
  339. -ms-transition:all 0.7s ease-out;
  340. transition:all 0.7s ease-out
  341. }
  342.  
  343. #sideimgdesc {
  344.     position:fixed;
  345.     z-index:9999999999;
  346.     width:200px;
  347.     text-align:center;
  348.     background-color:white;
  349.     top:110px;
  350.     left:12%;
  351.     padding:10px;
  352.     font-family:'courier new';
  353.     font-size:{text:descfontsize};
  354.     letter-spacing:2px;
  355.  
  356. }
  357.  
  358. .avatar {
  359.     display:none;
  360. }
  361.  
  362. {CustomCSS}
  363. </style>
  364.  
  365. <title>{title}</title>
  366. <link rel="shortcut icon" href="{favicon}">
  367. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  368. <meta name="viewport" content="width=720" />
  369.  
  370. </head>
  371.  
  372. <body onkeydown="return false">
  373.  
  374.  
  375.  
  376. <div class="center">
  377.  
  378. <div id="sidebar">
  379.  
  380. <div class="blogtitle"><a class="titlelink" href="/">{title}</a></div>
  381.  
  382.  
  383. <div id="desc">
  384. {description}
  385. </div>
  386.  
  387. <div id="nav">
  388. <span class="nav0"><a href="/">{text:home link title}</a></span>
  389. <span class="nav1"><a href="{text:link one}">{text:link one title}</a></span>
  390. <span class="nav2"><a href="{text:link two}">{text:link two title}</a></span>
  391. <span class="nav3"><a href="{text:link three}">{text:link three title}</a></span>
  392. <span id="inner"></span>
  393.  
  394.    
  395. </div>
  396. </div>
  397. </div>
  398.  
  399.  
  400. </div>
  401.  
  402. <div class="content">
  403.  
  404. <div class="left">
  405.  
  406. <div id="posts">
  407.  
  408. {block:Posts}
  409. <div id="entry">
  410. <div id="text">
  411. {block:Text}
  412. {block:Title}<span class="title">{Title}</span>{/block:Title}
  413. <span class="entrytext">{Body}</span></a>
  414. {block:IndexPage}
  415. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> &nbsp;|&nbsp; <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  416. {/block:IndexPage}
  417. {/block:Text}
  418. </div>
  419.  
  420. {block:Link}
  421. <a href="{URL}" class="title">{Name}</a>
  422. {block:Description}{Description}{/block:Description}
  423. {block:IndexPage}
  424. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  425. {/block:IndexPage}
  426. {block:Link}
  427.  
  428. {block:Photo}
  429. {block:IndexPage}
  430. <div class="perma"><a href="{reblogurl}">reblog</a> &nbsp;|&nbsp; <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a></div>
  431.  
  432. {/block:IndexPage}
  433. {block:IndexPage}{LinkOpenTag}<div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="260"/></div>{LinkCloseTag}
  434. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  435. {/block:IndexPage}
  436. {block:PermalinkPage}{LinkOpenTag}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}{/block:PermalinkPage}
  437. {/block:Photo}
  438.  
  439. {block:Panorama}
  440. {block:IndexPage}
  441. <div class="perma"><a href="{Permalink}" target="_blank">{NoteCount}</a></div>
  442. {/block:IndexPage}
  443. {block:IndexPage}
  444.     {LinkOpenTag}<div class="photo"><img class="pano" src="{PhotoURL-Panorama}" alt="{PhotoAlt}" width="260"/></div>{LinkCloseTag}
  445.     {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  446.     {/block:IndexPage}
  447.     {block:PermalinkPage}
  448.     {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"  width="400"/>{LinkCloseTag}
  449.         {Caption}
  450.     {/block:PermalinkPage}
  451. {/block:Panorama}
  452.  
  453. {block:Photoset}
  454. {block:IndexPage}
  455. <div class="perma">
  456. <a href="{reblogurl}">reblog</a> &nbsp;|&nbsp;
  457. <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  458. <center>{Photoset}</center>
  459. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  460. {/block:IndexPage}
  461. {block:PermalinkPage}
  462. {Photoset}
  463. {/block:PermalinkPage}
  464. {/block:Photoset}
  465.  
  466. {block:Quote}
  467. <span class="title">{Quote}</span><br />
  468. {block:Source}{Source}{/block:Source}
  469. {block:IndexPage}
  470. <br /><div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  471. {/block:IndexPage}
  472. {/block:Quote}
  473.  
  474. {block:Chat}
  475. {block:Title}<span class="title">{Title}</span>{/block:Title}
  476. <ul class="chat">
  477. {block:Lines}
  478. <li class="user_{UserNumber}">
  479. {block:Label}
  480. <span class="label">{Label}</span>
  481. {/block:Label}
  482.  
  483. {Line}
  484. </li>
  485. {/block:Lines}
  486. </ul>
  487. {block:IndexPage}
  488. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  489. {/block:IndexPage}
  490. {/block:Chat}
  491.  
  492. {block:Audio}
  493. <center><div style="width:200px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  494. {FormattedPlayCount} plays</small></div></div></center><br>
  495. {block:Caption}{Caption}{/block:Caption}
  496. {block:IndexPage}
  497. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  498. {/block:IndexPage}
  499. {/block:Audio}
  500.  
  501. {block:Video}{block:IndexPage}
  502. <div class="permalink">
  503. <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> REBLOG </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}
  504. <center>
  505. <div class="videoperma">{Video-300}</div><BR>
  506. {block:Caption}{Caption}</a>{/block:Caption}</center>
  507. {block:Video}
  508.  
  509. {block:PermalinkPage}
  510. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  511.  
  512. {/block:PermalinkPage}
  513.  
  514. {block:PostNotes}{PostNotes}
  515. {/block:PostNotes}
  516. </div>
  517.  
  518. {/block:Posts}
  519. </div>
  520. </div>
  521. </div>
  522. </div>
  523.  
  524. {block:indexpage}
  525. {block:NextPage}<div id="pagination"><a href="{NextPage}"></a></div>{/block:NextPage}
  526.  
  527. <script type="text/javascript" src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
  528. <script type="text/javascript" src="http://isotope.metafizzy.co/isotope.pkgd.min.js"></script>
  529. <script type="text/javascript" src="http://static.tumblr.com/4ra4qv5/8N8n57y0s/infinitescroll.min.js"></script>
  530. <script type="text/javascript" src="http://imagesloaded.desandro.com/imagesloaded.pkgd.min.js"></script>
  531. <script type="text/javascript">
  532. $(document).ready(function() {
  533. //http://www.shambix.com/en/isotope-twitter-bootstrap-infinite-scroll-fluid-responsive-layout/
  534.     var $container = $('#posts');
  535.        
  536.     // Fire Isotope only when images are loaded
  537.     $container.imagesLoaded(function(){
  538.         $container.isotope({
  539.             itemSelector : '#entry',
  540.             masonry: {
  541.             }
  542.         });
  543.     });
  544.  
  545.     // Infinite Scroll
  546.     $('#posts').infinitescroll({
  547.         navSelector  : '#pagination',
  548.         nextSelector : '#pagination a',
  549.         itemSelector : '#entry',
  550.         bufferPx     : 200,
  551.         loading: {
  552.             finishedMsg: '',
  553.         }
  554.     },
  555.  
  556.     // Infinite Scroll Callback
  557.     function( newElements ) {
  558.         var $newElems = jQuery( newElements ).hide();
  559.         $newElems.imagesLoaded(function(){
  560.             $newElems.fadeIn();
  561.             $container.isotope( 'appended', $newElems );
  562.         });
  563.     });
  564.  
  565. });
  566. </script>
  567. {/block:indexpage}
  568.  
  569. </div>
  570.  
  571.  
  572. </body>
  573. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement