s-uperar

theme 5 (new)

May 21st, 2012
4,643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.26 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <! | THEME FEITO POR VIC (SIXTHELL) | !>
  6. <! criatividade não se rouba. eu sempre serei o sol, enquanto você sempre será a lua. !>
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <script type="text/javascript">
  11. //desabilita menu de opcoes ao clicar no botao direito
  12. function desabilitaMenu(e)
  13. {
  14. if (window.Event)
  15. {
  16. if (e.which == 2 || e.which == 3)
  17. return false;
  18. }
  19. else
  20. {
  21. event.cancelBubble = true
  22. event.returnValue = false;
  23. return false;
  24. }
  25. }
  26.  
  27. //desabilita botao direito
  28. function desabilitaBotaoDireito(e)
  29. {
  30. if (window.Event)
  31. {
  32. if (e.which == 2 || e.which == 3)
  33. return false;
  34. }
  35. else
  36. if (event.button == 2 || event.button == 3)
  37. {
  38. event.cancelBubble = true
  39. event.returnValue = false;
  40. return false;
  41. }
  42. }
  43.  
  44. //desabilita botao direito do mouse
  45. if ( window.Event )
  46. document.captureEvents(Event.MOUSEUP);
  47. if ( document.layers )
  48. document.captureEvents(Event.MOUSEDOWN);
  49.  
  50. document.oncontextmenu = desabilitaMenu;
  51. document.onmousedown = desabilitaBotaoDireito;
  52. document.onmouseup = desabilitaBotaoDireito;
  53. </script>
  54.  
  55. <script language="javascript">
  56. function clickIE() {if (document.all) {(mensagem);return false;}}
  57. function clickNS(e) {if
  58. (document.layers||(document.getElementById&&!document.all)) {
  59. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  60. if (document.layers)
  61. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  62. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  63. document.oncontextmenu=new Function("return false")
  64. </script>
  65.  
  66. <head>
  67. <!-- DEFAULT VARIABLES -->
  68. <meta name="font:text" content="georgia" />
  69. <meta name="font:title" content="georgia" />
  70. <meta name="color:background" content="#f1f2f3" />
  71. <meta name="color:link" content="#000000" />
  72. <meta name="color:linkhover" content="#000" />
  73. <meta name="color:text" content="#000000" />
  74. <meta name="color:post" content="#ffffff" />
  75. <meta name="color:player" content="#fff" />
  76. <meta name="color:sidebar" content="#fff" />
  77. <meta name="color:linkbackground" content="#f1f1f1" />
  78. <meta name="color:linktext" content="#000" />
  79. <meta name="if:Show tags" content="1"/>
  80. <meta name="if:Show pic" content="1"/>
  81. <meta name="if:Enable endless scrolling" content="0"/>
  82. <meta name="if:Show subtitle" content="1"/>
  83. <meta name="if:Show links" content="1"/>
  84. <meta name="if:Show search" content="1"/>
  85. <meta name="if:Show sidebar image" content="1"/>
  86. <meta name="image:sideimg" content="http://28.media.tumblr.com/tumblr_m37pgv8yrW1rujaaao6_r1_250.png"/>
  87. <meta name="image:background" content=""/>
  88. <meta name="text:player" content="" />
  89. <meta name="text:titulo" content="frase aqui..." />
  90. <meta name="text:Link1" content="um" />
  91. <meta name="text:Link1 Title" content="um" />
  92. <meta name="text:Link2" content="dois" />
  93. <meta name="text:Link2 Title" content="dois" />
  94. <meta name="text:Link3" content="tres" />
  95. <meta name="text:Link3 Title" content="tres" />
  96. <meta name="text:Link4" content="quatro" />
  97. <meta name="text:Link4 Title" content="quatro" />
  98. <meta name="text:Link5" content="cinco" />
  99. <meta name="text:Link5 Title" content="cinco" />
  100. <meta name="text:Link6" content="seis" />
  101. <meta name="text:Link6 Title" content="seis" />
  102.  
  103. <title>{Title}</title>
  104. <link rel="shortcut icon" href="{Favicon}">
  105. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  106. {block:Description}
  107. <meta name="description" content="{MetaDescription}" />
  108. {/block:Description}
  109.  
  110. {block:IfEnableEndlessScrolling}
  111. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  112. {/block:IfEnableEndlessScrolling}
  113.  
  114.  
  115. <style type="text/css">
  116.  
  117.  
  118. body {background-color: {color:background}; font-family: {font:text}; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; margin-bottom: 12px;}
  119.  
  120. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  121. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  122.  
  123. p {margin: 6px 0 0 0}
  124.  
  125. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:background}; padding-left: 5px; }
  126. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  127. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:sidebarlinks}; }
  128. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidtext}; }
  129.  
  130. blockquote img{max-width: 470px!important}
  131. blockquote blockquote img{max-width: 450px!important}
  132. blockquote blockquote blockquote img{max-width: 430px!important}
  133. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  134.  
  135.  
  136.  
  137. #xp {text-align: center; width: 935px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  138.  
  139. .posts {width: 500px; background-color: {color:post}; padding: 10px; border-top: 1px solid {color:background}; text-align: justify; font-family: verdana; font-size: 11px;}
  140.  
  141. #xright {position: fixed; margin-top: 0px; margin-left: 440px; overflow: auto; width: 534px; height: 675px;}
  142.  
  143. #entries {margin-top: 40px; margin-left: 470px;}
  144.  
  145. #top {margin-top: 200px;}
  146.  
  147. h1 {font-family: georgia; text-align: center; font-size: 13px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  148. h1 a {text-align: center; font-size: 13px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  149. h1 a:hover {text-align: center; font-size: 13px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  150.  
  151. .image {text-align: center; border: 0px}
  152. .image img {max-width: 500px; margin-bottom: 2px }
  153.  
  154. .xquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  155. .xquotesource {font-family: verdana; text-align: center; text-transform: none; margin-bottom: 12px;}
  156. .xquotesource a, a:hover{text-transform: none;}
  157.  
  158. .chat {line-height: 12px; list-style: none }
  159. .chat ul {line-height: 19px; list-style: none; padding: 0px; line-height:19px;}
  160. .person1 {background-color:{color:post}; color: {color:text}; }
  161. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  162. .person2 {color: {color:text} }
  163. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  164.  
  165. .music{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background}; text-align: center;}
  166. .music img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  167. .capt{text-align: justify; margin-top: 2px; margin-bottom: 7px;}
  168. .source{display:none}
  169.  
  170. #questions {background-color: {color:post}; color: {color:text}; padding:10px; margin-bottom:0px; font-family: verdana; font-size: 9px; font-style:normal; border-bottom: 2px solid {color:text};}
  171. #questions a {color: {color:text};}
  172. #questions a:hover {color: {color:text};}
  173.  
  174. #cap {width: 500px; margin-top: -2px; margin-bottom: 12px;}
  175.  
  176. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; padding-right: 8px; padding-left: 8px;padding-top: 8px; width: 500px; margin-left: -8px; border-top: 1px solid {color:background};}
  177. #oidata a {font-size: 9px;}
  178.  
  179. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: normal;}
  180. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: normal;}
  181.  
  182. #nts {width: 500px; font-family: verdana; color: text; margin-left: 470px; background-color: {color:sidebar}; padding: 10px; margin-top: -11px; font-size: 9px; text-align: left; }
  183. #nts img{display: none; border:0px}
  184.  
  185. #oipai {position: fixed; margin-left: 15px; width: 222px; height: 316px; background-color: {color:background}; margin-top: 0px;}
  186.  
  187. #titled {margin-left: -17px; margin-top: 142px; 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;}
  188.  
  189. #sidlinks{font-size: 9px; font-family: verdana; margin-left: -1px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 99px; height: auto; height: 118px; border:1px solid {color:background}; position:fixed;}
  190.  
  191. #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:linkbackground}; height: 16px; color:{color:linktext}; text-decoration: none; text-transform: none; line-height: 16px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  192.  
  193. #sidlinks a:hover {color: {color:linkhovert}; background-color: {color:linkhoverb}; text-align: center; letter-spacing: 1px;}
  194.  
  195. div#credit {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width:78px; height:14px; line-height: 14px; position: absolute; font-family: verdana; margin-top: 213px; margin-left: 294px; position: fixed; padding: 1px; font-size: 9px;}
  196.  
  197. #border2 {margin-left: -4px; width: 276px; font-family: georgia; font-size: 14px; background-color: {color:sidebar}; color: {color:text}; text-align: center; margin-top: 0px; height: auto; height: 22px; line-height: 130%; position:fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  198.  
  199. .pg{position:fixed; font-size: 12px; font-family: verdana; text-align: center; margin-left: 350px; margin-top: -17px;}
  200. .pg a{padding:2px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  201.  
  202. #aria {position: fixed; margin-left: 199px; width: 240px; height: 89px; background-color: {color:sidebar}; margin-top: 0px;}
  203.  
  204. #frase {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width: 172px; height:16px; line-height: 16px; position: absolute; margin-left: 0px; font-family: georgia; margin-top: 0px; margin-left: 310px; text-transform: normal; position: fixed; padding: 2px; font-size: 18px;}
  205.  
  206. #frase2 {background-color: transparent; font-weight: normal; letter-spacing: 0px; color: {color:frase}; text-align: center; width: 172px; height:10px; line-height: 10px; position: absolute; margin-left: 0px; font-family: verdana; margin-top: 0px; margin-left: 964px; text-transform: normal; position: fixed; padding: 2px; font-size: 9px;}
  207.  
  208. #sideimg2 {display: block; margin-left: 269px; float: right; margin-top: 0px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  209. .simg2 img {width: 190px; margin-bottom: 0px; border: 5px solid {color:sidebar}; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  210. .simg2 img:hover {-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; opacity: 0.8;}
  211.  
  212. .viclink {margin-left: -40px; margin-top: 1px; background-color: {color:sidebar}; width: 240px; position: relative;}
  213. .viclink a{padding: 2px; font-size: 9px; line-height: 22px; margin-left: 1px; background-color:{color:linkbackground}; color: {color:linktext}; text-transform: none; letter-spacing: 1px; text-align: center; display: inline; font-family: verdana; padding: 2px; font-size: 9px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  214. .viclink a:hover {color:{color:text}; background-color: {color:sidebar};}
  215.  
  216. #sidss2 {margin-left: -4px; margin-top: 2px; width: 275px; height: 2px; text-align: center; background-color: {color:sidebar}; position: fixed; text-transform: lowercase; opacity: 0.6;}
  217.  
  218. #playerr {background-color: {color:player}; position: fixed; height: 19px; width: 73px; line-height: 18px; font-family: verdana; font-size: 9px; text-align: center; margin-top: -20px; margin-left: 381px; -webkit-border-radius: 10px 10px 0px 0px;}
  219.  
  220. #boatarde {margin-left: 123px; margin-top: 3px; width: 150px; font-size: 10px; font-family: verdana; height: 16px; line-height: 15px; text-align: center; background-color: {color:sidebar}; color: {color:text}; position: fixed; text-transform: lowercase;}
  221.  
  222. #sids {width: 240px; height: 27px; line-height: 26px; margin-top: 5px; margin-left: -4px; text-align: center; background-color: {color:sidebar}; color: {color:text}; position: fixed; font-family: tahoma; font-size: 16px; text-transform: lowercase; letter-spacing: 0px;}
  223.  
  224. #bomdia {margin-left: 830px; margin-top: 288px; width: 150px; font-size: 9px; height: 15px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 12px; color: {color:text}; position: fixed; text-transform: normal; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  225.  
  226. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  227.  
  228. .sdescri {text-align: justify; height: auto; font-size: 9px; font-family: verdana; position: fixed; margin-left: -40px; line-height: 12px; width: 232px; background-color: {color:sidebar}; color: {color:text}; padding: 4px; margin-top: 1px; background-attachment: fixed;}
  229.  
  230. #vicpic {position: fixed; margin-top: 85px; margin-left: 940px; border: 4px solid {color:sidebar};}
  231. .vicpic img {width:46px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  232.  
  233. #hoverrr {margin-top: -30px; margin-left: 277px; position:fixed; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
  234. #hoverrr:hover {margin-left: 196px;}
  235.  
  236. ::-webkit-scrollbar{width:7px;height:6px;}
  237.  
  238. ::-webkit-scrollbar-button:start:decrement
  239.  
  240. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  241.  
  242. ::-webkit-scrollbar-track-piece{background-color:{color:sidebar}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  243.  
  244. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:text};-webkit-border-radius:px;}
  245.  
  246. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:text};-webkit-border-radius:px;}
  247.  
  248.  
  249. .search {letter-spacing: 3px; text-transform: uppercase;}
  250. .search input{font-family: {font:text}; border: none; background-color: {color:sidebarlinks}; color: {color:text}; text-transform: uppercase; font-size: 9px; text-align: center; padding: 3px; width: 210px;}
  251.  
  252. #tumblr_controls{position: fixed!important}
  253. #tumblr_controls{position: fixed!important}
  254. #tumblr_controls{position: fixed!important}
  255. #tumblr_controls{position: fixed!important}
  256.  
  257.  
  258. </style>
  259.  
  260. <body onkeydown="return false">
  261.  
  262. <div id="playerr"><div style="margin-top: 3px;">{text:player}</div></div>
  263.  
  264. <div class="pg">
  265. {block:Pagination}
  266. {block:PreviousPage}<a href="{PreviousPage}">« </a> {/block:PreviousPage}
  267. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
  268. {/block:Pagination}</div>
  269.  
  270. <div id="sideimg2"><div class="simg2">
  271. <img src="{image:sideimg}">
  272. <div class="viclink">
  273. <a href="{text:Link1}">{text:Link1 Title}</a>
  274. <a href="{text:Link2}">{text:Link2 Title}</a>
  275. <a href="{text:Link3}">{text:Link3 Title}</a>
  276. <a href="{text:Link4}">{text:Link4 Title}</a>
  277. <a href="{text:Link5}">{text:Link5 Title}</a>
  278. <a href="{text:Link6}">{text:Link6 Title}</a>
  279. <a href="http://sixthell.tumblr.com" title="theme: sixthell; inspired: freakticia">©</a>
  280. </div>
  281. <div class="sdescri">{Description}
  282. <div id="sids">{text:titulo}</div>
  283. </div>
  284. </div></div>
  285.  
  286. </body>
  287.  
  288.  
  289. <div id="entries">
  290. {block:Posts}
  291. <div class="posts">
  292.  
  293. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  294.  
  295. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  296.  
  297. {block:Photoset}{Photoset-500}{/block:Photoset}
  298.  
  299. {block:Quote}
  300. <div class="xquote">"{Quote}"</div>
  301. {block:Source}<div class="xquotesource"> {Source}</div>
  302. {/block:Source}
  303. {/block:Quote}
  304.  
  305. {block:Link}
  306. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  307. {block:Description}{Description}{/block:Description}
  308. {/block:Link}
  309.  
  310. {block:Chat}
  311. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  312. <div class="chat"><ul>{block:Lines}
  313. <li class="person{UserNumber}">{block:Label}
  314. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  315. {/block:Chat}
  316.  
  317. {block:Audio}
  318. <br>
  319. <div class="music">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  320. <div class="capt">{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}</div>
  321. {/block:Audio}
  322.  
  323. {block:Video}{Video-500}{/block:Video}
  324.  
  325.  
  326. {block:Answer}<div id="questions"><b>{Asker}</b> said: "{Question}"</div>
  327. {Answer}{/block:answer}
  328.  
  329. <div id="cap">
  330. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  331. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  332. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  333.  
  334. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  335. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  336. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  337. {/block:ContentSource}</div></div>
  338.  
  339. <div id="oidata">
  340. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  341. {block:RebloggedFrom}<br>© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  342. {/block:RebloggedFrom}
  343. <br />{block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  344. </div>
  345. </div>{/block:Date}
  346.  
  347. {/block:Posts}
  348.  
  349. </ br>
  350. <br clear="all" /></div></div>
  351.  
  352.  
  353. {/block:Posts}
  354. {block:PostNotes}
  355. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  356. {/block:PostNotes}
  357.  
  358. </div>
  359. </div>
  360. </div>
  361. </div>
  362. </div>
  363. </div>
  364.  
  365. </body>
  366. </html>
Advertisement
Add Comment
Please, Sign In to add comment