modernesse

SYDNEY THEME by MODERNESSE

Apr 27th, 2013
997
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.38 KB | None | 0 0
  1. <!--
  2.  
  3. Sydney Theme by Modernesse
  4.  
  5. Please do not remove the credit!
  6.  
  7. -->
  8.  
  9. <html lang="en">
  10. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml">
  12. <head>
  13.  
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  21.  
  22.  
  23. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  24.  
  25. <meta name="color:background" content="#fff"/>
  26. <meta name="color:link" content="#c0c0c0"/>
  27. <meta name="color:text" content="#000"/>
  28. <meta name="color:scrollbar" content="#000">
  29. <meta name="color:post title" content="#333"/>
  30. <meta name="color:hover" content="#000"/>
  31. <meta name="color:title" content="#fabbbb">
  32.  
  33. <meta name="if:show sidebar pic" content="1">
  34.  
  35. <meta name="image:sidebar" content="1"/>
  36. <meta name="image:background" content="1"/>
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41.  
  42.  
  43. p {
  44. margin:0px;
  45. margin-top:0px;
  46. }
  47.  
  48.  
  49.  
  50.  
  51. body {
  52. padding: 0px;
  53. margin: 0px;
  54. color:{color:text};
  55. font-family: raleway;
  56. line-height:12px;
  57. font-size:12px;
  58. background-color: {color:Background};
  59. background-image:url({image:Background});
  60. background-attachment: fixed;
  61. background-repeat: repeat;
  62. }
  63.  
  64.  
  65.  
  66.  
  67. a:link, a:active, a:visited{
  68. text-decoration: none;
  69. -webkit-transition: color 0.3s ease-out;
  70. -moz-transition: color 0.3s ease-out;
  71. transition: color 0.3s ease-out;
  72. color:{color:link};
  73. }
  74.  
  75.  
  76.  
  77. a:hover {
  78. text-decoration: none;
  79. font-style:;
  80. color: {color:Hover};
  81. }
  82.  
  83.  
  84.  
  85. div#center{
  86. margin:auto;
  87. position:relative;
  88. width:1400px;
  89. background-color:;
  90. overflow-y:hidden;
  91. }
  92.  
  93.  
  94.  
  95.  
  96. ::-webkit-scrollbar {width: 3px; height: 0px; background:{color:background};}
  97. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
  98.  
  99.  
  100.  
  101.  
  102.  
  103. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  104. .entry {
  105. float:left;
  106. display: block;
  107. margin:5px;
  108. overflow:hidden;
  109. width:220px;
  110. {block:PermalinkPage}
  111. width:450px;
  112. text-align:left;
  113. line-height:10px;
  114. {/block:PermalinkPage}
  115. background:white;
  116. background-image:URL();
  117. }
  118.  
  119.  
  120.  
  121.  
  122. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  123. .entry .perma{
  124. width:33px;
  125. height:33px;
  126. margin-left:0px;
  127. font-size:28px;
  128. position: absolute;
  129. line-height: 33px;
  130. overflow:hidden;
  131. text-align:center;
  132. top:0px;
  133. background:white;
  134. word-spacing:2px;
  135. letter-spacing:1px;
  136. opacity: 0.0;
  137. -webkit-transition: all .7s ease;
  138. -moz-transition: all .7s ease;
  139. -o-transition: all .7s ease;
  140. transition: all .7s ease;
  141.  
  142. }
  143.  
  144. .entry:hover .perma{
  145. overflow:visible;
  146. opacity:0.9;
  147. }
  148.  
  149.  
  150.  
  151. #nav{
  152. line-height:21px;
  153. word-spacing:130px;
  154. }
  155.  
  156.  
  157.  
  158.  
  159. #nav a{
  160. font-family:satisfy;
  161. font-size:19px;
  162. transition: all 0.4s ease-in-out;
  163. -webkit-transition: all 0.4s ease-in-out;
  164. -moz-transition: all 0.4s ease-in-out;
  165. -o-transition: all 0.5s ease-in-out;
  166. }
  167.  
  168.  
  169.  
  170.  
  171. #nav a:hover{
  172. letter-spacing:3px;
  173. }
  174.  
  175.  
  176.  
  177. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  178. #posts {
  179. width:1000px;
  180. margin-top:10px;
  181. z-index:99;
  182. margin-left:230px;
  183. right:auto;
  184. background:transparent;
  185. margin-right:auto;
  186. position:relative;
  187. overflow-y: hidden;
  188. }
  189.  
  190.  
  191.  
  192.  
  193.  
  194. /*CUSTOMIZE SIDEBAR HERE*/
  195. #sidebar{
  196. position:fixed !important;
  197. width:170px;
  198. background:white;
  199. height:auto;
  200. margin-top:150px;
  201. margin-left:13px;
  202. text-align:center;
  203. }
  204.  
  205.  
  206.  
  207.  
  208. #title {
  209. font-family:pacifico;
  210. font-size:40px;
  211. line-height:75px;
  212. color:{color:title}
  213. }
  214.  
  215.  
  216.  
  217. @font-face {font-family: 'Pacifico'; src: url('http://static.tumblr.com/z7xuk1s/rJzmlwbl6/pacifico.ttf');}
  218.  
  219. @import url(http://fonts.googleapis.com/css?family=Raleway:300);
  220.  
  221. @import url(http://fonts.googleapis.com/css?family=Satisfy);
  222.  
  223.  
  224.  
  225. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  226. .title{
  227. line-height: 12px;
  228. color:{color:PostTitle};
  229. font-weight: normal;
  230. }
  231.  
  232.  
  233.  
  234. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  235. .permalink{
  236. text-transform: normal;
  237. display: block;
  238. text-align: right;
  239. text-decoration: none;
  240. }
  241. .inny{position: fixed; right: 3px; top: 26px; z-index: 5000; opacity:0.3;}
  242.  
  243.  
  244.  
  245. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  246. #infscr-loading{
  247. bottom: -70px;
  248. position: absolute;
  249. left: 50%;
  250. margin-left:-8px;
  251. width:16px;
  252. height:11px;
  253. overflow:hidden;
  254. margin-bottom: 50px;
  255. }
  256.  
  257. #postnotes{
  258. text-align: justify;}
  259.  
  260. #postnotes blockquote{
  261. border: 0px;}
  262.  
  263. blockquote{
  264. padding:0px 0px 2px 5px;
  265. margin:0px 0px 2px 10px;
  266. border-left: 1px dotted #555555;
  267. }
  268.  
  269. blockquote p, ul{
  270. margin:0px;
  271. padding:0px;
  272. }
  273.  
  274. a img{border: 0px;}
  275.  
  276.  
  277. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  278.  
  279. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  280. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  281.  
  282. .notes img{width:10px; position:relative; top:3px;}
  283. <--ses-->
  284. small{font-size: 90%;}
  285.  
  286. {CustomCSS}
  287.  
  288. </style>
  289.  
  290. {block:IndexPage}
  291. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  292. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  293.  
  294. <script type="text/javascript">
  295. $(window).load(function(){
  296. var $wall = $('#posts');
  297. $wall.imagesLoaded(function(){
  298. $wall.masonry({
  299. itemSelector: '.entry, .entry_photo',
  300. isAnimated : false
  301. });
  302. });
  303.  
  304. $wall.infinitescroll({
  305. navSelector : '#pagination',
  306. nextSelector : '#pagination a',
  307. itemSelector : '.entry, .entry_photo',
  308. bufferPx : 2000,
  309. debug : false,
  310. errorCallback: function() {
  311. $('#infscr-loading').fadeOut('normal');
  312. }},
  313. function( newElements ) {
  314. var $newElems = $( newElements );
  315. $newElems.hide();
  316. $newElems.imagesLoaded(function(){
  317. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  318. });
  319. }); $('#posts').show(500);
  320. });
  321. </script>
  322.  
  323.  
  324. {/block:IndexPage}
  325.  
  326.  
  327. <title>{title}</title>
  328.  
  329. <link rel="shortcut icon" href="{Favicon}" />
  330. <meta name="viewport" content="width=820" />
  331. </head>
  332.  
  333. <body>
  334. <div class="wrapper">
  335. <div class="header">
  336. </div>
  337.  
  338. <div id="cage">
  339. <div id="center">
  340.  
  341. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  342.  
  343. <div id="sidebar">
  344. <center>
  345. <div id="title">
  346. {title}
  347. </div>
  348. {block:ifShowSidebarPic}
  349. <a href="/"><img src="{image:sidebar}" width=100%></a>
  350. {/block:ifShowSidebarPic}
  351. {block:ifnotShowSidebarPic}
  352. <br><br>
  353. {/block:ifnotShowSidebarPic}
  354. <div id="nav">
  355. <a href="/">home</a>
  356. <a href="/ask">message</a>
  357. <a href="/archive">archive</a>
  358. <a href="http://modernesse.tumblr.com/">theme</a>
  359. </div>
  360. <br>
  361. {description}
  362. <br><br>
  363.  
  364. </center>
  365. </div>
  366.  
  367. <!------------------------------------->
  368.  
  369.  
  370. <div class="left">
  371. <div id="posts">
  372. {block:Posts}
  373. <div class="entry">
  374.  
  375. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  376.  
  377. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  378. {/block:Text}
  379.  
  380. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  381.  
  382. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  383.  
  384. {block:Photo}
  385. {block:IndexPage}
  386. <center>
  387. <div class="perma">
  388. <a href="{ReblogURL}" target="_blank"> ↻ </a> </div>
  389.  
  390. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  391. {/block:IndexPage}
  392. {block:PermalinkPage}
  393. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  394.  
  395. {LinkCloseTag}
  396. {/block:PermalinkPage}
  397. {/block:Photo}
  398.  
  399. {block:Photoset}
  400. {block:IndexPage}
  401. <center>
  402.  
  403. <div class="perma">
  404. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  405.  
  406. {Photoset-250}</center>
  407. {/block:IndexPage}
  408. {block:PermalinkPage}
  409. <center>
  410. {Photoset-500}</center>
  411. {/block:PermalinkPage}
  412. {/block:Photoset}
  413.  
  414. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  415. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  416.  
  417. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  418. <ul class="chat">
  419. {block:Lines}
  420. <li class="user_{UserNumber}">
  421. {block:Label}
  422. <span class="label">{Label}</span>
  423. {/block:Label}
  424.  
  425. {Line}
  426. </li>
  427. {/block:Lines}
  428. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  429. {/block:Chat}
  430.  
  431. {block:Audio}
  432. <div style="width:200px; height:30px;">
  433. {AudioPlayerBlack}
  434. </div>
  435. {block:IndexPage}<span class="permalink">
  436. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  437. </span>{/block:IndexPage}
  438. {/block:Audio}
  439.  
  440. {block:Video}
  441. {block:IndexPage}
  442. <center>
  443. <div class="perma">
  444. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  445. {Video-250}</center>
  446. {/block:IndexPage}
  447. {block:PermalinkPage}
  448. <center>
  449. {Video-400}</center>
  450. {/block:PermalinkPage}
  451. {block:Video}
  452.  
  453.  
  454. {block:PostNotes}<div align="middle">{caption}</div>
  455. <center>
  456.  
  457. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  458.  
  459. {block:HasTags}
  460. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  461. {block:RebloggedFrom}
  462. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  463. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  464.  
  465. {/block:RebloggedFrom}
  466. </center></span>
  467. <br>
  468. <div id="postnotes">{PostNotes}</div><br>
  469.  
  470. <center>{block:ContentSource}
  471. <br><a href="{SourceURL}">
  472. {lang:Source}:
  473. {block:SourceLogo}
  474. <img src="{BlackLogoURL}" width="{LogoWidth}"
  475. height="{LogoHeight}" alt="{SourceTitle}" />
  476. {/block:SourceLogo}
  477. {block:NoSourceLogo}
  478. {SourceLink}
  479. {/block:NoSourceLogo}
  480. </a>
  481. {/block:ContentSource}</center>
  482.  
  483. {/block:PostNotes}
  484. </div>
  485. {/block:Posts}
  486. </div></div>
  487.  
  488. {block:IndexPage}
  489. {block:Pagination}
  490. <div id="pagination">
  491. {block:NextPage}
  492. <a id="nextPage" href="{NextPage}"></a>
  493. {/block:NextPage}
  494. {block:PreviousPage}
  495. <a href="{PreviousPage}"></a>
  496. {/block:PreviousPage}
  497. </div>
  498. {/block:Pagination}
  499. {/block:IndexPage}
  500. <div class="inny"><a href="http://modernesse.tumblr.com/"> <img src="http://static.tumblr.com/8jq17g7/Re3lqefyw/install.png"> </a>
  501. </body>
  502. </html>
Advertisement
Add Comment
Please, Sign In to add comment