Advertisement
konstantina

Riann Theme by perfectic

Dec 1st, 2012
6,237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.31 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!---------------------------------
  5. __   __  _   __  __   __  ___    __
  6. |__| |__ |_| |__ |__  /     |  | /
  7. |    |__ | \ |   |__  \__   |  | \__
  8.  
  9. Riann Theme
  10.  
  11. personal: perfectic.tumblr.com
  12. themes: perfecticthemes.tumblr.com
  13.  
  14. please don't remove the credit.
  15. if you do, i'll report you.
  16.  
  17. ---------------------------------->
  18.  
  19. <head>
  20.  
  21. <script type="text/javascript"
  22. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  23.  
  24. <meta name="color:Background" content="#fff"/>
  25. <meta name="color:Text" content="#000"/>
  26. <meta name="color:Links" content="#000"/>
  27. <meta name="color:Hover" content="#000"/>
  28. <meta name="color:Blogtitle" content="#000"/>
  29. <meta name="color:Borders color" content="#47464d"/>
  30. <meta name="color:Sidebar Background" content="#fff"/>
  31.  
  32. <meta name="image:Background" content=""/>
  33. <meta name="image:Sidebar Image" content=""/>
  34. <meta name="image:Sidebar Background" content=""/>
  35.  
  36.  
  37. <meta name="if:show photo" content="0"/>
  38. <meta name="if:sidebar borders" content="1"/>
  39. <meta name="if:posts borders" content="1"/>
  40.  
  41. <meta name="text:Link One Title" content="link1" />
  42. <meta name="text:Link One" content="" />
  43. <meta name="text:Link Two Title" content="link2" />
  44. <meta name="text:Link Two" content="" />
  45. <meta name="text:Link Three Title" content="link3" />
  46. <meta name="text:Link Three" content="" />
  47.  
  48. <style type="text/css">
  49.  
  50. #tumblr_controls {
  51. position: fixed;
  52. -webkit-filter: invert(100%)
  53. }
  54.  
  55. .wrapper{
  56. margin: 0px auto;
  57. width: 802px;
  58. }
  59.  
  60. .header{
  61. float: left;
  62. width: 100%;
  63. }
  64.  
  65. body {
  66. position: relative;
  67. padding: 10px;
  68. margin: 0px;
  69. color:{color:text};
  70. font-family: 'georgia';
  71. font-size:13px;
  72. background-color: {color:Background};
  73. background-image:url({image:Background});
  74. background-attachment: fixed;
  75. background-repeat: repeat;
  76. }
  77.  
  78. a:link, a:active, a:visited{
  79. color:{color:Links};
  80. text-decoration: none;
  81. -webkit-transition: color 0.4s ease-out;
  82. -moz-transition: color 0.4s ease-out;
  83. }
  84.  
  85. a:hover{
  86. -webkit-transition: color 0.4s ease-out;
  87. -moz-transition: color 0.4s ease-out;
  88. color:{color:Hover};
  89. }
  90.  
  91. #posts {
  92. width: 1400px;
  93. padding-top:0px;
  94. float:center;
  95. margin-left:-190px;
  96. }
  97.  
  98. .entry {
  99. width:290px;
  100. position:relative;
  101. margin-left:350px;
  102. padding: 10px;
  103. margin-top:10px;
  104. float:left;
  105. text-align: left;
  106. font-family: 'century gothic';
  107. font-size: 12px;
  108. line-height:13px;
  109. letter-spacing:1px;
  110. opacity:0.8;
  111. {block:ifpostsborders}
  112. border: 1px dashed {color:borders color};
  113. {/block:ifpostsborders}
  114. {block:PermalinkPage}
  115. top:20px;
  116. margin-left:750px;
  117. width:400px;
  118. {/block:PermalinkPage}
  119. }
  120.  
  121. #infscr-loading{
  122. bottom: -70px;
  123. position: absolute;
  124. left: 50%;
  125. left:100px;
  126. width:16px;
  127. height:11px;
  128. overflow:hidden;
  129. margin-bottom: 50px;
  130. }
  131.  
  132. #sidebar {
  133. position:fixed;
  134. height: auto;
  135. width: 230px;
  136. left:535px;
  137. top:160px;
  138. z-index:100;
  139. text-align: center;
  140. padding: 10px;
  141. padding-right: 8px;
  142. padding-left:8px;
  143. font-family:'century gothic';
  144. font-size:14px;
  145. line-height:13px;
  146. color: {color:Text};
  147. {block:ifsidebarborders}
  148. border: 1px dashed {color:borders color};
  149. {/block:ifsidebarborders}
  150. background-color: {color:sidebar background};
  151. background-image:url({image:Sidebar Background});
  152. background-attachment: fixed;
  153. background-repeat: repeat;
  154. {block:PermalinkPage}
  155. margin-left:-270px;
  156. {/block:PermalinkPage}
  157. }
  158.  
  159. .title{
  160. font-family: 'century gothic';
  161. font-size: 17px;
  162. line-height:11px;
  163. color: {color:Text};
  164. font-weight: normal;
  165. }
  166.  
  167. .blogtitle{
  168. font-family: 'century gothic';
  169. font-size: 37px;
  170. line-height: 22px;
  171. color: {color:Blogtitle};
  172. letter-spacing: 0px;
  173. }
  174.  
  175. .entry:hover {
  176. opacity:1;
  177. -webkit-transition: all 0.3s linear;
  178. -moz-transition: all 0.3s linear;
  179. transition: all 0.3s linear;
  180. }
  181.  
  182. .reblogbutton {
  183. position:absolute;
  184. height: auto;
  185. width: 70px;
  186. padding:5px;
  187. overflow: hidden;
  188. text-align: center;
  189. font-size: 10px;
  190. font-family:'century gothic';
  191. line-height: 15px;
  192. opacity: 0;
  193. background: white;
  194. filter: alpha(opacity = 0);
  195. -webkit-transition: all 0.3s linear;
  196. -moz-transition: all 0.3s linear;
  197. transition: all 0.3s linear;
  198. }
  199.  
  200. .entry:hover .reblogbutton {
  201. opacity: 0.9;
  202. top: 20px;
  203. left:25px;
  204. font-family:'century gothic';
  205. filter: alpha(opacity = 90);
  206. -webkit-transition: all 0.3s linear;
  207. -moz-transition: all 0.3s linear;
  208. transition: all 0.3s linear;
  209. }
  210. .entry:hover .reblogbutton:hover{
  211. opacity:0.8;}    
  212.  
  213. .notesbutton {
  214. position:absolute;
  215. height: auto;
  216. width: 50px;
  217. padding:5px;
  218. overflow: hidden;
  219. text-align: center;
  220. font-size: 10px;
  221. font-family:'century gothic';
  222. line-height: 15px;
  223. opacity: 0;
  224. background: white;
  225. -webkit-transition: all 0.3s linear;
  226. -moz-transition: all 0.3s linear;
  227. transition: all 0.3s linear;
  228. filter: alpha(opacity = 0);
  229. }
  230.  
  231. .entry:hover .notesbutton {
  232. opacity: 0.9;
  233. top: 55px;
  234. left:25px;
  235. font-family:'century gothic';
  236. filter: alpha(opacity = 90);
  237. -webkit-transition: all 0.3s linear;
  238. -moz-transition: all 0.3s linear;
  239. transition: all 0.3s linear;
  240. }
  241.  
  242. .entry:hover .notesbutton:hover{
  243. opacity:0.9;}  
  244.  
  245. {CustomCSS}
  246.  
  247. ::-webkit-scrollbar { width: 6px; height: 4px; }
  248. ::-webkit-scrollbar-button:start:decrement,
  249. ::-webkit-scrollbar-button:end:increment  { height: 0px; display: block; background: #fff; }
  250. ::-webkit-scrollbar-track-piece  { background: #fff; }
  251. ::-webkit-scrollbar-thumb {height: 50px; background-color: #ccc; }
  252.  
  253. </style>
  254.  
  255. {block:IndexPage}
  256. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  257. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  258.  
  259. <script type="text/javascript">
  260. $(window).load(function () {
  261. var $content = $('#posts');
  262. $content.masonry({itemSelector: '.entry'}),
  263. $content.infinitescroll({
  264. navSelector : 'div#pagination',
  265. nextSelector : 'div#pagination a#nextPage',
  266. itemSelector : '.entry',
  267. loading: {
  268. finishedMsg: '',
  269. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  270. },
  271. bufferPx : 600,
  272. debug : false,
  273. },
  274. // call masonry as a callback.
  275. function( newElements ) {
  276. var $newElems = $( newElements );
  277. $newElems.hide();
  278. // ensure that images load before adding to masonry layout
  279. $newElems.imagesLoaded(function(){
  280. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  281.  
  282.  
  283. });
  284. });
  285. });
  286. </script>
  287.  
  288. {/block:IndexPage}
  289.  
  290. <title>{title}</title>
  291.  
  292. <link rel="shortcut icon" href="{Favicon}">
  293. <meta name="viewport" content="width=820" />
  294.  
  295. </head>
  296. <body>
  297.  
  298. <div id="sidebar">
  299. <a href="/"><span class="blogtitle">{Title}</span></a><br>
  300. {block:ifshowphoto}</p><a href="/"><img src="{image:Sidebar Image}"width=200px; height:auto;></a><br>{/block:ifshowphoto}
  301. <br>
  302. {Description}<br>
  303.  
  304. <p><div style="border-top: 1px solid #000;"></p>
  305. <a href="/">home</a>
  306. / <a href="/ask">message</a>
  307. {block:iflinkone} / <a href="{text:Link One}">{text:Link One Title}</a>
  308. {/block:iflinkone}
  309. {block:iflinktwo} / <a href="{text:Link Two}">{text:Link Two Title}</a>
  310. {/block:iflinktwo}
  311. {block:iflinkthree} / <a href="{text:Link Three}">{text:Link Three Title}</a>
  312. {/block:iflinkthree}
  313. / <a href="http://perfectic.tumblr.com/">theme</a>
  314. </div></div>
  315.  
  316. <div id="posts">
  317.  
  318. {block:Posts}
  319.  
  320. <div class="entry">
  321.  
  322. {block:Text}
  323. <strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong>{Body}<br>
  324. {block:IndexPage}
  325. <div style="text-transform:uppercase; text-align:right">
  326. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  327. {/block:IndexPage}
  328. {/block:text}
  329.  
  330. {block:Photo}
  331. {block:IndexPage}
  332. <div class="reblogbutton">
  333. <div class="background"><a href="{ReblogURL}" target="_blank">REBLOG</a></div></div><div class="notesbutton"><div class="background2"><a href="{Permalink}">{NoteCount}</a></div></div>
  334. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  335. {/block:IndexPage}
  336. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  337. {/block:Photo}
  338.  
  339. {block:Photoset}
  340. {block:IndexPage}
  341. <div style="text-transform:uppercase; text-align:right">
  342. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  343. {/block:IndexPage}
  344. <center>{Photoset-250}</center></span>
  345. {/block:Photoset}
  346.  
  347. {block:Link}
  348. <a href="{URL}" class="title">{Name}</a><br>{block:Description}{Description}{/block:Description}
  349. {block:IndexPage}
  350. <div style="text-transform:uppercase; text-align:right">
  351. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  352. {/block:IndexPage}
  353. {/block:link}
  354.  
  355. {block:Answer}
  356. {Asker} whispered: <br>{Question}</b>
  357. {Answer}
  358. {block:IndexPage}
  359. <div style="text-transform:uppercase; text-align:right">
  360. <a href="{permalink}">{notecountwithlabel}</a> </div>
  361. {/block:IndexPage}
  362. {/block:Answer}
  363.  
  364. {block:Quote}<span class="title">"{Quote}"</span><br><br>{block:Source}<i> - {Source}</i>{/block:Source}<br>
  365. {block:IndexPage}
  366. <br><div style="text-transform:uppercase; text-align:right">
  367. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  368. {/block:IndexPage}{/block:Quote}
  369.  
  370. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</li>{/block:Lines}</ul>
  371. {block:IndexPage}
  372. <div style="text-transform:uppercase; text-align:right">
  373. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  374. {/block:IndexPage}
  375. {/block:Chat}
  376.  
  377.  
  378. {Line}
  379. </li>
  380. {/block:Lines}
  381. </ul>
  382. {/block:Chat}
  383.  
  384.  
  385. {block:Audio}
  386. <center><div style="width:270px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  387. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>{block:IndexPage}<br>
  388. <div style="text-transform:uppercase; text-align:right">
  389. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  390. {/block:IndexPage}
  391. {/block:Audio}
  392.  
  393. {block:Video}
  394. {block:IndexPage}
  395. {Video-250}</center>
  396. <div style="text-transform:uppercase; text-align:right">
  397. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  398. {/block:IndexPage}
  399. {block:PermalinkPage}
  400. <center>
  401. {Video-400}</center>
  402. {/block:PermalinkPage}
  403. {block:Video}
  404.  
  405. {block:PermalinkPage}
  406. <br>
  407. {block:NoteCount}
  408. {NoteCountWithLabel}
  409. {/block:NoteCount}
  410.  
  411. {/block:PermalinkPage}
  412.  
  413.  
  414. {block:PostNotes}{PostNotes}
  415. {/block:PostNotes}
  416. </div>
  417.  
  418. {/block:Posts}
  419. </div>
  420. </div>
  421. {block:IndexPage}
  422. {block:Pagination}
  423. <div id="pagination">
  424. {block:NextPage}
  425. <a id="nextPage" href="{NextPage}"></a>
  426. {/block:NextPage}
  427. {block:PreviousPage}
  428. <a href="{PreviousPage}"></a>
  429. {/block:PreviousPage}
  430. </div>
  431. {/block:Pagination}
  432. {/block:IndexPage}
  433. </div>
  434.  
  435.  
  436. </body>
  437.  
  438.  
  439. <div style="font-size: 12px; float: right; position: fixed; bottom: 1px; right: 5px; text-transform:lowercase;"><a href="http://perfectic.tumblr.com/">credit</a></div>
  440.  
  441. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement