Ikxa

alax

Apr 5th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 29.11 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 POR UMCERTOMENINO, NÃO COPIE E NEM RETIRE OS CRÉDITOS, OBRIGADO. !>
  6.  
  7. <script type=text/javascript”>
  8.  
  9. //desabilita menu de opcoes ao clicar no botao direito
  10.  
  11. function desabilitaMenu(e)
  12.  
  13. {
  14.  
  15. if (window.Event)
  16.  
  17. {
  18.  
  19. if (e.which == 2 || e.which == 3)
  20.  
  21. return false;
  22.  
  23. }
  24.  
  25. else
  26.  
  27. {
  28.  
  29. event.cancelBubble = true
  30.  
  31. event.returnValue = false;
  32.  
  33. return false;
  34.  
  35. }
  36.  
  37. }
  38.  
  39. //desabilita botao direito
  40.  
  41. function desabilitaBotaoDireito(e)
  42.  
  43. {
  44.  
  45. if (window.Event)
  46.  
  47. {
  48.  
  49. if (e.which == 2 || e.which == 3)
  50.  
  51. return false;
  52.  
  53. }
  54.  
  55. else
  56.  
  57. if (event.button == 2 || event.button == 3)
  58.  
  59. {
  60.  
  61. event.cancelBubble = true
  62.  
  63. event.returnValue = false;
  64.  
  65. return false;
  66.  
  67. }
  68.  
  69. }
  70.  
  71. //desabilita botao direito do mouse
  72.  
  73. if ( window.Event )
  74.  
  75. document.captureEvents(Event.MOUSEUP);
  76.  
  77. if ( document.layers )
  78.  
  79. document.captureEvents(Event.MOUSEDOWN);
  80.  
  81. document.oncontextmenu = desabilitaMenu;
  82.  
  83. document.onmousedown = desabilitaBotaoDireito;
  84.  
  85. document.onmouseup = desabilitaBotaoDireito;
  86.  
  87. </script>
  88.  
  89. <script type="text/javascript">
  90. //desabilita menu de opcoes ao clicar no botao direito
  91. function desabilitaMenu(e)
  92. {
  93. if (window.Event)
  94. {
  95. if (e.which == 2 || e.which == 3)
  96. return false;
  97. }
  98. else
  99. {
  100. event.cancelBubble = true
  101. event.returnValue = false;
  102. return false;
  103. }
  104. }
  105. document.oncontextmenu = desabilitaMenu;
  106. document.onmousedown = desabilitaBotaoDireito;
  107. document.onmouseup = desabilitaBotaoDireito;
  108. </script>
  109.  
  110. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  111.  
  112. <head>
  113. <!-- DEFAULT VARIABLES -->
  114. <meta name="font:text" content="georgia" />
  115. <meta name="font:title" content="georgia" />
  116. <meta name="color:background" content="#f8f8f8" />
  117. <meta name="color:link" content="#000000" />
  118. <meta name="color:linkhover" content="#000" />
  119. <meta name="color:text" content="#000000" />
  120. <meta name="color:post" content="#ffffff" />
  121. <meta name="color:sidebar" content="#fff" />
  122. <meta name="color:link1" content="#fff" />
  123. <meta name="color:link2" content="#000" />
  124. <meta name="color:linkhover1" content="#f1f1f1" />
  125. <meta name="color:linkhover2" content="#fff" />
  126. <meta name="color:linkhover3" content="#f1f1f1" />
  127. <meta name="color:linkhover4" content="#fff" />
  128. <meta name="color:linkhover5" content="#f1f1f1" />
  129. <meta name="color:linkhover6" content="#fff" />
  130. <meta name="color:backscroll" content="#f1f1f1" />
  131. <meta name="color:back1" content="#f1f1f1" />
  132. <meta name="color:back2" content="#fff" />
  133. <meta name="color:back3" content="#f1f1f1" />
  134. <meta name="color:back4" content="#fff" />
  135. <meta name="color:back5" content="#f1f1f1" />
  136. <meta name="color:back6" content="#fff" />
  137. <meta name="color:backscroll" content="#f1f1f1" />
  138. <meta name="color:scroll" content="#000" />
  139. <meta name="if:Show tags" content="1"/>
  140. <meta name="if:Show pic" content="1"/>
  141. <meta name="if:Enable endless scrolling" content="0"/>
  142. <meta name="if:Show subtitle" content="1"/>
  143. <meta name="if:Show links" content="1"/>
  144. <meta name="if:Show search" content="1"/>
  145. <meta name="if:Show sidebar image" content="1"/>
  146. <meta name="image:tbar3" content="http://static.tumblr.com/ad0wsx2/Qu3lt2iea/tumblr_lsyngc9j571qf1ey7o1_500.jpg"/>
  147. <meta name="image:background" content=""/>
  148. <meta name="text:title" content="title here" />
  149. <meta name="text:Link1" content="" />
  150. <meta name="text:Link1 Title" content="" />
  151. <meta name="text:Link2" content="" />
  152. <meta name="text:Link2 Title" content="" />
  153. <meta name="text:Link3" content="" />
  154. <meta name="text:Link3 Title" content="" />
  155. <meta name="text:Link4" content="" />
  156. <meta name="text:Link4 Title" content="" />
  157. <meta name="text:Link5" content="" />
  158. <meta name="text:Link5 Title" content="" />
  159. <meta name="text:Link6" content="" />
  160. <meta name="text:Link6 Title" content="" />
  161.  
  162. <meta name="font:opdescription1" content="georgia" />
  163.  
  164.  
  165. <title>{Title}</title>
  166. <link rel="shortcut icon" href="{Favicon}">
  167. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  168. {block:Description}
  169. <meta name="description" content="{MetaDescription}" />
  170. {/block:Description}
  171.  
  172. {block:IfEnableEndlessScrolling}
  173. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  174. {/block:IfEnableEndlessScrolling}
  175.  
  176.  
  177. <style type="text/css">
  178.  
  179.  
  180. 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; }
  181.  
  182. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  183. 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;}
  184.  
  185. p {margin: 6px 0 0 0}
  186.  
  187. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:background}; padding-left: 5px; }
  188. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  189. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:sidebarlinks}; }
  190. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidtext}; }
  191.  
  192. blockquote img{max-width: 470px!important}
  193. blockquote blockquote img{max-width: 450px!important}
  194. blockquote blockquote blockquote img{max-width: 430px!important}
  195. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  196.  
  197.  
  198.  
  199. #tudo {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  200.  
  201. #container {margin-top: px; float: left; margin-left: 510px;}
  202.  
  203. .entries {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family:{font:text}; font-size: 11px;}
  204.  
  205. h1 {font-family: {font:title}; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  206. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  207. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  208.  
  209. .image {text-align: center; border: 0px}
  210. .image img {max-width: 500px; margin-bottom: 2px }
  211.  
  212. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  213. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  214. .oiqqtts a, a:hover{text-transform: none;}
  215.  
  216. .chat {line-height: 13px; list-style: none }
  217. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  218. .person1 {color: {color:text}; padding: 2px; }
  219. .person1 .label {font-weight: bold;  color:{color:text}}
  220. .person2 {color: {color:text}; padding: 2px;  }
  221. .person2 .label {font-weight: bold;  color:{color:text}}
  222.  
  223. .player {background-color: #000; text-align: left; display:block;}
  224.  
  225. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  226. .answer {padding: 2px}
  227. .answer img {max-width: 470px;}
  228.  
  229.  
  230. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  231. #oidata a {font-size: 9px;}
  232.  
  233. .tags {color: {color:text};  font-size: 9px; font-family: {font:text};  display: inline; list-style: none; text-transform: lowercase;}
  234. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  235.  
  236. #cap {width: 500px; margin-top: -2px;}
  237. .source {display: none;}
  238.  
  239. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  240. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  241. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  242. .notes img{display: none; border:0px}
  243.  
  244. ::-webkit-scrollbar{width:15px;height:5px;}
  245. ::-webkit-scrollbar-button:start:decrement
  246. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  247. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  248. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  249. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  250.  
  251. #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;}
  252.  
  253. #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:back1}; 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;}
  254.  
  255. #links a:hover{text-align: center; background-color: {color:back6}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  256.  
  257. #links:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  258.  
  259. #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;}
  260.  
  261. #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:back2}; 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;}
  262.  
  263. #links2  a:hover{text-align: center; background-color: {color:back5}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  264.  
  265. #links2:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  266.  
  267.  
  268. #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;}
  269.  
  270. #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:back3}; 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;}
  271.  
  272. #links3  a:hover{text-align: center; background-color: {color:back1}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  273.  
  274. #links3:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  275.  
  276. #xuxu {position: fixed; margin-left: 288px; width: 124px; height: 20px; background-color: {color:background}; margin-top: 317px;}
  277.  
  278. div#credit {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width:120px; height:20px; position: absolute; font-family: verdana; margin-top: px; margin-left: 387px; position: fixed; padding: 1px; font-size: 9px; overflow: auto;}
  279.  
  280. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  281. #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
  282. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  283. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  284. .ps {position: fixed; margin-left: 385px; padding: 3px; width: 118px; height:16px; auto; top: 282px; background-color: {color:sidebar}; color: {color:text};}
  285.  
  286. #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;}
  287. #sidebardescription a {color: {color:text}; font-weight:none;}
  288. #sidebardescription:hover {margin-top:-12px; margin-left:-9px; }
  289.  
  290. #ssidebardescription {padding: 4px; text-align: center; font-size: 9px;  font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:124px; width:91px; margin-top: -10px; position: fixed; margin-left:152px; }
  291. #ssidebardescription a {color: {color:text}; font-weight:none;}
  292.  
  293. .sidebardescr {padding:1px; border:1px solid {color:background}; height:87px;}
  294.  
  295. #sideimg3 {display: block; margin-left: 222px; float: right; margin-top: 0px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; }
  296. .simg3 img {width: 156px; height: 157px; margin-bottom: 2px; border: 4px solid {color:sidebar};}
  297.  
  298. #chupa {margin-left: 222px; margin-top: 274px; width: 162px; font-size: 12px; height: 21px; text-align: center; background-color: {color:sidebar}; font-family: georgia; line-height: 21px;  color: {color:text}; position: fixed; text-transform: uppercase; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  299.  
  300. #mebj {margin-left: 262px; margin-top: -5px; width: 775px; font-size: 12px; height: 3px; text-align: center; background-color: {color:sidebar}; font-family: georgia; line-height: 21px;  color: {color:text}; position: fixed; text-transform: uppercase; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  301.  
  302. #ihu {margin-left: 262px; margin-top: -55px; width: 775px; font-size: 12px; height: 54px; text-align: center; background-color: {color:background}; font-family: georgia; line-height: 21px;  color: {color:text}; position: fixed; text-transform: uppercase; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  303.  
  304. #creu {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;}
  305.  
  306. #backdescri {margin: 4px; padding: 5px; width: 114px; font-size: 9px; height: 240px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 10px;  color: {color:text}; position: fixed; overflow: visible; overflow: hidden; margin-left: 385px; margin-top: 23;}
  307.  
  308. .yourdescri {text-align: center; padding: 5px; font-family: verdana; margin-top: 12px; font-size: 9px; color: {color:text}; letter-spacing: 0px; line-height: 10px; }
  309.  
  310. #sidlinks a {margin-top: 166px; margin-left: 222px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 162px; background-color:{color:back1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: lowercase; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  311.  
  312. #sidlinks  a:hover {color: {color:linkhover1}; background-color:{color:back1}; text-align: center; font-weight: bold;}
  313.  
  314. #sidlinks2 a {margin-top: 184px; margin-left: 222px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 162px; background-color:{color:back2}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  315.  
  316. #sidlinks2  a:hover {color: {color:linkhover3}; background-color: {color:back2}; text-align: center; font-weight: bold;}
  317.  
  318. #sidlinks3 a {margin-top: 202px; margin-left: 222px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 162px; background-color:{color:back3}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  319.  
  320. #sidlinks3  a:hover {color: {color:linkhover5}; background-color:{color:back3}; text-align: center; font-weight: bold;}
  321.  
  322. #sidlinks4 a {margin-top: 220px; margin-left: 222px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 162px; background-color:{color:back4}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  323.  
  324. #sidlinks4  a:hover {color: ; background-color:{color:back4}; text-align: center; font-weight: bold;}
  325.  
  326. #sidlinks5 a {margin-top: 238px; margin-left: 222px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 162px; background-color:{color:back5}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  327.  
  328. #sidlinks5  a:hover {color: {color:linkhover3}; background-color: {color:back5}; text-align: center; font-weight: bold;}
  329.  
  330. #sidlinks6 a {margin-top: 256px; margin-left: 222px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 162px; background-color:{color:back6}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  331.  
  332. #sidlinks6  a:hover { color: {color:linkhover5}; background-color:{color:back6}; text-align: center; font-weight: bold;}
  333.  
  334. .li {opacity: 1}
  335. .li2 {opacity: 0.8}
  336. .li3 {opacity: 0.6}
  337. .li4 {opacity: 0.8}
  338. .li5 {opacity: 1}
  339.  
  340. #description1 {position: fixed; margin-top:120px; margin-left: 250px; width:150px; height: 10px; opacity:1.7; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 1;}
  341.  
  342. .opdescription1{color: #fff; clear: both; font-size:9px; height: 11px; text-align: justify; background-color:; padding: 6px; margin-top: 6px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 1; -moz-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; z-index: 1;}
  343.  
  344. .opdescription1 a{font-size:9px}
  345.  
  346. #description1 a:hover{position: fixed; margin-top: 25px; margin-left: 96px; width:112px; height: 12px; opacity:1.7; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 1;}
  347.  
  348. ::-webkit-scrollbar{width:5px;height:6px;}
  349.  
  350. ::-webkit-scrollbar-button:start:decrement
  351.  
  352. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  353.  
  354. ::-webkit-scrollbar-track-piece{background-color:{color:backscroll}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  355.  
  356. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  357.  
  358. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  359.  
  360.  
  361. .search {letter-spacing: 3px; text-transform: uppercase;}
  362. .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;}
  363.  
  364. #tumblr_controls{position: fixed!important}
  365. #tumblr_controls{position: fixed!important}
  366. #tumblr_controls{position: fixed!important}
  367. #tumblr_controls{position: fixed!important}
  368.  
  369.  
  370. </style>
  371.  
  372. <body onkeydown="return false">
  373.  <!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
  374. <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
  375. <script type="text/javascript">
  376. SCMMusicPlayer.init("{'skin':'http://static.tumblr.com/kwaqeuc/EVllzx1wd/skinhp.css','playback':{'autostart':'true','shuffle':'true','volume':'100'},'playlist':[{'title':'Flores da Favela [nova vers%E3o] - Jauperi','url':'http://http://www.youtube.com/watch?v=eFnrhRkpLKw'},{'title':'%22Just A Dream%22 by Nelly - Sam Tsui & Christina Grimmie','url':'http://www.youtube.com/watch?v=a2RA0vsZXf8'},{'title':'Simple Plan - Shut Up!','url':'http://www.youtube.com/watch?v=Lpds3V90VbM'},{'title':'50 Cent - Candy Shop ft. Olivia','url':'http://www.youtube.com/watch?v=SRcnnId15BA&ob=av2n'},{'title':'Misunderstood -Bon Jovi','url':'http://www.youtube.com/watch?v=IrGS2RgmmxM'},{'title':'Ed Sheeran - Lego House','url':'http://www.youtube.com/watch?v=c4BLVznuWnU'},{'title':'Chris Brown - With You','url':'http://www.youtube.com/watch?v=nmjdaBaZe8Y'},{'title':'Nobody Said It Was Easy- Coldplay','url':'http://www.youtube.com/watch?v=XOAeyhlljcw'},{'title':'One Direction - Gotta Be You','url':'http://www.youtube.com/watch?v=nvfejaHz-o0'},{'title':'One Direction - What Makes You Beautiful','url':'http://www.youtube.com/watch?v=QJO3ROT-A4E'},{'title':'Na Na Na - One Direction','url':'http://www.youtube.com/watch?v=E4pupCW6SPk&feature=related'},{'title':'I Wouldn%27t Mind - He is We','url':'http://www.youtube.com/watch?v=aHTe6ed8xfU'},{'title':'Travie McCoy: We%27ll Be Alright','url':'http://www.youtube.com/watch?v=04zaL7wIbmc'},{'title':'Color - The Maine','url':'http://www.youtube.com/watch?v=7ojWk-kxmxY'},{'title':'Soulja Boy Tell%27em - Crank That (Soulja Boy)','url':'http://www.youtube.com/watch?v=8UFIYGkROII'},{'title':'Jane Doe Lyric Video','url':'http://www.youtube.com/watch?v=_jvGfMsLiyE'},{'title':'Joe Brooks - Superman','url':'http://www.youtube.com/watch?v=otx0Bnru0dY'},{'title':'Never Shout Never - What Is Love?','url':'http://www.youtube.com/watch?v=KA62IuYI6gs'},{'title':'Never Shout Never - Can%27t Stand It','url':'http://www.youtube.com/watch?v=YdDG1vsLgTQ'},{'title':'Never Shout Never - Big City Dreams','url':'http://www.youtube.com/watch?v=TMlj28o-Avk'},{'title':'NX Zero - N%E3o %C9 Normal','url':'http://www.youtube.com/watch?v=ksKozh3jj2g&ob=av2e'},{'title':'Dev - Dancing in the Dark','url':'http://www.youtube.com/watch?v=fZdh13_bijo'},{'title':'Tiko%27s Groove Feat. Gosha - I Can%27t Get Nothing','url':'http://www.youtube.com/watch?v=vipMw-9mHXg'},{'title':'Adele - Set Fire to the Rain Lyrics','url':'http://www.youtube.com/watch?v=FlsBObg-1BQ'},{'title':'Hey There Delilah-Lyrics','url':'http://www.youtube.com/watch?v=_F94rPuOrAE'},{'title':'Birdy - Skinny Love (One Take)','url':'http://www.youtube.com/watch?v=lT67liGjZhw&feature=fvst'},{'title':'Chris Brown - Yeah 3x','url':'http://www.youtube.com/watch?v=3mC2ixOAivA'},{'title':'Chris Brown - Forever','url':'http://www.youtube.com/watch?v=5sMKX22BHeE'},{'title':'Stereo Hearts - Gym Class Heroes Ft. Adam Levine (Avery iphone cover)','url':'http://www.youtube.com/watch?v=5PnE_zJuxgY'},{'title':'ADELE - %27Make You Feel My Love%27','url':'http://www.youtube.com/watch?v=0put0_a--Ng'},{'title':'U2 Still Haven%27t Found','url':'http://www.youtube.com/watch?v=BnD6ojjA0OA'},{'title':'Usher - Dj Got Us Falling In Love Again (Lyrics On Screen)','url':'http://www.youtube.com/watch?v=aCbDTix6HYw'},{'title':'B.o.B. feat T.I. - Not Lost (Coldplay %22Lost!%22 Remake)','url':'http://www.youtube.com/watch?v=QjXax1nJMl0'},{'title':'Don Omar ft Lucenzo - Danza Kuduro','url':'http://www.youtube.com/watch?v=7zp1TbLFPp8&feature=related'},{'title':'Cone Crew Diretoria - O Mundo d%E1 voltas','url':'http://www.youtube.com/watch?v=NOjjOUG0-LU'},{'title':'Fix You - Coldplay','url':'http://www.youtube.com/watch?v=Nwmmiyulcp0'},{'title':'Michael Jackson - They Don%27t Care About Us','url':'http://www.youtube.com/watch?v=QNJL6nfu__Q'},{'title':'The Climb - Miley Cyrus','url':'http://www.youtube.com/watch?v=F7m0nON6YYs&feature=related'},{'title':'Red Hot Chili Peppers - Otherside','url':'http://www.youtube.com/watch?v=_m7_xZN8D7M'},{'title':'Red Hot Chili Peppers- By The Way','url':'http://www.youtube.com/watch?v=2M1qoUj_jsw'},{'title':'Jonas Brothers - Paranoid','url':'http://www.youtube.com/watch?v=tTqzxiNHUN4'},{'title':'James Morrison- This Boy','url':'http://www.youtube.com/watch?v=kDo6CiPueEo'},{'title':'Jason Mraz - I Won%27t Give Up','url':'http://www.youtube.com/watch?v=HazCJ3x8zlk'},{'title':'John Mayer - Free Fallin%27','url':'http://www.youtube.com/watch?v=20Ov0cDPZy8&ob=av2e'},{'title':'Lifehouse - %22You and me%22','url':'http://www.youtube.com/watch?v=axQsR7ICI58'},{'title':'Goo Goo Dolls - Iris','url':'http://www.youtube.com/watch?v=ZiraXxlwG8A&feature=related'},{'title':'Aerosmith %22 I don%27t Wanna Miss A Thing %22','url':'http://www.youtube.com/watch?v=wUzUfxqIkjY&feature=related'},{'title':'Open Your Eyes - Snow Patrol','url':'http://www.youtube.com/watch?v=sMQtvmQjt9I&feature=related'},{'title':'Guns N%27 Roses - Patience','url':'http://www.youtube.com/watch?v=NYAUCQHG0Q4&feature=related'},{'title':'Pearl Jam - The End','url':'http://www.youtube.com/watch?v=0RSrvb8tP_0&feature=related'}],'placement':'bottom','showplaylist':'false'}");
  377. </script>
  378. <!--End of SCM Music Player script-->
  379.  
  380.  
  381. <div id="sidss">
  382. <div class="ps"><div id="paginal">
  383. {block:JumpPagination length="5"}
  384. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  385. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  386. {/block:JumpPagination}
  387. </div></div>
  388.  
  389. <div id="sidlinks">
  390. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  391. </div>
  392.  
  393. <div id="sidlinks2">
  394. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  395. </div>
  396.  
  397. <div id="sidlinks3">
  398. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  399. </div>
  400.  
  401. <div id="sidlinks4">
  402. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  403. </div>
  404.  
  405. <div id="sidlinks5">
  406. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  407. </div>
  408.  
  409. <div id="sidlinks6">
  410. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  411. </div>
  412.  
  413. <div id="description1">
  414. <div class="opdescription1">Nome, id, cid. No html</div></div>
  415.  
  416. <div id="credit"> <b>umcertomenino</b> <a href="http://umcertomenino.tumblr.com/">©</a></div></div>
  417.  
  418. <div id="chupa">{text:title}</div>
  419.  
  420. <div id="sideimg3"><div class="simg3">
  421. <img src="{image:tbar3}">
  422. </div></div>
  423.  
  424. <div id="backdescri">{Description}</div>
  425.  
  426. <div id="ihu"></div>
  427.  
  428.  
  429.  
  430. </div>
  431. </body>
  432.  
  433.  
  434. <div id="container">
  435.  
  436.  {block:Posts}
  437. <div class="entries">
  438.  
  439. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  440.  
  441. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  442.  
  443. {block:Photoset}{Photoset-500}{/block:Photoset}
  444.  
  445. {block:Quote}
  446. <div class="oiqqtt">“{Quote}”</div>
  447. {block:Source}<div class="oiqqtts"> — {Source}</div>
  448. {/block:Source}
  449. {/block:Quote}
  450.  
  451. {block:Link}
  452. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  453. {block:Description}{Description}{/block:Description}
  454. {/block:Link}
  455.  
  456. {block:Chat}
  457. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  458. <div class="chat"><ul>{block:Lines}
  459. <li class="person{UserNumber}">{block:Label}
  460. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  461. {/block:Chat}
  462.  
  463. {block:Audio}
  464. <div class="player">{AudioPlayerBlack}</div>
  465. {block:Caption}{Caption}{/block:Caption}
  466. {/block:Audio}
  467.  
  468. {block:Video}{Video-500}{/block:Video}
  469.  
  470.  
  471. {block:Answer}
  472. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  473. <div class="answer">{Answer}</div>
  474. {/block:Answer}
  475.  
  476.  
  477. <div id="cap">
  478. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  479. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  480. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  481.  
  482. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  483.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  484.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  485. {/block:ContentSource}</div></div>
  486. <br>
  487.  
  488.  
  489. <div id="oidata">
  490. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  491. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank"><b>reblog isso.</b></a>{/block:IndexPage}
  492. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  493. {/block:RebloggedFrom}
  494. </div>
  495. </div>{/block:Date}
  496.  
  497.  
  498.  {/block:Posts}
  499. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  500.  
  501. </div>
  502. </div>
  503. </div>
  504. </div>
  505. </div>
  506. </div>
  507.  
  508. </body>
  509. </html>
Advertisement
Add Comment
Please, Sign In to add comment