Advertisement
heartsuffix

THEME DUPIF

Jul 10th, 2012
7,289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 KB | None | 0 0
  1. <!--
  2. theme by heartsuffix, don't copy.
  3. respeite meu trabalho, não use como base,
  4. afinal, existem denuncias.
  5.  
  6. e você que copia: sempre vai ser um zero a esquerda, eu criei e você copiou.
  7.  
  8. xx
  9. -->
  10.  
  11. <head>
  12. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  13. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  14. <script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js"></script>
  15.  
  16. <script>
  17. $(function(){
  18.  
  19. var $container = $('#entries');
  20.  
  21. $container.imagesLoaded(function(){
  22. $container.masonry({
  23. itemSelector: '#entry',
  24. columnWidth: 10
  25. });
  26. });
  27.  
  28. $container.infinitescroll({
  29. navSelector : "div#navigation",
  30. nextSelector : "div#navigation a#nextPage",
  31. itemSelector : '#entry', // selector for all items you'll retrieve
  32. loading: {
  33. finishedMsg: '',
  34. img: ''
  35. }
  36. },
  37. // trigger Masonry as a callback
  38. function( newElements ) {
  39. // hide new items while they are loading
  40. var $newElems = $( newElements ).css({ opacity: 0 });
  41. // ensure that images load before adding to masonry layout
  42. $newElems.imagesLoaded(function(){
  43. // show elems now they're ready
  44. $newElems.animate({ opacity: 1 });
  45. $container.masonry( 'appended', $newElems, true );
  46. });
  47. }
  48. );
  49.  
  50. });
  51. </script>
  52.  
  53. <meta name="color:Background" content="#F8f8f8" />
  54. <meta name="color:text" content="#000000" />
  55. <meta name="color:bg" content="#ffffff" />
  56. <meta name="color:entry" content="#ffffff" />
  57. <meta name="color:sidebar" content="#ffffff" />
  58. <meta name="color:linkhover" content="#888888" />
  59. <meta name="image:sidebar" content=""/>
  60. <meta name="image:Background" content=""/>
  61. <meta name="image:bg" content=""/>
  62. <meta name="text:frase" content="" />
  63. <meta name="text:Link1" content="" />
  64. <meta name="text:Link1 Title" content="" />
  65. <meta name="text:Link2" content="" />
  66. <meta name="text:Link2 Title" content="" />
  67. <meta name="text:Link3" content="" />
  68. <meta name="text:Link3 Title" content="" />
  69. <meta name="text:Link4" content="" />
  70. <meta name="text:Link4 Title" content="" />
  71. <meta name="text:Link5" content="" />
  72. <meta name="text:Link5 Title" content="" />
  73.  
  74.  
  75. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  76. <title>{Title}</title>
  77. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  78. <link rel="shortcut icon" href="{Favicon}" />
  79. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  80. <style type="text/css">
  81.  
  82. html::-webkit-scrollbar {width:7; height:auto;background: #FFF;}
  83.  
  84. html::-webkit-scrollbar-corner { background: {color:background};}
  85.  
  86. html::-webkit-scrollbar-button:vertical {height:1px;display:block;}
  87.  
  88. html::-webkit-scrollbar-button:horizontal {width:1px;display:block;}
  89.  
  90. html::-webkit-scrollbar-thumb:vertical {background: {color:linkhover};border-right:none;}
  91.  
  92. html::-webkit-scrollbar-thumb:horizontal {background: {color:linkhover};border-bottom;}
  93.  
  94. html::-webkit-scrollbar-thumb {background-image: url(URL DA IMAGEM OU PATTERN PRA BARRINHA);}
  95.  
  96. html::-webkit-scrollbar-thumb:hover {background-image: url(URL DA IMAGEM OU PATTERN PRA BARRINHA);}
  97.  
  98. html::-webkit-scrollbar-track-piece {background: none;}
  99.  
  100. html::-webkit-scrollbar:vertical {border-top: 8px solid {color:linkhover}; border-bottom: 8px solid {color:linkhover};}
  101.  
  102. html::-webkit-scrollbar:horizontal {border-bottom: 1px solid #fff;}
  103.  
  104. iframe#tumblr_controls {position:fixed!important; opacity:.8;}
  105.  
  106.  
  107. 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}
  108.  
  109. a:link, a:active, a:visited{ color: {color:text}; text-decoration:none; -webkit-transition-duration: 0.4s; }
  110.  
  111. a:hover{color:{color:linkhover};}
  112.  
  113. #container {background-color: ; width: 1000px; margin: 0 auto 10px auto; background: {color:background}}
  114.  
  115. #entries {margin-left: 214px; width: 680px}
  116.  
  117. .entry { width: 300px; background-color:{color:entry} ; text-align: justify; padding: 9px; float: left; margin: 6px 0 0 6px;}
  118.  
  119. .entry img{padding: 4px; border: 1px solid {Color:background}}
  120.  
  121. #title {font-family: georgia; font-size: 12px; font-weight:; font-style: none; letter-spacing:0px; line-height: 11px;text-align: center;}
  122.  
  123. #title a{background: {color:linkhover}; padding: 2px; color: #fff}
  124.  
  125. .pquote{font-size: px; font-family: calibri; letter-spacing: 0px;
  126. text-transform: none;text-align: left; font-style: none; padding-top: px}
  127.  
  128. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  129.  
  130. /* notes by joshdevines*/
  131. .notes img{width:10px; position:relative; top:1px}
  132. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  133.  
  134. .question {color: {color:PostFont}; text-align: center; background-color: #ff; margin-bottom: -10px; }
  135.  
  136. /* chat by joshdevines*/
  137. .user_1 .label {color:{color:link}; font-weight:bold}
  138. .user_2 .label {color:{color:text}; font-weight:bold}
  139. .user_3 .label {color:{color:link}; font-weight:bold}
  140. .user_4 .label {color:{color:text}; font-weight:bold}
  141. .user_5 .label {color:{color:link}; font-weight:bold}
  142. .user_6 .label {color:{color:text}; font-weight:bold}
  143. ul.chat, .chat ol, .chat li {list-style:none; padding:0px}
  144.  
  145. #sidebar {top: 72px; margin-left:px; padding:0px; width: 190px; position:fixed; font-family:calibri; }
  146.  
  147. #imagem img{width: 170px; border:11px solid {color:sidebar}}
  148.  
  149. #links a{display:block; width: 190px; padding: px; background: {color:links}; text-align: center; color: {color:text}; text-transform: uppercase; font-size: 9px; background: {color:sidebar}; margin: 0 0 1px;}
  150.  
  151. #links a:hover{background-color: {color:linkhover}; color: #fff}
  152.  
  153. #texto {font-family: georgia; text-align: center; font-size: 12px;}
  154.  
  155. #bottom {font-size: 9px; text-transform: uppercase; margin-left: 170px; opacity: 0; position: absolute; margin-top: -18px; background-color: {color:entry}; padding: 2px;}
  156.  
  157. .entry:hover #bottom {opacity: 1;}
  158.  
  159. .search {margin: 0px 0px 3px 0px; padding: 0px;}
  160. .search input{font-family: calibri; border: none; background-color: {color:sidebar}; color: {color:text}; font-size: 8px; text-transform: none; text-align: right; padding: 5px; width: 180px; opacity: 0.6; filter:alpha (opacity=60); text-transform: uppercase; background-color: #fff }
  161.  
  162. #page {top: 122px; margin-left: 870px; width: 75px; position:fixed; font-family:calibri;}
  163. #p a{padding: 8px; background: {color:background}; text-align:center; display: block; font-size: 8px; text-transform: uppercase; margin: 0 0 2px 0;letter-spacing: 2px; }
  164. #p a:hover{color: {color:sidebar}; background: {color:linkhover}}
  165.  
  166. #barra {width: 100%; height: 100%; position: fixed; top: -1px; background: {color:bg}; margin-left: 220px; background-image: url('{image:bg}'); background-attachment:fixed;}
  167. </style>
  168.  
  169. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  170.  
  171.  
  172.  
  173. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  174. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  175.  
  176. <script type="text/javascript">
  177. $(window).load(function () {
  178. $('#entries').masonry(),
  179. $('.masonryWrap').infinitescroll({
  180. navSelector : ".entry",
  181. nextSelector : "#page a#p",
  182. itemSelector : ".entry",
  183. bufferPx : 10000,
  184. extraScrollPx: 10000,
  185. loadingImg : "",
  186. loadingText : "",
  187. },
  188. function() { $('#entries').masonry({ appendedContent: $(this) }); }
  189. );
  190. });
  191. </script>
  192.  
  193.  
  194. </head>
  195. <body>
  196.  
  197.  
  198. <div id="container">
  199.  
  200. <div id="barra"></div>
  201.  
  202.  
  203. <div id="sidebar">
  204. <div id="imagem">
  205. <img src="{image:sidebar}">
  206. </div>
  207. <div id="texto">
  208. {text:frase}
  209. </div>
  210. <div id="links">
  211. <a href="{text:Link1}">{text:Link1 Title}</a>
  212. <a href="{text:Link2}">{text:Link2 Title}</a>
  213. <a href="{text:Link3}">{text:Link3 Title}</a>
  214. <a href="{text:Link4}">{text:Link4 Title}</a>
  215. <a href="{text:Link5}">{text:Link5 Title}</a>
  216. <a href="http://heartsuffix.tumblr.com/">theme @</a>
  217. </div><br>
  218. <div class="search">
  219. <center><form action="/search" method="get">
  220. <input type="text" name="q" value="search" onfocus="if (this.value == 'search') {this.value
  221.  
  222. = '';}" onblur="if (this.value == '') {this.value = 'search';}"/>
  223. </form></center>
  224. </div>
  225. </div>
  226.  
  227. <div id="page">
  228. <div id="p">
  229. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  230. </div></div>
  231.  
  232. <div id="entries">
  233. {block:Posts}
  234. <div class="entry">
  235.  
  236. {block:Answer}<div id="question"><Center><b>{Asker} wondered:</b> <br>{Question}</div></center>
  237. {Answer}{/block:answer}
  238.  
  239. {block:Text}{block:Title}<div id="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  240.  
  241. {block:Photo}<center><img src="{PhotoURL-400}" width="290px"/></center>
  242. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  243.  
  244. {block:Photoset}<center>{Photoset-250}</center>
  245. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  246.  
  247. {block:Quote}<div class="pquote">"{Quote}"</div> ~ {Source}</center>{/block:Quote}
  248.  
  249. {block:Link}
  250. <a href="{URL}" id="title" {Target}><div id="title">{Name}</div></a>{block:Description}{Description}{/block:Description}
  251. {/block:Link}
  252.  
  253. {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}
  254.  
  255. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  256.  
  257. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  258.  
  259. <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>
  260. </div>
  261.  
  262. {/block:Posts}
  263. {block:PostNotes}{PostNotes}{/block:PostNotes}
  264. </div>
  265.  
  266. </body>
  267. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement