Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 14.11 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--
  2. theme 26 by taylor (stormtroop-r)
  3. keep the credit or ill pee on your bed
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8.  
  9. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  12.  
  13. {block:iftinycursor}<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}</style>{/block:iftinycursor}
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  16.  
  17. <meta name="color:background" content="#A645F0"/>
  18. <meta name="color:sidebar background" content="#ffffff" />
  19. <meta name="color:posts background" content="#ffffff" />
  20. <meta name="color:text" content="#000000"/>
  21. <meta name="color:title" content="#000000"/>
  22. <meta name="color:link" content="#000000"/>
  23. <meta name="color:hover" content="#838383"/>
  24. <meta name="color:permalink background" content="#ffffff"/>
  25. <meta name="color:permalink hover background" content="#eeeeee"/>
  26. <meta name="color:scrollbar" content="#838383"/>
  27. <meta name="color:scrollbar background" content="#A645F0"/>
  28. <meta name="image:sidebar" content="0"/>
  29. <meta name="image:background" content=""/>
  30. <meta name="if:custom scrollbar" content="1"/>
  31. <meta name="if:show sidebar image" content="0"/>
  32. <meta name="if:three columns" content="0"/>
  33. <meta name="if:four columns" content="1"/>
  34. <meta name="if:360 degree rotate" content="1"/>
  35. <meta name="if:infinite scroll" content="1"/>
  36. <meta name="if:rainbow links" content=""/>
  37. <meta name="if:show blog title" content="1"/>
  38. <meta name="if:tiny cursor" content="1"/>
  39. <meta name="if:link one" content=""/>
  40. <meta name="if:link two" content=""/>
  41. <meta name="if:link three" content=""/>
  42. <meta name="if:link four" content=""/>
  43. <meta name="text:link one title" content=""/>
  44. <meta name="text:link one url" content=""/>
  45. <meta name="text:link two title" content=""/>
  46. <meta name="text:link two url" content=""/>
  47. <meta name="text:link three title" content=""/>
  48. <meta name="text:link three url" content=""/>
  49. <meta name="text:link four title" content=""/>
  50. <meta name="text:link four url" content=""/>
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. {block:ifcustomscrollbar}
  56. ::-webkit-scrollbar {
  57. width: 10px;
  58. height: 10px;
  59. background: {color:scrollbar background};
  60. }
  61. ::-webkit-scrollbar-thumb {
  62. background-color: {color:scrollbar};
  63. }
  64. {/block:ifcustomscrollbar}
  65.  
  66. body {
  67. margin:0px;
  68. background-color: {color:background};
  69. background-image:url({image:background});
  70. background-attachment: fixed;
  71. background-repeat: repeat;}
  72. body, div, p, textarea, submit, input{
  73. font-family: "coming soon";
  74. font-size: 12px;
  75. line-height:13px;
  76. letter-spacing:1px;
  77. color:{color:text};
  78. }
  79. p {
  80. margin:0px;
  81. }
  82. a:link, a:active, a:visited{
  83. color: {color:link};
  84. text-decoration: none;
  85. {block:iftextshadow}
  86. text-shadow:2px 2px 0px rgba(0,0,0,0.1),2px -2px 0px rgba(0,0,0,0.2),-2px 2px 0px rgba(0,0,0,0.1),-2px -2px 0px rgba(0,0,0,0.15),0px 4px 0px rgba(0,0,0,0.1);
  87. -webkit-transition: all 0.2s ease-out;
  88. {/block:iftextshadow}
  89. }
  90. a:hover {
  91. color:{color:hover};
  92. letter-spacing:-1px;
  93. {block:iftextshadow}
  94. text-shadow:0px 0px 0px rgba(0,0,0,0.2);
  95. -webkit-transition: all 0.2s ease-out;
  96. {/block:iftextshadow}
  97. }
  98. #cage{
  99. margin:auto;
  100. position:relative;
  101. {block:ifthreecolumns}
  102. width:975px;
  103. {/block:ifthreecolumns}
  104. {block:iffourcolumns}
  105. width:1225px;
  106. {/block:iffourcolumns}
  107. overflow:auto;
  108. overflow-y:hidden;
  109. }
  110. #content{
  111. float:left;
  112. {block:ifthreecolumns}
  113. margin: 0px 0px 0px 200px;
  114. width:766px;
  115. {/block:ifthreecolumns}
  116. {block:iffourcolumns}
  117. margin:0px 0px 0px 200px;
  118. width:1020px;
  119. {/block:iffourcolumns}
  120. height:auto;
  121. }
  122. #entry{
  123. float:left;
  124. overflow:hidden;
  125. margin:2px 2px 1px 1px;
  126. padding: 1px;
  127. background-color:{color:posts background};
  128. {block:IndexPage}
  129. width: 250px;
  130. height: 155px;
  131. {/block:IndexPage}
  132. {block:ifthreecolumns}
  133. {block:PermalinkPage}
  134. width:500px;
  135. height: auto;
  136. padding:1px;
  137. {/block:PermalinkPage}
  138. {/block:ifthreecolumns}
  139. {block:iffourcolumns}
  140. {block:PermalinkPage}
  141. width:600px;
  142. height: auto;
  143. padding:1px;
  144. {/block:PermalinkPage}
  145. {/block:iffourcolumns}
  146. }
  147. #entry:hover{
  148. overflow:hidden;
  149. }
  150. #entry .permalink{
  151. opacity:0;
  152. font-size: 15px;
  153. font-family: "short stack";
  154. background-color: #ffffff;
  155. position: absolute;
  156. text-align:center;
  157. margin-top:0px;
  158. padding:3px 0px 3px 0px;
  159. height: 15px;
  160. -webkit-transition: all 0.5s ease;
  161. }
  162. #entry:hover .permalink{
  163. opacity: 0.8;
  164. width: 250px;
  165. -webkit-transition: all 0.5s linear;
  166. }
  167. #sidebar{
  168. position:fixed !important;
  169. overflow:hidden;
  170. text-align:center;
  171. width:199px;
  172. height:auto;
  173. padding:1px;
  174. background-color:{color:sidebar background};
  175. margin:100px 0px 0px -15px;
  176. }
  177. #description{
  178. overflow:hidden;
  179. text-align:center;
  180. width:199px;
  181. height:auto;
  182. background-color:{color:sidebar background};
  183. }
  184. #permalinks{
  185. position:fixed !important;
  186. text-align:center;
  187. width:204px;
  188. height:auto;
  189. background-color:transparent;
  190. margin:2px 0px 0px -2px;
  191. }
  192. #credit{
  193. position: fixed !important;
  194. bottom:2px;
  195. right:2px;
  196. font-size:15px;
  197. background-color:transparent;
  198. color:#000000;
  199. padding:2px;
  200. }
  201. #postnotes{
  202. text-align: justify;
  203. }
  204. #postnotes blockquote{
  205. border: 0px;
  206. }
  207. .title{
  208. font-family: "coming soon";
  209. font-size: 15px;
  210. line-height: 16px;
  211. color: {color:title};
  212. letter-spacing: 0px;
  213. font-weight: bold;
  214. }
  215. .nav a{
  216. padding:4px 0px 4px 0px;
  217. width:48px;
  218. background: {color:permalink background};
  219. margin: 2px 2px 1px 1px;
  220. text-align:center;
  221. display:inline-block;
  222. }
  223. .nav a:hover {
  224. background: {color:permalink hover background};
  225. border-radius:50px;
  226. -webkit-transition-duration: .8s;
  227. {block:if360degreerotate}
  228. -webkit-transform: rotate(360deg);
  229. {/block:if360degreerotate}
  230. }
  231. .blogtitle a{
  232. font-family:"amatic sc";
  233. font-size:30px;
  234. letter-spacing:10px;
  235. line-height:30px;
  236. color:{color:title};
  237. }
  238. .blogtitle a:hover{
  239. color:#000000;
  240. {block:iftextshadow}
  241. text-shadow:0px 0px 0px rgba(0,0,0,0.2);
  242. -webkit-transition: all 0.5s ease-out;
  243. {/block:iftextshadow}
  244. }
  245. blockquote{
  246. padding:0px 0px 2px 5px;
  247. margin:2px 2px 0px 5px;
  248. border-left: 1px dotted #000000;
  249. }
  250. blockquote p, ul{
  251. margin:0px;
  252. padding:0px;
  253. }
  254.  
  255. a img{border: 0px;}
  256.  
  257. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  258.  
  259. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  260. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  261.  
  262. .notes img{
  263. width:10px;
  264. position:relative;
  265. top:3px;
  266. }
  267.  
  268. </style>
  269.  
  270. {block:ifrainbowlinks}
  271. <script type='text/javascript'>
  272. //<![CDATA[
  273. var rate = 20;
  274. if (document.getElementById)
  275. window.onerror=new Function("return true")
  276. var objActive; // The object which event occured in
  277. var act = 0; // Flag during the action
  278. var elmH = 0; // Hue
  279. var elmS = 128; // Saturation
  280. var elmV = 255; // Value
  281. var clrOrg; // A color before the change
  282. var TimerID; // Timer ID
  283. if (document.all) {
  284. document.onmouseover = doRainbowAnchor;
  285. document.onmouseout = stopRainbowAnchor;
  286. }
  287. else if (document.getElementById) {
  288. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  289. document.onmouseover = Mozilla_doRainbowAnchor;
  290. document.onmouseout = Mozilla_stopRainbowAnchor;
  291. }
  292. function doRainbow(obj)
  293. {
  294. if (act == 0) {
  295. act = 1;
  296. if (obj)
  297. objActive = obj;
  298. else
  299. objActive = event.srcElement;
  300. clrOrg = objActive.style.color;
  301. TimerID = setInterval("ChangeColor()",150);
  302. }
  303. }
  304. function stopRainbow()
  305. {
  306. if (act) {
  307. objActive.style.color = clrOrg;
  308. clearInterval(TimerID);
  309. act = 0;
  310. }
  311. }
  312. function doRainbowAnchor()
  313. {
  314. if (act == 0) {
  315. var obj = event.srcElement;
  316. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  317. obj = obj.parentElement;
  318. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  319. break;
  320. }
  321. if (obj.tagName == 'A' && obj.href != '') {
  322. objActive = obj;
  323. act = 1;
  324. clrOrg = objActive.style.color;
  325. TimerID = setInterval("ChangeColor()",150);
  326. }
  327. }
  328. }
  329. function stopRainbowAnchor()
  330. {
  331. if (act) {
  332. if (objActive.tagName == 'A') {
  333. objActive.style.color = clrOrg;
  334. clearInterval(TimerID);
  335. act = 0;
  336. }
  337. }
  338. }
  339. function Mozilla_doRainbowAnchor(e)
  340. {
  341. if (act == 0) {
  342. obj = e.target;
  343. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  344. obj = obj.parentNode;
  345. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  346. break;
  347. }
  348. if (obj.nodeName == 'A' && obj.href != '') {
  349. objActive = obj;
  350. act = 1;
  351. clrOrg = obj.style.color;
  352. TimerID = setInterval("ChangeColor()",150);
  353. }
  354. }
  355. }
  356. function Mozilla_stopRainbowAnchor(e)
  357. {
  358. if (act) {
  359. if (objActive.nodeName == 'A') {
  360. objActive.style.color = clrOrg;
  361. clearInterval(TimerID);
  362. act = 0;
  363. }
  364. }
  365. }
  366. function ChangeColor()
  367. {
  368. objActive.style.color = makeColor();
  369. }
  370. function makeColor()
  371. {
  372. // Don't you think Color Gamut to look like Rainbow?
  373. // HSVtoRGB
  374. if (elmS == 0) {
  375. elmR = elmV; elmG = elmV; elmB = elmV;
  376. }
  377. else {
  378. t1 = elmV;
  379. t2 = (255 - elmS) * elmV / 255;
  380. t3 = elmH % 60;
  381. t3 = (t1 - t2) * t3 / 60;
  382. if (elmH < 60) {
  383. elmR = t1; elmB = t2; elmG = t2 + t3;
  384. }
  385. else if (elmH < 120) {
  386. elmG = t1; elmB = t2; elmR = t1 - t3;
  387. }
  388. else if (elmH < 180) {
  389. elmG = t1; elmR = t2; elmB = t2 + t3;
  390. }
  391. else if (elmH < 240) {
  392. elmB = t1; elmR = t2; elmG = t1 - t3;
  393. }
  394. else if (elmH < 300) {
  395. elmB = t1; elmG = t2; elmR = t2 + t3;
  396. }
  397. else if (elmH < 360) {
  398. elmR = t1; elmG = t2; elmB = t1 - t3;
  399. }
  400. else {
  401. elmR = 0; elmG = 0; elmB = 0;
  402. }
  403. }
  404. elmR = Math.floor(elmR).toString(16);
  405. elmG = Math.floor(elmG).toString(16);
  406. elmB = Math.floor(elmB).toString(16);
  407. if (elmR.length == 1) elmR = "0" + elmR;
  408. if (elmG.length == 1) elmG = "0" + elmG;
  409. if (elmB.length == 1) elmB = "0" + elmB;
  410. elmH = elmH + rate;
  411. if (elmH >= 360)
  412. elmH = 0;
  413. return '#' + elmR + elmG + elmB;
  414. }
  415. //]]>
  416. </script>
  417. {/block:ifrainbowlinks}
  418.  
  419. <link rel="shortcut icon" href="{Favicon}">
  420. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  421. <meta name="viewport" content="width=820" />
  422.  
  423. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
  424.  
  425. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  426.  
  427. <link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'>
  428.  
  429. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  430.  
  431. <link href='http://fonts.googleapis.com/css?family=Crafty+Girls' rel='stylesheet' type='text/css'>
  432.  
  433. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  434.  
  435. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  436.  
  437. </head>
  438. <body>
  439.  
  440. <div id="cage">
  441.  
  442. <div align="center" id="sidebar">
  443. {block:ifshowblogtitle}<div class="blogtitle"><a href="/">{Title}</a></div>{/block:ifshowblogtitle}
  444. <div id="description">
  445. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=199px></a>{/block:ifshowsidebarimage}
  446. {Description}
  447. {block:ifnotinfinitescroll}</br>
  448. {block:PreviousPage}<a href="{PreviousPage}"><font size="3">&larr;</font></a>{/block:PreviousPage}
  449. {block:NextPage}<a href="{NextPage}"><font size="3">&rarr;</font></a>{/block:NextPage}
  450. {/block:ifnotinfinitescroll}
  451. </div>
  452. <div id="permalinks">
  453. <div class="nav">
  454. {block:iflinkone}<a href="{text:link one url}"> {text:link one title} </a>{/block:iflinkone}{block:iflinktwo}<a href="{text:link two url}" class="nav"> {text:link two title} </a>{/block:iflinktwo}{block:iflinkthree}<a href="{text:link three url}" class="nav"> {text:link three title} </a>{/block:iflinkthree}{block:iflinkfour}<a href="{text:link four url}" class="nav"> {text:link four title} </a>{/block:iflinkfour}
  455. </div></div>
  456. </div>
  457.  
  458. <div id="credit"><a style="color:#000000" href="http://stormtroop-r.tumblr.com">credit</a></div>
  459.  
  460. <div id="content">
  461. {block:Posts}
  462. <div id="entry">
  463.  
  464. {block:IndexPage}
  465. <div class="permalink">
  466. <a href="{permalink}">{NoteCountWithLabel}</a> ∞ <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  467. {/block:IndexPage}
  468.  
  469. {block:Text}
  470. {block:Title}<span class="title">{Title}</span>{/block:Title}
  471. <span class="entrytext">{Body}</span>
  472. {block:PermalinkPage}{/block:PermalinkPage}
  473. {/block:Text}
  474.  
  475. {block:Link}
  476. <a href="{URL}" class="title">{Name}</a>
  477. {block:Description}{Description}{/block:Description}
  478. {/block:Link}
  479.  
  480. {block:Photo}
  481. {block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width=250px height=155px/></a>{/block:IndexPage}
  482. {block:ifthreecolumns}{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}{/block:ifthreecolumns}{block:iffourcolumns}{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=600px/>{/block:PermalinkPage}{/block:iffourcolumns}
  483. {/block:Photo}
  484.  
  485. {block:Photoset}
  486. {block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  487. {/block:Photoset}
  488.  
  489. {block:Quote}
  490. <span class="title">{Quote}</span>
  491. {block:Source}{Source}{/block:Source}
  492. {/block:Quote}
  493.  
  494. {block:Chat}
  495. {block:Title}<span class="title">{Title}</span>{/block:Title}
  496. <ul class="chat">
  497. {block:Lines}
  498. <li class="user_{UserNumber}">
  499. {block:Label}
  500. <span class="label">{Label}</span>
  501. {/block:Label}
  502. {Line}
  503. </li>
  504. {/block:Lines}
  505. </ul>
  506. {/block:Chat}
  507.  
  508. {block:Audio}
  509. {AudioPlayerGrey}
  510. {/block:Audio}
  511.  
  512. {block:Video}
  513. {block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  514. {/block:Video}
  515.  
  516. {block:PermalinkPage}
  517. <center>
  518. <div id="permapage">{block:caption}{caption}{/block:caption}{block:Date}{Month} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}</div>
  519. </center>
  520. {/block:PermalinkPage}
  521.  
  522. {block:PostNotes}
  523. <center>
  524. {block:RebloggedFrom}
  525. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  526. <br>
  527. {/block:RebloggedFrom}
  528. {block:ContentSource}
  529. posted by <a href="{SourceURL}">{SourceLink}</a>
  530. </br>
  531. {/block:ContentSource}
  532. </center>
  533. {PostNotes}
  534. {/block:PostNotes}
  535.  
  536. </div>
  537. {/block:Posts}
  538. </div></div>
  539.  
  540. </body>
  541. </html>