Advertisement
maryaciolli

theme - je t'aime

Nov 3rd, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 KB | None | 0 0
  1. <!-- -->
  2. <!-- -->
  3. <!-- THEME BY MARY ACIOLLI -->
  4. <!-- OFICINADEHTML.TUMBLR.COM -->
  5. <!-- DON'T COPY BITCH! -->
  6. <!-- -->
  7. <!-- -->
  8.  
  9.  
  10. <html>
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <head>
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
  20.  
  21. <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://media.tumblr.com/6d4ad6c8c72a810f4b1e86f267f67467/tumblr_inline_mjk439d55t1qz4rgp.png" border="0"></a>
  22.  
  23. <title>{title}</title>
  24. <link rel="shortcut icon" href="{Favicon}"/>
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27.  
  28. <meta name="color:Background" content="#ffffff"/>
  29. <meta name="color:Text" content="#313030"/>
  30. <meta name="color:Link" content="#a6a4a4"/>
  31. <meta name="color:Link Hover" content="#7c7a7b"/>
  32. <meta name="color:menu letter" content="#eee"/>
  33. <meta name="color:menu letter 2" content="#3633636"/>
  34. <meta name="color:menu bg" content="#cacaca"/>
  35. <meta name="color:title sidebar" content="#a4a4a4"/>
  36. <meta name="if:2 Column" content="1"/>
  37. <meta name="image:Sidebar" content="http://static.tumblr.com/97b70884839d9a22929a6a7a6fbd0273/nqcm3ld/dV6mvp6l0/tumblr_static_stelena4.gif"/>
  38. <meta name="text:sidetitle" content="yourname" />
  39. <meta name="text:Link1" content="/" />
  40. <meta name="text:Link1 Title" content="" />
  41. <meta name="text:Link2" content="/" />
  42. <meta name="text:Link2 Title" content="" />
  43. <meta name="text:Link3" content="/" />
  44. <meta name="text:Link3 Title" content="" />
  45. <meta name="text:Link4" content="/" />
  46. <meta name="text:Link4 Title" content="" />
  47. <meta name="text:Link5" content="/" />
  48. <meta name="text:Link5 Title" content="" />
  49.  
  50. <style type="text/css">
  51.  
  52. body{
  53. color:{color:Text};
  54. font-family: times;
  55. font-size:10px;
  56. background-color:{color:Background};
  57. width:1000px;
  58. margin-left:auto;
  59. margin-right:auto;
  60. }
  61.  
  62. #post{
  63. {block:If2Column}
  64. width:600px;{/block:If2Column}
  65. {block:IfNot2Column}width:508px;{block:IfNot2Column}
  66. margin-left:auto;
  67. margin-right:auto;
  68. background-color:#fff;
  69. padding:5px;
  70. }
  71.  
  72. .linksx {padding-top:2px; margin-bottom:5px; border-bottom:0px solid #eee; padding-bottom:1px;}
  73.  
  74. .linkss {
  75. font-size:12px;
  76. padding:2px;
  77. letter-spacing:5px;
  78. text-transform: uppercase;
  79. color:{color:menu letter};}
  80.  
  81. .linkss a {color:{color:menu letter};}
  82.  
  83. a{color:{color:Link};text-decoration:none;} a:hover{color:{color:Link Hover};}
  84.  
  85. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 65px; right: 15px;}
  86.  
  87. .entry{
  88. padding:2px;
  89. background-color:#fff;
  90. {block:If2Column}width:250px;{block:If2Column}
  91. {block:IfNot2Column}width:500px;{block:IfNot2Column}
  92. float:left;
  93. margin:2px;
  94. }
  95.  
  96. .entry .perma{
  97. background:#fff;
  98. padding:2px;
  99. text-align:center;
  100. border-radius:0px;
  101. margin-top:3px;
  102. margin-left:0px;
  103. position:absolute;
  104. text-transform: uppercase;
  105. font-size:11px;
  106. font-family: Open Sans Condensed;
  107. opacity:0.0;
  108. width:100%;
  109. -webkit-transition: opacity 0.5s linear;
  110. -webkit-transition: all 0.5s linear;
  111. -moz-transition: all 0.5s linear;
  112. }
  113.  
  114. .entry:hover .perma{opacity:.8;margin-left:0px; -webkit-transition: opacity 0.5s linear;
  115. -webkit-transition: all 0.5s linear;
  116. -moz-transition: all 0.5s linear;}
  117.  
  118. .sidetitle{font-size:15px;
  119. font-style:italic;
  120. line-height:100%;
  121. shadow: 3px #e9e9e9;
  122. text-align:center;
  123. height:auto;
  124. color:{color:title sidebar};
  125. letter-spacing:1px;
  126. word-spacing:0px;
  127. margin-bottom:8px;
  128. border-bottom:0px solid #eee;
  129. font-family: Libre Baskerville;}
  130.  
  131. #sidebar{
  132. background-color:#fff;
  133. width:160px;
  134. margin-top:100px;
  135. margin-left:0px;
  136. position:fixed;
  137. padding:3px;
  138. text-align:justify;
  139. float:center;
  140. }
  141.  
  142. #sidebar img{width:143px;height:auto;margin-bottom:8px; border:1px solid #eee; padding:8px; background:{color:Background};}
  143.  
  144. .pagination {
  145. display: none;
  146. }
  147. {CustomCSS]</style>
  148.  
  149. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  150.  
  151. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  152.  
  153. <script>
  154. $(function(){
  155. var $container = $('#post');
  156. $container.imagesLoaded(function(){
  157. $container.masonry({
  158. itemSelector: '.entry',
  159. });
  160. });
  161. $container.infinitescroll({
  162. itemSelector : ".entry",
  163. navSelector : "div.pagination",
  164. nextSelector : ".pagination a#next",
  165. loadingImg : "",
  166. loadingText : "<em></em>",
  167. bufferPx : 10000,
  168. extraScrollPx: 12000,
  169. },
  170. // trigger Masonry as a callback
  171. function( newElements ) {
  172. var $newElems = $( newElements ).css({ opacity: 0 });
  173. // ensure that images load before adding to masonry layout
  174. $newElems.imagesLoaded(function(){
  175. $newElems.animate({ opacity: 1 });
  176. $container.masonry( 'appended', $newElems, true );
  177. });
  178. }
  179. );
  180. });
  181. </script>
  182.  
  183. </head>
  184. <body>
  185.  
  186. <div id="sidebar">
  187.  
  188. <div class="sidetitle">{text:sidetitle}</div>
  189.  
  190. <a href="/" title="home"><img src="{image:Sidebar}"></a><br>
  191.  
  192. <div class="linksx">
  193. <center>
  194. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}" class="linkss">I</a>{/block:ifLink1}
  195. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}" class="linkss">II</a>{/block:ifLink2}
  196. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}" class="linkss">III</a>{/block:ifLink3}
  197. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}" class="linkss">IV</a>{/block:ifLink4}
  198. {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}" class="linkss">V</a>{/block:ifLink5}
  199. </center>
  200. </div>
  201.  
  202. {description}<br><br>
  203.  
  204. </div>
  205. </div></div><!--Sidebar End-->
  206.  
  207. <div id="post">
  208. {block:Posts}
  209. <div class="entry">
  210.  
  211. <div class="perma"><a href="{Permalink}">Posted on {DayOfMonthWithZero} {ShortMonth}</a> ★ <a href="{Permalink}">{NoteCount} notes</a> ★ <a href="{ReblogURL}" target="_blank"> reblog </a> ★ <a href="{Permalink}"> dê like </a> </div>
  212.  
  213. {block:Title}<h1>{Title}</h1>{/block:Title}
  214.  
  215. {block:Text}{Body}{/block:Text}
  216.  
  217. {block:Photo}
  218. {block:If2Column}
  219. <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>{/block:If2Column}
  220.  
  221. {block:IfNot2Column}
  222. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>{/block:IfNot2Column}
  223. {/block:Photo}
  224.  
  225. {block:Photoset}
  226.  
  227. {block:If2Column}
  228. {Photoset-250}
  229. {/block:If2Column}
  230.  
  231. {block:IfNot2Column}
  232. {Photoset-500}
  233. {/block:IfNot2Column}
  234.  
  235. {/block:Photoset}
  236.  
  237.  
  238. {block:Quote}
  239. {Quote}
  240. <div align="right">
  241. {block:Source}-{Source}{/block:Source}
  242. </div>
  243. {/block:Quote}
  244.  
  245.  
  246. {block:Video}
  247. {block:If2Column}
  248. {Video-250}
  249. {/block:If2Column}
  250.  
  251. {block:IfNot2Column}
  252. {Video-500}
  253. {/block:IfNot2Column}<br>
  254. {PlayCountWithLabel}
  255. {/block:Video}
  256.  
  257.  
  258. {block:Link}
  259. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  260. {block:Description}{Description}{/block:Description}
  261. {/block:Link}
  262.  
  263. {block:Chat}
  264. {block:Lines}
  265. {block:Label}
  266. <br>{Label}
  267. {/block:Label}
  268. &nbsp;{Line}
  269. {/block:Lines}
  270. {/block:Chat}
  271.  
  272. {block:Audio}
  273. {AudioPlayerGrey}
  274. <br><div align="right">{block:Artist}
  275. Artist: {Artist}</div>
  276. {/block:Artist}<br>
  277. {block:Caption}{Caption}{/block:Caption}
  278. {/block:Audio}
  279.  
  280.  
  281. {block:Answer}
  282. {Asker} asked <b>{Question}</b><Br>
  283. {Answer}
  284. {/block:Answer}
  285.  
  286. {block:PermalinkPage}
  287. {block:Caption}
  288. {Caption}
  289. {/block:Caption}
  290. <br>
  291. {block:NoteCount}
  292. {NoteCount} notes
  293. {/block:NoteCount}
  294. <Br>
  295. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  296. {/block:PermalinkPage}
  297. </div>
  298.  
  299. {/block:Posts}
  300.  
  301. </div>
  302. <div class="pagination">
  303. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  304. </div>
  305.  
  306.  
  307. <div style="bottom:30px;left:20px;position:fixed;font-size:10px; background:#eee; padding:5px;"><a href="http://oficinadehtml.tumblr.com" title="THEME BY MARY ACIOLLI (C)">THEME</a></div>
  308. </body>
  309. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement