455km-devoce

❥ Theme 11

Jun 22nd, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.35 KB | None | 0 0
  1. <!-- Themes by Evy Scrocco
  2.  
  3. HIIS-SMALL.tumblr
  4. antiga: 455KM-DEVOCE.tumblr (Eve)
  5.  
  6.  
  7.  
  8. ———————————————--- REGRAS! ---—————————————————————
  9.  
  10. - AVISE COM O NÚMERO SE UTILIZA-LO
  11. - NÃO USE COMO BASE
  12. - MODIFIQUE APENAS PARA USO PRÓPRIO
  13. - NÃO DISPONIBILIZE
  14. - QUALQUER PLÁGIO AVISE-ME
  15.  
  16. ———————————————--- OBRIGADA! ---——————————————————
  17.  
  18. -->
  19.  
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  21.  
  22. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
  25.  
  26.  
  27.  
  28.  
  29. <meta http-equiv="x-dns-prefetch-control" content="off"/><meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/><script type="text/javascript">
  30. var rev = "fwd";function titlebar(val)
  31. {var msg = "{title}";
  32. var res = " ";
  33. var speed = 120;var pos = val;msg = "{title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
  34. else{rev = "bwd";
  35. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  36. else{
  37. if(pos > 0){
  38. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  39. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  40. titlebar(0);
  41. </script>
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  51.  
  52. <script type="text/javascript">
  53. //desabilita menu de opcoes ao clicar no botao direito
  54. function desabilitaMenu(e)
  55. {
  56. if (window.Event)
  57. {
  58. if (e.which == 2 || e.which == 3)
  59. return false;
  60. }
  61. else
  62. {
  63. event.cancelBubble = true
  64. event.returnValue = false;
  65. return false;
  66. }
  67. }
  68.  
  69.  
  70.  
  71.  
  72. //desabilita botao direito
  73. function desabilitaBotaoDireito(e)
  74. {
  75. if (window.Event)
  76. {
  77. if (e.which == 2 || e.which == 3)
  78. return false;
  79. }
  80. else
  81. if (event.button == 2 || event.button == 3)
  82. {
  83. event.cancelBubble = true
  84. event.returnValue = false;
  85. return false;
  86. }
  87. }
  88.  
  89.  
  90.  
  91.  
  92. //desabilita botao direito do mouse
  93. if ( window.Event )
  94. document.captureEvents(Event.MOUSEUP);
  95. if ( document.layers )
  96. document.captureEvents(Event.MOUSEDOWN);
  97.  
  98.  
  99.  
  100.  
  101. document.oncontextmenu = desabilitaMenu;
  102. document.onmousedown = desabilitaBotaoDireito;
  103. document.onmouseup = desabilitaBotaoDireito;
  104. </script>
  105.  
  106.  
  107. <!-- DEFAULT VARIABLES -->
  108.  
  109.  
  110.  
  111. <meta name="color:back" content="#f8f8f8" />
  112. <meta name="color:texto" content="#000000" />
  113. <meta name="color:post" content="#ffffff" />
  114. <meta name="color:sidebar1" content="#ffffff" />
  115.  
  116. <meta name="color:link" content="#000000">
  117. <meta name="color:linkmuda" content="#bbf1ff">
  118.  
  119. <meta name="font:Body" content="verdana" />
  120. <meta name="font:Title" content="Georgia" />
  121. <meta name="text:titulo" content="titulo">
  122.  
  123. <meta name="if:Show tags" content="1">
  124. <meta name="if:Enable endless scrolling" content="0">
  125. <meta name="image:sidebarimage1" content="http://static.tumblr.com/py5v1tt/Lgvmdahcz/cats.jpg"/>
  126.  
  127. <meta name="text:Link1" content="/" />
  128. <meta name="text:Link1 Title" content="link1" />
  129. <meta name="text:Link2" content="/" />
  130. <meta name="text:Link2 Title" content="link2" />
  131. <meta name="text:Link3" content="/" />
  132. <meta name="text:Link3 Title" content="link3" />
  133. <meta name="text:Link4" content="/" />
  134. <meta name="text:Link4 Title" content="link4" />
  135. <meta name="text:Link5" content="/" />
  136. <meta name="text:Link5 Title" content="link5" />
  137. <meta name="text:Link6" content="/" />
  138. <meta name="text:Link6 Title" content="link6" />
  139.  
  140.  
  141. <script type="text/javascript">
  142.  
  143. function changeNavigation(id) {document.getElementById('liuc').innerHTML=document.getElementById(id).innerHTML}
  144.  
  145. </script>
  146.  
  147.  
  148.  
  149. <title>{Title}</title>
  150. <link rel="shortcut icon" href="{Favicon}">
  151. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  152. {block:Description}
  153. <meta name="description" content="{MetaDescription}" />
  154. {/block:Description}
  155.  
  156.  
  157.  
  158. <style type="text/css">
  159.  
  160. body {background-color:{color:back}; font-family: georgia; color: {color:texto}; text-align: center; font-size: 9px; background-image:url('{image:background}') }
  161.  
  162. a:link, a:active, a:visited{; text-decoration:none; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;font-size:9px; color: {color:texto}}
  163. a:hover {color:{color:linkmuda};}
  164. p {margin: 6px 0 0 0}
  165.  
  166. blockquote{border-left: 3px solid {color:texto}; margin:5px 5px 2px 2px; padding-left:2px; border-bottom:0px;}
  167.  
  168. #tudo {text-align: center; width: 1000px; margin: 0px auto 20px auto; padding: 0px; z-index: 1}
  169.  
  170. #entries {margin-left: 220px; width: 680px; margin-top: -10px;}
  171. .entry {width: 300px; background-color:{color:post} ; text-align: justify; padding: 9px; float: left; margin: 0px 0 0 1px; border-bottom: 1px dotted {color:texto};}
  172.  
  173. .entry:hover #information {opacity:1;}
  174.  
  175. #information{position:absolute; font-size:8.5px ;font-family:georgia; text-transform:none; color:{color:link}; margin-left:200px; opacity:0; height: 10px; width: 100px; border-left:1px solid {color:sidebar3}; margin-top:-9px; background-color: {color:sidebar3}; display:block; text-align:left; padding:4px; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out;-webkit-transform: rotate(0deg);-moz-border-radius:0px; border-bottom-left-radius: 90em; border-bottom-right-radius: 0em; border-top-left-radius: 0em; border-top-right-radius: 0em}
  176. #information a{text-transform:none; color:{color:permalink}; font-style:normal; text-align: center;}
  177. #information a:hover {color:{color:info link hover};}
  178.  
  179. #titulo {width:300px;}
  180. .texttitulo {font-size:13px; font-family: georgia; margin:0px 0px -03px 0px; font-weight:normal; color: {color:text}; text-transform:none; padding:2px 1px; text-align:center;}
  181. .texttitulo a {font-size:15px; font-family: georgia; margin:0px 0px -03px 0px; font-weight: normal; color: {color:text}; text-transform:none; padding:2px 1px; text-align:center;}
  182.  
  183. .linkdescription {padding:0px; margin:0px; font:10px {font:Body};}
  184.  
  185. .image {text-align: center; border: 0px; }
  186. .image img {max-width: 300px; margin-bottom: 3px }
  187.  
  188. .qt {font-family:{font:title}; text-align: center; font-size: 11px; line-height: 15px; padding: 3px;}
  189. .qsr {text-align: right; text-transform: none; margin-bottom: 5px; font-size:10px;}
  190. .qsr a, a:hover{text-transform: none;}
  191.  
  192. .chat .line{
  193. font:9px {font:Body};
  194. background-color:{color:chat1};
  195. margin: 0 0 1px;
  196. padding: 2px; text-align: center;
  197. }
  198. .chat .line.odd{ background-color:{color:chat2};}
  199.  
  200. .lolo {font-weight:bold; color:{color:bold}}
  201.  
  202. .lalala {background-color: #000; text-align: left; display:block;}
  203.  
  204. .question{background: {color:post}; font-size: 10px; font-weight:bold; color: {color:texto}; padding: 10px;}
  205. .asker {width: 290px; background-color: {color:post}; color: {color:texto};
  206. padding: 10px}
  207. .asker img{float: left; margin: 0px 5px 3px 0; opacity:1;-moz-transition: all .5s ease-in-out!important; -o-transition: all .5s ease-in-out!important; transition: all .5s ease-in-out!important; -webkit-transition: all .5s ease-in-out!important;}
  208. .asker img:hover {opacity:0.8;}
  209. .asker a{font-size: 9px; color: {color:texto}; text-transform: lowercase; line-height: 8px; padding: 0; margin: 0; font-family: verdana;}
  210. .asker a:hover{font-size: 9px; color: {color:link hover}; text-transform: lowercase; line-height:8px; padding: 0; margin: 0; font-family:{font:body};}
  211. .answer {margin-top: -5px;}
  212.  
  213. .redondo {-webkit-border-radius: 32px; -moz-border-radius:32px; border-radius: 32px; width:42px; height:42px;}
  214. .redondo:hover { -webkit-border-radius: 32px; -moz-border-radius:32px; border-radius: 32px; width:42px; height:42px;}
  215.  
  216. .cap {margin:0px; padding:0px; font:9px {font:Body};}
  217.  
  218. .tags {color: {color:texto}; font-size: 9px; font-family: georgia; display: inline; text-align: center; text-transform: none; margin-bottom: 100px;}
  219. .tags a {font-size: 9px; color: ; display: inline; text-align:left; text-transform: none; margin-bottom: 3px;}
  220.  
  221. #postnotes {display:block; margin-left:357px; width:320px; background-color:{color:post}; font-size: 9px; text-align: left}
  222. ol.notes {list-style: none; margin: 0 0px 0 0px; padding: 0px; z-index: 11;}
  223. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  224. .notes img{display: none; border:0px}
  225.  
  226. #reblogs {display:none; background-color:{color:post};}
  227.  
  228.  
  229. #tumblr_controls{position:fixed!important}::-webkit-scrollbar{width:8px;height:5px;}::-webkit-scrollbar-button:start:decrement::-webkit-scrollbar-button:end:
  230.  
  231. increment{display:block;height:0;background-color:transparent;}::-webkit-scrollbar-track-piece{background-color: {color:back};
  232.  
  233. -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}::-webkit-scrollbar-thumb:vertical{height:50px;
  234.  
  235. background-color: {color:texto};-webkit-border-radius:px;}::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:texto};-webkit-border-radius:px;}
  236.  
  237. #tumblr_controls{position: fixed!important}
  238. #tumblr_controls{position: fixed!important}
  239. #tumblr_controls{position: fixed!important}
  240. #tumblr_controls{position: fixed!important}
  241.  
  242. #sexy1 {margin-left:-90px; margin-top: 80px; position: fixed; color: {color:sidebar1}; opacity:1;-moz-transition: all .5s ease-in-out!important; -o-transition: all .5s ease-in-out!important; transition: all .5s ease-in-out!important; -webkit-transition: all .5s ease-in-out!important;}
  243. #sexy1:hover {opacity:0.8;}
  244.  
  245.  
  246.  
  247. #oik {position: fixed; margin-top: -30px; margin-left: -620px; height:110%; width: 800px; background-color: {color:sidebar1}; padding: 5px; margin-bottom: 1px; position:fixed; border-right: 1px dotted {color:sidebar2};}
  248.  
  249. </style>
  250.  
  251. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  252.  
  253.  
  254.  
  255. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  256. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  257.  
  258. <script type="text/javascript">
  259. $(window).load(function () {
  260. $('#entries').masonry(),
  261. $('.masonryWrap').infinitescroll({
  262. navSelector : ".entry",
  263. nextSelector : "#page a#p",
  264. itemSelector : ".entry",
  265. bufferPx : 10000,
  266. extraScrollPx: 10000,
  267. loadingImg : "",
  268. loadingText : "",
  269. },
  270. function() { $('#entries').masonry({ appendedContent: $(this) }); }
  271. );
  272. });
  273. </script>
  274.  
  275. </head>
  276. <body>
  277.  
  278. <div id="tudo">
  279.  
  280. <div id="oik"></div>
  281.  
  282. <div style="position:fixed; margin-left: -93px; margin-top:30px; text-align: center; width: 237px; font-family: georgia; font-size: 25px; color:{color:texto}; text-transform: lowercase; background-color: {color:sidebar1}; border-bottom: 1px dotted {color:texto};">{text:titulo}</div>
  283.  
  284. <div style="position:fixed; margin-left: -93px; margin-top:325px; text-align: center; width: 237px; font-family: georgia; font-size: 9px; color:{color:link}; text-transform: lowercase; background-color: {color:sidebar1}; border-top: 1px dotted {color:texto};">
  285. <a href="{text:link1}">{text:link1 title}</a> •
  286. <a href="{text:link2}">{text:link2 title}</a> •
  287. <a href="{text:link3}">{text:link3 title}</a> •<br>
  288. <a href="{text:link4}">{text:link4 title}</a> •
  289. <a href="{text:link5}">{text:link5 title}</a> •
  290. <a href="{text:link6}">{text:link6 title}</a> •
  291. <a href="http://455km-devoce.tumblr.com/">credit</a></div>
  292.  
  293. <div style="position:fixed; margin-left: -93px; margin-top:355px; text-align: center; width: 237px; font-family: georgia; font-size: 9px; color:{color:textp}; text-transform: lowercase; background-color: {color:sidebar1}; border-bottom: 1px dotted {color:texto};">{description}</div>
  294.  
  295.  
  296. <div id="sexy1">
  297. <img src="{image:sidebarimage1}" width="240px;" height="240px;"><br>
  298. </div>
  299.  
  300.  
  301. <div style="position:fixed; margin-left: -90px; margin-top:500px; text-align: center; width: 237px; font-family: georgia; font-size: 9px; color:{color:link}; text-transform: lowercase; background-color: {color:sidebar1};">{block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage} {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}</div>
  302.  
  303. <div id="entries">
  304. {block:Posts}
  305. <div class="entry {block:Photo}photo{/block:Photo}{block:Quote}quote{/block:Quote}{block:Link}link{/block:Link}{block:Text}text{/block:Text}{block:Chat}chat{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}">
  306.  
  307. {block:IndexPage}
  308.  
  309.  
  310. <div id="information"><center>
  311. <a href="{Permalink}">{NoteCount} notes</a> .
  312. <a href="{ReblogURL}" target="_blank"> reblog</a></center>
  313. </div>
  314.  
  315.  
  316. {/block:IndexPage}
  317.  
  318. {block:Text}
  319. <div id="titulo">
  320. {block:Title}
  321. <div class="texttitulo"><a href="{Permalink}" target="_blank">{Title}</a></div>
  322. {/block:Title}
  323. </div>
  324. {Body}
  325. {/block:Text}
  326.  
  327. {block:Photo}
  328. <div id="image"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="300px"/>
  329. {block:HighRes}<div class="hres"><a href="{PhotoURL-HighRes}"></a></div> {/block:HighRes}</div>
  330. {block:Caption}
  331. <div class="cap">{Caption}</div>
  332. {/block:Caption}
  333. {/block:Photo}
  334.  
  335. {block:Photoset}
  336. <center>{Photoset-250}</center>
  337. {block:Caption}
  338. <div class="cap">{Caption}</div>
  339. {/block:Caption}
  340. {/block:Photoset}
  341.  
  342. {block:Quote}
  343. <div class="qt">“{Quote}”</div>
  344. {block:Source}<div class="qsr">— {Source}</div>
  345. {/block:Source}
  346. {/block:Quote}
  347.  
  348. {block:Link}
  349. <div id="titulo"><div class="texttitulo"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  350. {block:Description}
  351. <div class="linkdescription">{Description}</div>
  352. {/block:Description}
  353. {/block:Link}
  354.  
  355. {block:Chat}
  356. {block:Title}
  357. <div id="titulo"><div class="texttitulo">{Title}</div></div>
  358. {/block:Title}<br>
  359. <div class="chat">
  360. {block:Lines}<div class="chat"><div class="line {Alt}">
  361. <div class="{Alt} user_{UserNumber}">
  362. {block:Label}
  363. <span class="lolo"><b>{Label}</b></span>
  364. {/block:Label}
  365. {Line}</div>
  366. </div></div>
  367. {/block:Lines}
  368. </div>
  369. {/block:Chat}
  370.  
  371. {block:Video}
  372. <center>{Video-250}</center>
  373. {block:Caption}
  374. <div class="cap">{Caption}</div>
  375. {/block:Caption}
  376. {/block:Video}
  377.  
  378. {block:Audio}
  379. <div class="lalala">{AudioPlayerBlack}</div>
  380. {block:Caption}{Caption}{/block:Caption}
  381. {/block:Audio}
  382.  
  383. {block:Answer}
  384. <div class="asker"><img src="{AskerPortraitURL-48}" class="redondo"><b>{Asker} moaned:</b><br> "{Question}"</div><br>
  385. <div class="answer">{Answer}</div>
  386. <br>
  387. {/block:Answer}
  388. </div>
  389.  
  390. {block:PermalinkPage}
  391. {block:PostNotes}
  392. <div id="notes">{PostNotes}</div><br>
  393. {/block:PostNotes}
  394. {/block:PermalinkPage}
  395. {/block:Posts}
  396.  
  397. <div id="reblogs">{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>reblogged <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  398. {block:ContentSource}source <a href="{SourceURL}">{SourceLink}</a><br>
  399. {/block:ContentSource}
  400. <a href="{Permalink}"> {block:NoteCount}{NoteCount} <b><b>reblog<b> our fuck!</b> </a> {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  401.  
  402. </div></div>
  403. </div>
  404.  
  405. <div style="right: 3px; top: 26px; opacity:0.7; position:absolute;"><a href="http://455km-devoce.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
  406.  
  407. </div>
  408.  
  409. <!-- END TUMBLR CODE --></body></html>
Advertisement
Add Comment
Please, Sign In to add comment