Advertisement
ramisaaaaa

Untitled

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