Advertisement
jongsi

Infringe

Oct 12th, 2011
30,218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.96 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. Infringe Theme by http://-apple.tumblr.com
  6. More themes can be found at http://aerou.tumblr.com (previously known as applethemes)
  7.  
  8. *DO NOT REMOVE ANY CREDIT OR ELSE YOUR THEME WON'T WORK.
  9. *CLAIMING AS YOUR OWN IS COMPLETELY DISRESPECTFUL AND I WILL FIND OUT.
  10. *IF YOU BREAK ANY RULES, I'LL REPORT YOU.
  11. *EDITING THIS THEME IS ALLOWED. JUST LEAVE THE CREDITS.
  12.  
  13. -->
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <html><head>
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="http://i51.tinypic.com/nmexr7.gif">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <!- DEFAULT STUFFFFF ->
  23. <meta name="color:background" content="#fff"/>
  24. <meta name="color:sidebar background" content="#ffffff"/>
  25. <meta name="color:text" content="#777777"/>
  26. <meta name="color:title background" content="#f5f5f5"/>
  27. <meta name="color:post" content="#ffffff"/>
  28. <meta name="color:link" content="#000000"/>
  29. <meta name="color:link hover" content="#ffffff"/>
  30. <meta name="color:scrollbar" content="#f1f1f1" />
  31.  
  32. <meta name="image:background" content="http://static.tumblr.com/qbwrk8v/boLln5ddh/214qqx.png"/>
  33. <meta name="image:your" content""/>
  34. <meta name="image:sidebar background" content=""/>
  35.  
  36. <meta name="if:enable infinite scrolling" content="1"/>
  37. <meta name="if:Faded Images" content="1" />
  38. <meta name="if:bigger posts" content="1"/>
  39. <meta name="if:cute cursor" content=1"/>
  40.  
  41. <meta name="text:link one" content="http://"/>
  42. <meta name="text:link one name" content=""/>
  43. <meta name="text:link two" content="http://"/>
  44. <meta name="text:link two name" content=""/>
  45. <meta name="text:link three" content="http://"/>
  46. <meta name="text:link three name" content=""/>
  47. <meta name="text:link four" content="http://"/>
  48. <meta name="text:link four name" content=""/>
  49. <meta name="text:link five" content="http://"/>
  50. <meta name="text:link five name" content=""/>
  51. <meta name="text:link six" content="http://"/>
  52. <meta name="text:link six name" content=""/>
  53. <meta name="text:link seven" content="http://"/>
  54. <meta name="text:link seven name" content=""/>
  55. <meta name="text:link eight" content="http://"/>
  56. <meta name="text:link eight name" content=""/>
  57. <meta name="text:link nine" content="http://"/>
  58. <meta name="text:link nine name" content=""/>
  59. <meta name="text:link ten" content="http://"/>
  60. <meta name="text:link ten name" content=""/>
  61.  
  62. <style type="text/css">
  63.  
  64. ::-webkit-scrollbar {width: 10px; height: 10px;}
  65. ::-webkit-scrollbar-button:start:decrement,
  66. ::-webkit-scrollbar-button:end:increment {height: 1px;display: block;background-color: transparent;}
  67. ::-webkit-scrollbar-track-piece {background-color:#Fff;}
  68. ::-webkit-scrollbar-thumb:vertical {height: 50px;border: 1px #000000 dotted;background-color: {color:scrollbar};}
  69.  
  70. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  71.  
  72. body{
  73. background:{color:background};
  74. background-image: url('{image:background}');
  75. background-attachment: fixed;
  76. background-repeat: repeat;
  77. font-family: courier new!important;
  78. font-size: 9px !important;
  79. line-height:10px !important;
  80. text-transform: uppercase;
  81. color:{color:text};
  82. letter-spacing:1px;
  83. margin-bottom:10px;
  84. }
  85. {block:ifcutecursor}body, a, a:hover { cursor: url(http://i.imgur.com/ZOrzC.png), auto;} a, a:hover{cursor:url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto; }
  86. {/block:ifcutecursor}
  87.  
  88. a:link, a:visited, a:active{
  89. color:{color:link};
  90. text-decoration:none;
  91. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  92. }
  93. a:hover{
  94. color:{color:link hover};
  95. text-decoration: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  96. }
  97.  
  98.  
  99. a img, img{ border:none;}
  100. a img:hover{; }
  101.  
  102. {block:Iffadedimages}
  103. a img, img{
  104. border: none;
  105. {block:ifnotbiggerposts}max-width:400px;{/block:ifnotbiggerposts}
  106. {block:ifbiggerposts}max-width:500px;{/block:ifbiggerposts}
  107. filter:alpha(opacity=90);
  108. opacity: .9;
  109. -moz-opacity:9;
  110. -webkit-transition-duration: 0.7s;
  111. }
  112.  
  113. img:hover{
  114. filter:alpha(opacity=65);
  115. opacity: 0.65;
  116. -moz-opacity:0.65;
  117. -webkit-transition-duration: 0.7s; }
  118. {/block:Iffadedimages}
  119.  
  120. .text img, .text a img{
  121. border: none;
  122. {block:ifnotbiggerposts}max-width:300px;{/block:ifnotbiggerposts}
  123. {block:ifbiggerposts}max-width:400px;{/block:ifbiggerposts}
  124. }
  125.  
  126. .taemin {
  127. text-transform:uppercase;
  128. font-size:11px;
  129. background-color:{color:title background};
  130. background-image:url('{image:background}');
  131. padding:7px;
  132. overflow:hidden;
  133. -webkit-transition: all 0.7s ease-out;
  134. -moz-transition: all 0.7s ease-out;
  135. transition: all 0.7s ease-out;
  136. font-family:georgia;
  137. border-left: solid 3px;
  138. border-right: solid 3px;
  139. }
  140.  
  141. .poop{
  142. margin-left:30px;
  143. top: 125px;
  144. position: fixed;
  145. font-size:26px;
  146. }
  147.  
  148. .poop a{
  149. background-color:{color:sidebar background};
  150. padding:7px;
  151. border-left: {color:text} 2px solid;
  152. }
  153.  
  154. .fluff{
  155. {block:ifnotbiggerposts}width:400px;{/block:ifnotbiggerposts}
  156. {block:ifbiggerposts}width:500px;{/block:ifbiggerposts}
  157. margin-left: 310px;
  158. }
  159.  
  160. .postu {
  161. background-color:{color:post};
  162. {block:ifnotbiggerposts}width:400px;{/block:ifnotbiggerposts}
  163. {block:ifbiggerposts}width:500px;{/block:ifbiggerposts}
  164. margin-bottom: -20px;
  165. padding: 7px;
  166. font-family:georgia;
  167. font-size: 10px !important;
  168. line-height:12px !important;
  169. text-transform:none;
  170. -moz-box-shadow: 2px 2px 2px #ccc;
  171. -webkit-box-shadow: 2px 2px 2px #ccc;
  172. box-shadow: 2px 2px 2px #ccc;
  173. }
  174.  
  175. .perm{
  176. float:right;
  177. background-color:{color:post};
  178. padding:4px;
  179. -webkit-border-top-right-radius: 4px;
  180. -webkit-border-bottom-right-radius: 4px;
  181. font-family:tinytots;
  182. font-size:8px;
  183. margin-right:-31px;
  184. margin-top:20px;
  185. -moz-box-shadow: 3px 3px 3px #ccc;
  186. -webkit-box-shadow: 3px 3px 5px #ccc;
  187. box-shadow: 3px 3px 5px #ccc;
  188. }
  189.  
  190. .sidebar{
  191. margin-left:60px;
  192. margin-top:150px;
  193. position:fixed;
  194. color: {color:text};
  195. {block:IfNotEnableInfiniteScrolling}
  196. min-height:110px;
  197. {/block:IfNotEnableInfiniteScrolling}
  198. width: 160px;
  199. align:center;
  200. text-align: justify;
  201. text-transform: uppercase;
  202. padding:4px;
  203. font-family:tinytots;
  204. font-size:8px;
  205. background-color:{color:sidebar background};
  206. -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  207. }
  208.  
  209. .hi{
  210. margin-left:20px;}
  211.  
  212. .index, a.index:link, a.index:active, a.index:visited {
  213. font-size:20px;
  214. color: #000;
  215. line-height:25px;
  216. background-color:#f0f0f0;
  217. margin-top:20px;
  218. }
  219. a.index:hover {
  220. font-size:20px;
  221. color: #000;
  222. text-decoration:underline overline;
  223. }
  224. .tit{
  225. color: #292929;
  226. font-size: 14px;
  227. font-style:normal;
  228. font-weight:light;
  229. font-family: courier new;
  230. text-transform:uppercase;
  231. text-align:justify;
  232. background-color:{color:title background};
  233. padding:2px;
  234. }
  235.  
  236. .direct{
  237. margin-left: 25px;
  238. }
  239.  
  240. .link, #link, a.link:link, a.link:active, a.link:visited {
  241. color: #000;
  242. font-size: 12px;
  243. font-style:italic;
  244. text-transform:uppercase;
  245. background-color:{color:title background};
  246. }
  247.  
  248. a.link:hover {
  249. color: #777;
  250. }
  251.  
  252. .rice{
  253. background-color:#f5f5f5;
  254. border-left: #b8ff1d 0px solid;
  255. margin-top:5px;
  256. padding: 5px;
  257. {block:ifnotbiggerposts}max-width:350px;{/block:ifnotbiggerposts}
  258. {block:ifbiggerposts}max-width:450px;{/block:ifbiggerposts}
  259. -moz-border-radius: 4px;
  260. border-radius: 4px;
  261. color:#292929;
  262. }
  263.  
  264. .lab{
  265. font-weight:bold;
  266. }
  267. ul.chat, .chat ol, .chat li{
  268. list-style:none;
  269. margin:0px;
  270. padding:0px;
  271. }
  272. .flower{
  273. color:#777;
  274. margin-bottom:0px;
  275. padding:1px;
  276. }
  277. .flower .flower.even{
  278. background-color:#fff;
  279. color:#292929;
  280. margin-bottom:0px;
  281. padding:1px;
  282. }
  283.  
  284. .ask{
  285. padding: 10px;
  286. color:#292929;
  287. padding: 5px;
  288. {block:ifnotbiggerposts}max-width:390px;{/block:ifnotbiggerposts}
  289. {block:ifbiggerposts}max-width:490px;{/block:ifbiggerposts}
  290. -moz-border-radius: 4px;
  291. border-radius: 4px;
  292. background-color:{color:title background};
  293. }
  294.  
  295. a.navi:hover {
  296. background: rgba(0, 0, 0, 0.25);
  297. color:#000;
  298. font: georgia;
  299. font-size: 12px;
  300. line-height:21px;
  301. text-align: left;
  302. text-decoration:none;
  303. padding: 0px 10px 0px 10px;
  304. margin-bottom:5px;
  305. -webkit-transition-duration: 0.5s;
  306. }
  307.  
  308. #onew a {}
  309. #onew .minho {filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;height:0px; padding:2px;}
  310. #onew:hover .minho {-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; filter: alpha(opacity = 80);filter: alpha(opacity = 100);opacity:100;height:auto;padding:2px;}
  311.  
  312. #toTop {
  313. display:none;
  314. text-decoration:none;
  315. position:fixed;
  316. bottom:5px;
  317. right:10px;
  318. overflow:hidden;
  319. width:25px;
  320. height:25px;
  321. border:none;
  322. text-indent:-999px;
  323. background:url(http://i.imgur.com/VckRS.png) no-repeat left top;
  324. }
  325.  
  326. #toTopHover {
  327. background:url(http://i.imgur.com/VckRS.png) no-repeat left -51px;
  328. width:25px;
  329. height:25px;
  330. display:block;
  331. overflow:hidden;
  332. float:left;
  333. opacity: 0;
  334. -moz-opacity: 0;
  335. filter:alpha(opacity=0);
  336. }
  337.  
  338. #toTop:active, #toTop:focus {
  339. outline:none;
  340. </style>
  341. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  342. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  343. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  344. <script type="text/javascript">
  345. $(document).ready(function() {
  346. /*
  347. var defaults = {
  348. containerID: 'moccaUItoTop', // fading element id
  349. containerHoverClass: 'moccaUIhover', // fading element hover class
  350. scrollSpeed: 1200,
  351. easingType: 'linear'
  352. };
  353. */
  354. $().UItoTop({ easingType: 'easeOutQuart' });
  355. });
  356. </script>
  357.  
  358. </head>
  359. <div class="sidebar">
  360. <center>
  361. <a href=/archive>archive</a>
  362. <a href=/ask>message</a>
  363. <a href=/random>random</a>
  364. <a href=http://-apple.tumblr.com>theme</a>
  365. {block:IfYourImage}
  366. <a href="/"><img src="{image:Your}" width="160px" /></a>
  367. {/block:IfYourImage}
  368. <center>
  369. {block:Description}<br>{Description}<br><br>{/block:Description}
  370.  
  371. <div id="onew">
  372. <div class="taemin">
  373. <div style="align:center;"><a href="/">{title}</a></div></div>
  374. <div class="minho">
  375.  
  376. {block:IfLinkOneName}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOneName} {block:IfLinkTwoName}<a href="{text:link two}">{text:link two name}</a>{/block:IfLinkTwoName} {block:IfLinkThreeName}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThreeName}
  377. {block:IfLinkFourName}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFourName} {block:IfLinkFiveName}<a href="{text:link five}">{text:link five name}</a>{/block:IfLinkFiveName} {block:IfLinkSixName}<a href="{text:link six}">{text:link six name}</a>{/block:IfLinkSixName} {block:IfLinkSevenName}<a href="{text:link seven}">{text:link seven name}</a>{/block:IfLinkSevenName} {block:IfLinkEightName}<a href="{text:link eight}">{text:link eight name}</a>{/block:IfLinkEightName} {block:IfLinkNineName}<a href="{text:link nine}">{text:link Nine name}</a>{/block:IfLinkNineName} {block:IfLinkTenName}<a href="{text:link ten}">{text:link ten name}</a>{/block:IfLinkTenName}
  378. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  379. </div>
  380. </div>
  381. </div>
  382.  
  383.  
  384. {block:IfNotEnableInfiniteScrolling}
  385. <div class="poop">
  386. {block:Pagination}
  387. <center>{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}<br><br><br><br><br>{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}</center>
  388. {/block:Pagination}{/block:IfNotEnableInfiniteScrolling}
  389. </div>
  390.  
  391.  
  392. <div class="fluff">
  393. {block:IfEnableInfiniteScrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableInfiniteScrolling}
  394.  
  395. {block:Posts}
  396. {block:IndexPage} <div class="perm"> <a href="{permalink}"><a href="{permalink}"><img src="http://i51.tinypic.com/nmexr7.gif"></a></div><br>{/block:IndexPage}
  397. <div class="postu">
  398. {block:Text}
  399. {block:Title}
  400. <div class="tit">{Title}</div>
  401. {/block:Title}
  402. <div class="text">{Body}</div>
  403. {/block:Text}
  404.  
  405. {block:ifnotbiggerposts}
  406. {block:Photo}
  407. {LinkOpenTag}<a href="{Permalink}"><img width="400" src="{PhotoURL-HighRes}"></a>{LinkCloseTag}
  408. {/block:Photo}
  409. {/block:ifnotbiggerposts}
  410.  
  411. {block:ifbiggerposts}
  412. {block:Photo}
  413. {LinkOpenTag}<a href="{Permalink}"><img width="500" src="{PhotoURL-HighRes}"></a>{LinkCloseTag}
  414. {/block:Photo}
  415. {/block:ifbiggerposts}
  416.  
  417. {block:ifnotbiggerposts}
  418. {block:Photoset}
  419. {Photoset-400}
  420. {/block:Photoset}
  421. {/block:ifnotbiggerposts}
  422.  
  423. {block:ifbiggerposts}
  424. {block:Photoset}
  425. {Photoset-500}
  426. {/block:Photoset}
  427. {/block:ifbiggerposts}
  428.  
  429.  
  430. {block:Quote}
  431. <div class="link">"{Quote}"</div>
  432. {block:Source}<br>
  433. <div class="direct">(- {Source})</div>
  434. {/block:Source}
  435. {/block:Quote}
  436.  
  437. {block:Link}
  438. <div class="link">
  439. &rarr; <a href="{URL}" {Target}>{Name}</a>
  440. </div>
  441. {block:Description}{Description}{/block:Description}
  442. {/block:Link}
  443.  
  444. {block:Chat}
  445. {block:Title}
  446. <div class="tit">{Title}</div>
  447. {/block:Title}
  448. <div class="flower">
  449. {block:Lines}
  450. <div class="flower {Alt}">
  451. {block:Label}
  452. <b>{Label}</b>
  453. {/block:Label}
  454. {Line}
  455. </div>
  456. {/block:Lines}
  457. </div>
  458. {/block:Chat}
  459.  
  460. {block:Audio}
  461. <center><div class="rice">{AudioPlayer}<br>{block:Artist}{Artist}<br>{/block:Artist}{block:TrackName}{TrackName}<br>{/block:TrackName}{PlayCountWithLabel}</center>
  462. {/block:Audio}
  463.  
  464. {block:ifnotbiggerposts}
  465. {block:Video}
  466. <center>{Video-400}</center>
  467. {/block:Video}
  468. {/block:ifnotbiggerposts}
  469.  
  470. {block:ifbiggerposts}
  471. {block:Video}
  472. <center>{Video-500}</center>
  473. {/block:Video}
  474. {/block:ifbiggerposts}
  475.  
  476. {block:Answer}
  477. <div class="ask"><span style="text-transform:uppercase;font-weight:bold;">{Asker} SAID:</span><br> {Question}</div>
  478. {Answer}
  479. {/block:Answer}
  480. </div>
  481. <br><br>
  482.  
  483. {block:Date}
  484. {block:PermalinkPage}
  485. {block:Photo}
  486. {block:Caption}<div class="postu">{Caption}</div>{/block:Caption}<br>
  487. {/block:Photo}
  488. {block:Photoset}
  489. {block:Caption}<div class="postu">{Caption}</div>{/block:Caption}<br>
  490. {/block:Photoset}
  491. {block:Audio}
  492. {block:Caption}<div class="postu">{Caption}</div>{/block:Caption}<br>
  493. {/block:Audio}
  494. {block:Video}
  495. {block:Caption}<div class="postu">{Caption}</div>{/block:Caption}<br>
  496. {/block:Video}
  497. <br><br>
  498. <img src="http://i51.tinypic.com/27z8ykg.gif"> <a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {Year}</a> {block:RebloggedFrom}<img src="http://i52.tinypic.com/243f0h0.png"> <a href="{ReblogRootURL}">{ReblogRootName}</a> (VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>) {/block:RebloggedFrom}<img src="http://i51.tinypic.com/nmexr7.gif"> <a href="{permalink}">{NoteCountwithLabel}</a>{block:HasTags}<br><br>TAGGED: {block:Tags}<a href="{TagURL}">{Tag}.</a> {/block:Tags}{/block:HasTags}
  499. <div class="postu">{PostNotes}</div>
  500. {/block:PermalinkPage}
  501. {/block:Date}
  502. {/block:Posts}{block:IfEnableInfiniteScrolling}</div>{/block:IfEnableInfiniteScrolling}
  503. </div>
  504.  
  505. </body>
  506. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement