Rhiut

lldolise- Theme 4

Jan 8th, 2014
2,209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.76 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4.  
  5. <!--
  6.  
  7. llDOLISE THEME by Rhiut-themes (rhiut.tumblr.com)
  8. Theme is best viewed on Google Chrome / Firefox.
  9.  
  10. PLEASE DO NOT REMOVE CREDIT.
  11.  
  12. If you experience any problems with this theme please contact me asap. (http://rhiut-themes.tumblr.com/ask)
  13.  
  14. Thank you!
  15.  
  16. -->
  17.  
  18.  
  19. <html lang="en">
  20. <head>
  21.  
  22.  
  23. <meta name="if:Repeat background image" content="0"/>
  24. <meta name="if:Image Slides Down on Mouseover" content="1"/>
  25. <meta name="if:Rounded Images" content="0"/>
  26. <meta name="if:Transparent Header" content="1"/>
  27. <meta name="if:Endless Scrolling" content="1"/>
  28. <meta name="if:Caption" content="0"/>
  29. <meta name="if:links" content=""/>
  30.  
  31. <meta name="font:Title" content="Garamond"/>
  32. <meta name="font:Post title" content="Garamond"/>
  33. <meta name="font:Body" content="Garamond"/>
  34.  
  35. <meta name="color:Background" content="#FFFFFF"/>
  36. <meta name="color:Chat" content="#F5F5F5"/>
  37. <meta name="color:Title" content="#444444"/>
  38. <meta name="color:Post title" content="#363636"/>
  39. <meta name="color:Text" content="#444444"/>
  40. <meta name="color:Link" content="#636363"/>
  41. <meta name="color:Hover" content="#000000"/>
  42.  
  43. <meta name="text:Header height" content="57"/>
  44. <meta name="text:Title font size" content="40"/>
  45. <meta name="text:Post title font size" content="18"/>
  46. <meta name="text:Body font size" content="11"/>
  47.  
  48. <meta name="text:Link 1 URL" content=""/>
  49. <meta name="text:Link 1" content=""/>
  50. <meta name="text:Link 2 URL" content=""/>
  51. <meta name="text:Link 2" content=""/>
  52. <meta name="text:Link 3 URL" content=""/>
  53. <meta name="text:Link 3" content=""/>
  54. <meta name="text:Link 4 URL" content=""/>
  55. <meta name="text:Link 4" content=""/>
  56. <meta name="text:Link 5 URL" content=""/>
  57. <meta name="text:Link 5" content=""/>
  58.  
  59. <meta name="image:Background" content=""/>
  60.  
  61.  
  62.  
  63. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  64. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  65.  
  66. {PostSummary} - {/block:PostSummary}{Title}</title>
  67.  
  68. <style type="text/css">
  69.  
  70.  
  71. iframe#tumblr_controls{
  72. top: 1px !important;
  73. margin: 0 0 0 0;
  74. right: 6px !important;
  75. position: fixed !important;
  76. }
  77.  
  78. body{
  79. margin:0px;
  80. background-color: {color:Background};
  81. background-image:url({image:Background});
  82. background-attachment: fixed;
  83. background-repeat: no-repeat;
  84. {block:IfRepeatBackgroundImage}background-repeat: repeat;{/block:IfRepeatBackgroundImage}
  85. font-size:{text:Body font size}px;
  86. font-family:{font:Body};
  87. line-height:16px;
  88. color:{color:Text};
  89. }
  90.  
  91. a:link, a:active, a:visited{
  92. color: {color:Link};
  93. text-decoration: none;
  94. -webkit-transition: 0.3s ease-in;
  95. }
  96.  
  97. a:hover {
  98. color:{color:Hover};
  99. -webkit-transition: 0.3s ease-in;
  100. }
  101.  
  102. ::-webkit-scrollbar-thumb:vertical {
  103. background-color:{color:text};
  104. height:100px;
  105. }
  106.  
  107. ::-webkit-scrollbar-thumb:horizontal {
  108. background-color:{color:text};
  109. height:10px;
  110. }
  111.  
  112. ::-webkit-scrollbar {
  113. height:10px;
  114. width:8px;
  115. background-color:{color:background};
  116. }
  117.  
  118. div#content{
  119. {block:IndexPage}width:840px;{/block:IndexPage}
  120. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  121. padding-top:{text:header height}px;
  122. margin:auto;
  123. }
  124.  
  125. div#header{
  126. position:fixed;
  127. text-align:center;
  128. height:{text:header height}px;
  129. width:100%;
  130. background-color:{color:background};
  131. padding:10px;
  132. z-index:1;
  133. -webkit-box-shadow: 0px 2px 6px 3px {color:background};
  134. -moz-box-shadow: 0px 2px 6px 3px {color:background};
  135. box-shadow: 0px 2px 6px 3px {color:background};
  136. {block:IfTransparentHeader}
  137. -webkit-transition: 0.5s ease-in;
  138. opacity:0.8;
  139. filter: alpha(opacity = 80);
  140. {/block:IfTransparentHeader}
  141. }
  142.  
  143. div#header:hover{
  144. opacity: 1;
  145. filter: alpha(opacity = 100);
  146. -webkit-transition: 0.5s ease-in;
  147. }
  148.  
  149. .links{margin-top:5px;}
  150.  
  151. a.nav{
  152. display:inline-block;
  153. font-size:10px;
  154. text-transform:uppercase;
  155. margin-right:8px;
  156. border-bottom:2px solid transparent;
  157. }
  158.  
  159. a.nav:hover{border-bottom:2px solid {color:link};}
  160.  
  161. .title{
  162. font-family:{font:title};
  163. font-size: {text:title font size}px;
  164. color:{color:Title};
  165. padding-bottom:10px;
  166. }
  167.  
  168. .post_title{
  169. font-family:{font:Post title};
  170. font-size:{text:Post title font size}px;
  171. color:{color:Post title};
  172. line-height:24px;
  173. }
  174.  
  175. .entry{
  176. {block:IndexPage}
  177. width:250px;
  178. float:left;
  179. padding:10px;
  180. margin:0px 5px 0px 5px;
  181. {/block:IndexPage}
  182. {block:PermalinkPage}
  183. width:500px;
  184. margin-top:15px;
  185. {/block:PermalinkPage}
  186. overflow:hidden;
  187. }
  188.  
  189. .entry img{
  190. {block:IndexPage}max-width:250px;{/block:IndexPage}
  191. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage}
  192. }
  193.  
  194. .photo img{
  195. -webkit-transition: 0.3s ease-in;
  196. {block:IfRoundedImages}
  197. -webkit-border-radius: 6px;
  198. -moz-border-radius: 6px;
  199. border-radius: 6px;
  200. {/block:IfRoundedImages}
  201. }
  202.  
  203. {block:IfImageSlidesDownonMouseover}
  204. .photo img:hover{margin-top:5px; -webkit-transition: 0.3s ease-in;}
  205. {/block:IfImageSlidesDownonMouseover}
  206.  
  207. .asker{padding:5px; background:{color:chat};}
  208.  
  209. blockquote{
  210. padding:0px 0px 0px 5px;
  211. margin:0px 0px 2px 1px;
  212. border-left: 1px solid {color:Text};
  213. }
  214.  
  215. .permalink{
  216. display:block;
  217. font-size:10px;
  218. opacity:0.7;
  219. filter:alpha(opacity = 70);
  220. -webkit-transition: 0.3s ease-in;
  221. }
  222.  
  223. .entry:hover .permalink{
  224. opacity:1;
  225. filter:alpha(opacity = 100);
  226. -webkit-transition:0.3s ease-in;
  227. }
  228.  
  229. .photo_perma{
  230. position:absolute;
  231. margin-top:-40px;
  232. display:block;
  233. width:250px;
  234. text-align:center;
  235. padding:3px;
  236. background-color:{color:background};
  237. opacity:0;
  238. filter: alpha(opacity = 0);
  239. -webkit-transition: 0.3s ease-in;
  240. }
  241.  
  242. .entry:hover .photo_perma{
  243. opacity:0.8;
  244. filter: alpha(opacity = 80);
  245. -webkit-transition: 0.3s ease-in;
  246. }
  247.  
  248. div#page{
  249. position:fixed;
  250. right:5px;
  251. bottom:5px;
  252. font-family:{font:Body};
  253. font-style:italic;
  254. text-align:right;
  255. {block:IfEndlessScrolling}display:none;{/block:IfEndlessScrolling}
  256. padding:10px;
  257. }
  258.  
  259. .q{
  260. margin-left:20px;
  261. margin-top:-15px;
  262. font-family:{font:Post Title};
  263. font-size:{text:Post title font size}px;
  264. color:{color:Post title};
  265. line-height:24px;
  266. }
  267.  
  268. .quote{
  269. position:relative;
  270. top:20px;
  271. font-size:60px;
  272. opacity:0.2;
  273. filter: alpha(opacity = 20);
  274. }
  275.  
  276. .source{
  277. font-size:12px;
  278. margin-left:35px;
  279. }
  280.  
  281. div#chat li {
  282. padding: 4px;
  283. background-color:{color:Chat};
  284. margin-top: 2px;
  285. }
  286.  
  287. div#chat ul{
  288. {block:IndexPage}
  289. width:250px;
  290. {/block:IndexPage}
  291. {block:PermalinkPage}
  292. width:500px;
  293. {/block:PermalinkPage}
  294. list-style: none;
  295. padding: 0px;
  296. margin-top:5px;
  297. margin-bottom:10px;
  298. text-align: left;
  299. }
  300.  
  301. .lalala{
  302. background-color:#E4E4E4;
  303. height:27px;
  304. {block:IndexPage}
  305. width:250px;
  306. {/block:IndexPage}
  307. {block:PermalinkPage}
  308. width:500px;
  309. {/block:PermalinkPage}
  310. overflow:hidden;
  311. }
  312.  
  313. div#postnotes{width:500px;}
  314.  
  315. ol.notes {
  316. padding: 0px;
  317. margin: 25px 0px;
  318. list-style-type: none;
  319. border-bottom: solid 1px {color:text};
  320. font-size:10px;
  321. }
  322.  
  323. ol.notes li.note {
  324. border-top: solid 1px {color:text};
  325. padding: 4px;
  326. font-size:10px;
  327. }
  328.  
  329. ol.notes li.note img.avatar {
  330. vertical-align: -4px;
  331. margin-right: 10px;
  332. width: 16px;
  333. height: 16px;
  334. }
  335.  
  336. ol.notes li.note span.action {
  337. font-weight: normal;
  338. font-size:10px;
  339. }
  340.  
  341. ol.notes li.note .answer_content {
  342. font-weight: normal;
  343. font-size:10px;
  344. }
  345.  
  346. ol.notes li.note blockquote {
  347. border-color: {color:text};
  348. padding: 4px 10px;
  349. margin: 10px 0px 0px 25px;
  350. font-size:10px;
  351. }
  352.  
  353. ol.notes li.note blockquote a {
  354. text-decoration: none;
  355. font-size:10px;
  356. }
  357.  
  358.  
  359. {CustomCSS}
  360. </style>
  361. <link rel="shortcut icon" href="{Favicon}">
  362. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  363. <meta name="viewport" content="width=820" />
  364.  
  365. {block:IndexPage}
  366.  
  367. {block:IfEndlessScrolling}<script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IfEndlessScrolling}
  368.  
  369. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  370.  
  371. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  372.  
  373. <script type="text/javascript">
  374. $(window).load(function(){
  375. var $wall = $('#content');
  376. $wall.imagesLoaded(function(){
  377. $wall.masonry({
  378. itemSelector: '.entry',
  379. isAnimated : true
  380. });
  381. });
  382. $wall.infinitescroll({
  383. navSelector : "div#navigation",
  384. nextSelector : "div#navigation a#nextPage",
  385. itemSelector : '.entry',
  386. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  387. loadingText : " ",
  388. donetext : " ",
  389. extraScrollPx : 9000,
  390. bufferPx : 10000,
  391. debug : false,
  392. errorCallback: function() {
  393. $('#infscr-loading').animate({opacity: .8},1000).fadeOut('normal');
  394. }},
  395. function( newElements ) {
  396. var $newElems = $( newElements );
  397. $newElems.hide();
  398. $newElems.imagesLoaded(function(){
  399. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn();} );
  400. });
  401. }); $('#content').show(500);
  402. });
  403. </script>
  404.  
  405. {/block:IndexPage}
  406. <script type="text/javascript" src="http://little-vince.tumblr.com/lred.js"></script>
  407. </head>
  408. <body>
  409.  
  410.  
  411. {block:Pagination}<div id="page">{block:PreviousPage}<a href="{PreviousPage}">newer </a>{/block:PreviousPage}{block:nextPage}<a href="{nextPage}">/ before</a>{/block:nextPage}</div>{/block:Pagination}
  412. <div class="reblogframe">
  413. <iframe class="lred" scrolling="no" width="100%" height="26px" frameborder="0" data-plink="{Permalink}" data-reblog="{ReblogURL}" data-user="{Name}" data-pic="{URLEncodedPortraitURL-64}"></iframe>
  414. </div>
  415. <div id="header">
  416. <div class="title">{Title}</div>
  417. {Description}
  418. <div class="links">
  419.  
  420.  
  421. </div>
  422.  
  423. <div class="links">
  424. <a href="/" class="nav">Home</a>
  425. <a href="{text:Link 1 URL}"class="nav" target="_blank">{text:Link 1}</a>
  426. <a href="{text:Link 2 URL}"class="nav"target="_blank">{text:Link 2}</a>
  427. <a href="{text:Link 3 URL}"class="nav"target="_blank">{text:Link 3}</a>
  428. <a href="{text:Link 4 URL}"class="nav"target="_blank">{text:Link 4}</a>
  429. <a href="{text:Link 5 URL}"class="nav">{text:Link 5}</a>
  430. <a href="http://rhiut-themes.tumblr.com/" class="nav" target="_blank">Theme</a>
  431.  
  432.  
  433. </div>
  434. </div>
  435.  
  436.  
  437. <div style="padding-top:30px;"><div id="content">
  438.  
  439. {block:Posts}
  440. {block:Text}
  441. <div class="entry">
  442. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  443. {Body}
  444. {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} &bull; {NoteCountWithLabel}</a></span>{/block:IndexPage}
  445. </div>
  446. {/block:Text}
  447.  
  448. {block:Photo}
  449. <div class="entry">
  450. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  451. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  452. {block:IndexPage}<div class="photo">{/block:IndexPage}<img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="250"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>{block:IndexPage}</div>{/block:IndexPage}
  453. {block:IndexPage}<div class="photo_perma"><a href="{Permalink}">{NoteCountWithLabel}</a> &#8226; <a href="{ReblogURL}" target="_blank">Reblog</a></a></div>{/block:IndexPage}
  454. {block:IndexPage}{block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}{/block:IndexPage}
  455. {block:IndexPage}</a>{/block:IndexPage}
  456. {block:PermalinkPage}
  457. {block:Caption}{Caption}{/block:Caption}
  458. {LinkCloseTag}{/block:PermalinkPage}
  459. </div>
  460. {/block:Photo}
  461.  
  462. {block:Photoset}
  463. <div class="entry">
  464. {block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  465. {block:Caption}{Caption}{/block:Caption}
  466. <p>
  467. {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} &bull; {NoteCountWithLabel}</a></span>{/block:IndexPage}
  468. </p>
  469. </div>
  470. {/block:Photoset}
  471.  
  472. {block:Quote}
  473. <div class="entry">
  474. <span class="quote">&#10077;</span><div class="q">{Quote}</div>
  475. {block:Source}<div class="source"><p>&#8212; {Source}</p></div>{/block:Source}
  476. {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} &bull; {NoteCountWithLabel}</a></span>{/block:IndexPage}
  477. </div>
  478. {/block:Quote}
  479.  
  480. {block:Chat}
  481. <div class="entry">
  482. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  483. <div id="chat">
  484. <ul>{block:Lines}<li>
  485. {block:Label}<b>{Label}</b>{/block:Label}
  486. {Line}
  487. </li>{/block:Lines}</ul>
  488. </div>
  489. {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} &bull; {NoteCountWithLabel}</a></span>{/block:IndexPage}
  490. </div>
  491. {/block:Chat}
  492.  
  493. {block:Link}
  494. <div class="entry">
  495. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a>{block:Description}{Description}{/block:Description}
  496. {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} &bull; {NoteCountWithLabel}</a></span>{/block:IndexPage}
  497. </div>
  498. {/block:Link}
  499.  
  500. {block:Audio}
  501. <div class="entry">
  502. <center>
  503. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" style="width:180px; position:relative;"/><p>{/block:AlbumArt}</center>
  504. <div class="lalala">
  505. {AudioPlayerGrey}</div>
  506. {block:Caption}{Caption}
  507. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}
  508. <p>
  509. {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} &bull; {NoteCountWithLabel}</a></span>{/block:IndexPage}
  510. </p>
  511. </div>
  512. {/block:Audio}
  513.  
  514. {block:Video}
  515. <div class="entry">
  516. {block:IndexPage}{Video-250}{/block:IndexPage}
  517. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  518. {block:Caption}{Caption}{/block:Caption}
  519. {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} &bull; {NoteCountWithLabel}</a></span>{/block:IndexPage}
  520. </div>
  521. {/block:Video}
  522.  
  523. {block:Answer}
  524. <div class="entry">
  525. <div class="asker">{Asker} : {Question}</div>
  526. {Answer}
  527. <p>
  528. {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} &bull; {NoteCountWithLabel}</a></span>{/block:IndexPage}
  529. </p>
  530. </div>
  531. {/block:Answer}
  532.  
  533. {block:PostNotes}
  534. <div id="postnotes">Posted {TimeAgo} with {NoteCountWithLabel}<br>
  535. {block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>
  536. {block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  537. Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}</div>
  538. {PostNotes}
  539. {/block:PostNotes}
  540.  
  541. {/block:posts}
  542.  
  543. {block:IndexPage}{block:IfEndlessScrolling}
  544. <div class="column navigation" id="navigation">
  545. {block:Pagination}
  546. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  547. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  548. </div>
  549. {/block:IndexPage}{/block:IfEndlessScrolling}
  550.  
  551. </div></div>
  552.  
  553.  
  554. <!-- PLEASE DO NOT REMOVE THE CREDIT LINK. I'D APPRECIATE THAT VERY MUCH -->
Advertisement
Add Comment
Please, Sign In to add comment