s-uperar

13

Mar 17th, 2012
6,774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.83 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 FAFY (CHASING69) | !>
  6. <! criatividade não se rouba. eu sempre serei o sol, enquanto você sempre será a lua. !>
  7.  
  8. <script type=”text/javascript”>
  9.  
  10. //desabilita menu de opcoes ao clicar no botao direito
  11.  
  12. function desabilitaMenu(e)
  13.  
  14. {
  15.  
  16. if (window.Event)
  17.  
  18. {
  19.  
  20. if (e.which == 2 || e.which == 3)
  21.  
  22. return false;
  23.  
  24. }
  25.  
  26. else
  27.  
  28. {
  29.  
  30. event.cancelBubble = true
  31.  
  32. event.returnValue = false;
  33.  
  34. return false;
  35.  
  36. }
  37.  
  38. }
  39.  
  40. //desabilita botao direito
  41.  
  42. function desabilitaBotaoDireito(e)
  43.  
  44. {
  45.  
  46. if (window.Event)
  47.  
  48. {
  49.  
  50. if (e.which == 2 || e.which == 3)
  51.  
  52. return false;
  53.  
  54. }
  55.  
  56. else
  57.  
  58. if (event.button == 2 || event.button == 3)
  59.  
  60. {
  61.  
  62. event.cancelBubble = true
  63.  
  64. event.returnValue = false;
  65.  
  66. return false;
  67.  
  68. }
  69.  
  70. }
  71.  
  72. //desabilita botao direito do mouse
  73.  
  74. if ( window.Event )
  75.  
  76. document.captureEvents(Event.MOUSEUP);
  77.  
  78. if ( document.layers )
  79.  
  80. document.captureEvents(Event.MOUSEDOWN);
  81.  
  82. document.oncontextmenu = desabilitaMenu;
  83.  
  84. document.onmousedown = desabilitaBotaoDireito;
  85.  
  86. document.onmouseup = desabilitaBotaoDireito;
  87.  
  88. </script>
  89.  
  90. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  91.  
  92. <head>
  93. <!-- DEFAULT VARIABLES -->
  94. <meta name="font:text" content="georgia" />
  95. <meta name="font:title" content="georgia" />
  96. <meta name="color:background" content="#f8f8f8" />
  97. <meta name="color:link" content="#000000" />
  98. <meta name="color:linkhover" content="#000" />
  99. <meta name="color:text" content="#000000" />
  100. <meta name="color:borda" content="#C4C4C4" />
  101. <meta name="color:fraseb" content="#000000" />
  102. <meta name="color:fraset" content="#ffffff" />
  103. <meta name="color:post" content="#ffffff" />
  104. <meta name="color:sidebar" content="#fff" />
  105. <meta name="color:link1" content="#fff" />
  106. <meta name="color:link2" content="#000" />
  107. <meta name="color:linkhover1" content="#f1f1f1" />
  108. <meta name="color:linkhover2" content="#fff" />
  109. <meta name="color:linkhover3" content="#f1f1f1" />
  110. <meta name="color:linkhover4" content="#fff" />
  111. <meta name="color:linkhover5" content="#f1f1f1" />
  112. <meta name="color:linkhover6" content="#fff" />
  113. <meta name="color:backscroll" content="#f1f1f1" />
  114. <meta name="if:Show tags" content="1"/>
  115. <meta name="if:Show pic" content="1"/>
  116. <meta name="if:Enable endless scrolling" content="0"/>
  117. <meta name="if:Show subtitle" content="1"/>
  118. <meta name="if:Show links" content="1"/>
  119. <meta name="if:Show search" content="1"/>
  120. <meta name="if:Show sidebar image" content="1"/>
  121. <meta name="image:tbar3" content="http://static.tumblr.com/ad0wsx2/Qu3lt2iea/tumblr_lsyngc9j571qf1ey7o1_500.jpg"/>
  122. <meta name="image:background" content=""/>
  123. <meta name="text:title" content="title here" />
  124. <meta name="text:frase" content="frase aqui..." />
  125. <meta name="text:Link1" content="" />
  126. <meta name="text:Link1 Title" content="" />
  127. <meta name="text:Link2" content="" />
  128. <meta name="text:Link2 Title" content="" />
  129. <meta name="text:Link3" content="" />
  130. <meta name="text:Link3 Title" content="" />
  131. <meta name="text:Link4" content="" />
  132. <meta name="text:Link4 Title" content="" />
  133. <meta name="text:Link5" content="" />
  134. <meta name="text:Link5 Title" content="" />
  135. <meta name="text:Link6" content="" />
  136. <meta name="text:Link6 Title" content="" />
  137.  
  138. <title>{Title}</title>
  139. <link rel="shortcut icon" href="{Favicon}">
  140. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  141. {block:Description}
  142. <meta name="description" content="{MetaDescription}" />
  143. {/block:Description}
  144.  
  145. {block:IfEnableEndlessScrolling}
  146. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  147. {/block:IfEnableEndlessScrolling}
  148.  
  149.  
  150. <style type="text/css">
  151.  
  152.  
  153. 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; }
  154.  
  155. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  156. a:hover {color: {color:linkhover}; background-color: {color:post}; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  157.  
  158. p {margin: 6px 0 0 0}
  159.  
  160. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:background}; padding-left: 5px; }
  161. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  162. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:sidebarlinks}; }
  163. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidtext}; }
  164.  
  165. blockquote img{max-width: 470px!important}
  166. blockquote blockquote img{max-width: 450px!important}
  167. blockquote blockquote blockquote img{max-width: 430px!important}
  168. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  169.  
  170.  
  171.  
  172. #xp {text-align: center; width: 935px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  173.  
  174. .posts {width: 507px; margin-left: 480px; margin-top: 0px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: {font:text}; font-size: 11px;}
  175.  
  176. #xright {position: fixed; margin-top: 0px; margin-left: 440px; overflow: auto; width: 534px; height: 675px;}
  177.  
  178. .oi {margin-top: -5px; margin-left: -5px; padding: 5px 0px 5px 5px; background-color: {color:borders}; width: auto; height: auto; z-index: 999;}
  179.  
  180. #entries {margin-top: 50px;}
  181.  
  182. #top {margin-top: 200px;}
  183.  
  184. h1 {font-family: verdana; text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  185. h1 a {text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  186. h1 a:hover {text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  187.  
  188. .image {text-align: center; border: 0px}
  189. .image img {max-width: 500px; margin-bottom: 2px }
  190.  
  191. .xquote {font-family: verdana; text-align: center; font-size: 12px; line-height: 15px; padding: 3px;}
  192. .xquotesource {font-family: verdana; text-align: center; text-transform: none; margin-bottom: 5px;}
  193. .xquotesource a, a:hover{text-transform: none;}
  194.  
  195. .chat {line-height: 12px; list-style: none }
  196. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  197. .person1 {background-color:{color:background}; color: {color:text}; }
  198. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  199. .person2 {color: {color:text} }
  200. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  201.  
  202. .music{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background}; text-align: center;}
  203. .music img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  204. .capt{text-align: justify; margin-top: 2px; margin-bottom: 7px;}
  205. .source{display:none}
  206.  
  207. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  208. .asker img{float: left; margin: 0px 4px 2px 0}
  209. .asker a{font-size: 20px; color:{color:text}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  210. .asker a:hover{font-size: 20px; color:{color:background}; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  211. .answer {padding: 5px 0 0 0}
  212.  
  213. #cap {width: 500px; margin-top: -2px;}
  214.  
  215. #dda {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  216. #dda a {font-size: 9px;}
  217.  
  218. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: normal;}
  219. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: normal;}
  220.  
  221. #nts {width: 500px; margin-left: 500px; padding: 10px; margin-top: 5px; font-size: 10px; text-align: left}
  222. #nts img{display: none; border:0px}
  223.  
  224. #oipai {position: fixed; margin-left: 15px; width: 222px; height: 316px; background-color: {color:background}; margin-top: 0px;}
  225.  
  226. #links {width: 51px; float: left; margin-left:957px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  227.  
  228. #links a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  229.  
  230. #links a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  231.  
  232. #links:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  233.  
  234. #links2 {width: 51px; float: left; margin-left:899px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  235.  
  236. #links2 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  237.  
  238. #links2 a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  239.  
  240. #links2:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  241.  
  242.  
  243. #links3 {width: 51px; float: left; margin-left:304px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  244.  
  245. #links3 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  246.  
  247. #links3 a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  248.  
  249. #links3:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  250.  
  251. #xuxu {position: fixed; margin-left: 288px; width: 124px; height: 20px; background-color: {color:background}; margin-top: 317px;}
  252.  
  253. div#frase {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width:144px; height:14px; position: absolute; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 0px; font-family: verdana; margin-top: 263px; margin-left: 294px; position: fixed; padding: 2px; font-size: 9px;}
  254.  
  255. #dd {margin-left: 6px;}
  256.  
  257. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  258. #paginal a {background: {color:link2}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link1};}
  259. #paginal a:hover {background: {color:fraseb}; color: {color:fraset};}
  260. #paginal span.pagina_atual {background: {color:fraseb}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:fraset}; font-weight: bold; text-decoration: none;}
  261. .ps {position: fixed; margin-left: 860px; padding: 3px; width: 135px; height: auto; top: 24px; background-color: {color:fraseb}; color: {color:text};}
  262.  
  263. #sidebardescription {padding: 7px; text-align: justify; font-size: 9px; font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:254px; width:217px; padding-left:8px; padding-right:8px; margin-top:5px;}
  264. #sidebardescription a {color: {color:text}; font-weight:none;}
  265. #sidebardescription:hover {margin-top:-12px; margin-left:-9px; }
  266.  
  267. #ssidebardescription {padding: 4px; text-align: center; font-size: 9px; font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:104px; width:91px; margin-top: -10px; position: fixed; margin-left:152px; }
  268. #ssidebardescription a {color: {color:text}; font-weight:none;}
  269.  
  270. .sidebardescr {padding:1px; border:1px solid {color:background}; height:87px;}
  271.  
  272. #border2 {margin-left: 286px; margin-top: 96px; width: 192px; height: 260px; text-align: center; background-color: {color:borda}; position: fixed; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  273.  
  274. #border3 {margin-left: 476px; margin-top: 353px; width: 4px; height: 330px; text-align: center; background-color: {color:borda}; position: fixed; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  275.  
  276. #border4 {margin-left: 476px; margin-top: -40px; width: 532px; height: 3px; text-align: center; background-color: {color:borda}; position: fixed; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  277.  
  278. #sideimg3 {display: block; margin-left: 286px; float: right; margin-top: 100px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out; }
  279. .simg3 img {width: 185px; height: 245px; margin-bottom: 2px; border: 4px solid {color:sidebar}; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out;}
  280.  
  281. #border7 {margin-left: 282px; margin-top: 96px; width: 4px; height: 260px; text-align: center; background-color: {color:borda}; position: fixed; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  282.  
  283. #boatarde {margin-left: 484px; margin-top: -32px; width: 519px; font-size: 18px; height: 26px; text-align: left; background-color: {color:fraseb}; font-family: georgia; line-height: 24px; color: {color:fraset}; position: fixed; text-transform: normal; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  284.  
  285. #bomdia {margin-left: 480px; margin-top: -60px; width: 527px; height: 58px; text-align: center; background-color: {color:background}; position: fixed; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  286.  
  287. #bomdia2 {margin-left: 476px; margin-top: 688px; width: 535px; height: 58px; text-align: center; background-color: {color:background}; position: fixed; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  288.  
  289. #opacityimg {margin-left: 290px; margin-top: 104px; width: 185px; height: 244px; text-align: center; background-color: #000; position: fixed; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden; opacity: 0.0; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
  290. #opacityimg a {color: #fff; font-weight: none; opacity; 0.5;}
  291. #opacityimg:hover {margin-top: 104px; margin-left: 290px; opacity: 0.5;}
  292.  
  293. #borderr {float: left; margin-left: 335px; margin-top: -5px; margin-bottom: 20px; padding: 5px 5px 3px 5px; background-color: {color:fraseb};}
  294.  
  295. #borderfrase {margin-left: 480px; margin-top: -36px; width: 527px; height: 34px; text-align: center; background-color: {color:sidebar}; position: fixed; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  296.  
  297. #border1 {margin-left: 476px; margin-top: -36px; width: 4px; height: 135px; text-align: center; background-color: {color:borda}; position: fixed; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  298.  
  299. #border5 {margin-left: 1007px; margin-top: -40px; width: 4px; height: 723px; text-align: center; background-color: {color:borda}; position: fixed; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  300.  
  301. #border6 {margin-left: 476px; margin-top: 684px; width: 535px; height: 3px; text-align: center; background-color: {color:borda}; position: fixed; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  302.  
  303. #backdescri {margin-left: 282px; margin-top: 380px; width: 194px; font-size: 9px; height: 21px; text-align: center; background-color: {color:fraseb}; font-family: verdana; line-height: 20px; color: {color:fraset}; position: fixed; padding: 1px 0 -10px 0; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; overflow: visible; opacity: 1.0; overflow: hidden;}
  304.  
  305. #backdescri:hover {color: {color:text}; background-color: {color:sidebar}; height: 245px; width: 197px; margin-top: 104px; margin-left: 282px; opacity: 0.8; position: fixed;}
  306.  
  307. .yourdescri {text-align: center; padding: 5px; font-family: verdana; margin-top: 12px; font-size: 9px; color: {color:text}; letter-spacing: 0px; line-height: 10px; }
  308.  
  309. #hoverrr {margin-top:0px; position:fixed; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
  310. #hoverrr:hover {margin-left:-81px;}
  311.  
  312. #titled {margin-left: 277px; margin-top: 125px; 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;}
  313.  
  314. #sidlinks a {margin-top: 150px; margin-left: 165px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 119px; background-color:{color:link1}; height: 21px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 21px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  315.  
  316. #sidlinks a:hover {margin-left: 130px; width: 162px; color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; text-shadow:1px 1px 8px #ccc;}
  317.  
  318. #sidlinks2 a {margin-top: 172px; margin-left: 180px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 102px; background-color:{color:link1}; height: 21px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 21px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; position: fixed;}
  319.  
  320. #sidlinks2 a:hover {margin-left: 133px; width: 170px; color: {color:linkhover3}; background-color: {color:linkhover4}; text-align: center; text-shadow:1px 1px 8px #ccc;}
  321.  
  322. #sidlinks3 a {margin-top: 194px; margin-left: 195px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 88px; background-color:{color:link1}; height: 21px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 21px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; position: fixed;}
  323.  
  324. #sidlinks3 a:hover {margin-left: 133px; width: 165px; color: {color:linkhover5}; background-color: {color:linkhover6}; text-align: center; text-shadow:1px 1px 8px #ccc;}
  325.  
  326. #sidlinks4 a {margin-top: 216px; margin-left: 165px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 119px; background-color:{color:link1}; height: 21px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 21px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  327.  
  328. #sidlinks4 a:hover {margin-left: 130px; width: 162px; color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; text-shadow:1px 1px 8px #ccc;}
  329.  
  330. #sidlinks5 a {margin-top: 238px; margin-left: 180px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 102px; background-color:{color:link1}; height: 21px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 21px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; position: fixed;}
  331.  
  332. #sidlinks5 a:hover {margin-left: 133px; width: 170px; color: {color:linkhover3}; background-color: {color:linkhover4}; text-align: center; text-shadow:1px 1px 8px #ccc;}
  333.  
  334. #sidlinks6 a {margin-top: 260px; margin-left: 195px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 88px; background-color:{color:link1}; height: 21px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 21px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; position: fixed;}
  335.  
  336. #sidlinks6 a:hover {margin-left: 133px; width: 165px; color: {color:linkhover5}; background-color: {color:linkhover6}; text-align: center; text-shadow:1px 1px 8px #ccc;}
  337.  
  338. #credit {margin-top: 282px; margin-left: 160px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 124px; background-color:{color:link1}; height: 21px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 21px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  339.  
  340. #xp {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  341.  
  342. .li {opacity: 1}
  343. .li2 {opacity: 0.8}
  344. .li3 {opacity: 0.6}
  345. .li4 {opacity: 0.8}
  346. .li5 {opacity: 1}
  347.  
  348.  
  349. ::-webkit-scrollbar{width:4px;height:6px;}
  350.  
  351. ::-webkit-scrollbar-button:start:decrement
  352.  
  353. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  354.  
  355. ::-webkit-scrollbar-track-piece{background-color:{color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  356.  
  357. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:fraseb};-webkit-border-radius:px;}
  358.  
  359. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:fraseb};-webkit-border-radius:px;}
  360.  
  361.  
  362. .search {letter-spacing: 3px; text-transform: uppercase;}
  363. .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;}
  364.  
  365. #tumblr_controls{position: fixed!important}
  366. #tumblr_controls{position: fixed!important}
  367. #tumblr_controls{position: fixed!important}
  368. #tumblr_controls{position: fixed!important}
  369.  
  370.  
  371. </style>
  372.  
  373. <body onkeydown="return false">
  374.  
  375. <div id="border2"></div>
  376.  
  377. <div id="bomdia"></div>
  378.  
  379. <div id="borderfrase"></div>
  380.  
  381. <div id="sidlinks">
  382. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  383. </div>
  384.  
  385. <div id="sidlinks2">
  386. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  387. </div>
  388.  
  389. <div id="sidlinks3">
  390. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  391. </div>
  392.  
  393. <div id="sidlinks4">
  394. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  395. </div>
  396.  
  397. <div id="sidlinks5">
  398. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  399. </div>
  400.  
  401. <div id="sidlinks6">
  402. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  403. </div>
  404.  
  405. <div id="credit">by <a href="http://chasing69.tumblr.com"><b>chasing69</b></a>; <a href="http://wolfss.tumblr.com">inspired</a>.</div>
  406.  
  407. <div id="boatarde"><div id="dd">{text:title}</div></div>
  408.  
  409. <div id="sideimg3"><div class="simg3">
  410. <img src="{image:tbar3}">
  411. </div></div>
  412.  
  413. <div class="ps"><div id="paginal">
  414. {block:JumpPagination length="5"}
  415. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  416. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  417. {/block:JumpPagination}
  418. </div></div>
  419.  
  420. <div id="opacityimg"></div>
  421.  
  422. <div id="backdescri">{text:frase}
  423.  
  424. <div class="yourdescri">{Description}</div>
  425.  
  426. </div>
  427.  
  428. <div id="border1"></div>
  429. <div id="border3"></div>
  430. <div id="border4"></div>
  431. <div id="border5"></div>
  432. <div id="border6"></div>
  433. <div id="border7"></div>
  434.  
  435. <div id="bomdia2"></div>
  436.  
  437. </body>
  438.  
  439.  
  440. <div id="entries">
  441. {block:Posts}
  442. <div class="posts">
  443.  
  444. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  445.  
  446. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  447.  
  448. {block:Photoset}{Photoset-500}{/block:Photoset}
  449.  
  450. {block:Quote}
  451. <div class="xquote">"{Quote}"</div>
  452. {block:Source}<div class="xquotesource"><small>{Source}</small></div>
  453. {/block:Source}
  454. {/block:Quote}
  455.  
  456. {block:Link}
  457. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  458. {block:Description}{Description}{/block:Description}
  459. {/block:Link}
  460.  
  461. {block:Chat}
  462. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  463. <div class="chat"><ul>{block:Lines}
  464. <li class="person{UserNumber}">{block:Label}
  465. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  466. {/block:Chat}
  467.  
  468. {block:Audio}
  469. <br>
  470. <div class="music">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  471. <div class="capt">{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}</div>
  472. {/block:Audio}
  473.  
  474. {block:Video}{Video-500}{/block:Video}
  475.  
  476.  
  477. {block:Answer}
  478. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  479. <div class="answer">{Answer}</div>
  480. <br>
  481. {/block:Answer}
  482.  
  483. <div id="cap">
  484. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  485. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  486. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  487.  
  488. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  489. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  490. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  491. {/block:ContentSource}</div></div>
  492. <br>
  493. {block:IfShowTags}<div class="tags">in<b>direct</b>: {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>{/block:IfShowTags}
  494.  
  495. <div id="dda">
  496.  
  497. <div style="float:left;" class="details">
  498. {block:Date} Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}- {NoteCountWithLabel}{/block:NoteCount}<BR>
  499.  
  500. {block:RebloggedFrom}© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  501. </span>{/block:RebloggedFrom}
  502. </div>
  503.  
  504. <div style="float:right;" class="details">
  505. {block:IndexPage}<a href="{ReblogUrl}" target="_blank">i think you should <b>reblog</b></a>{/block:IndexPage}
  506. <BR>
  507. {block:RebloggedFrom}rebloguei de: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  508. </div>
  509. </ br>
  510. <br clear="all" /></div></div>
  511.  
  512. {/block:Posts}
  513. {block:PostNotes}
  514. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  515. {/block:PostNotes}
  516.  
  517.  
  518. </div>
  519. </div>
  520. </div>
  521. </div>
  522. </div>
  523. </div>
  524.  
  525. </body>
  526. </html>
Advertisement
Add Comment
Please, Sign In to add comment