fanih

Theme 58

Jun 16th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 19.25 KB | None | 0 0
  1.    <!---- cultiveis.tumblr.com (Fanih)  -->
  2.                                        
  3.    <!--- Don't use as base and details, good use. ---->  
  4.      
  5.     <html>
  6.     <head>
  7.    
  8. <!-- DEFAULT VARIABLES -->
  9.  
  10. <meta name="color:Background" content="#fff" />
  11. <meta name="color:Link" content="#b2b2b2" />
  12. <meta name="color:text" content="#b2b2b2" />
  13. <meta name="color:Post" content="#ffffff" />
  14. <meta name="color:linksmenu" content="#aaaaaa" />
  15. <meta name="color:lhover" content="#b2b2b2" />
  16. <meta name="color:desc" content="#a5a4a4" />
  17. <meta name="color:allcor" content="#ddd" />
  18. <meta name="color:bgnotes" content="#fff"/>
  19. <meta name="color:textnotes" content="#b2b2b2"/>
  20.          
  21.     <meta name="image:background"/>
  22.     <meta name="image:sidebar" content="http://static.tumblr.com/0e9rsgb/YYen79rym/couple.jpg"/>
  23.     <meta name="image:bgcoluna" content="http://static.tumblr.com/i1e3kds/MZImi58m9/1674494.png" />
  24.      
  25.          
  26. <meta name="text:frase" content="Unbroken"/>
  27. <meta name="color:corfrase" content="#a1a1a1" />
  28.      
  29.     <meta name="text:Link1" content="/" />
  30.     <meta name="text:Link1 Title" content="link1" />
  31.     <meta name="text:Link2" content="/" />
  32.     <meta name="text:Link2 Title" content="link2" />
  33.     <meta name="text:Link3" content="/" />
  34.     <meta name="text:Link3 Title" content="link3" />
  35.     <meta name="text:Link4" content="/" />
  36.     <meta name="text:Link4 Title" content="link4" />
  37.     <meta name="text:Link5" content="/" />
  38.     <meta name="text:Link5 Title" content="link5" />
  39.    
  40.         <link rel="shortcut icon" href="{Favicon}" />
  41.  
  42.         <title>{Title}</title>  
  43.    
  44. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/i1e3kds/h3Hmxkesf/botao.png" border="0"></a>
  46.     <script type="text/javascript"
  47. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  49. <script>
  50.     (function($){
  51.  
  52.         $(document).ready(function(){
  53.             $("[title]").style_my_tooltips();
  54.         });
  55.     })(jQuery);
  56. </script>  
  57.  
  58. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  59.  
  60.  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  61.  
  62. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  63.  
  64. <script>
  65. $(function(){
  66. var $container = $('#pagina');
  67. $container.imagesLoaded(function(){
  68. $container.masonry({
  69. itemSelector: '.posts',
  70. columnWidth: 270
  71. });
  72. });
  73. $container.infinitescroll({
  74. navSelector : "div#navigation",
  75. nextSelector : "div#navigation a#nextPage",
  76. itemSelector : '.posts',
  77. loadingImg : "http://static.tumblr.com/8yo5xxv/3Tum7rjpo/loader.gif",
  78. loadingText : "",
  79. donetext : " ",
  80. extraScrollPx : 1000,
  81. bufferPx : 10100,
  82. debug : false,
  83. errorCallback: function() {
  84. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  85. }},
  86. function( newElements ) {
  87. var $newElems = $( newElements ).css({ opacity: 0 });
  88. $newElems.imagesLoaded(function(){
  89. $newElems.animate({ opacity: 1 });
  90. $container.masonry( 'appended', $newElems, true );
  91. });
  92. }
  93. );
  94.  
  95. });
  96. </script>
  97.  
  98.  
  99. </head>        
  100. <style>
  101.  
  102. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  103.      
  104.     a {color: {color:link}; text-decoration: none; text-transform: none;}
  105.     a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  106.        
  107.    #pagina {top:0px; width:55%; margin-left: 380px; margin-bottom: 1px; margin-top: 1px;}
  108.      
  109. .posts {background: #fff; {block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}  padding: 5px; top: 3px; margin-bottom: 2px; margin-right:2px; text-align: justify; font-family: calibri; font-size: 12px; position: relative; color:{color:text}; z-index:100;  background-color:{color:postbg}; position:relative; overflow:hidden; float:left; border: 1px solid #f4f4f4; border-left: 3px double #f4f4f4; border-right: 3px double #f4f4f4;}
  110.  
  111.     h1 {font-family: calibri; text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 16px;}
  112.     h1 a {text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 16px;}
  113.     h1 a:hover {text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 16px;}
  114.      
  115. .notes {width: 220px; padding: 0px; margin-top: -3px;  margin-left: 500px; margin-bottom: 2px; font-family: calibri; font-size: 10px; text-align: left; }
  116. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  117. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; border-top: solid 1px #f8f8f8; }
  118. .notes img{vertical-align: -6px;margin-right: 10px;width: 16px;height: 16px;float: left;}
  119.    
  120.         .quotex {font-family: 'Segoe UI'; text-align: left; font-size: 12px; line-height: 15px; padding: 3px; margin-bottom: 5px;}
  121.     .quotex1 {font-family: calibri; font-size: px; text-align: center; text-transform: none; margin-bottom: 5px; border-top: 1px solid #eee;}
  122.     .quotex1 a, a:hover{text-transform: none;}
  123.    
  124.     .chat {line-height: 13px; list-style: none }
  125.     .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  126.      
  127.     .imagepost {text-align: center; border: 0px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; text-transform:uppercase;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; -webkit-filter: grayscale(20%);}
  128.     .imagepost img {max-width: 250px; margin-bottom: 2px; -webkit-filter: grayscale(20%);}
  129.     .imagepost:hover {-webkit-filter: grayscale(0%);opacity:0.9; }
  130.    
  131.     #info {margin-top: -32px; }
  132.  
  133.      
  134.     #cap {width: 200px; margin-top: -2px;}
  135.     .source {display: none;}
  136.  
  137.   #askheere {width:230px; margin-left:0px;padding:10px; opacity:1; text-align:justify; color:{color:text}; background-color:#f8f8f8; border-radius:5px;font-size: 12px; font-family: Calibri; }
  138.   #askheere a {color:#8b8b8b; font-size:13px;}
  139.   #askheere a:hover {color:#696969; font-size:13px;}  
  140.  
  141.      #askhere2 {color:{color:text}; font-size: 11px; font-weight: normal; font-family: Calibri; padding:10px; opacity:1; text-align:justify; background-color:{color:post}; border-radius:5px;}
  142.  
  143.    .askfoto {text-align:center; color:{color:text}; font:11px Calibri; text-transform:none; border-radius:60px; opacity:1; -webkit-transition-duration:.25s; }
  144.    .askfoto a{color:{color:text};}
  145.    .askfoto img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px; }
  146.    .askfoto:hover {opacity:0.7; -webkit-transition-duration:.25s;}
  147.  
  148. .tags {display: none;}
  149.  
  150. #frase2 {width:79px; height: 34px; margin-left: 218px; margin-top: 346px; position:fixed; text-align:left; line-height: 17px;  font-family:"learningcurve"; font-size: 28px;  overflow:hidden; color:{corfrase}; background-color: none; padding: 6px 2px; z-index:11;}
  151. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  152.  
  153. #desc {width:125px; height: 50px; margin-left: 221px; margin-top:372px; position:fixed; z-index:3; text-align:left; line-height: 12px;  font-family: calibri; font-size: 12px;  overflow:hidden; color:{color:desc}; background-color: none; font-style:italic;}
  154.  
  155. #menu {text-align:left; width:409px; margin-top: 346px;  margin-left: 155px;  position:fixed;}
  156.  
  157.  
  158. .links {padding: 0px; text-align: left; z-index:2; position: absolute;float: left;clear: both; }
  159.  
  160. .links a {float: left; margin-top: 2px; font-family: Cambria;  font-size:9px;width: 55px;  background-color: none; color:{color:linksmenu}; z-index:999999999;display: inline-block; letter-spacing: 0px; text-decoration: none; text-transform:uppercase;  text-align: right;  line-height:3px; padding: 5px 2px; box-shadow: inset 5px 0px {color:allcor};-webkit-transition: all .60s ease-out; -moz-transition: all .60s ease-out; -o-transition: all .60s ease-out; transition: all .60s ease-out;  }
  161. .links a:hover {z-index:999999999;text-decoration: none; background-color: none; opacity:1; box-shadow: inset 185px 0px {color:allcor}; color:{color:background}; }
  162.  
  163. .allimage {margin-left: 153px;margin-top: 142px; padding:5px; border:1px solid #ddd; background-color:none;width: 180px; height: 190px;position: fixed;box-shadow:inset 0 0 0 10px rgba(255,255,255,0.2);-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
  164.  
  165. .imagem img {margin-left: 0px; width: 180px;height: 190px; }
  166.  
  167. .imagem img:hover {width: 180px;height: 180px;}
  168. .allimage:hover {box-shadow: inset 0 0 0 130px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4);}
  169.  
  170. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Text}; height:auto;-webkit-box-shadow: inset 0 0 6px {color:Text};-webkit-border-radius:1px;}
  171.  
  172. ::-webkit-scrollbar-thumb:horizontal { background-color:{color:Text}; height:5px !important;-webkit-box-shadow: inset 0 0 6px {color:Text};    -webkit-border-radius:1px;}
  173.  
  174. ::-webkit-scrollbar {height:2px; width:7px; background-color:{color:post}; }
  175.  
  176. ::-webkit-scrollbar-corner {background-color:{color:post};}
  177.  
  178. /** helpdesigns **/
  179. #s-m-t-tooltip {max-width:300px; padding:5px; margin:10px 20px;background-color:#fff; font-family:’04b03′;  font-size:8px;  letter-spacing:1px;   text-transform:uppercase; color:#888; z-index:9999999; border: 1px solid #eee;}/** finish **/  
  180.  
  181. .cred {position:fixed; left:0px; top:0px; line-height:11px; font:9px calibri; padding:3px; z-index:400;}
  182. .cred a {text-transform:uppercase; color:{color:desc}; letter-spacing: 0px;}
  183. .cred a:hover{background-color:none; color: {color:desc};text-align: center;}
  184.  
  185. #coluna {background:url('{image:bgcoluna}'); position: fixed; margin-left: 348px; width: 25px; height: 1080px;  margin-top: -10px; opacity:0.90;  background-color:{color:allsidebar};}
  186.  
  187. #coluna2 {background:url('{image:bgcoluna}'); position: fixed; margin-left: 123px; width: 25px; height: 1080px;  margin-top: -10px; opacity:0.90;  background-color:{color:allsidebar};}
  188.  
  189. .notesinf {display: block; text-align: justify; overflow: hidden; margin-bottom: 15px; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear; }
  190. .notesinfo {bottom:1px; position: absolute; background: {color:bgnotes}; text-align:center; margin-left: 0px; text-transform:uppercase; color: transparent; padding: 3px; font-size: 10px; opacity: 0; z-index: 99; width:250px; height:15px; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear; }
  191. .notesinfo a {color: {color:textnotes}; text-transform:uppercase;-webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear;  }
  192. .notesinf:hover .notesinfo {opacity:99; color: {color:textnotes}; text-transform:uppercase; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear;}
  193.  
  194. .notesinf1 {display: block; text-align: justify; overflow: hidden; margin-bottom: 15px; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear; }
  195. .notesinfo1 {position: absolute; background: {color:post}; text-align:center; margin-top: 10px; text-transform:uppercase; color: transparent; padding: 8px; font-size: 10px; opacity: 0; z-index: 99; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear; padding-right:3px; padding-left:7px; left:-20px; -webkit-transition: all 0.20s ease; -moz-transition: all 0.20s ease; -o-transition: all 0.20s ease; transition: all 0.20s ease;}
  196. .notesinfo1 a {color: {color:textnotes}; text-transform:uppercase;-webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear;  }
  197. .notesinf1:hover .notesinfo1 {opacity:0.8; color: {color:textnotes}; text-transform:uppercase; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear; left:20px;}
  198.  
  199. .notesinf2 {display: block; text-align: justify; overflow: hidden; margin-bottom: 15px; }
  200. .notesinfo2 {bottom:-1px; position: absolute; background: {color:bgnotes}; text-align:right; margin-left: 145px; text-transform:uppercase; color: transparent; padding: 3px; font-size: 9px; opacity: 0; z-index: 99; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px; -webkit-transition-duration: .90s; width:100px;  }
  201.  
  202. .notesinfo2 a {color: {color:textnotes}; text-transform:uppercase;}
  203. .notesinf2:hover .notesinfo2 {opacity:99; color: {color:textnotes}; text-transform:uppercase;}
  204.  
  205. #viachato {display: none}
  206.  
  207.  
  208. iframe#tumblr_controls {filter:invert(100%);-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter:invert(100%); opacity:.4;position:fixed!important}
  209.  
  210. .pagination {display: none;}
  211.  
  212. #scrollToTop:link,#scrollToTop:visited {color:transparent; background-color:transparent; display:none; position:fixed; bottom:15px; right:15px;}
  213.  
  214.     </style>
  215.      
  216.  <body onkeydown="return false">
  217.    
  218. <div class="cred">
  219. <a href="http://cultiveis.tumblr.com" title="cultiveis"> THEME</a></div>
  220.  
  221.  <div id="menu">
  222.       <div class="links">
  223.  
  224. <a href="{text:Link1}">{text:Link1 Title}</a>  <br>
  225. <a href="{text:Link2}">{text:Link2 Title}</a>  <br>
  226. <a href="{text:Link3}">{text:Link3 Title}</a>  <br>
  227. <a href="{text:Link4}">{text:Link4 Title}</a>  <br>
  228. <a href="{text:Link5}">{text:Link5 Title}</a>  
  229.         </a>
  230. </div></div>
  231.  
  232.  
  233.  
  234. <div id="coluna">  </div>
  235. <div id="coluna2">  </div>
  236.  
  237. <div id="desc">{block:Description}{Description}{/block:Description}
  238. </div></div>
  239.        
  240.   <div id="frase2">Unbroken</div>  
  241. <div class="allimage imagem">
  242. <img src="{image:sidebar}">
  243. </div>
  244. </div>
  245. <div class="allimage">
  246. </div>
  247. </div>
  248.  
  249.  
  250.  
  251. <div id="pagina">
  252.      
  253. {block:Posts}
  254.      
  255.    <div class="posts">
  256.    
  257.  
  258.     {block:Text}{block:IndexPage}<div class="notesinf2"><div class="notesinfo2"><a href="{Permalink}" >{NoteCountWithLabel}</a>
  259. <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  260.      
  261.     {block:Photo}{block:IndexPage}<div class="notesinf1"><div class="notesinfo1"><a href="{Permalink}" >{NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank">reblog</a></div>{LinkOpenTag}<div class="imagepost"><img src="{PhotoURL-250}"></div>{/block:IndexPage}{LinkCloseTag}{/block:Photo}
  262.      
  263.  {block:Photoset}{block:IndexPage}<div class="notesinf1"><div class="notesinfo1"><a href="{Permalink}" >{NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}{Photoset-250}{/block:Photoset}
  264.    
  265.     {block:Quote}{block:IndexPage}<div class="notesinf"><div class="notesinfo"><a href="{Permalink}" >{NoteCountWithLabel}</a>
  266. <a href="{ReblogURL}" target="_blank">reblog</a></div> {/block:IndexPage}<div class="quotex"><i>“{Quote}”</i></div>
  267.     {block:Source}<div class="quotex1"><b>— {Source}</b></div>
  268.     {/block:Source}
  269.     {/block:Quote}
  270.      
  271.     {block:Link}{block:IndexPage}<div class="notesinf2"><div class="notesinfo2"><a href="{Permalink}" >{NoteCountWithLabel}</a>
  272. <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}<h1><a href="{URL}" {Target}>{Name}</a></h1>
  273.     {block:Description}{Description}{/block:Description}
  274.     {/block:Link}
  275.      
  276.     {block:Chat}{block:IndexPage}<div class="notesinf2"><div class="notesinfo"><a href="{Permalink}" >{NoteCountWithLabel}</a>
  277. <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}
  278.     {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  279.     <div class="chat"><ul>{block:Lines}
  280.     <li class="person{UserNumber}">{block:Label}
  281.     <span class="label"><strong>{Label}</strong></span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  282.     {/block:Chat}
  283.      
  284.     {block:Audio}{block:IndexPage}<div class="notesinf1"><div class="notesinfo1"><a href="{Permalink}" >{NoteCountWithLabel}</a>
  285. <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}<div class="player">{AudioPlayerBlack}</div>
  286.     {block:Caption}{Caption}{/block:Caption}
  287.     {/block:Audio}
  288.      
  289.     {block:Video}{block:IndexPage}<div class="notesinf1"><div class="notesinfo1"><a href="{Permalink}" >{NoteCountWithLabel}</a>
  290. <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}{Video-250}{/block:Video}
  291.      
  292.          {block:Answer}{block:IndexPage}<div class="notesinf2"><div class="notesinfo2"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}<img src="{AskerPortraitURL-48}" align="right" class="askfoto">
  293.          <div id="askheere">
  294.        <strong>{Asker}</strong> <font color= #8b8b8b>asked:</font> <br>{Question}<br /></div>
  295.         <div class="askshere2">    {Answer}
  296.     </div>{/block:Answer}
  297.    
  298.      
  299.     <div id="cap">
  300.     {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  301.     {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  302.     {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  303.      
  304.     <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  305.           <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  306.             {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  307.     {/block:ContentSource}</div></div></div>
  308.     <br>
  309.      
  310.     <div class="opant">
  311.     {block:Date}<div id="info">
  312.    </div><center><div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}{/block:HasTags}
  313.     </div></center>{/block:Date}</div>
  314.     </div>
  315.  
  316.      {/block:Posts}
  317.      
  318.      {block:IndexPage}
  319. <div class="column navigation" id="navigation">
  320. {block:Pagination}
  321. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  322. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  323. </div>
  324. {/block:IndexPage}
  325.  
  326.     {block:PostNotes}<div class="notes" style="margin-bottom:40px;">{PostNotes}</div>{/block:PostNotes}
  327.      
  328.  
  329.  
  330. </div></div>
  331.  
  332.  
  333.  
  334.     </div>
  335.     </div>
  336.  
  337.         <div id= "viachato">
  338.     <a href="{ReblogParentURL}"></a>    
  339. </div>  </div>    
  340.    
  341.     </body>
  342.     </html>
Advertisement
Add Comment
Please, Sign In to add comment