23-32pm

#50

Jul 21st, 2012
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.62 KB | None | 0 0
  1. <!--THEME TUMBLR BY DISGUISE-D. BASE POR HEARTSUFFIX, COM ALGUMAS ALTERAÇÕES MINHAS.-->
  2.  
  3. <head>
  4. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  5. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  6. <script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js"></script>
  7.  
  8. <script>
  9. $(function(){
  10.  
  11. var $container = $('#entries');
  12.  
  13. $container.imagesLoaded(function(){
  14. $container.masonry({
  15. itemSelector: '#entry',
  16. columnWidth: 10
  17. });
  18. });
  19.  
  20. $container.infinitescroll({
  21. navSelector : "div#navigation",
  22. nextSelector : "div#navigation a#nextPage",
  23. itemSelector : '#entry', // selector for all items you'll retrieve
  24. loading: {
  25. finishedMsg: '',
  26. img: ''
  27. }
  28. },
  29. // trigger Masonry as a callback
  30. function( newElements ) {
  31. // hide new items while they are loading
  32. var $newElems = $( newElements ).css({ opacity: 0 });
  33. // ensure that images load before adding to masonry layout
  34. $newElems.imagesLoaded(function(){
  35. // show elems now they're ready
  36. $newElems.animate({ opacity: 1 });
  37. $container.masonry( 'appended', $newElems, true );
  38. });
  39. }
  40. );
  41.  
  42. });
  43. </script>
  44. <link href='http://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  45. <meta name="color:background" content="#F8f8f8" />
  46. <meta name="color:text" content="#000000" />
  47. <meta name="color:side" content="#ffffff" />
  48. <meta name="color:textside" content="#666666" />
  49. <meta name="color:entry" content="#ffffff" />
  50. <meta name="color:links" content="#000000" />
  51. <meta name="color:clinks" content="#6F6F6F" />
  52. <meta name="color:hlinks" content="#000000" />
  53. <meta name="color:backlinks" content="#f1f1f1" />
  54. <meta name="color:backhlinks" content="#ffffff" />
  55. <meta name="color:borda1" content="#a2d7df" />
  56. <meta name="color:borda2" content="#b3b6bd" />
  57.  
  58.  
  59. <meta name="image:sidebar" content="http://24.media.tumblr.com/tumblr_m7cd0ydizd1qmnaqvo1_250.png"/>
  60.  
  61. <meta name="text:Link1" content="" />
  62. <meta name="text:Link1 Title" content="L I N K 1 " />
  63. <meta name="text:Link2" content="" />
  64. <meta name="text:Link2 Title" content="L I N K 2" />
  65. <meta name="text:Link3" content="" />
  66. <meta name="text:Link3 Title" content="L I N K 3" />
  67. <meta name="text:Link4" content="" />
  68. <meta name="text:Link4 Title" content=" L I N K 4" />
  69. <meta name="text:Link5" content="" />
  70. <meta name="text:Link5 Title" content=" L I N K 5" />
  71. <meta name="text:Link6" content="" />
  72. <meta name="text:Link6 Title" content=" L I N K 6" />
  73. <meta name="text:Link7" content="" />
  74. <meta name="text:Link7 Title" content=" L I N K 7" />
  75.  
  76. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  77.  
  78. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  79. <title>{Title}</title>
  80. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  81. <link rel="shortcut icon" href="{Favicon}" />
  82. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  83. <style type="text/css">
  84.  
  85. @font-face {font-family: "pacifico";
  86. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  87.  
  88. ::-webkit-scrollbar{width:6px;height:5px;}
  89. ::-webkit-scrollbar-button:start:decrement
  90. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  91. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  92. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:side};-webkit-border-radius:px;}
  93. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:side};-webkit-border-radius:px;}
  94.  
  95. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:11px; line-height:100%; text-align:justify; text-transform: none;text-align: center; font-style: none; }
  96.  
  97. a:link, a:active, a:visited{ color: {color:text}; text-decoration:none; -webkit-transition-duration: 0.4s; }
  98.  
  99. a:hover{color:{color:linkhover};}
  100.  
  101. #container {background-color: ; width: 1000px; margin: 0 auto 10px auto; background: {color:background}}
  102.  
  103. #entries {margin-left: 420px; width: 680px; margin-top: 35px;}
  104.  
  105. .entry { width: 300px; background-color:{color:entry} ; text-align: justify; padding: 9px; float: left; margin: 6px 0 0 6px;}
  106.  
  107. .entry img{padding: 4px; border: 1px solid {Color:background}}
  108.  
  109. #title {font-family: georgia; font-size: 16px; font-weight:; font-style: none; letter-spacing:0px; line-height: 11px;text-align: center;}
  110.  
  111. #title a{background: {color:linkhover}; padding: 2px; color: #fff}
  112.  
  113. .pquote{font-size: 16px; font-family: calibri; letter-spacing: 0px; line-height: 15px;
  114. text-transform: none;text-align: center; font-style: none; padding-top: px}
  115.  
  116. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  117.  
  118. /* notes by joshdevines*/
  119. .notes img{width:10px; position:relative; top:1px}
  120. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  121.  
  122. .question {color: {color:PostFont}; text-align: center; background-color: #ff; margin-bottom: -10px; }
  123.  
  124. /* chat by joshdevines*/
  125. .user_1 .label {color:{color:link}; font-weight:bold}
  126. .user_2 .label {color:{color:text}; font-weight:bold}
  127. .user_3 .label {color:{color:link}; font-weight:bold}
  128. .user_4 .label {color:{color:text}; font-weight:bold}
  129. .user_5 .label {color:{color:link}; font-weight:bold}
  130. .user_6 .label {color:{color:text}; font-weight:bold}
  131. ul.chat, .chat ol, .chat li {list-style:none; padding:0px}
  132.  
  133. #bottom {font-size: 9px; text-transform: uppercase; margin-left: 170px; opacity: 0; position: absolute; margin-top: -18px; background-color: {color:entry}; padding: 2px;}
  134. .entry:hover #bottom {opacity: 1;}
  135.  
  136. #tudo{margin-left: auto; margin-right: auto; width: 810px; position:fixed;}
  137.  
  138. #side{margin-top: 270px; float: left; width: 350px; margin-left: 30px}
  139.  
  140. .box { background: #fff; padding: 5px; margin-bottom: 7px; border-radius: 3px;}
  141.  
  142. .kris{width: 175px; height: 180px;text-align: center;overflow: hidden;font-family:'Kelly Slab', Georgia, serif;background: #dda994 url('{image:sidebar}') no-repeat center center;box-shadow:inset 0 0 1px 160px rgba(0,0,0,0.4),inset 0 0 0 7px {color:borda1} ;transition: box-shadow 400ms ease-in-out;display: block;outline: none;margin-bottom: 9px;}
  143.  
  144. .kris:hover{box-shadow:inset 0 0 0 0 rgba(0,0,0,0.6),inset 0 0 0 10px {color:borda2},0 0 10px rgba(0,0,0,0.3);}
  145.  
  146. #top2 {background-color: #trans; border-bottom: 3px solid #e1e1e1; border-top: 3px solid #e1e1e1; font-weight: normal; letter-spacing: 0px; color: {color:textside}; text-align: center; width: 140px; height:47px; left: 230px; font-family: lucida console; top: 350px; text-transform: lowercase; position: fixed; padding-top: 3px; opacity: 1; font-size: 9px; -webkit-transition: 0.8s ease-in;-moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  147. #top2:hover {opacity: 0.6; -webkit-transition: 0.8s ease-in;
  148. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  149.  
  150. #titlee {width: 240px; height: 32px; position: fixed; background-color: transparent; margin-left: 173px; margin-top: 282px; z-index:830;}
  151. .optitle{font-family: homenaje; line-height: 35px; font-size: 23px; font-style: none;
  152. font-weight: none; color: {color:font}; margin-top: 5px; margin-left: -5px; text-transform: none; letter-spacing: 0px; opacity:0.8}
  153.  
  154. #links { width: 120px; border-right:1px solid #f; border-left:4px solid #f; background-color: #ff; margin-top: 243px; margin-left: -22px; position: fixed; z-index:830; padding: 0px; text-align: center; }
  155.  
  156. .sidebarlinks a {width: 78px; background-color: #FFFFFF; font-size: 9px; text-align: center; color: #999999; padding:10px; display: block; margin-top: 0px; z-index:830; font-size:9; font-family: gerogia; line-height: 1px;text-transform: lowercase; letter-spacing: 0px; margin: 0 0 1px 0; border-left: 8px solid #eee; height: 0px;}
  157.  
  158. .sidebarlinks a:hover { width: 86px; color: #999999; font-size: 9px; padding:10px; -webkit-transition: all .5s ease-out; -moz-transition: all .6s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; letter-spacing: 0px; background-color: #FFFFFF; border-left: 0px solid #eee}
  159.  
  160. #links2 {width: 112px; position: fixed; background-color: #fff; font-size: 9px; font-family: tahoma; padding: 0px; margin-top: 375px; margin-left:235px; height: 102px;}
  161.  
  162. .links2 a{ width: 10px; height: 95px; font-size: 9px; background-color: {color:backlinks}; padding: 3px; text-transform: uppercase; display: table-cell; text-align: center; border-right: 1px solid #fff; color: {color:clinks}; font-family: tahoma; font-size: 10px; }
  163.  
  164.  
  165. .links2 a:hover {background-color: {color:backhlinks}; color: {color:hlinks}}
  166.  
  167. .pag {font-family: verdana; position: fixed; margin-left:225px; margin-top: 492px; font-size: 27px; z-index: 999999;}
  168. .pag a {color:{color:text}; background-color: transparent;}
  169. .pag a:hover {color:{color:side} ;}
  170.  
  171. .pag2 {font-family: verdana; position: fixed; margin-left:205px; margin-top: 492px; font-size: 27px; z-index: 999999;}
  172. .pag2 a {color:{color:text}; background-color: transparent;}
  173. .pag2 a:hover {color:{color:side};}
  174.  
  175. </style>
  176.  
  177.  
  178. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  179.  
  180. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  181. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  182. <script type="text/javascript">
  183. $(window).load(function () {
  184. $('#entries').masonry(),
  185. $('.masonryWrap').infinitescroll({
  186. navSelector : ".entry",
  187. nextSelector : "#page a#p",
  188. itemSelector : ".entry",
  189. bufferPx : 10000,
  190. extraScrollPx: 10000,
  191. loadingImg : "",
  192. loadingText : "",
  193. },
  194. function() { $('#entries').masonry({ appendedContent: $(this) }); }
  195. );
  196. });
  197. </script>
  198. </head>
  199. <body onkeydown="return false">
  200. <div id="blinky"></div>
  201. <div id="tudo">
  202.  
  203. <div id="titlee">
  204. <div class="optitle">Makes me alive-ve</div></div>
  205.  
  206. <div id="top2">{Description}</div>
  207.  
  208. <div id="links2"><div class="links2">
  209. <a href="{text:Link1}">{text:Link1 Title} </a>
  210. <a href="{text:Link2}">{text:Link2 Title} </a>
  211. <a href="{text:Link3}">{text:Link3 Title} </a>
  212. <a href="{text:Link4}">{text:Link4 Title} </a>
  213. <a href="{text:Link5}">{text:Link5 Title} </a>
  214. <a href="{text:Link6}">{text:Link6 Title} </a>
  215. <a href="{text:Link7}">{text:Link7 Title} </a></div></div>
  216. <div id="side">
  217.  
  218. <div class="box">
  219. <table width="280" border="0" cellspacing="0" cellpadding="0">
  220.  
  221. <tr>
  222.  
  223. <td><a href="/" id="circle" class="kris";></a></td>
  224. <br>
  225.  
  226. </tr>
  227. </table>
  228.  
  229. </div></div></div>
  230.  
  231.  
  232. <div class="pag">{block:NextPage}<a href="{NextPage}"><div style="color:{color:borda}">»</div></a>{/block:NextPage}</div>
  233. <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://disguise-d.tumblr.com/" title="disguise-d (c) dtlh designs-4you"><b>THEME ©</b></a>
  234.  
  235. </div></div>
  236. <div id="entries">
  237. {block:Posts}
  238. <div class="entry">
  239.  
  240. {block:Answer}<div id="question"><Center><b>{Asker} wondered:</b> <br>{Question}</div></center>
  241. {Answer}{/block:answer}
  242.  
  243. {block:Text}{block:Title}<div id="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  244.  
  245. {block:Photo}<center><img src="{PhotoURL-400}" width="290px"/></center>
  246. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  247.  
  248. {block:Photoset}<center>{Photoset-250}</center>
  249. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  250.  
  251. {block:Quote}<div class="pquote">"{Quote}"</div> ~ {Source}</center>{/block:Quote}
  252.  
  253. {block:Link}
  254. <a href="{URL}" id="title" {Target}><div id="title">{Name}</div></a>{block:Description}{Description}{/block:Description}
  255. {/block:Link}
  256.  
  257. {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}
  258.  
  259. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  260.  
  261. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  262.  
  263. <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>
  264. </div>
  265.  
  266. {/block:Posts}
  267. {block:PostNotes}{PostNotes}{/block:PostNotes}
  268. </div>
  269.  
  270. </body>
  271. </html>
Advertisement
Add Comment
Please, Sign In to add comment