Advertisement
ramisaaaaa

Untitled

Aug 27th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.63 KB | None | 0 0
  1. <!-- theme by cyrusnigga
  2. lol keep credit -->
  3.  
  4. <head>
  5. <title>{Title}</title>
  6. <!-- DEFAULT VARIABLES -->
  7. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  9. <meta name="color:background" content="#fffffff"/>
  10. <meta name="color:text" content="#4b4b4b"/>
  11. <meta name="color:title" content="#4b4b4b"/>
  12. <meta name="color:link" content="#4b4b4b"/>
  13. <meta name="color:hover" content="#cccccc"/>
  14. <meta name="if:shadows" content="1"/>
  15. <meta name="image:Background" content=""/>
  16. <meta name="image:sidebar" content=""/>
  17. <meta name="if:tiny cursor" content="0/">
  18. <meta name="if:more space between posts" content="0/">
  19. <meta name="if:sidebar right" content="0/">
  20. <meta name="text:link one" content="" />
  21. <meta name="text:link one title" content="" />
  22. <meta name="text:link two" content="" />
  23. <meta name="text:link two title" content="" />
  24. <meta name="text:link three" content="" />
  25. <meta name="text:link three title" content="" />
  26. <meta name="text:link four" content="" />
  27. <meta name="text:link four title" content="" />
  28. <meta name="text:link five" content="" />
  29. <meta name="text:link five title" content="" />
  30.  
  31. <style type="text/css">
  32.  
  33. a:hover{-webkit-transition-duration: 0.35s; outline: none; color:{color:text};; -moz-outline-style: none;}
  34.  
  35. </style>
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. {block:iftinycursor}
  41. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}{/block:iftinycursor}
  42.  
  43. body {
  44. margin:0px;
  45. background-color: {color:Background};
  46. background-image:url({image:Background});
  47. background-attachment: fixed;
  48. background-repeat: repeat;}
  49. body, div, p, textarea, submit, input{
  50. font-family: trebuchet ms;
  51. font-size: 10px;
  52. line-height:15px;
  53. letter-spacing:0px;
  54. color:{color:Text};
  55. }
  56.  
  57. p {
  58. margin:0px;
  59. margin-top:0px;
  60. }
  61.  
  62. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  63.  
  64.  
  65. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  66.  
  67. a:link, a:active, a:visited{
  68. color: {color:Link};
  69. text-decoration: none;
  70. }
  71.  
  72. a:hover {
  73. color:{color:Hover};
  74. text-decoration: italic;
  75. }
  76.  
  77.  
  78.  
  79. div#center{
  80. margin:auto;
  81. position:relative;
  82. width:840px;
  83. background-color:;
  84. overflow:auto;
  85. overflow-y:hidden;}
  86.  
  87. div#content{
  88. float:right;
  89. width:420px;
  90. text-align:center;
  91. padding:0px;
  92. padding-top: 1px;
  93. margin-top:10px;
  94. overflow:hidden;
  95. margin-right:200px;
  96. {block:ifsidebarright}margin-right: 270px;{/block:ifsidebarright}
  97. }
  98.  
  99. div#entry{
  100. width:400px;
  101. margin:2px;
  102. padding-top:0px;
  103. overflow:hidden;
  104. opacity:1.0;
  105. padding-bottom:0px;
  106. {block:ifshadows}
  107. -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
  108. -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
  109. box-shadow: 0px 0px 7px rgba(0, 0, 0, .3);
  110. {/block:ifshadows}
  111. -webkit-transition: all 0.4s ease-in-out;
  112. -moz-transition: all 0.4s ease-in-out;
  113. -o-transition: all 0.4s ease-in-out;
  114. transition: all 0.4s ease-in-out;
  115. {block:ifmorespacebetweenposts}
  116. margin:11px;
  117. {/block:ifmorespacebetweenposts}
  118. }
  119.  
  120.  
  121.  
  122. #entry:hover{
  123. opacity:1.0;
  124. -webkit-transition: all 0.4s ease-in-out;
  125. -moz-transition: all 0.4s ease-in-out;
  126. -o-transition: all 0.4s ease-in-out;
  127. transition: all 0.4s ease-in-out;
  128. }
  129.  
  130. div#sidebar{
  131. position:fixed !important;
  132. width: 200px;
  133. height:auto;
  134. margin-top: 252px;
  135. margin-left: -40px;
  136. {block:ifsidebarright}margin-left: 604px;{/block:ifsidebarright}
  137. padding: 1px;
  138. line-height:12px;
  139. font-size:10px;
  140. margin-bottom: 5px;}
  141.  
  142. #sidebarimg img {
  143. width:200px;
  144. opacity:1.0;
  145. margin-bottom:-2px;
  146. -webkit-transition: all 0.4s ease-in-out;
  147. -moz-transition: all 0.4s ease-in-out;
  148. -o-transition: all 0.4s ease-in-out;
  149. transition: all 0.4s ease-in-out;
  150. }
  151.  
  152. #sidebarimg:hover img {
  153. opacity:1.0;
  154. -webkit-transition: all 0.4s ease-in-out;
  155. -moz-transition: all 0.4s ease-in-out;
  156. -o-transition: all 0.4s ease-in-out;
  157. transition: all 0.4s ease-in-out;
  158. }
  159.  
  160.  
  161. #navigation {
  162. letter-spacing:0px;
  163. line-height:20px;
  164. margin-top:3px;
  165. font-size:9px;
  166. margin-bottom:-2px;
  167. }
  168.  
  169.  
  170. #uno {
  171. bottom:3px;
  172. right:3px;
  173. position:fixed;
  174. }
  175.  
  176. .permalink{
  177. display: block;
  178. font-size: 10px;
  179. text-align: right;
  180. text-decoration: none;
  181. }
  182.  
  183.  
  184. .permalink2{
  185. margin-bottom:-4px;
  186. }
  187.  
  188.  
  189. #permalink {
  190. position: absolute;
  191. margin-top: 1px;
  192. margin-left: 69px;
  193. opacity: 0;
  194. -webkit-transition: all 0.3s ease-in-out;
  195. -moz-transition: all 0.3s ease-in-out;
  196. -o-transition: all 0.3s ease-in-out;
  197. transition: all 0.3s ease-in-out;
  198.  
  199. }
  200.  
  201. #entry:hover #permalink {
  202. margin-top: 14px;
  203. margin-left: 69px;
  204. opacity: 1;
  205. -webkit-transition: all 0.4s ease-in-out;
  206. -moz-transition: all 0.4s ease-in-out;
  207. -o-transition: all 0.4s ease-in-out;
  208. transition: all 0.4s ease-in-out;
  209.  
  210. }
  211.  
  212. .countreblog {
  213. color: #FFFFFF;
  214. letter-spacing:1px;
  215. font-family: arial;
  216. font-size:11px;
  217. line-height:15px;
  218. margin: 2px;
  219. margin-top: 1px;
  220. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  221. background-repeat:repeat;
  222. border:1px solid rgba(0,0,0,0.1);
  223. padding:3px 5px;
  224. padding-top: 3px;
  225. padding-bottom: 4px;
  226. height: 20px;
  227. -webkit-border-radius:2px;
  228. moz-border-radius:2px;
  229. -o-border-radius:2px;
  230. border-radius:2px;
  231. }
  232.  
  233. .countreblog a { color: #FFF; }
  234.  
  235. .perma{
  236. opacity: 0.0;
  237. filter: alpha(opacity = 0);
  238. margin-top: 0px;
  239. width: 60px;
  240. height: 30px;
  241. line-height: 30px;
  242. font-size: 9px;
  243. position:absolute;
  244. text-align: center;
  245. z-index:9999991;
  246. margin-top: 5px;
  247. margin-left: 4px;
  248. text-align: center;
  249. -webkit-transition: all 0.3s ease-in-out;
  250. -moz-transition: all 0.3s ease-in-out;
  251. -o-transition: all 0.3s ease-in-out;
  252. transition: all 0.3s ease-in-out;
  253.  
  254. }
  255.  
  256. #entry:hover .perma {
  257. margin-top: 11px;
  258. -webkit-transition: all 0.4s ease-in-out;
  259. -moz-transition: all 0.4s ease-in-out;
  260. -o-transition: all 0.4s ease-in-out;
  261. transition: all 0.4s ease-in-out;
  262. opacity: 1;
  263.  
  264. }
  265.  
  266. .likep {
  267. display: inline;
  268. width: 21px;
  269. float: right;
  270. height: 20px;
  271. margin-left:-4px;
  272. overflow: hidden;
  273. position: relative;
  274. z-index: 9999999;
  275. -webkit-transition: all .4s ease;
  276.  
  277. }
  278.  
  279. .likep a {
  280. background-image:
  281. url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  282. background-position: 0px 0px;
  283. display: block;
  284. z-index: 9999999;
  285. -webkit-transition: opacity 0.4s linear;
  286. opacity: 2;
  287. -webkit-transition: all 0.1s linear;
  288. -webkit-transition: all 0.1s linear;
  289. -moz-transition: all 0.1s linear;
  290. transition: all .1s linear;
  291. }
  292.  
  293. .likep img {
  294. width: 21px;
  295. height: 20px;
  296. -webkit-transition: opacity 0.4s linear;
  297. opacity: 2;
  298. -webkit-transition: all 0.1s linear;
  299. -webkit-transition: all 0.1s linear;
  300. -moz-transition: all 0.1s linear;
  301. transition: all .1s linear;
  302.  
  303. }
  304. .rep img{
  305. width: 24px;
  306. height: 20px;
  307. line-height: 30px;
  308. display: inline;
  309. }
  310.  
  311.  
  312. #lol {
  313. text-align:center;
  314. bottom:6px;
  315. right: 6px;
  316. position:fixed;
  317. font-size:9px;
  318. opacity:1.0;
  319. }
  320.  
  321.  
  322.  
  323. .permalinks{
  324. line-height: 17px;
  325. text-transform: none;
  326. font-family: ;
  327. font-size: 10px;
  328. text-align:center;
  329. margin-top: 1px;
  330. text-align: right;
  331. padding-right:6px;
  332. margin-bottom:6px;
  333. }
  334.  
  335. #postnotes{text-align: justify;}
  336. #postnotes blockquote{border: 0px;}
  337.  
  338. .title{font-weight:bold;font-size: 11px; line-height: 34px; color: {color:Title}; letter-spacing: 0px; padding:0px 0px 0px 0px; text-shadow: 0px 0px 0px #CCCCCC;}
  339.  
  340.  
  341. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  342.  
  343. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  344.  
  345.  
  346. blockquote{ padding:0px 0px 2px 5px; margin:0px 0px 2px 1px; border-left: 1px solidd #555555;}
  347.  
  348. blockquote p, ul{ margin:0px; padding:0px; }
  349.  
  350. a img{border: 0px;}
  351.  
  352. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  353.  
  354. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  355. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  356.  
  357. .notes img{width:10px; position:relative; top:3px;}
  358.  
  359. .permalink{ display: block; font-size: 10px; text-align: center; background-color:{color:Permalink};}
  360.  
  361.  
  362.  
  363. small{font-size: 90%;}
  364.  
  365. </style>
  366.  
  367. <link rel="shortcut icon" href="{Favicon}">
  368. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  369. <meta name="viewport" content="width=820" />
  370. </head>
  371. <body>
  372.  
  373. <div id="cage">
  374. <div id="center">
  375. <div id="sidebar">
  376.  
  377. <div id="sidebarimg"><a href="/"><img src="{image:sidebar}"width=200px></a></div>
  378.  
  379.  
  380. <div id="navigation"><center>
  381.  
  382.  
  383. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  384. {block:IfLinktwotitle} + <a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  385. {block:IfLinkthreetitle} + <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  386. {block:IfLinkfourtitle} + <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  387. {block:IfLinkfivetitle} + <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}</div></big>
  388.  
  389.  
  390. <center>{Description}
  391.  
  392.  
  393.  
  394. <div align="right">
  395. </div>
  396. </div>
  397.  
  398.  
  399. <div id="uno">
  400. </div>
  401.  
  402.  
  403. <div id="content">
  404. {block:Posts}
  405. <div id="entry">
  406.  
  407. <!--text-->
  408. {block:Text}
  409. {block:Title}<span class="title">{Title}</span>{/block:Title}
  410. <span class="entrytext"><br>{Body}</span>
  411. <center><div style="padding-top:px; padding-bottom:6px; margin-top:10px; padding-left:10px; padding-right:10px; text-align:Center;border-top:1px solid #aaaaaa; width:360px;">
  412. </div></center>
  413. <div class="permalinks">
  414. <a href="{permalink}">{NoteCountwithlabel}</a></div>
  415. {/block:Text}
  416.  
  417. <!--link-->
  418. {block:Link}
  419. <a href="{URL}" class="title">{Name}</a>
  420. {block:Description}{Description}{/block:Description}
  421.  
  422. <center><div style="padding-top:px; padding-bottom:6px; margin-top:10px; padding-left:10px; padding-right:10px; text-align:Center;border-top:1px solid #aaaaaa; width:360px;">
  423. </div></center>
  424. <div class="permalinks">
  425. <a href="{permalink}">{NoteCountwithlabel}</a></div>
  426. {block:Link}
  427.  
  428. <!--photo-->
  429. {block:Photo}
  430. {block:IndexPage}<div class="perma">
  431. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  432. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  433. </div>
  434. <div id="permalink">
  435. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>
  436. {/block:IndexPage}
  437. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400px"/></a></div>{LinkCloseTag}
  438.  
  439.  
  440. <div class="permalink2"></div>
  441.  
  442. {/block:Photo}
  443.  
  444. <!--quote-->
  445. {block:Quote}
  446. <span class="title">{Quote}</span>
  447. {block:Source}{Source}{/block:Source}
  448. <center><div style="padding-top:px; padding-bottom:6px; margin-top:10px; padding-left:10px; padding-right:10px; text-align:Center;border-top:1px solid #aaaaaa; width:360px;">
  449. </div></center>
  450. <div class="permalinks">
  451. <a href="{permalink}">{NoteCountwithlabel}</a></div>
  452. {/block:Quote}
  453.  
  454. <!--chat-->
  455. {block:Chat}
  456. {block:Title}<span class="title">{Title}</span>{/block:Title}
  457. <ul class="chat">
  458. <br>{block:Lines}
  459. <li class="user_{UserNumber}">
  460. {block:Label}
  461. <span class="label">{Label}</span>
  462. {/block:Label}
  463.  
  464. {Line}
  465. </li>
  466. {/block:Lines}
  467. </ul>
  468. <center><div style="padding-top:px; padding-bottom:6px; margin-top:10px; padding-left:10px; padding-right:10px; text-align:Center;border-top:1px solid #aaaaaa; width:360px;">
  469. </div></center>
  470. <div class="permalinks">
  471. <a href="{permalink}">{NoteCountwithlabel}</a></div>
  472. {/block:Chat}
  473.  
  474. <!--audio-->
  475. {block:Audio}
  476. <centeR><div style="width:300px; height:30px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  477. {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download</a>{/block:ExternalAudio}</div></div></centeR>{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{/block:permalinkpage}
  478. <center><div style="padding-top:px; padding-bottom:6px; margin-top:10px; padding-left:10px; padding-right:10px; text-align:Center;border-top:1px solid #aaaaaa; width:360px;">
  479. </div></center>
  480. <div class="permalinks">
  481. <a href="{permalink}">{NoteCountwithlabel}</a></div>
  482. {/block:Audio}
  483.  
  484. {block:Photoset}
  485. {block:IndexPage}
  486. {Photoset-400}
  487. {/block:IndexPage}
  488. {block:permalinkpage}
  489. {Photoset-400}
  490. {/block:permalinkpage}
  491. {/block:Photoset}
  492.  
  493. <!--video-->
  494. {block:Video}<center>
  495. {Video-400}</center>
  496. <center><div style="padding-top:px; padding-bottom:6px; margin-top:10px; padding-left:10px; padding-right:10px; text-align:Center;border-top:1px solid #aaaaaa; width:360px;">
  497. </div></center>
  498. <div class="permalinks">
  499. <a href="{permalink}">{NoteCountwithlabel}</a></div>
  500. {block:Video}
  501.  
  502. <center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}<br>{block:RebloggedFrom}
  503. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  504. originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  505.  
  506. {/block:RebloggedFrom}{/block:PermalinkPage}
  507.  
  508. {block:PostNotes}{PostNotes}
  509. {/block:PostNotes}
  510. </div>
  511.  
  512. {/block:Posts}
  513. <center></center>
  514. </center>
  515. </div></div>
  516.  
  517.  
  518.  
  519.  
  520. {block:indexpage}
  521.  
  522.  
  523. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  524. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  525. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  526. <script type="text/javascript">
  527. $(window).load(function(){
  528. var $wall = $('#posts');
  529. $wall.imagesLoaded(function(){
  530. $wall.masonry({
  531. itemSelector: '#entry, #entry_photo',
  532. isAnimated : false
  533. });
  534. });
  535.  
  536. $wall.infinitescroll({
  537. navSelector : '#page-nav',
  538. nextSelector : '#page-nav a',
  539. itemSelector : '#entry, #entry_photo',
  540. bufferPx : 2000,
  541. debug : false,
  542. errorCallback: function() {
  543. $('#infscr-loading').fadeOut('normal');
  544. }},
  545. function( newElements ) {
  546. var $newElems = $( newElements );
  547. $newElems.hide();
  548. $newElems.imagesLoaded(function(){
  549. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  550. });
  551. }); $('#content').show(500);
  552. });
  553. </script>
  554. {/block:indexpage}
  555.  
  556.  
  557.  
  558. </div>
  559. </center>
  560.  
  561. </body>
  562.  
  563. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement