Advertisement
Tchazara

Theme 11

Jul 24th, 2012
1,174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.21 KB | None | 0 0
  1. <!--
  2. THEME BY TAZ ENFRAQUECER-SE
  3. -->
  4.  
  5. <head>
  6. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  7. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  8. <script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js"></script>
  9.  
  10. <script>
  11. $(function(){
  12.  
  13. var $container = $('#entries');
  14.  
  15. $container.imagesLoaded(function(){
  16. $container.masonry({
  17. itemSelector: '#entry',
  18. columnWidth: 10
  19. });
  20. });
  21.  
  22. $container.infinitescroll({
  23. navSelector : "div#navigation",
  24. nextSelector : "div#navigation a#nextPage",
  25. itemSelector : '#entry', // selector for all items you'll retrieve
  26. loading: {
  27. finishedMsg: '',
  28. img: ''
  29. }
  30. },
  31. // trigger Masonry as a callback
  32. function( newElements ) {
  33. // hide new items while they are loading
  34. var $newElems = $( newElements ).css({ opacity: 0 });
  35. // ensure that images load before adding to masonry layout
  36. $newElems.imagesLoaded(function(){
  37. // show elems now they're ready
  38. $newElems.animate({ opacity: 1 });
  39. $container.masonry( 'appended', $newElems, true );
  40. });
  41. }
  42. );
  43.  
  44. });
  45. </script>
  46.  
  47. <meta name="color:background" content="#F8f8f8" />
  48. <meta name="color:text" content="#000000" />
  49. <meta name="color:textside" content="#666666" />
  50. <meta name="color:entry" content="#ffffff" />
  51. <meta name="color:linkhover" content="#888888" />
  52. <meta name="color:links" content="#ffffff" />
  53. <meta name="color:bglinkshv" content="#999999" />
  54. <meta name="color:linkshv" content="#ffffff" />
  55.  
  56. <meta name="image:sidebar" content=""/>
  57.  
  58. <meta name="text:Link1" content="" />
  59. <meta name="text:Link1 Title" content="" />
  60. <meta name="text:Link2" content="" />
  61. <meta name="text:Link2 Title" content="" />
  62. <meta name="text:Link3" content="" />
  63. <meta name="text:Link3 Title" content="" />
  64. <meta name="text:Link4" content="" />
  65. <meta name="text:Link4 Title" content="" />
  66. <meta name="text:Link5" content="" />
  67. <meta name="text:Link5 Title" content="" />
  68.  
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  71.  
  72. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  73. <title>{Title}</title>
  74. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  75. <link rel="shortcut icon" href="{Favicon}" />
  76. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  77. <style type="text/css">
  78.  
  79. @font-face {font-family: "pacifico";
  80. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  81.  
  82. ::-webkit-scrollbar{width:6px;height:5px;}
  83. ::-webkit-scrollbar-button:start:decrement
  84. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  85. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  86. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:side};-webkit-border-radius:px;}
  87. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:side};-webkit-border-radius:px;}
  88.  
  89. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:10px; line-height:90%; text-align:justify}
  90.  
  91. a:link, a:active, a:visited{ color: {color:text}; text-decoration:none; -webkit-transition-duration: 0.4s; }
  92.  
  93. a:hover{color:{color:linkhover};}
  94.  
  95. #container {background-color: ; width: 1000px; margin: 0 auto 10px auto; background: {color:background}}
  96.  
  97. #entries {margin-left: 310px; width: 680px}
  98.  
  99. .entry { width: 300px; background-color:{color:entry} ; text-align: justify; padding: 9px; float: left; margin: 6px 0 0 6px;}
  100.  
  101. .entry img{padding: 4px; border: 1px solid {Color:background}}
  102.  
  103. #title {font-family: georgia; font-size: 12px; font-weight:; font-style: none; letter-spacing:0px; line-height: 11px;text-align: center;}
  104.  
  105. #title a{background: {color:linkhover}; padding: 2px; color: #fff}
  106.  
  107. .pquote{font-size: px; font-family: calibri; letter-spacing: 0px;
  108. text-transform: none;text-align: left; font-style: none; padding-top: px}
  109.  
  110. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  111.  
  112. /* notes by taz*/
  113. .notes img{width:10px; position:relative; top:1px}
  114. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  115.  
  116. .question {color: {color:PostFont}; text-align: center; background-color: #ff; margin-bottom: -10px; }
  117.  
  118. /* chat by taz*/
  119. .user_1 .label {color:{color:link}; font-weight:bold}
  120. .user_2 .label {color:{color:text}; font-weight:bold}
  121. .user_3 .label {color:{color:link}; font-weight:bold}
  122. .user_4 .label {color:{color:text}; font-weight:bold}
  123. .user_5 .label {color:{color:link}; font-weight:bold}
  124. .user_6 .label {color:{color:text}; font-weight:bold}
  125. ul.chat, .chat ol, .chat li {list-style:none; padding:0px}
  126.  
  127. #bottom {font-size: 9px; text-transform: uppercase; margin-left: 170px; opacity: 0; position: absolute; margin-top: -18px; background-color: {color:entry}; padding: 2px;}
  128. .entry:hover #bottom {opacity: 1;}
  129.  
  130. #fotinha {margin-top:110px; margin-left:23px; position:fixed; width: 180px; height: 150px; padding: 30px;}
  131. #fotinha img {text-align:center; width: 180px; height: 210px; margin-left:
  132. -4px; margin-top: -4px; border: 9px solid {color:side};}
  133.  
  134. #top2 {background-color: #trans; border-bottom: 1px dotted {color:textside}; font-weight: normal; letter-spacing: 0px; color: {color:textside}; text-align: center; width: 210px; height: auto; left: 50px; font-family: georgia; top: 395px; text-transform: lowercase; position: fixed; padding-top: 3px; opacity: 1; font-size: 10px; -webkit-transition: 0.8s ease-in;-moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  135. #top2:hover {opacity: 0.6; -webkit-transition: 0.8s ease-in;
  136. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  137.  
  138. .miama {position: fixed; width: 230px; margin-left: 40px; margin-top:370px; text-align: center; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  139.  
  140. .miama a {float: left; display: block; width: 41px; background-color: {color:bglinks}; color: {color:links}; font-size:9px; font-family: calibri; text-align: center; text-decoration: none; text-transform: uppercase; line-height:13px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; text-align: center; margin-bottom: 3px; margin-right: 3px;}
  141.  
  142. .miama a:hover{text-align: center; text-transform: uppercase; background-color:{color:bglinkshv}; color:{color:linkshv} ; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  143.  
  144. .pag {font-family: verdana; position: fixed; margin-left:975px; margin-top: 342px; font-size: 27px; z-index: 999999;}
  145. .pag a {color:{color:text}; background-color: transparent;}
  146. .pag a:hover {color:{color:side} ;}
  147.  
  148. .pag2 {font-family: verdana; position: fixed; margin-left:280px; margin-top: 342px; font-size: 27px; z-index: 999999;}
  149. .pag2 a {color:{color:text}; background-color: transparent;}
  150. .pag2 a:hover {color:{color:side};}
  151.  
  152. </style>
  153.  
  154. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  155.  
  156. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  157. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  158. <script type="text/javascript">
  159. $(window).load(function () {
  160. $('#entries').masonry(),
  161. $('.masonryWrap').infinitescroll({
  162. navSelector : ".entry",
  163. nextSelector : "#page a#p",
  164. itemSelector : ".entry",
  165. bufferPx : 10000,
  166. extraScrollPx: 10000,
  167. loadingImg : "",
  168. loadingText : "",
  169. },
  170. function() { $('#entries').masonry({ appendedContent: $(this) }); }
  171. );
  172. });
  173. </script>
  174. </head>
  175. <body>
  176. <div id="blinky"></div>
  177. <div id="fotinha"><img src="{image:sidebar}"/></div> <div id="top2">{Description}</div>
  178. <div class="miama">
  179. <a href="{text:Link1}">{text:Link1 Title}</a>
  180. <a href="{text:Link2}">{text:Link2 Title}</a>
  181. <a href="{text:Link3}">{text:Link3 Title}</a>
  182. <a href="{text:Link4}">{text:Link4 Title}</a>
  183. <a href="{text:Link5}">{text:Link5 Title}</a>
  184. </div>
  185. <div class="pag">{block:NextPage}<a href="{NextPage}"><div style="color:{color:borda}">+</div></a>{/block:NextPage}</div>
  186. <div class="pag2">{block:PreviousPage}<a href="{PreviousPage}"><div style="color:{color:borda}">-</div></a>{/block:PreviousPage}</div> <a style="font-size: 12px; font-family:calibri;position:fixed;bottom:10px;right:15px;" href="http://reflorir.tumblr.com/" title="©"><b>©</b></a>
  187.  
  188.  
  189. <div id="entries">
  190. {block:Posts}
  191. <div class="entry">
  192.  
  193. {block:Answer}<div id="question"><Center><b>{Asker} wondered:</b> <br>{Question}</div></center>
  194. {Answer}{/block:answer}
  195.  
  196. {block:Text}{block:Title}<div id="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  197.  
  198. {block:Photo}<center><img src="{PhotoURL-400}" width="290px"/></center>
  199. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  200.  
  201. {block:Photoset}<center>{Photoset-250}</center>
  202. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  203.  
  204. {block:Quote}<div class="pquote">"{Quote}"</div> ~ {Source}</center>{/block:Quote}
  205.  
  206. {block:Link}
  207. <a href="{URL}" id="title" {Target}><div id="title">{Name}</div></a>{block:Description}{Description}{/block:Description}
  208. {/block:Link}
  209.  
  210. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  211.  
  212. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  213.  
  214. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  215.  
  216. <div id="bottom">{block:date}{DayOfMonth}{DayOfMonthSuffix} {Month}{/block:date} <a href="{Permalink}"> {NoteCount}</a>, <a href="{ReblogUrl}" target="_blank">reblog</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">@</a>/{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">© </a>{/block:ContentSource}</div>
  217. </div>
  218.  
  219. {/block:Posts}
  220. {block:PostNotes}{PostNotes}{/block:PostNotes}
  221. </div>
  222.  
  223. </body>
  224. </html>
  225. <! - - - - - - - - - - - - - - - - - theme by enfraquecer-se.tumblr.com - - - - - - - - - - - - - - - !>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement