Advertisement
modernesse

Soul Theme by Modernesse

Jul 16th, 2013
2,270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 KB | None | 0 0
  1. <!-------------------------
  2. Swirl Theme by Modernesse
  3. Themes: http://themesbytash.tumblr.com/
  4. Please do not remove the credit/use this theme as a base code without permission.
  5. Thanks for using my themes!
  6. -------------------------->
  7.  
  8. <head>
  9.  
  10.  
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  14. </script>
  15. <script type="text/javascript" language="javascript">
  16. $(function () {
  17. $('#scrlBotm').click(function () {
  18. $('html, body').animate({
  19. scrollTop: $(document).height()
  20. },
  21. 1500);
  22. return false;
  23. });
  24.  
  25. $('#scrlTop').click(function () {
  26. $('html, body').animate({
  27. scrollTop: '0px'
  28. },
  29. 1500);
  30. return false;
  31. });
  32. });
  33. </script>
  34.  
  35. <link rel="shortcut icon" href="{Favicon}">
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
  38. <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
  39.  
  40. {block:IndexPage}
  41.  
  42. <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44.  
  45. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  46.  
  47. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  48. <script type="text/javascript">
  49. $(window).load(function () {
  50. var $content = $('#content');
  51. $content.masonry({itemSelector: '.entry'}),
  52. $content.infinitescroll({
  53. navSelector : 'div#pagination',
  54. nextSelector : 'div#pagination a#nextPage',
  55. itemSelector : '.entry',
  56. loading: {
  57. finishedMsg: '',
  58. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  59. },
  60. bufferPx : 600,
  61. debug : false,
  62. },
  63. // call masonry as a callback.
  64. function( newElements ) {
  65. var $newElems = $( newElements );
  66. $newElems.hide();
  67. // ensure that images load before adding to masonry layout
  68. $newElems.imagesLoaded(function(){
  69. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  70. {/block:IndexPage}
  71.  
  72. <meta name="color:background" content="#ffffff" />
  73. <meta name="color:text" content="#000000" />
  74. <meta name="color:title" content="#ffffff" />
  75. <meta name="color:link" content="#828282" />
  76. <meta name="color:link hover" content="#ebebeb" />
  77. <meta name="color:scrollbar" content="#a3a3a3" />
  78. <meta name="color:header" content="#000000">
  79. <meta name="color:description" content="#ffffff">
  80. <meta name="color:post background" content="#ffffff">
  81. <meta name="color:perma background" content="#ebebeb">
  82. <meta name="color:post border" content="#a3a3a3">
  83.  
  84. <meta name="if:post border" content="0">
  85.  
  86. <meta name="text:blogtitle margin top" content="150px">
  87. <meta name="text:blogtitle margin left" content="-140px">
  88. <meta name="text:navigation margin top" content="280px">
  89. <meta name="text:navigation margin left" content="-20px">
  90. <meta name="text:description margin top" content="-12px;">
  91. <meta name="text:description margin left" content="-20px;">
  92. <meta name="text:reblog" content="reblog">
  93. <meta name="text:home" content="home">
  94. <meta name="text:message" content="message">
  95. <meta name="text:archive" content="archive">
  96.  
  97.  
  98. <style type="text/css">
  99.  
  100.  
  101. ::-webkit-scrollbar {width: 5px; height: 0px; background:transparent;}
  102. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:5px;}
  103.  
  104. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  105.  
  106. body {
  107. background-color: {color:background};
  108. margin:0;
  109. font-size:12px;
  110. font-family:lato;
  111. line-height:14px;
  112. text-transform:none;
  113. color: {color:text};
  114. }
  115.  
  116. .speclink{
  117. word-spacing:3px;
  118. }
  119.  
  120. .answer{
  121. }
  122. .answer img {
  123. width:250px;
  124. height:auto;
  125. {block:permalinkpage}
  126. width:auto;
  127. height:auto;
  128. {/block:permalinkpage}
  129. }
  130.  
  131. a {
  132. text-decoration:none;
  133. color:{color:link};
  134. -webkit-transition: all 0.4s linear;
  135. -moz-transition: all 0.4s linear;
  136. transition: all 0.4s linear;
  137. }
  138.  
  139. a:link, a:active, a:visited{
  140. color: {color:link};
  141. }
  142.  
  143. a:hover{
  144. color: {color:link hover};
  145. }
  146.  
  147. #head {
  148. z-index:9999999999999999999999999999999999999999999999;
  149. position:fixed;
  150. font-family:century gothic;
  151. text-transform:none;
  152. background-color:{color:header};
  153. margin-left:0px;
  154. margin-top:0px;
  155. opacity:0.8;
  156. width:270px;
  157. height:101%;
  158. text-align:center;
  159. }
  160.  
  161. .blogtitle {
  162. z-index:9999999999999999999999999999999999999999999999999999999999;
  163. position:absolute;
  164. font-family:quicksand;
  165. font-weight:bold;
  166. font-size:60px;
  167. line-height:70px;
  168. color:{color:title};
  169. margin-top:{text:blogtitle margin top};
  170. margin-left:{text:blogtitle margin left};
  171. }
  172.  
  173.  
  174. #center{
  175. margin-top:1px;
  176. {block:iflongdescription}
  177. margin-top:272px;
  178. {/block:iflongdescription}
  179. margin-left: 0px;
  180. width: 100%;
  181. }
  182.  
  183. #content {
  184. position: absolute;
  185. width:1080px;
  186. left:50%;
  187. margin-left:-470px;
  188. background-color:{color:post background};
  189. float:center;
  190. }
  191.  
  192. .entry{
  193. margin:10px;
  194. padding:0px;
  195. {block:ifpostborder}
  196. padding:3px;
  197. margin:5px;
  198. border:2px solid {color:post border};
  199. {/block:ifpostborder}
  200. float:left;
  201. height:auto;
  202. overflow:show;
  203. background-color: #trans;
  204. {block:IndexPage}
  205. width:250px;
  206. {/block:IndexPage}
  207. {block:PermalinkPage}
  208. width:450px;
  209. height:auto;
  210. {/block:PermalinkPage}
  211. -moz-transition: all 0.4s ease-in-out;
  212. -webkit-transition: all 0.4s ease-in-out;
  213. -o-transition: all 0.4s ease-in-out;
  214. -ms-transition: all 0.4s ease-in-out;
  215. transition: all 0.4s ease-in-out;
  216. }
  217.  
  218. .title{
  219. font-family:quicksand;
  220. font-size:17px;
  221. line-height:19px;
  222. text-transform:uppercase;
  223. color: {color:text};
  224. font-weight:bold;
  225. }
  226.  
  227. blockquote{
  228. padding:0px 0px 0px 3px;
  229. margin:0px 0px 0px 2px;
  230. border-left: 2px solid #ddd;
  231. }
  232.  
  233. .perma{
  234. position:absolute;
  235. bottom:-20px;
  236. width:100%;
  237. height:25px;
  238. font-size:10px;
  239. text-transform:uppercase;
  240. text-align:center;
  241. line-height:25px;
  242. overflow:hidden;
  243. background:{color:perma background};
  244. border-bottom-left-radius:3px;
  245. border-bottom-right-radius:3px;
  246. overflow:hidden;
  247. opacity: 0;
  248. -webkit-transition: all 0.2s linear;
  249. -webkit-transition: all 0.2s linear;
  250. -moz-transition: all 0.2s linear;
  251. transition: all 0.2s linear;
  252. }
  253.  
  254. .entry:hover .perma{
  255. bottom:-12px;
  256. opacity:1;
  257. -webkit-transition: all 0.2s linear;
  258. -webkit-transition: all 0.2s linear;
  259. -moz-transition: all 0.2s linear;
  260. transition: all 0.2s linear;
  261. }
  262.  
  263. .entry:hover .permalink{
  264. line-height:10px;
  265. opacity:1;
  266. -webkit-transition: all 0.4s linear;
  267. -webkit-transition: all 0.4s linear;
  268. -moz-transition: all 0.4s linear;
  269. transition: all 0.4s linear;
  270. }
  271.  
  272. .permalink{
  273. font-family:lato;
  274. font-size:10px;
  275. line-height:0;
  276. text-transform:uppercase;
  277. text-align:right;
  278. opacity:0;
  279. -webkit-transition: all 0.4s linear;
  280. -webkit-transition: all 0.4s linear;
  281. -moz-transition: all 0.4s linear;
  282. transition: all 0.4s linear;
  283. }
  284.  
  285. .notess{
  286. height:500px;
  287. width:500px;
  288. overflow:scroll;
  289. }
  290. .notess img{
  291. display:none;
  292. }
  293. .permaside{
  294. position:absolute;
  295. width:500px;
  296. left:500px;
  297. top:20px;
  298. }
  299.  
  300. {CustomCSS}
  301. </style>
  302.  
  303. <title>{title}</title>
  304.  
  305. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  306.  
  307. </head>
  308. <body>
  309.  
  310. <div id="head">
  311. <a href="/"><span class="blogtitle">{Title}</span></a>
  312. <div style="margin-top:{text:navigation margin top}; margin-left:{text:navigation margin left}; z-index:9999999999999999999999999999999999999999999999999;">
  313. <br><center><a href="/">{text:home}</a>
  314. <a href="/ask">{text:message}</a>
  315. {block:HasPages}{block:Pages}<a href="{URL}"><span class="speclink">{Label}</span></a> {/block:Pages}{/block:HasPages}
  316. </span>
  317. <a href="http://modernesse.tumblr.com">theme</a>
  318. </div>
  319.  
  320. <br><div style="line-height:18px; color:{color:description}; margin-top:{text:description margin top}; margin-left:{text:navigation margin left};">{Description}</center></div>
  321. </div>
  322.  
  323. <div id="center">
  324. <div id="content">
  325. {block:Posts}
  326. <div class="entry">
  327.  
  328. {block:Text}
  329. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}<div class="answer">
  330. <div style="margin-left:1px;">{Body}</div></div>
  331. <div class="permalink"><a href="{permalink}">{NoteCountwithLabel}</a></div>
  332. {/block:Text}
  333.  
  334. {block:Link}
  335. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  336. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  337. <div class="permalink"><a href="{permalink}">{NoteCountwithLabel}</a></div>
  338. {block:Link}
  339.  
  340. {block:Photo}
  341. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="250px"/></a></div>{LinkCloseTag}
  342. <div class="perma">
  343. <a href="{Permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">{text:reblog}</a><br>
  344. </div>
  345. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}
  346. {/block:Photo}
  347.  
  348. {block:Photoset}
  349. <center>
  350. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  351. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  352. </center>
  353. <div class="permalink"><a href="{permalink}">{NoteCountwithLabel}</a></div>
  354. {/block:IndexPage}
  355. {/block:Photoset}
  356.  
  357. {block:Quote}
  358. <div style="margin-left:3px;">
  359. <span class="title">{Quote}</span><br>{Source}
  360. </div>
  361. <div class="permalink"><a href="{permalink}">{NoteCountwithLabel}</a></div>
  362. {/block:Quote}
  363.  
  364. {block:Chat}
  365. <div style="margin-left:3px;">
  366. {block:Title}<span class="title">{Title}</span>{/block:Title}
  367. <ul class="chat">
  368. {block:Lines}
  369. <li class="user_{UserNumber}">
  370. {block:Label}
  371. <span class="label">{Label}</span>
  372. {/block:Label}
  373. {Line}
  374. </li>
  375. {/block:Lines}
  376. </ul>
  377. </div>
  378. <div class="permalink"><a href="{permalink}">{NoteCountwithLabel}</a></div>
  379. {/block:Chat}
  380.  
  381. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  382. <center>{AudioPlayerBlack}
  383. {block:Caption}{Caption}{/block:Caption}</center>
  384. <div class="permalink"><a href="{permalink}">{NoteCountwithLabel}</a></div>
  385. {/block:Audio}
  386.  
  387. {block:Answer}<img src="{AskerPortraitURL-24}" align="left" z-index: 1; style="padding:2px;"/> {Asker} asked: <br><i>{Question}</i><br><br><div class="answer">{Answer}</div>
  388. <div class="permalink"><a href="{permalink}">{NoteCountwithLabel}</a></div>
  389. {/block:Answer}
  390.  
  391. {block:Video}
  392. {block:IndexPage}
  393. <center>
  394. {Video-250}</center>
  395. <div class="permalink"><a href="{permalink}">{NoteCountwithLabel}</a></div>
  396. {/block:IndexPage}
  397. {block:PermalinkPage}
  398. <center>
  399. {Video-500}</center>
  400. {/block:PermalinkPage}
  401. {block:Video}
  402.  
  403. {block:PermalinkPage}
  404.  
  405. <div class="permaside">
  406. {block:PostNotes}
  407. {block:Caption}{Caption}{/block:caption}
  408. <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png"> {block:NoteCount}{NoteCountwithLabel}{/block:NoteCount}<br>
  409. <img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png"> {Timeago}<br>
  410. <div class="notess">{PostNotes}</div>{/block:PostNotes}
  411. </div>
  412.  
  413. {/block:PermalinkPage}
  414.  
  415. </div>
  416.  
  417. {/block:Posts}
  418.  
  419. {block:IndexPage}
  420. {block:Pagination}
  421. <div id="pagination">
  422. {block:NextPage}
  423. <a id="nextPage" href="{NextPage}"></a>
  424. {/block:NextPage}
  425. {block:PreviousPage}
  426. <a href="{PreviousPage}"></a>
  427. {/block:PreviousPage}
  428. </div>
  429. {/block:Pagination}
  430. {/block:IndexPage}
  431. </div>
  432.  
  433. <a id="scrlTop" title="Top" href="#" style="position: fixed; bottom: 5px; right: 30px;"><img src="http://static.tumblr.com/j1tjexd/uSOm6ujd1/totop-grey.png" width="40px"></a>
  434.  
  435.  
  436. </body>
  437. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement