Advertisement
Guest User

VITAL THEME BY MODERNESSE

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