Advertisement
nicolelle

Theme 20

Mar 25th, 2013
4,170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--
  5. THEME MADE BY THEMES-BY-MOI.TUMBLR.COM
  6. DO NOT REMOVE CREDIT OR YOU WILL BE REPORTED!!!!!
  7.  
  8.  
  9. 00 00 00 00 0000 00 000000 00 00 000000 0 0
  10. 0000 00 00 00 00 000 00 00 00 00 00 00 0 0
  11. 00 00 00 00 00 00 0 00 00 0000 00 00 0000 0 0
  12. 00 0000 00 00 00 0 00 00 00 00 00 00 0 0
  13. 00 000 00 00 00 00 000 00 00 00 00 00 0 0
  14. 00 00 00 00 0000 000000 000000 000000 000000 000000 000000
  15.  
  16.  
  17. THEME MADE BY THEMES-BY-MOI.TUMBLR.COM
  18. -->
  19.  
  20. <head>
  21. <link href='http://fonts.googleapis.com/css?family=Carme' rel='stylesheet' type='text/css'>
  22. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  23.  
  24. <script src="/path/to/jquery.masonry.min.js"></script>
  25. <script>
  26. $(document).ready(function(){
  27. $("div#click").click(function(){
  28. $("div#click").hide();
  29. $("div#click2").show();
  30. $("div#desc").fadeIn();
  31. });
  32. $("div#click2").click(function() {
  33. $("div#click2").hide();
  34. $("div#click").show();
  35. $("div#desc").fadeOut();
  36. });
  37. });
  38. </script>
  39. <meta name="image:sidebar" content="http://img837.imageshack.us/img837/1940/tumblrli6h1vp9r81qgbwyc.jpg"/>
  40. <meta name="color:text" content="#000000"/>
  41. <meta name="color:post bg" content="#F2F2E9"/>
  42. <meta name="text:link 1 url" content=""/>
  43. <meta name="text:link 1 title" content=""/>
  44. <meta name="text:link 2 url" content=""/>
  45. <meta name="text:link 2 title" content=""/>
  46. <meta name="text:link 3 url" content=""/>
  47. <meta name="text:link 3 title" content=""/>
  48. <meta name="color:sidebar background" content="#FAEEE8"/>
  49. <meta name="image:background" content=""/>
  50. <meta name="color:background" content="#ffffff"/>
  51. <title>{Title}</title>
  52. <link rel="shortcut icon" href="{Favicon}"/>
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  55.  
  56. <style type="text/css">
  57.  
  58. iframe#tumblr_controls {
  59. top: 0% !important;
  60. right:0% !important;
  61. position: fixed !important;
  62. }
  63. body {
  64. font-family: carme;
  65. background: url({image:background}) fixed {color:background};
  66. font-size: 12px;
  67. color: {color:text};
  68. }
  69. a, a:visited, a:active {
  70. text-decoration: underline;
  71. color: {color:text};
  72. }
  73. a:hover {
  74. text-decoration: none;
  75. }
  76. #posts {
  77. width: 1230px;
  78. margin-top:20px;
  79. }
  80. .posts {
  81. width: 250px;
  82. overflow: hidden;
  83. padding: 20px;
  84. margin-left: 15px;
  85. float: left;
  86. margin-bottom: 15px;
  87. overflow: hidden;
  88. background: {color:post bg};
  89. border: 1px solid #A6A6A2;
  90. }
  91.  
  92. #click {
  93. text-align: center;
  94. margin-left: 0px;
  95. width: 26px;
  96. height: 20px;
  97. position:absolute;
  98. margin-top: -40px;
  99. z-index: 9999999;
  100. opacity: 1;
  101. font-size: 40px;
  102. font-family: arial;
  103. }
  104. #click2 {
  105. text-align: center;
  106. margin-left: 0px;
  107. width: 26px;
  108. height: 20px;
  109. position:absolute;
  110. margin-top: -43px;
  111. z-index: 9999999;
  112. display:none;
  113. opacity: 1;
  114. font-size: 40px;
  115. font-family: arial;
  116. }
  117. .posts #clickbg {
  118. width: 30px;
  119. background: white;
  120. margin-left: 0px;
  121. position: absolute;
  122. margin-top: -31px;
  123. border-radius: 0px 10px 0px 0px;
  124. -o-border-radius: 0px 10px 0px 0px;
  125. -moz-border-radius: 0px 10px 0px 0px;
  126. -webkit-border-radius: 0px 10px 0px 0px;
  127. height:28px;
  128. opacity:0.4;
  129. }
  130. #desc {
  131. text-align: center;
  132. width:220px;
  133. opacity: 0.9;
  134. display: none;
  135. position: absolute;
  136. margin-top: 10px;
  137. margin-left: 10px;
  138. background: {color:post bg};
  139. padding: 5px;
  140.  
  141. }
  142. .posts:hover .cercle {
  143. right: 60px;
  144. opacity:0.85;
  145. }
  146. .posts:hover .cercle2 {
  147. right:25px;
  148. opacity:0.85;
  149. }
  150. .posts .cercle:hover {
  151. opacity:0.95;
  152. }
  153. .posts .cercle2:hover {
  154. opacity:0.95;
  155. }
  156. .posts .cercle {
  157. background: #9e9e9e;
  158. border: 1px solid #828282;
  159. height:18px;
  160. width:auto;
  161. padding-left:10px;
  162. padding-right:10px;
  163. position:absolute;
  164. right: 30px;
  165. margin-top:5px;
  166. border-radius: 5px;
  167. -o-border-radius: 5px;
  168. -moz-border-radius: 5px;
  169. text-align: center;
  170. font-family: arial;
  171. font-weight: bold;
  172. color: white;
  173. line-height: 18px;
  174. opacity: 0;
  175. -webkit-border-radius: 5px;
  176. transition:0.5s;
  177. -o-transition:0.5s;
  178. -moz-transition:0.5s;
  179. -webkit-transition:0.5s;
  180. }
  181. .posts .cercle2 {
  182. background: #9e9e9e;
  183. border: 1px solid #828282;
  184. height:18px;
  185. width:auto;
  186. padding-left:5px;
  187. padding-right:5px;
  188. transition:0.5s;
  189. -o-transition:0.5s;
  190. -moz-transition:0.5s;
  191. -webkit-transition:0.5s;
  192. position:absolute;
  193. right: -5px;
  194. margin-top:5px;
  195. border-radius: 5px;
  196. -o-border-radius: 5px;
  197. -moz-border-radius: 5px;
  198. text-align: center;
  199. font-family: arial;
  200. font-weight: bold;
  201. color: white;
  202. line-height: 18px;
  203. opacity: 0;
  204. -webkit-border-radius: 5px;
  205. }
  206.  
  207. {CustomCSS}
  208. </style>
  209.  
  210. {block:IndexPage}
  211. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  212.  
  213. <script type="text/javascript">
  214. $(window).load(function () {
  215. var $content = $('#posts');
  216. $content.masonry({itemSelector: '.posts'})
  217. });
  218. </script>
  219. {/block:IndexPage}
  220.  
  221. </head>
  222. <body>
  223.  
  224.  
  225.  
  226. <div id="posts">
  227. <div class="posts" style="background:{color:sidebar background};">
  228. <div id="desc">
  229. <big><big><b>{Title}</b></big></big><br>
  230. {Description}<br><br>
  231. <a href="/">home</a> - <a href="/ask">ask</a> - {block:IfLink1Url}<a href="{text:link 1 url}">{text:link 1 title}</a> - {/block:IfLink1Url}{block:IfLink2Url}<a href="{text:link 2 url}">{text:link 2 title}</a> - {/block:IfLink2Url}{block:IfLink3Url}<a href="{text:link 3 url}">{text:link3 title}</a> - {/block:IfLink3Url}<a href="//themes-by-moi.tumblr.com">theme</a>
  232. </div>
  233. <img src="{image:sidebar}" width="250"/><br>
  234. <div id="click">
  235. <b>+</b>
  236. </div><div id="click2"><b>-</b></div><div id="clickbg"></div>
  237. </div>
  238.  
  239.  
  240.  
  241. {block:Posts}
  242. <div class="posts">
  243.  
  244. {block:Text}
  245. <big><big><b><center>{Title}</center></b></big></big>
  246. {Body}
  247. {block:IndexPage}
  248. <hr align="right">
  249. <div align="right"><small><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}">Reblog</a></small></div>
  250. {/block:IndexPage}
  251. {/block:Text}
  252.  
  253. {block:Photo}
  254. {block:IndexPage}
  255. <a href="{Permalink}" style="opacity:1;">
  256. <div class="cercle">
  257. {NoteCount}
  258. </div>
  259. </a>
  260. <a href="{ReblogURL}" style="opacity:1;">
  261. <div class="cercle2">
  262. <img src="http://static.tumblr.com/fj8ewuq/ILEmk9swf/reblog.png" height="18"/>
  263. </div>
  264. </a>
  265. {/block:IndexPage}
  266. {LinkOpenTag}<img src="{PhotoURL-250}" width="250" alt="{PhotoAlt}"/>{LinkCloseTag}
  267. {/block:Photo}
  268.  
  269. {block:Photoset}
  270. {Photoset-250}
  271. {/block:Photoset}
  272.  
  273. {block:link}
  274. <big><big><b><center><a href="{URL}">{Name}</a></center></b></big></big>
  275. {Description}
  276. {block:IndexPage}
  277. <hr align="right">
  278. <div align="right"><small><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}">Reblog</a></small></div>
  279. {/block:IndexPage}
  280. {/block:link}
  281.  
  282. {block:Quote}
  283. <big><b>"{Quote}"</b></big>
  284. <center>- {Source}</center>
  285. {block:IndexPage}
  286. <hr align="right">
  287. <div align="right"><small><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}">Reblog</a></small></div>
  288. {/block:IndexPage}
  289. {/block:Quote}
  290.  
  291. {block:Chat}
  292. {block:Title}
  293. <center><big><big><b>{Title}</b></big></big></center>
  294. {/block:Title}
  295. {block:Lines}
  296. {block:Label}<b>{Label} </b>{/block:Label}{Line}<br>
  297. {/block:Lines}
  298. {block:IndexPage}
  299. <hr align="right">
  300. <div align="right"><small><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}">Reblog</a></small></div>
  301. {/block:IndexPage}
  302. {/block:Chat}
  303.  
  304. {block:Audio}
  305. <center>{AudioPlayerBlack}</center>
  306. {block:IndexPage}
  307. <hr align="right">
  308. <div align="right"><small><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}">Reblog</a></small></div>
  309. {/block:IndexPage}
  310. {/block:Audio}
  311.  
  312. {block:Video}
  313. {Video-250}
  314. {block:IndexPage}
  315. <hr align="right">
  316. <div align="right"><small><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}">Reblog</a></small></div>
  317. {/block:IndexPage}
  318. {/block:Video}
  319.  
  320. {block:Answer}
  321. <b><u>{Asker}</u> {Question}</b>
  322. {Answer}
  323. {block:IndexPage}
  324. <hr align="right">
  325. <div align="right"><small><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}">Reblog</a></small></div>
  326. {/block:IndexPage}
  327. {/block:Answer}
  328.  
  329.  
  330. {block:PermalinkPage}
  331. {Caption}
  332. {/block:PermalinkPage}
  333.  
  334. </div>
  335.  
  336. {block:PermalinkPage}
  337. <div class="posts">
  338. <center>Posted {TimeAgo}
  339. {block:RebloggedFrom}<br>
  340. Reblogged from <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a><br>
  341. Originally Posted by <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  342. {NoteCountWithLabel}<br><br></center>
  343. {PostNotes}
  344. {/block:RebloggedFrom}
  345.  
  346.  
  347. </div>
  348. {/block:PermalinkPage}
  349. {/block:Posts}
  350. </div>
  351.  
  352. <br><br>
  353. <center>
  354. {block:IndexPage}
  355. {block:Pagination}
  356. <div id="pagination"><big><big>
  357. {block:NextPage}
  358. <a id="nextPage" href="{NextPage}" style="text-decoration:none;">Next &rarr;</a>
  359. {/block:NextPage}
  360. {block:PreviousPage}
  361. <a href="{PreviousPage}" style="text-decoration:none;">&larr; Previous</a>
  362. {/block:PreviousPage}</big></big>
  363. </div>
  364. {/block:Pagination}
  365. {/block:IndexPage}
  366. </center>
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373. </body>
  374. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement