Advertisement
exoticflower

custom theme #01A9Z283

Oct 9th, 2013
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.27 KB | None | 0 0
  1. <html>
  2. <head><script type="text/javascript"
  3. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  4.  
  5.  
  6. <!-- custom theme by cigerettes.tumblr.com
  7. request @ exoticlayouts.tumblr.com -->
  8.  
  9. <meta name="color:link" content="#0000FF">
  10. <meta name="color:text" content="#000000">
  11. <meta name="color:active" content="FF0000">
  12. <meta name="color:background" content="ffffff">
  13. <meta name="text:Link One Title" content="link 1" />
  14. <meta name="text:Link One" content="" />
  15. <meta name="text:Link Two Title" content="link 2" />
  16. <meta name="text:Link Two" content="" />
  17. <meta name="text:Link Three Title" content="link 3" />
  18. <meta name="text:Link Three" content="" />
  19. <meta name="text:Link Four Title" content="link 4" />
  20. <meta name="text:Link Four" content="" />
  21. <meta name="text:Link Five Title" content="link 5" />
  22. <meta name="text:Link Five" content="" />
  23. <meta name="text:Link Six Title" content="link 6" />
  24. <meta name="text:Link Six" content="" />
  25. <meta name="text:ask label" content="Ask Me Anything" />
  26. <meta name="if:Show Sidebar Image" content="1">
  27. <meta name="image:Sidebar" content=""/>
  28.  
  29. <style type="text/css">
  30.  
  31. #tumblr_controls{
  32. position:fixed !important;
  33. }
  34.  
  35. body {
  36. padding:0px;
  37. margin: 0px;
  38. color:{color:text};
  39. font-family: consolas;
  40. font-size:15px;
  41. line-height:15px;
  42. background-color: {color:Background};
  43. background-image:url({image:Background});
  44. background-size: cover;
  45. background-attachment: fixed;
  46. background-repeat: no-repeat;
  47. }
  48.  
  49. a:link, a:visited{
  50. color:{color:link};
  51. text-decoration:none;
  52. padding:2px;
  53. }
  54.  
  55. a:active{
  56. color:{color:active};
  57. text-decoration:none;
  58. }
  59.  
  60.  
  61. ::-webkit-scrollbar {width: 9px; height: 3px; background: #FFFFFF;}
  62. ::-webkit-scrollbar-thumb {background-color:#000000 ; border: 1px solid black;}
  63.  
  64. .entry {
  65. float:center;
  66. background-color:{color:second background};
  67. padding:10px;
  68. width:500px;
  69. text-align:center;
  70.  
  71. {block:PermalinkPage}width:800px; margin-left:25px;text-align:left;{/block:PermalinkPage}
  72. }
  73.  
  74. #posts {
  75. width: 1100px;
  76. float:center;
  77. margin-left:75px;
  78. top:0px;
  79. background-color:transparent;
  80. {block:permalinkpage}
  81. width:750px;
  82. height:200px;
  83. margin-left:75px;
  84. margin-top:25px;
  85. {/block:permalinkpage}
  86. padding:40px;
  87. background-image:url({image:postsbackground});
  88. background-attachment: fixed;
  89. background-repeat: repeat;
  90. }
  91.  
  92. ol.notes {
  93. list-style: none;
  94. }
  95.  
  96. .entry #permalink{
  97. position:absolute;
  98. opacity:0.0;
  99. top:30px;
  100. margin-left:8px;
  101. width:auto;
  102. height:auto;
  103. background-color:transparent;
  104. text-align:center;
  105. -webkit-transition: all .3s ease;
  106. -moz-transition: all .3s ease;
  107. -o-transition: all .3s ease;
  108. transition: all .3s ease;
  109. }
  110.  
  111.  
  112. .entry:hover #permalink{ opacity:1;
  113. top:30px;
  114. margin-left:8px;
  115. -webkit-transition: all .3s ease;
  116. -moz-transition: all .3s ease;
  117. -o-transition: all .3s ease;
  118. transition: all .3s ease;
  119. }
  120.  
  121. .entry:hover #permalink:hover{
  122. opacity:1;
  123. -webkit-transition: all .3s ease;
  124. -moz-transition: all .3s ease;
  125. -o-transition: all .3s ease;
  126. transition: all .3s ease;
  127. }
  128.  
  129. .reblog-button {
  130. display: inline-block;
  131. z-index:99;
  132. font-size:23px;-webkit-transition-duration:1s;
  133. }
  134.  
  135. .reblog-button:hover{
  136. transform: rotate(-340deg);
  137. -ms-transform: rotate(-340deg);
  138. -webkit-transform: rotate(-340deg);-webkit-transition-duration:1s;
  139. opacity:1;
  140.  
  141. }
  142.  
  143. .links{position:relative;z-index:9999999;
  144. background-color:white; border-width:0px; font-size: 9px; text-transform:uppercase; letter-spacing:1px; color:#666; font-family:Lucida Sans;float:center;
  145. {block:PermalinkPage}margin-left:1050px;position:fixed;{/block:PermalinkPage}
  146. }
  147.  
  148. #header{
  149. top:25px;
  150. }
  151.  
  152. #header img{
  153. width:520px;
  154. }
  155.  
  156. {CustomCSS}
  157. </style>
  158. {block:IndexPage}
  159. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  160. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  161.  
  162. <script type="text/javascript">
  163. $(window).load(function () {
  164. var $content = $('#posts');
  165. $content.masonry({itemSelector: '.entry'}),
  166. $content.infinitescroll({
  167. navSelector : '#pagination',
  168. nextSelector : '#pagination a#nextPage',
  169. itemSelector : '.entry',
  170. loading: {
  171. finishedMsg: 'you have reached the end',
  172. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  173. },
  174. bufferPx : 300,
  175. debug : false,
  176. },
  177. // call masonry as a callback.
  178. function( newElements ) {
  179. var $newElems = $( newElements );
  180. $newElems.hide();
  181. // ensure that images load before adding to masonry layout
  182. $newElems.imagesLoaded(function(){
  183. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  184.  
  185.  
  186. });
  187. });
  188. });
  189. </script>
  190. {/block:IndexPage}
  191.  
  192. <title>{title}</title>
  193.  
  194. <link rel="shortcut icon" href="{Favicon}">
  195. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  196. <meta name="viewport" content="width=820" />
  197.  
  198. </style>
  199.  
  200. </head>
  201.  
  202. <body>
  203. <center><br><br>
  204. <div id="header">{block:ifshowsidebarimage}
  205. <a href="/"><img src="{image:sidebar}"></a>{/block:ifshowsidebarimage}</div>
  206. <br>
  207. <div class="links">
  208. <select onchange='location=this.options[this.selectedIndex].value;' style="width:150px;">
  209.  
  210. <option>{title}</option>
  211. {block:AskEnabled}<option value="/ask">{text:ask label}</option>{/block:AskEnabled}
  212. {block:ifLinkOneTitle}
  213. <option value="{text:Link One}">{text:Link One Title}</option>{/block:ifLinkOneTitle}
  214. {block:ifLinkTwoTitle}
  215. <option value="{text:Link Two}">{text:Link Two Title}</option>{/block:ifLinkTwoTitle}
  216. {block:ifLinkThreeTitle}
  217. <option value="{text:Link Three}">{text:Link Three Title}</option>{/block:ifLinkThreeTitle}
  218. {block:ifLinkFourTitle}
  219. <option value="{text:Link Four}">{text:Link Four Title}</option>{/block:ifLinkFourTitle}
  220. {block:ifLinkFiveTitle}
  221. <option value="{text:Link Five}">{text:Link Five Title}</option>{/block:ifLinkFiveTitle}
  222. {block:ifLinkSixTitle}
  223. <option value="{text:Link Six}">{text:Link Six Title}</option>{/block:ifLinkSixTitle}
  224. <option value="http://cigerettes.tumblr.com/">themes</option>
  225. </select></center></div>
  226.  
  227. <div id="posts">
  228.  
  229. {block:Posts}
  230. <div class="entry">
  231.  
  232. {block:Text}
  233. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}
  234. <span class="wordpost">{Body}</span></a>
  235. {block:IndexPage}
  236. <div class="textpermalink"><a href="{Permalink}">{NoteCount} Notes</a> — <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  237. {/block:IndexPage}
  238. {/block:Text}
  239.  
  240. {block:Link}
  241. <a href="{URL}" class="title">→ {Name}</a>
  242. {block:Description}{Description}{/block:Description}
  243. {block:IndexPage}
  244. <div class="textpermalink"><a href="{Permalink}">{NoteCount} Notes</a> — <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  245. {/block:IndexPage}
  246. {block:Link}
  247.  
  248. {block:Photo}
  249. {block:IndexPage}
  250. <div id="permalink"><a href="{ReblogURL}" title="Reblog" target="_blank"><div class="reblog-button">↺</div></a></div>
  251. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{/block:IndexPage}
  252. {block:PermalinkPage}{LinkOpenTag}<center><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="750"/></center>{LinkCloseTag}{/block:PermalinkPage}
  253. {/block:Photo}
  254.  
  255. {block:Photoset}{block:IndexPage}
  256. <div id="permalink"><a href="{ReblogURL}" title="Reblog" target="_blank"><div class="reblog-button"></div></a></div>
  257. {/block:IndexPage}<center>{Photoset-500}</center></span>{/block:Photoset}
  258.  
  259. {block:Quote}
  260. <span class="quotes">"{Quote}"</span><br />
  261. <div style="text-align:right;">{block:Source}-{Source}{/block:Source}</div>
  262. {block:IndexPage}
  263. <br /><div class="textpermalink"><a href="{Permalink}">{NoteCount} Notes</a> — <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  264. {/block:IndexPage}
  265. {/block:Quote}
  266.  
  267. {block:Chat}
  268. {block:Title}<span class="title">{Title}</span>{/block:Title}
  269. <ul class="chat"> <div style="text-align:left;">
  270. {block:Lines}
  271. <li class="user_{UserNumber}">
  272. {block:Label}
  273. <span class="label">{Label}</span>
  274. {/block:Label}
  275. <div style="display:inline;">
  276. {Line}</div>
  277. </li>
  278. {/block:Lines}</div>
  279. </ul>
  280. {block:IndexPage}
  281. <div class="textpermalink"><a href="{Permalink}">{NoteCount} Notes</a> — <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  282. {/block:IndexPage}
  283. {/block:Chat}
  284.  
  285. {block:Audio}
  286. <center><div style="width:250px; height:20px;"><div style="width:250px;background-color:black;float:left">{AudioPlayerBlack}</div><div style="margin-top:8px; float:right;"><small>
  287. {FormattedPlayCount} plays</small></div></div></center><br>
  288. {block:Caption}{Caption}{/block:Caption}
  289. {block:IndexPage}
  290. <div class="textpermalink"><a href="{Permalink}">{NoteCount} Notes</a> — <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  291. {/block:IndexPage}
  292. {/block:Audio}
  293.  
  294. {block:Video}
  295. {block:IndexPage}
  296. <div id="permalink"><a href="{ReblogURL}" title="Reblog" target="_blank"><div class="reblog-button"></div></a></div>
  297. </div>
  298. {/block:IndexPage}
  299. {block:PermalinkPage}{LinkOpenTag}<center><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></center>{LinkCloseTag}{/block:PermalinkPage}
  300. {block:Video}
  301.  
  302. {block:Answer}<div class="text">
  303. <div class="question">
  304. <span style="text-transform:uppercase; color:{color:Link}">{Asker}:</span> {Question}</div><div class="answer">{Answer}</div>
  305. {block:indexpage}
  306. <div class="textpermalink"><a href="{Permalink}">{NoteCountwithlabel}</div>
  307. {/block:indexpage}
  308. </div>{/block:Answer}
  309.  
  310.  
  311.  
  312. {/block:IndexPage}
  313. {/block:Answer}
  314.  
  315. {block:PermalinkPage}
  316. <center>
  317. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  318.  
  319. {/block:PermalinkPage}
  320.  
  321. {block:PostNotes}
  322. <div class="caption">{PostNotes}
  323. </div>
  324. {/block:PostNotes}
  325.  
  326. </div>
  327.  
  328. {/block:Posts}
  329. </div>
  330. </div>
  331. {block:IndexPage}<br>
  332. {block:Pagination}
  333. <div id="pagination">
  334. {block:NextPage}
  335. <a id="nextPage" href="{NextPage}"></a>
  336. {/block:NextPage}
  337. {block:PreviousPage}
  338. <a href="{PreviousPage}"></a>
  339. {/block:PreviousPage}
  340. </div>
  341. {/block:Pagination}
  342. {/block:IndexPage}
  343. </div>
  344.  
  345.  
  346.  
  347. </body>
  348.  
  349. <!-- i spent so much time and effort pls dont remove credits
  350. i tried to make them as out of the way as possible
  351. thank you dear -->
  352.  
  353. <div style="display:block;bottom:5px;right:-1px;font-size:25px;font-family:georgia;position:fixed;z-index:5;padding:3px;"><a href="http://cigerettes.tumblr.com/">▣</a>
  354. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement