s-uperar

theme 6 (new)

May 26th, 2012
6,513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.42 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. <! não copie nada. !>
  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:sidebar" content="#fff" />
  76. <meta name="color:linkhoverb" content="#f1f1f1" />
  77. <meta name="color:linkhovert" content="#000" />
  78. <meta name="if:Show tags" content="1"/>
  79. <meta name="if:Show pic" content="1"/>
  80. <meta name="if:Enable endless scrolling" content="0"/>
  81. <meta name="if:Show subtitle" content="1"/>
  82. <meta name="if:Show links" content="1"/>
  83. <meta name="if:Show search" content="1"/>
  84. <meta name="if:Show sidebar image" content="1"/>
  85. <meta name="image:sideimg" content="http://28.media.tumblr.com/tumblr_m37pgv8yrW1rujaaao6_r1_250.png"/>
  86. <meta name="image:background" content=""/>
  87. <meta name="text:titulo" content="frase aqui..." />
  88. <meta name="text:Link1" content="um" />
  89. <meta name="text:Link1 Title" content="um" />
  90. <meta name="text:Link2" content="dois" />
  91. <meta name="text:Link2 Title" content="dois" />
  92. <meta name="text:Link3" content="tres" />
  93. <meta name="text:Link3 Title" content="tres" />
  94. <meta name="text:Link4" content="quatro" />
  95. <meta name="text:Link4 Title" content="quatro" />
  96. <meta name="text:Link5" content="cinco" />
  97. <meta name="text:Link5 Title" content="cinco" />
  98. <meta name="text:Link6" content="seis" />
  99. <meta name="text:Link6 Title" content="seis" />
  100.  
  101. <title>{Title}</title>
  102. <link rel="shortcut icon" href="{Favicon}">
  103. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  104. {block:Description}
  105. <meta name="description" content="{MetaDescription}" />
  106. {/block:Description}
  107.  
  108. {block:IfEnableEndlessScrolling}
  109. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  110. {/block:IfEnableEndlessScrolling}
  111.  
  112.  
  113. <style type="text/css">
  114.  
  115.  
  116. body {background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; margin-bottom: 12px;}
  117.  
  118. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  119. 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;}
  120.  
  121. p {margin: 6px 0 0 0}
  122.  
  123. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:background}; padding-left: 5px; }
  124. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  125. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:sidebarlinks}; }
  126. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidtext}; }
  127.  
  128. blockquote img{max-width: 470px!important}
  129. blockquote blockquote img{max-width: 450px!important}
  130. blockquote blockquote blockquote img{max-width: 430px!important}
  131. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  132.  
  133.  
  134.  
  135. #xp {text-align: center; width: 935px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  136.  
  137. .posts {width: 500px; background-color: {color:post}; padding: 8px; text-align: justify; font-family: verdana; font-size: 11px; font-size: 9px; border-top: 1px solid {color:background};}
  138.  
  139. #xright {position: fixed; margin-top: 0px; margin-left: 440px; overflow: auto; width: 534px; height: 675px;}
  140.  
  141. #entries {margin-top: 20px; margin-left: 470px;}
  142.  
  143. #top {margin-top: 200px;}
  144.  
  145. h1 {font-family: georgia; text-align: center; font-size: 13px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  146. h1 a {text-align: center; font-size: 13px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  147. h1 a:hover {text-align: center; font-size: 13px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  148.  
  149. .image {text-align: center; border: 0px}
  150. .image img {max-width: 500px; margin-bottom: 2px }
  151.  
  152. .xquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 14px; padding: 3px;}
  153. .xquotesource {font-family: verdana; text-align: center; text-transform: none; margin-bottom: 12px;}
  154. .xquotesource a, a:hover{text-transform: none;}
  155.  
  156. .chat {line-height: 12px; list-style: none }
  157. .chat ul {line-height: 19px; list-style: none; padding: 0px; line-height:19px;}
  158. .person1 {background-color:{color:post}; color: {color:text}; }
  159. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  160. .person2 {color: {color:text} }
  161. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  162.  
  163. .music{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background}; text-align: center;}
  164. .music img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  165. .capt{text-align: justify; margin-top: 2px; margin-bottom: 7px;}
  166. .source{display:none}
  167.  
  168. #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};}
  169. #questions a {color: {color:text};}
  170. #questions a:hover {color: {color:text};}
  171.  
  172. #cap {width: 500px; margin-top: -2px; margin-bottom: 12px;}
  173.  
  174. #sookie {margin-left: -97px; color: text; background-color: transparent; color: {color:text}; font-size: 18px; text-transform: lowercase; font-family: georgia; position: fixed; width: 90px; padding: 3px; text-align: right; margin-top: 0px;}
  175.  
  176. #oidata {text-align: center; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; padding-right: 9px; padding-left: 9px; padding-top: 6px; width: 500px; margin-left: -8px; text-transform: lowercase; border-top: 1px solid {color:background};}
  177. #oidata a {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  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. .sidls {clear: both; float: left; width: 70px; margin-top: 140px; text-align: center; margin-left: 928px; position: fixed;}
  200. .sidls a {float: left; margin-right: 1px; display: block; width: 70px; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; background-color: {color:link2}; color:{color:link1};; text-decoration: none; text-transform: lowercase; height: 9px; line-height: 8px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; padding: 4px;}
  201. .sidls a:hover {font-weight: bold; background-color: {color:linkhover2}; color:{color:linkhover1};}
  202.  
  203. .pg{position:fixed; font-size: 23px; font-weight: bold; font-family: verdana; text-align: center; margin-left: 3px; margin-top: 0px;}
  204. .pg a{padding:2px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  205.  
  206. #aria {position: fixed; margin-left: 199px; width: 240px; height: 89px; background-color: {color:sidebar}; margin-top: 0px;}
  207.  
  208. #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;}
  209.  
  210. #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;}
  211.  
  212. #sideimg2 {display: block; margin-left: 309px; float: right; margin-top: 150px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  213. .simg2 img {width: 150px; margin-bottom: 0px; border: 5px solid {color:sidebar}; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  214. .simg2 img:hover {-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  215.  
  216. #rs {margin-top: -30px; margin-left: 1px; background-color: transparent; color: #fff; font-family: georgia; font-face: 15px; padding: 3px;}
  217.  
  218. .viclink {clear: both; float: left; width: 70px; margin-top: 5px; text-align: center; margin-left: -4px; position: fixed;}
  219. .viclink a {float: left; margin-right: 1px; display: block; width: 92px; letter-spacing: 0px; font-family: calibri; font-size: 8px; text-align: right; margin-bottom: 1px; background-color: {color:text}; color:{color:sidebar}; text-decoration: none; text-transform: lowercase; height: 8px; line-height: 7px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; text-transform: uppercase; padding: 2px;}
  220. .viclink a:hover {font-weight: normal; background-color: {color:linkhoverb}; color:{color:linkhovert}; width: 112; margin-left: -20px;}
  221.  
  222. #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;}
  223.  
  224. #playerr {background-color: transparent; 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;}
  225.  
  226. #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;}
  227.  
  228. #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;}
  229.  
  230. #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;}
  231.  
  232. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  233.  
  234. .sdescri {text-align: right; height: auto; font-size: 9px; font-family: verdana; position: fixed; margin-left: -97px; line-height: 12px; width: 88px; background-color: {color:sidebar}; color: {color:text}; padding: 4px; margin-top: -172px; background-attachment: fixed;}
  235.  
  236. #vicpic {position: fixed; margin-top: 85px; margin-left: 940px; border: 4px solid {color:sidebar};}
  237. .vicpic img {width:46px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  238.  
  239. #hoverrr {margin-top: -30px; margin-left: 277px; position:fixed; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
  240. #hoverrr:hover {margin-left: 196px;}
  241.  
  242. ::-webkit-scrollbar{width:7px;height:6px;}
  243.  
  244. ::-webkit-scrollbar-button:start:decrement
  245.  
  246. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  247.  
  248. ::-webkit-scrollbar-track-piece{background-color:{color:sidebar}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  249.  
  250. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:text};-webkit-border-radius:px;}
  251.  
  252. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:text};-webkit-border-radius:px;}
  253.  
  254.  
  255. .search {letter-spacing: 3px; text-transform: uppercase;}
  256. .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;}
  257.  
  258. #tumblr_controls{position: fixed!important}
  259. #tumblr_controls{position: fixed!important}
  260. #tumblr_controls{position: fixed!important}
  261. #tumblr_controls{position: fixed!important}
  262.  
  263.  
  264. </style>
  265.  
  266. <body onkeydown="return false">
  267.  
  268. <div id="playerr"><div style="margin-top: 3px;">{text:player}</div></div>
  269.  
  270. <div id="sideimg2"><div class="simg2">
  271. <div id="sookie">
  272. </div>
  273. <img src="{image:sideimg}">
  274. <div class="sdescri">{Description}
  275. <div class="viclink">
  276. <a href="{text:Link1}">{text:Link1 Title}</a>
  277. <a href="{text:Link2}">{text:Link2 Title}</a>
  278. <a href="{text:Link3}">{text:Link3 Title}</a>
  279. <a href="{text:Link4}">{text:Link4 Title}</a>
  280. <a href="{text:Link5}">{text:Link5 Title}</a>
  281. <a href="{text:Link6}">{text:Link6 Title}</a>
  282. <a href="http://sixthell.tumblr.com" title="theme by sixthell">© credit</a>
  283. </div></div>
  284. <div class="pg">
  285. {block:Pagination}
  286. {block:PreviousPage}<a href="{PreviousPage}">- </a> {/block:PreviousPage}
  287. {block:NextPage}<a href="{NextPage}"> +</a>{/block:NextPage}
  288. {/block:Pagination}</div>
  289. <div id="rs"><div style="font-family: georgia; font-size: 13px">{text:titulo}</div></div>
  290. </div></div>
  291.  
  292. </body>
  293.  
  294.  
  295. <div id="entries">
  296. {block:Posts}
  297. <div class="posts">
  298.  
  299. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  300.  
  301. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  302.  
  303. {block:Photoset}{Photoset-500}{/block:Photoset}
  304.  
  305. {block:Quote}
  306. <div class="xquote">"{Quote}"</div>
  307. {block:Source}<div class="xquotesource"> ~ {Source}</div>
  308. {/block:Source}
  309. {/block:Quote}
  310.  
  311. {block:Link}
  312. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  313. {block:Description}{Description}{/block:Description}
  314. {/block:Link}
  315.  
  316. {block:Chat}
  317. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  318. <div class="chat"><ul>{block:Lines}
  319. <li class="person{UserNumber}">{block:Label}
  320. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  321. {/block:Chat}
  322.  
  323. {block:Audio}
  324. <br>
  325. <div class="music">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  326. <div class="capt">{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}</div>
  327. {/block:Audio}
  328.  
  329. {block:Video}{Video-500}{/block:Video}
  330.  
  331.  
  332. {block:Answer}<div id="questions"><b>{Asker}</b> said: "{Question}"</div>
  333. {Answer}{/block:answer}
  334.  
  335. <div id="cap">
  336. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  337. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  338. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  339.  
  340. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  341. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  342. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  343. {/block:ContentSource}</div></div>
  344.  
  345. <div id="oidata">
  346. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} - <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage} {block:RebloggedFrom}- via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} (© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>) {/block:RebloggedFrom}<br>
  347. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  348. </div>
  349. </div>{/block:Date}
  350.  
  351. {/block:Posts}
  352.  
  353. </ br>
  354. <br clear="all" /></div></div>
  355.  
  356.  
  357. {/block:Posts}
  358. {block:PostNotes}
  359. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  360. {/block:PostNotes}
  361.  
  362. </div>
  363. </div>
  364. </div>
  365. </div>
  366. </div>
  367. </div>
  368.  
  369. </body>
  370. </html>
Advertisement
Add Comment
Please, Sign In to add comment