Advertisement
ramisaaaaa

Untitled

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