Advertisement
exoticflower

exotic-07: two columns

Jul 9th, 2013
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.78 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. <meta name="color:background" content="#ffffff">
  6. <meta name="color:text" content="#000000">
  7. <meta name="color:link" content="#000000">
  8. <meta name="color:active" content="#f2ff00">
  9. <meta name="color:hover" content="#838383">
  10. <meta name="color:blockquote" content="#000000">
  11. <meta name="color:glow" content="#004fff">
  12. <meta name="color:permalink" content="#ffffff">
  13. <meta name="color:permalink hover" content="#000000">
  14. <meta name="color:texts permalink" content="#000000">
  15. <meta name="color:texts permalink hover" content="#eeeeee">
  16. <meta name="if:Full Screen Background" content="1"/>
  17. <meta name="if:posts glow" content="0"/>
  18. <meta name="image:background" content="">
  19.  
  20. <!-- exotic-07 by cigerettes.tumblr.com
  21. download @ exoticlayouts.tumblr.com -->
  22.  
  23. <style type="text/css">
  24.  
  25. body {
  26. padding: 0px;
  27. margin: 0px;
  28. color:{color:text};
  29. background-color: {color:Background};
  30. background-image:url({image:Background});
  31. background-attachment: fixed;
  32. background-size: ;
  33. font-family: arial;
  34. font-size: 9px;
  35. line-height:10px;
  36. color:{color:text};
  37. }
  38.  
  39. a:link, a:visited{
  40. color: {color:link};
  41. text-decoration: none;
  42. }
  43.  
  44. a:active{
  45. color:{color:active};
  46. }
  47.  
  48. a:hover{
  49. color:{color:Hover};
  50. }
  51.  
  52. {block:iffullscreenbackground}
  53. #bg img {
  54. z-index:-1;
  55. position:fixed;
  56. top:0;
  57. left:0;
  58. height:100%;
  59. width:100%;
  60. }
  61. {/block:iffullscreenbackground}
  62.  
  63. .entry {
  64. margin:35px;
  65. float:left;
  66. background-color: #fff;
  67. font-family: arial;
  68. font-size: 10px;
  69. margin-top:70px;
  70. margin-bottom:70px;
  71. border:7px black solid;
  72. border-bottom:7px black solid;
  73. {block:ifpostsglow}
  74. -webkit-box-shadow:0 0 20px {color:glow};
  75. -moz-box-shadow: 0 0 20px {color:glow};
  76. box-shadow:0 0 20px {color:glow};
  77. {/block:ifpostsglow}
  78. {block:IndexPage}
  79. width:250px;
  80. {/block:IndexPage}
  81. {block:PermalinkPage}
  82. width:500px;
  83. margin-top:100px;
  84. {/block:PermalinkPage}
  85. }
  86.  
  87. #permalink{
  88. opacity:0;
  89. text-align:left;
  90. margin-left:230px;
  91. margin-top:-30px;
  92. font-family:courier new;
  93. z-index:9999999999;
  94. line-height:9px;
  95. -webkit-transition: all .5s ease;
  96. -moz-transition: all .5s ease;
  97. -o-transition: all .5s ease;
  98. transition: all .5s ease;
  99. }
  100.  
  101. #permalink a{
  102. color:{color:permalink};
  103. text-decoration:none;
  104. }
  105.  
  106. #permalink a:hover{
  107. color:{color:permalink hover};
  108. }
  109.  
  110. .entry:hover #permalink{
  111. opacity:1;
  112. -webkit-transition: all .5s ease;
  113. -moz-transition: all .5s ease;
  114. -o-transition: all .5s ease;
  115. transition: all .5s ease;
  116. }
  117.  
  118. #tpermalink{
  119. opacity:0;
  120. text-align:left;
  121. margin-left:230px;
  122. margin-top:-30px;
  123. font-family:courier new;
  124. z-index:9999999999;
  125. line-height:9px;
  126. -webkit-transition: all .5s ease;
  127. -moz-transition: all .5s ease;
  128. -o-transition: all .5s ease;
  129. transition: all .5s ease;
  130. }
  131.  
  132. #tpermalink a{
  133. color:{color:texts permalink};
  134. text-decoration:none;
  135. }
  136.  
  137. #tpermalink a:hover{
  138. color:{color:texts permalink hover};
  139. }
  140.  
  141. .entry:hover #tpermalink{
  142. opacity:1;
  143. -webkit-transition: all .5s ease;
  144. -moz-transition: all .5s ease;
  145. -o-transition: all .5s ease;
  146. transition: all .5s ease;
  147. }
  148.  
  149. #posts {
  150. position:relative;
  151. margin-top:0px;
  152. padding-bottom:7px;
  153. padding-left:120px;
  154. {block:IndexPage}
  155. width: 700px;
  156. margin-left: 415px;
  157. margin-top: 0px;
  158. padding:10px;
  159. {/block:IndexPage}
  160. {block:PermalinkPage}
  161. width: 500px;
  162. margin-left: 340px;
  163. margin-top:0px;
  164. {/block:PermalinkPage}
  165. }
  166.  
  167. .title{
  168. font-size:larger;
  169. font-weight:bold;
  170. }
  171.  
  172. .title a{
  173. text-decoration:underline;
  174. }
  175.  
  176. blockquote {
  177. border-left: 3px solid;
  178. padding-left: 8px;
  179. margin-left: 10px;
  180. font-style: italic;
  181. color:{color:blockquote};
  182. }
  183.  
  184. blockquote img{
  185. width:240px;
  186. height:auto;
  187. }
  188.  
  189. .sidebar{
  190. background-color:white;
  191. width:250px;
  192. height:auto;
  193. margin-left:90px;
  194. border:3px solid black;
  195. -moz-box-shadow: 6px 6px rgba(0,0,0,0.5);
  196. -webkit-box-shadow: 6px 6px rgba(0,0,0,0.5);
  197. box-shadow: 6px 6px rgba(0,0,0,0.5); #000000;
  198. margin-top:200px;
  199. position:fixed;
  200. padding-bottom:11px;
  201. }
  202.  
  203. .blogtitle{
  204. font-size:30px;
  205. text-transform:uppercase;
  206. font-family:arial;
  207. font-weight:bold;
  208. }
  209.  
  210. .desc{
  211. background-color:black;
  212. color:white;
  213. padding:6px;
  214. font-size:larger;
  215. line-height:13px;
  216. }
  217.  
  218. .desc a{
  219. background-color:black;
  220. color:white;
  221. text-decoration:underline;
  222. }
  223.  
  224. .links{
  225. text-align:center;
  226. }
  227.  
  228. .links a{
  229. text-decoration:underline;
  230. }
  231.  
  232. .chat{
  233. margin-left:-25px;
  234. }
  235.  
  236. {CustomCSS}
  237. </style>
  238. {block:IndexPage}
  239. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  240. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  241.  
  242. <script type="text/javascript">
  243. $(window).load(function () {
  244. var $content = $('#posts');
  245. $content.masonry({itemSelector: '.entry'}),
  246. $content.infinitescroll({
  247. navSelector : '#pagination',
  248. nextSelector : '#pagination a#nextPage',
  249. itemSelector : '.entry',
  250. loading: {
  251. finishedMsg: 'you have reached the end',
  252. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  253. },
  254. bufferPx : 300,
  255. debug : false,
  256. },
  257. // call masonry as a callback.
  258. function( newElements ) {
  259. var $newElems = $( newElements );
  260. $newElems.hide();
  261. // ensure that images load before adding to masonry layout
  262. $newElems.imagesLoaded(function(){
  263. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  264.  
  265.  
  266. });
  267. });
  268. });
  269. </script>
  270. {/block:IndexPage}
  271.  
  272. <title>{title}</title>
  273.  
  274. <link rel="shortcut icon" href="{Favicon}">
  275. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  276. <meta name="viewport" content="width=820" />
  277.  
  278. </style>
  279.  
  280. </head>
  281.  
  282. <body>
  283.  
  284.  
  285. {block:iffullscreenbackground}<div id="bg"><img src="{image:Background}"></div>{/block:iffullscreenbackground}
  286.  
  287. <div class="sidebar"><br>
  288. <div class="blogtitle"><a href="/">{title}</a></div>
  289.  
  290. <br>
  291. <div class="desc">{description}</div>
  292. <br>
  293.  
  294.  
  295. <div class="links"><a href="/ask">message</a>{block:HasPages}{block:Pages}&nbsp;-&nbsp;<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}&nbsp;-&nbsp;<a href="/archive">archive</a>&nbsp;-&nbsp;<a href="http://cigerettes.tumblr.com/">themes</a></div></div>
  296.  
  297. <div id="posts">
  298. {block:Posts}
  299. <div class="entry">
  300.  
  301. {block:Text}<br>
  302. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}<span class="entrytext">{Body}</span><br>{block:IndexPage}<div id="tpermalink"><br><a href="{permalink}" target="_blank"><div style="font-size:20px;text-decoration:none;">☂</div></a><br>
  303. </div>
  304. {/block:IndexPage}
  305. {/block:Text}
  306.  
  307. {block:Link}<br>
  308. <a href="{URL}" class="title">→ {Name}</a>
  309. {block:Description}{Description}{/block:Description}<br>{block:IndexPage}<div id="tpermalink"><br><a href="{permalink}" target="_blank"><div style="font-size:20px;text-decoration:none;">☂</div></a><br>
  310. </div>
  311. {/block:IndexPage}
  312. {/block:Link}
  313.  
  314.  
  315. {block:Photo}
  316.  
  317. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250px;"/></a></div>{LinkCloseTag}<div id="permalink"><br><a href="{reblogURL}" target="_blank"><div style="font-size:20px;text-decoration:none;">☂</div></a><br>
  318. </div>{/block:IndexPage}
  319. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  320. {/block:Photo}
  321.  
  322. {block:Photoset}
  323. {block:IndexPage}{Photoset-250}<div id="permalink"><br><a href="{permalink}" target="_blank"><div style="font-size:20px;text-decoration:none;">☂</div></a><br>
  324. </div>{/block:IndexPage}
  325. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  326. {/block:Photoset}
  327.  
  328. {block:Quote}<br>
  329. <i>"{Quote}"</i><br><br>
  330. {block:Source}
  331. <div align="left">— {Source}</div><br><div id="tpermalink"><br><a href="{permalink}" target="_blank"><div style="font-size:20px;text-decoration:none;">☂</div></a><br>
  332. </div>
  333. {/block:Source}
  334.  
  335. {/block:Quote}
  336.  
  337.  
  338.  
  339. {block:Chat}<br>
  340. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}
  341. <ul class="chat">
  342. {block:Lines}
  343. <div class="user_{UserNumber}">
  344. {block:Label}
  345. <b>{Label}</b>
  346. {/block:Label}
  347. {Line}
  348. {/block:Lines}
  349. </ul><br>
  350. {block:IndexPage}<div id="tpermalink"><br><a href="{permalink}" target="_blank"><div style="font-size:20px;text-decoration:none;">☂</div></a><br>
  351. </div>
  352. {/block:IndexPage}
  353. {/block:Chat}
  354.  
  355. {block:Audio}{block:indexpage}<center>
  356. <div class="music" style="width:250px;background-color:black;">
  357. {AudioPlayerBlack}</div>
  358. <div class="caption">{caption}</div></center><br><div id="tpermalink"><br><a href="{permalink}" target="_blank"><div style="font-size:20px;text-decoration:none;">☂</div></a><br>
  359. </div></center>{/block:indexpage}{block:PermalinkPage}<center><br><div style="width:500px;background-color:black;">{AudioPlayerBlack}</center>{/block:PermalinkPage}
  360. {/block:Audio}
  361.  
  362.  
  363. {block:Video}
  364. {block:IndexPage}
  365.  
  366. {/block:IndexPage}
  367. <center>
  368. {block:IndexPage}
  369. {Video-250}<div id="permalink"><br><a href="{permalink}" target="_blank"><div style="font-size:20px;text-decoration:none;">☂</div></a><br>
  370. </div>
  371. {/block:IndexPage}
  372. </center>
  373. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  374. {block:Video}
  375.  
  376. {block:Answer}<br>
  377. <div id="ask"><img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/></div>
  378. <b>{Asker}</b>: <b>{Question}</b><div style="line-height:11px;">{Answer}</div>{block:IndexPage}
  379. <div id="tpermalink"><br><a href="{permalink}" target="_blank"><div style="font-size:20px;text-decoration:none;">☂</div></a><br>
  380. </div>
  381. {/block:IndexPage}
  382. {/block:Answer}
  383.  
  384.  
  385.  
  386.  
  387. {block:PermalinkPage}
  388. <center>
  389. {block:Date}
  390. <center>
  391. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  392. {/block:Date}
  393. </center>
  394. {/block:PermalinkPage}
  395.  
  396. {block:PostNotes}{PostNotes}
  397. {/block:PostNotes}
  398. </div>
  399.  
  400.  
  401. {/block:Posts} </div>
  402. </div>
  403. </div>
  404. {block:IndexPage}<br>
  405. {block:Pagination}
  406. <div id="pagination">
  407. {block:NextPage}
  408. <a id="nextPage" href="{NextPage}"></a>
  409. {/block:NextPage}
  410. {block:PreviousPage}
  411. <a href="{PreviousPage}"></a>
  412. {/block:PreviousPage}
  413. </div>
  414. {/block:Pagination}
  415. {/block:IndexPage}
  416. </div>
  417.  
  418.  
  419.  
  420. </body>
  421.  
  422. <!-- i spent so much time and effort pls dont remove credits
  423. i tried to make them as out of the way as possible
  424. thank you dear -->
  425.  
  426. <div style="display:block;bottom:5px;right:-1px;font-size:25px;font-family:georgia;position:fixed;z-index:5;padding:3px;padding-bottom:7px;background-color:{color:background};"><a href="http://cigerettes.tumblr.com/">▣</a>
  427. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement