Advertisement
ramisaaaaa

Untitled

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