Advertisement
ramisaaaaa

Untitled

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