Stormtroop3r

THEME 06

Apr 9th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.29 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4.  
  5. <!------------------------------------
  6.  
  7. THEME 6
  8. FEITO POR ST0RMTROOP3R
  9. SEM PLÁGIOS AQUI OK? SE NÃO TE CAÇO ATÉ O INFERNO, É.
  10.  
  11. ------------------------------------>
  12.  
  13. <html lang="en">
  14. <head>
  15.  
  16. {block:IfShakingImages}
  17. <style>
  18. .shakeimage{
  19. position:relative
  20. }
  21. </style>
  22. <script language="JavaScript1.2">
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. //configure shake degree (where larger # equals greater shake)
  36. var rector=1
  37.  
  38.  
  39.  
  40.  
  41. ///////DONE EDITTING///////////
  42. var stopit=0 
  43. var a=1
  44.  
  45.  
  46.  
  47.  
  48. function init(which){
  49. stopit=0
  50. shake=which
  51. shake.style.left=0
  52. shake.style.top=0
  53. }
  54.  
  55.  
  56.  
  57.  
  58. function rattleimage(){
  59. if ((!document.all&&!document.getElementById)||stopit==1)
  60. return
  61. if (a==1){
  62. shake.style.top=parseInt(shake.style.top)+rector+"px"
  63. }
  64. else if (a==2){
  65. shake.style.left=parseInt(shake.style.left)+rector+"px"
  66. }
  67. else if (a==3){
  68. shake.style.top=parseInt(shake.style.top)-rector+"px"
  69. }
  70. else{
  71. shake.style.left=parseInt(shake.style.left)-rector+"px"
  72. }
  73. if (a<4)
  74. a++
  75. else
  76. a=1
  77. setTimeout("rattleimage()",50)
  78. }
  79.  
  80.  
  81.  
  82.  
  83. function stoprattle(which){
  84. stopit=1
  85. which.style.left=0
  86. which.style.top=0
  87. }
  88.  
  89.  
  90.  
  91.  
  92. </script>{/block:IfShakingImages}
  93.  
  94.  
  95. <meta name="if:Repeat background image" content="0"/>
  96. <meta name="if:Consolas font" content="0"/>
  97. <meta name="if:Italic font" content="1"/>
  98. <meta name="if:Shaking Images" content="1"/>
  99. <meta name="if:Portrait" content="1"/>
  100. <meta name="if:250px" content="0"/>
  101. <meta name="if:400px" content="1"/>
  102. <meta name="if:500px" content="0"/>
  103. <meta name="if:Caption" content="0"/>
  104. <meta name="if:infinite scrolling" content="1"/>
  105.  
  106. <meta name="font:Body" content="baskerville"/>
  107.  
  108. <meta name="color:Background" content="#FFFFFF"/>
  109. <meta name="color:Sidebar" content="#F0F0F0"/>
  110. <meta name="color:Borders" content="#C5C5C5"/>
  111. <meta name="color:Chat" content="#F5F5F5"/>
  112. <meta name="color:Text" content="#000000"/>
  113. <meta name="color:Title" content="#000000"/>
  114. <meta name="color:Link" content="#363636"/>
  115. <meta name="color:Hover" content="#000000"/>
  116.  
  117. <meta name="text:Title font size" content="14"/>
  118. <meta name="text:Post title font size" content="16"/>
  119. <meta name="text:Body font size" content="11"/>
  120.  
  121. <meta name="image:Background" content=""/>
  122.  
  123. <meta name="text:Link1" content="/" />
  124. <meta name="text:Link1 Title" content="link1" />
  125. <meta name="text:Link2" content="/" />
  126. <meta name="text:Link2 Title" content="link2" />
  127. <meta name="text:Link3" content="/" />
  128. <meta name="text:Link3 Title" content="link3" />
  129. <meta name="text:Link4" content="/" />
  130. <meta name="text:Link4 Title" content="link4" />
  131. <meta name="text:Link5" content="/" />
  132. <meta name="text:Link5 Title" content="link5" />
  133. <meta name="text:Link6" content="/" />
  134. <meta name="text:Link6 Title" content="link6" />
  135. <meta name="text:Link7" content="/" />
  136. <meta name="text:Link7 Title" content="link7" />
  137. <meta name="text:Link8" content="/" />
  138. <meta name="text:Link8 Title" content="link8" />
  139.  
  140.  
  141. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  142. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  143.  
  144. {PostSummary} - {/block:PostSummary}{Title}</title>
  145.  
  146. <style type="text/css">
  147.  
  148.  
  149. iframe#tumblr_controls{
  150. top: 1px !important;
  151. margin: 0 0 0 0;
  152. right: 6px !important;
  153. position: fixed !important;
  154. }
  155.  
  156. body {
  157. margin:0px;
  158. background-color: {color:Background};
  159. background-image:url({image:Background});
  160. background-attachment: fixed;
  161. background-repeat: no-repeat;
  162. {block:IfRepeatBackgroundImage}
  163. background-repeat: repeat;
  164. {/block:IfRepeatBackgroundImage}
  165. background-position:right;
  166. font-size:{text:Body font size}px;
  167. font-family:{font:Body};
  168. {block:IfConsolasFont}font-family:consolas;{/block:IfConsolasFont}
  169. {block:IfItalicFont}font-style:italic;{/block:IfItalicFont}
  170. line-height:16px;
  171. color:{color:Text};
  172. }
  173.  
  174. a:link, a:active, a:visited{
  175. color: {color:Link};
  176. text-decoration: none;
  177. -webkit-transition: 0.3s ease-in;
  178. }
  179.  
  180. a:hover {
  181. color:{color:Hover};
  182. text-decoration: none;
  183. -webkit-transition: 0.3s ease-in;
  184. }
  185.  
  186. ::-webkit-scrollbar-thumb:vertical {
  187. background-color:{color:text};
  188. height:100px;
  189. -webkit-border-radius: 5px;
  190. -moz-border-radius: 5px;
  191. border-radius: 5px;
  192. }
  193.  
  194. ::-webkit-scrollbar-thumb:horizontal {
  195. background-color:{color:text};
  196. height:10px;
  197. -webkit-border-radius: 5px;
  198. -moz-border-radius: 5px;
  199. border-radius: 5px;
  200. }
  201.  
  202. ::-webkit-scrollbar {
  203. height:10px;
  204. width:8px;
  205. background-color:{color:background};
  206. }
  207.  
  208. div#content{
  209. {block:If250px}width:250px;{/block:If250px}
  210. {block:If400px}width:400px;{/block:If400px}
  211. {block:If500px}width:500px;{/block:If500px}
  212. margin-left:300px;
  213. padding-top:15px;
  214. }
  215.  
  216. div#side{
  217. position:fixed;
  218. left:880px;
  219. top:180px;
  220. text-align:center;
  221. }
  222.  
  223. .colour{
  224. background-color:{color:sidebar};
  225. width:150px;
  226. margin-top:-80px;
  227. padding:10px;
  228. }
  229.  
  230.  
  231. #hoverrr {margin-top:0px; position:fixed; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
  232. #hoverrr:hover {margin-left:-81px;}
  233.  
  234. #titled {margin-left: 866px; margin-top: 278px; width: 8px; font-size: 9px; height:29px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 105%; color: {color:text}; position: fixed; padding: 4px; text-transform:uppercase;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-border-radius: 7px 0px 0px 7px;}
  235.  
  236. #sidlinks{font-size: 9px; font-family: verdana; margin-left: 880px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 278px; height: auto; height:138px; border:1px solid {color:background}; position:fixed;}
  237.  
  238. #sidlinks a {float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 70px; background-color:{color:link1}; height: 16px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 16px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  239.  
  240. #sidlinks a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; letter-spacing: 1px;}
  241. .li {opacity: 1}
  242. .li2 {opacity: 0.8}
  243. .li3 {opacity: 0.6}
  244. .li4 {opacity: 0.8}
  245. .li5 {opacity: 1}
  246.  
  247.  
  248. div#links{border-top:1px solid {color:borders};}
  249.  
  250. a.nav{
  251. font-size:10px;
  252. text-transform:lowercase;
  253. padding:1px;
  254. color:{color:link}
  255. }
  256.  
  257. a.nav:hover{color:{color:hover};}
  258.  
  259. .title{
  260. font-size: {text:title font size}px;
  261. color:{color:Title};
  262. padding-bottom:5px;
  263. border-bottom:1px solid {color:borders};
  264. }
  265.  
  266. .post_title{
  267. font-size:{text:Post title font size}px;
  268. color:{color:Post title};
  269. }
  270.  
  271. .info{padding-bottom:5px;}
  272.  
  273. .info2{padding-bottom:5px;}
  274.  
  275. .entry{
  276. {block:If250px}width:250px;{/block:If250px}
  277. {block:If400px}width:400px;{/block:If400px}
  278. {block:If500px}width:500px;{/block:If500px}
  279. margin-bottom:20px;
  280. }
  281.  
  282. .border{border-bottom:1px solid {color:borders};}
  283.  
  284. .entry img{
  285. {block:If250px}max-width:250px;{/block:If250px}
  286. {block:If400px}max-width:400px;{/block:If400px}
  287. {block:If500px}max-width:500px;{/block:If500px}
  288. }
  289.  
  290. .asker{
  291. line-height:16px;
  292. font-size:10px;
  293. background:{color:chat};
  294. padding:5px 5px 5px 2px;
  295. }
  296.  
  297. blockquote{
  298. padding:0px 0px 2px 5px;
  299. margin:0px 0px 2px 1px;
  300. border-left: 2px solid {color:Text};
  301. }
  302.  
  303. .perma{
  304. position:absolute;
  305. display:block;
  306. {block:If250px}margin-left:265px;{/block:If250px}
  307. {block:If400px}margin-left:415px;{/block:If400px}
  308. {block:If500px}margin-left:515px;{/block:If500px}
  309. font-size:9px;
  310. opacity:0;
  311. filter: alpha(opacity = 0);
  312. -webkit-transition: 0.3s ease-in;
  313. }
  314.  
  315. .entry:hover .perma{
  316. opacity:0.7;
  317. filter: alpha(opacity = 70);
  318. -webkit-transition: 0.3s ease-in;
  319. }
  320.  
  321. .photo_perma{
  322. position:absolute;
  323. background:#fff;
  324. margin:5px 0px 0px 5px;
  325. opacity:0;
  326. filter: alpha(opacity = 0);
  327. -webkit-transition: 0.15s ease-in;
  328. padding:5px;
  329. }
  330.  
  331. .photo_perma a{
  332. font-size:9px;
  333. color:#000;
  334. }
  335.  
  336. .entry:hover .photo_perma{
  337. opacity:0.7;
  338. filter: alpha(opacity = 70);
  339. -webkit-transition: 0.15s ease-in;
  340. z-index:1;
  341. }
  342.  
  343. .q{
  344. margin-left:20px;
  345. padding-top:12px;
  346. font-size:{text:post title font size}px;
  347. color:{color:post title};
  348. line-height:23px;
  349. }
  350.  
  351. .quote{
  352. position:absolute;
  353. margin-left:0px;
  354. margin-top:20px;
  355. font-size:60px;
  356. opacity:0.3;
  357. filter: alpha(opacity = 30);
  358. }
  359.  
  360. .source{
  361. font-size:12px;
  362. margin-left:35px;
  363. }
  364.  
  365. div#chat li {
  366. padding: 4px;
  367. background-color:{color:Chat};
  368. margin-top: 2px;
  369. }
  370.  
  371. div#chat ul{
  372. list-style: none;
  373. padding: 0px;
  374. margin-top:5px;
  375. margin-bottom:10px;
  376. {block:If250px}width:250px;{/block:If250px}
  377. {block:If400px}width:400px;{/block:If400px}
  378. {block:If500px}width:500px;{/block:If500px}
  379. text-align: left;
  380. }
  381.  
  382.  
  383.  
  384. ol.notes {
  385. padding: 0px;
  386. margin: 25px 0px;
  387. list-style-type: none;
  388. border-bottom: solid 1px {color:text};
  389. font-size:10px;
  390. }
  391.  
  392. ol.notes li.note {
  393. border-top: solid 1px {color:text};
  394. padding: 10px;
  395. font-size:10px;
  396. }
  397.  
  398. ol.notes li.note img.avatar {
  399. vertical-align: -4px;
  400. margin-right: 10px;
  401. width: 16px;
  402. height: 16px;
  403. }
  404.  
  405. ol.notes li.note span.action {
  406. font-weight: normal;
  407. font-size:10px;
  408. }
  409.  
  410. ol.notes li.note .answer_content {
  411. font-weight: normal;
  412. font-size:10px;
  413. }
  414.  
  415. ol.notes li.note blockquote {
  416. border-color: {color:text};
  417. padding: 4px 10px;
  418. margin: 10px 0px 0px 25px;
  419. font-size:10px;
  420. }
  421.  
  422. ol.notes li.note blockquote a {
  423. text-decoration: none;
  424. font-size:10px;
  425. }
  426.  
  427. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  428.  
  429.  
  430. {CustomCSS}
  431. </style>
  432. <link rel="shortcut icon" href="{Favicon}">
  433. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  434. <meta name="viewport" content="width=820" />
  435. </head>
  436. <body>
  437.  
  438. <div id="hoverrr">
  439. <div id="titled">+ + +</div>
  440. <div id="sidlinks">
  441. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  442. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  443. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  444. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  445. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  446. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  447. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  448. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}</div>
  449. <div id="credit"></div></div>
  450.  
  451. <div id="boatarde"></div>
  452. <div id="frase"></div>
  453.  
  454. <div id="sideimg3"><div class="simg3">
  455.  
  456. </div></div>
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468. <div id="side">
  469. {block:IfPortrait}<img src="{PortraitURL-64}"/>{/block:IfPortrait}
  470. <div class="colour">
  471. <div class="title"><br><br><br><br><br>{Title}</div>
  472. <div class="info">{description}</div>
  473. <div class="info2"></div>
  474. <div id="links">
  475.  
  476. <center>{block:Pagination}<div class="page">{block:PreviousPage}<a href="{PreviousPage}"><font size="5">⇜</font></a>{/block:PreviousPage}{block:nextPage}<a href="{nextPage}"><font size="5">⇝</font></a>{/block:nextPage}</div>{/block:Pagination}
  477. </center>
  478. theme by <b><a href="http://st0rmtroop3r.tumblr.com/">st0rmtroop3r</a></b>
  479.  
  480. </div></div>
  481. </div>
  482.  
  483.  
  484. <div id="content">
  485.  
  486. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js";;></script>
  487. <Div class="autopagerize_page_element"></div>{/block:IfEndlessScrolling}
  488.  
  489. {block:Posts}
  490. {block:Text}
  491. <div class="entry"><div class="border">
  492. <div class="perma"><a href="{Permalink}">{TimeAgo}</a><br>
  493. <a href="{Permalink}">{NoteCountWithLabel}</a> <br> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  494. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  495. {Body}
  496. </div></div>
  497. {/block:Text}
  498.  
  499. {block:Photo}
  500. <div class="entry"><div class="photo_perma"><a href="{Permalink}">{NoteCountWithLabel}</a> &#8212; <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  501. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  502. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  503. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()" alt="{PhotoAlt}"
  504. {block:If250px}width="250"{/block:If250px}
  505. {block:If400px}width="400"{/block:If400px}
  506. {block:If500px}width="500"{/block:If500px}
  507. />
  508. {block:IndexPage}</a>
  509. {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}{/block:IndexPage}
  510. {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>
  511. {/block:Photo}
  512.  
  513. {block:Photoset}
  514. <div class="entry">
  515. <div class="perma"><a href="{Permalink}">{TimeAgo}</a><br>
  516. <a href="{Permalink}">{NoteCountWithLabel}</a> <br> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  517. {block:If250px}{Photoset-250}{/block:If250px}
  518. {block:If400px}{Photoset-400}{/block:If400px}
  519. {block:If500px}{Photoset-500}{/block:If500px}
  520. {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}<br>
  521. </div>
  522. {/block:Photoset}
  523.  
  524. {block:Quote}
  525. <div class="entry"><div class="border">
  526. <div class="perma"><a href="{Permalink}">{TimeAgo}</a></div>
  527. <span class="quote">&#10077;</span><div class="q">{Quote}</div>
  528. {block:Source}<div class="source"><p>&#8212; {Source}</p></div>{/block:Source}</div></div>
  529. {/block:Quote}
  530.  
  531. {block:Chat}
  532. <div class="entry">
  533. <div class="perma"><a href="{Permalink}">{TimeAgo}</a><br>
  534. <a href="{Permalink}">{NoteCountWithLabel}</a> <br> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  535. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  536. <div id="chat">
  537. <ul>{block:Lines}<li>
  538. {block:Label}<b>{Label}</b>{/block:Label}
  539. {Line}
  540. </li>{/block:Lines}</ul>
  541. </div></div>
  542. {/block:Chat}
  543.  
  544. {block:Link}
  545. <div class="entry"><div class="border">
  546. <div class="perma"><a href="{Permalink}">{TimeAgo}</a><br>
  547. <a href="{Permalink}">{NoteCountWithLabel}</a> <br> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  548. <span class="post_title"><a href="{URL}">{Name}</span></a>
  549. {block:Description}{Description}{/block:Description}
  550. </div></div>
  551. {/block:Link}
  552.  
  553. {block:Audio}
  554. <div class="entry"><div class="border">
  555. <div class="perma"><a href="{Permalink}">{TimeAgo}</a><br>
  556. <a href="{Permalink}">{NoteCountWithLabel}</a> <br> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  557. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" width="208"/><p>{/block:AlbumArt}{AudioPlayerBlack}
  558. {block:Caption}{Caption}
  559. <small>{PlayCount} listens</small> {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}
  560. </div></div>
  561. {/block:Audio}
  562.  
  563. {block:Video}
  564. <div class="entry">
  565. <div class="perma"><a href="{Permalink}">{TimeAgo}</a><br>
  566. <a href="{Permalink}">{NoteCountWithLabel}</a> <br> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  567. {block:If250px}{Video-250}{/block:If250px}
  568. {block:If400px}{Video-400}{/block:If400px}
  569. {block:If500px}{Video-500}{/block:If500px}
  570. {block:Caption}{Caption}{/block:Caption}
  571. </div>
  572. {/block:Video}
  573.  
  574. {block:Answer}
  575. <div class="entry"><div class="border">
  576. <div class="perma"><a href="{Permalink}">{TimeAgo}</a></div>
  577. <div class="asker">{Asker} : {Question}</div>
  578. {Answer}<p>
  579. </div></div>
  580. {/block:Answer}
  581.  
  582.  
  583. {block:PostNotes}
  584. <center>
  585. <p>{block:NoteCount}<img src="http://cdn5.iconfinder.com/data/icons/nounproject/128/330.png" width="15"/> {NoteCountWithLabel}<br>{/block:NoteCount}
  586.  
  587. {block:HasTags}
  588. {block:Tags}<a href="{TagURL}"><img src="http://cdn5.iconfinder.com/data/icons/nounproject/128/419.png" width="10"/>{Tag} </a>{/block:Tags}<br>{/block:HasTags}
  589. {block:RebloggedFrom}
  590. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  591. Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  592. </center></span>
  593. {PostNotes}<br>
  594.  
  595. <center>{block:ContentSource}
  596. <br><a href="{SourceURL}">
  597. {lang:Source}:
  598. {block:SourceLogo}
  599. <img src="{BlackLogoURL}" width="{LogoWidth}"
  600. height="{LogoHeight}" alt="{SourceTitle}" />
  601. {/block:SourceLogo}
  602. {block:NoSourceLogo}
  603. {SourceLink}
  604. {/block:NoSourceLogo}
  605. </a>
  606. {/block:ContentSource}<br><br></center>
  607.  
  608. {/block:PostNotes}
  609.  
  610. {/block:posts}
  611.  
  612.  
  613.  
  614. </div>
  615.  
  616.  
  617. </body>
  618. </html>
Advertisement
Add Comment
Please, Sign In to add comment