Advertisement
kelishid

theme 5 late to write

Nov 30th, 2011
5,603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.98 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. <!-- (c) tumblr theme #5 latetowrite.tumblr.com NÃO RETIRE OS CRÉDITOS -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  12.  
  13.  
  14.  
  15. <script type="text/javascript">
  16.  
  17. //desabilita menu de opcoes ao clicar no botao direito
  18.  
  19. function desabilitaMenu(e)
  20.  
  21. {
  22.  
  23. if (window.Event)
  24.  
  25. {
  26.  
  27. if (e.which == 2 || e.which == 3)
  28.  
  29. return false;
  30.  
  31. }
  32.  
  33. else
  34.  
  35. {
  36.  
  37. event.cancelBubble = true
  38.  
  39. event.returnValue = false;
  40.  
  41. return false;
  42.  
  43. }
  44.  
  45. }
  46.  
  47. document.oncontextmenu = desabilitaMenu;
  48.  
  49. document.onmousedown = desabilitaBotaoDireito;
  50.  
  51. document.onmouseup = desabilitaBotaoDireito;
  52.  
  53. </script>
  54.  
  55.  
  56.  
  57. <script language="JavaScript1.2">
  58.  
  59. function disableselect(e){
  60.  
  61. return false
  62.  
  63. }
  64.  
  65. function reEnable(){
  66.  
  67. return true
  68.  
  69. }
  70.  
  71. //if IE4+
  72.  
  73. document.onselectstart=new Function ("return false")
  74.  
  75. //if NS6
  76.  
  77. if (window.sidebar){
  78.  
  79. document.onmousedown=disableselect
  80.  
  81. document.onclick=reEnable
  82.  
  83. }
  84.  
  85. </script>
  86.  
  87.  
  88. <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script>
  89. <script src="http://static.tumblr.com/ourf1ma/MmUlthg9c/arsenale-white.cufonfonts.js" type="text/javascript"></script>
  90. <script type="text/javascript">
  91. Cufon.replace('.cufon');
  92. </script>
  93.  
  94. <!-- DEFAULT VARIABLES -->
  95. <meta name="font:body" content="verdana" />
  96. <meta name="font:title" content="georgia" />
  97. <meta name="color:background" content="#fff" />
  98. <meta name="color:sidebar" content="#ffffff" />
  99. <meta name="color:sideb" content="" />
  100. <meta name="color:sidebarlinks" content="#000" />
  101. <meta name="color:sidebarlinkstext" content="#fff" />
  102. <meta name="color:sidebarlinkshover" content="#ffffff" />
  103. <meta name="color:backgroundfrase1" content="#000" />
  104. <meta name="color:frases" content="#ffffff" />
  105. <meta name="color:text" content="#000" />
  106. <meta name="color:linkbackground" content="#ffffff" />
  107. <meta name="color:link" content="#9CABBB" />
  108. <meta name="color:entry" content="#ffffff" />
  109. <meta name="image:tbar1" content=""/>
  110. <meta name="image:tbar2" content=""/>
  111. <meta name="image:tbar3" content=""/>
  112. <meta name="image:tbar4" content=""/>
  113. <meta name="image:tbar5" content=""/>
  114. <meta name="image:tbar6" content=""/>
  115. <meta name="image:tbar7" content=""/>
  116. <meta name="image:tbar8" content=""/>
  117. <meta name="image:tbar9" content=""/>
  118. <meta name="image:sideb1" content=""/>
  119. <meta name="image:sideb2" content=""/>
  120. <meta name="image:sideb3" content=""/>
  121. <meta name="image:sideb4" content=""/>
  122. <meta name="image:background" content=""/>
  123. <meta name="color:h1" content="#666666" />
  124. <meta name="color:bold" content="#666666" />
  125. <meta name="if:Show tags" content="1"/>
  126. <meta name="text:frase1" content="troque no appearance" />
  127. <meta name="text:titulo" content=""/>
  128. <meta name="text:Link1" content="" />
  129. <meta name="text:Link1 Title" content="" />
  130. <meta name="text:Link2" content="" />
  131. <meta name="text:Link2 Title" content="" />
  132. <meta name="text:Link3" content="" />
  133. <meta name="text:Link3 Title" content="" />
  134. <meta name="text:Link4" content="" />
  135. <meta name="text:Link4 Title" content="" />
  136. <meta name="text:Link5" content="" />
  137. <meta name="text:Link5 Title" content="" />
  138. <meta name="text:Link6" content="" />
  139. <meta name="text:Link6 Title" content="" />
  140. <meta name="text:Link7" content="" />
  141. <meta name="text:Link7 Title" content="" />
  142. <meta name="text:Link8" content="" />
  143. <meta name="text:Link8 Title" content="" />
  144. <title>{Title}</title>
  145. <link rel="shortcut icon" href="{Favicon}">
  146. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  147. {block:Description}
  148. <meta name="description" content="{MetaDescription}" />
  149. {/block:Description}
  150.  
  151.  
  152.  
  153. <style type="text/css">
  154.  
  155. body {background-color:{color:background}; color:{color:text}; font-family: {font:body}; font-size:11px;
  156. line-height:120%; margin:0px; background-image:url('{image:background}'); background-attachment: fixed}
  157.  
  158.  
  159.  
  160. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  161. a:hover{color:{color:lhover}}
  162.  
  163. #entries{left:50%; margin-left: 490px; margin-top:-15px; width:490px}
  164.  
  165.  
  166. #pagination {font-family:georgia; text-align:center; font-size:35px; margin-bottom:15px;}
  167.  
  168.  
  169.  
  170. #posts{overflow:hidden; background-color: {color:entry}; padding:3px}
  171.  
  172. h1{font-family: {font:title}; font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: none; text-align:center; font-style: italic; font-weight: normal; margin: 0 0 5px 0;}
  173. h1 a{font-size: 18px; letter-spacing: -1px; text-transform: none}
  174.  
  175. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  176. .asker img{float: left; padding: 2px; margin: 0px 5px 5px 0px}
  177. .asker a{font-size: 20px; color:{color:link}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: {font:body}}
  178. .asker a:hover{font-size: 20px; color:{color:post}; background-color: {color:background}; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: Segoe Print}
  179. .answer {padding: 5px}
  180.  
  181. .qqmarks{font-size: 60px; font-weight: bold; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20)}
  182. .qquote{font-family: {font:title}; font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left:
  183.  
  184. 45px}
  185. .qsource{margin: 5px 15px 0 0; text-align: right}
  186.  
  187. #source {text-align: left}
  188.  
  189. #info {margin: 0px; font-size:9px; text-align: center; color: {color:text} ; padding: 0px; background-color: {color:info} ; padding: 5px;}
  190.  
  191. .tags a {color: {color:tags}}
  192. .tags {display: inline}
  193. .tags a:hover {color: {color: lhover}; display: inline;}
  194.  
  195.  
  196. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:arial; font-size:11px}
  197. #questions a {color:{color:link}}
  198.  
  199. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  200.  
  201. b, strong{color:{color:bold}}
  202. i, em {color:{color:italic};}
  203. p{margin-top:5px; margin-bottom:5px}
  204. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  205.  
  206. img a{border:none; width:100%}
  207. .audio{background-color:black; display:block;}
  208.  
  209. .chat{line-height: 12px; list-style: none; margin: 0px; padding: 0px; }
  210. .chat ul {line-height: 15px; list-style: none; margin: 0px; padding: 0px; line-height: 20px;}
  211. .person1 {background-color: {color:background}; color: {color:text} }
  212. .person1 .label {font-weight: bold; padding: 0px; margin: 0 0 0 5px; color: {color: text} }
  213. .person2 {background-color: {color:entry}; color: {color:text} }
  214. .person2 .label { font-weight: bold; padding: 0px; margin: 0 0 0 5px; color: {color: text} }
  215.  
  216. .notes img{width:10px; position:relative; top:1px;}
  217. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  218. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  219.  
  220.  
  221. /* SIDEBAR */
  222.  
  223. #sidebar {width: 405px; left: 650px; margin-top: 150px; margin-bottom: 30px; padding: 1px; background-color: {color:sidebar}; background-image:url('')text-align: center; position: fixed;}
  224.  
  225. #sidebarcredit {width: 403px; left: 654px; margin-top: 330px; margin-bottom: 30px; padding: 1px; background-color:#fff; background-image:url('')text-align: center; position: fixed;}
  226.  
  227.  
  228. #sidebarimgs {width: 390px; left: 59px; margin-top: 395px; margin-bottom: 40px; padding: 1px; background-color:#fff; background-image:url('')text-align: center; position: fixed;}
  229.  
  230. .sideb{position: fixed; float: left; margin-top: -20px; margin-left: 1060px; width: 120px; height: 95%; font-size: 11px; font-family: verdana, verdana, 'Palatino Linotype', Times, 'Times New Roman', serif; color:#000000; text-align: center; background: {color:sideb}; line-height: 10px; padding: 10px;}
  231.  
  232. .sidebarimg {padding: 0px;}
  233.  
  234. .sidebarimg img {display: inline; width: 110; height: 100px; text-align:center; margin-bottom: 5px;}
  235.  
  236. .sidebartext {clear: both; text-align: justify; background-color: #FFFFFF; color:#000000; margin: 1px 1px 1px 1px; padding: 3px; font-family:Verdana, Geneva, Tahoma, sans-serif; text-tranform: lowercase; font-size:9px}
  237.  
  238. .sidebartext a{font-size:9px}
  239.  
  240. .sidebartext a:hover{font-size:9px}
  241.  
  242. #stitle {width: 400px; height:auto; top: 310px; left: 650px;text-align: center; position: fixed; background-color: {color:sidebar};}
  243.  
  244. .title1 {width: 385px; margin-left: 5px; margin-top: 5px; padding: 5px; text-align: center; margin-bottom: 3px; background-color: {color:backgroundfrase1}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color: {color:frases}; }
  245.  
  246. .title2 {width: 570px; margin-left: 60px; padding: 5px; text-align: center; margin-bottom: 3px; background-color: {color:backgroundfrase2}; letter-spacing: 3px; font-size: 9px; font-family: verdana; color: {color:frases}; }
  247.  
  248.  
  249. ::-webkit-scrollbar{width:6px;height:6px;}
  250. ::-webkit-scrollbar-button:start:decrement
  251. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  252. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  253. ::-webkit-scrollbar-thumb:vertical{height:80px; background-color:#000;-webkit-border-radius:px;}
  254. ::-webkit-scrollbar-thumb:horizontal{width:80px; background-color:#000;-webkit-border-radius:px;}
  255.  
  256. .search{border-top: 10px solid #f1f1f1; margin: 7px 0 7px 0; padding: 5px;}
  257. .searcha {background-color: #f1f1f1; margin: 2px; padding: 5px; width: 275px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; border: 0px; font-size: 11px; background-image: url('http://static.tumblr.com/wmub1ou/U8elgx98n/search.png'); background-repeat: no-repeat; background-position: 98% 50%}
  258.  
  259. .credit{font-size: 9px; text-align: center; color:{color:text}}
  260. .credit a{text-decoration: none;color:{color:link}}
  261. .credit a:hover{color:{color:linkbackground}}
  262.  
  263. .pages{width: 110px; margin: 1px 0 0 0; text-align: center; font-size: 45px; line-height:45px}
  264. .pages a{text-decoration: none;color:{color:sidebartext}}
  265. .pages a:hover{color:{color:linkbackground}}
  266. .pprev{width: 53px; float: left}
  267. .pnext{width: 53px; float: right}
  268.  
  269. /* container */
  270. #container {background-color:transparent; width: 600px; margin: 0 0 0 70px; position: absolute}
  271.  
  272. #top {width: 520px; margin: 0 0 15px 0}
  273.  
  274. #xp {text-align: center; width: 890px; margin-left: 0px auto 0px auto; padding: 0px; z-index: 1}
  275.  
  276. .jj {text-align: center; margin-left: 60px; width: 958px; border-top: 100px solid #F8F8F8; margin-top: -98px; height: 10px; background-color: {color:tbar}; padding: 20px 20px 0px 20px; position: fixed;}
  277.  
  278. .simage1 {padding: 0px;}
  279.  
  280.  
  281.  
  282. .simage1 img {border: 1px solid #fffffff;display: inline; max-width:150px; height: 60; text-align:center; margin-bottom: 1px;}
  283.  
  284. .simage {text-align: center;}
  285.  
  286. .simage img {display: inline; max-width: 130px; height: 85px; text-align: center;}
  287.  
  288.  
  289. .bltitle {float: center; font-size: 31px; text-align: center; margin-left: 0px; text-transform:
  290. lowercase; line-height:15px; padding:10px; font-family: georgia; color: (color:text); background-color: {color:sidebar};}
  291.  
  292. .bltitle a, a:hover {color: {color:text}; text-decoration: none;}
  293.  
  294. .blsubtitle {margin-left: 0px; font-size: 9px; line-height:0px; text-align: center; text-transform:none; color: {color:subtitle}; background-color: {color:sidebar}; padding:0px; font-family: verdana; margin-top: -1px;}
  295.  
  296. .blsubtitle {margin-left: 0px; font-size: 9px; line-height:15px; text-align: center; text-transform: lowercase; letter-spacing: 2px;}
  297.  
  298. .clear{clear: both}
  299.  
  300. #entries {width: 540px; margin: 60px; margin-top: 110px;}
  301.  
  302. #entry {float:left; width: 510px; background-color:{color:entry}; text-align: justify; padding: 10px 5px 10px 5px; margin: 5px 0 3px 0}
  303.  
  304. .info {width: 510px; padding: 0px; margin: 0 0 10px 0}
  305. .infolinks{text-align: left; font-size: 10px; text-transform: capitalize; }
  306. .infolinks a{display: inline; text-decoration: none; color: {color: text}; background-color: {color:entry};
  307.  
  308. padding: 1px 5px 1px 5px; margin: 0 0 1px 0}
  309. .tags{font-size: 10px; color:{color:tags}}
  310. .tags a{color: {color:tags}; display: inline; list-style: none; text-transform: lowercase}
  311. .tags a:hover{color: {color:tags}; display: inline; list-style: none;text-transform: lowercase;}
  312.  
  313. .image{text-align: center; margin: 0 0 5px 0}
  314. .image img{border: 0px}
  315.  
  316. .sidebarpages{margin-left: 1100px; margin-top: 200px; text-align: center;}
  317. .sidebarpages a{text-decoration: none;color:{color:sidebartext}}
  318. .sidebarpages a:hover{color:{color:linkbackground}; background-color: transparent}
  319.  
  320. .source{display:none}
  321.  
  322. h1{font-family: {font:title}; font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: none; text-align:center; font-style: italic; font-weight: normal; margin: 0 0 5px 0;}
  323. h1 a{font-size: 18px; letter-spacing: -1px; text-transform: none}
  324.  
  325. .image{text-align: center; height: auto; margin-bottom: 3px; border: 0px}
  326.  
  327. .qqmarks{font-size: 80px; font-weight: bold; line-height: 80px; color: {color:sidebartext}}
  328. .qquote{font-family: {font:title}; font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left: 50px; text-indent: 45px}
  329. .qsource{margin: 5px 15px 0 0; text-align: right}
  330.  
  331. .chat{line-height: 12px; list-style: none }
  332. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  333. .person1 {color: {color:text} }
  334. .person1 .label {font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  335. .person2 {color: {color:text}}
  336. .person2 .label { font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  337.  
  338. #px {top: 72%; margin-left: 800px; width: 120px; position: fixed; padding: 1px;}
  339.  
  340. .plink {font-size: 50px; font-family: {font:title}; padding: 5px;}
  341. .plink a{color: {color:text}; background-color: transparent;}
  342. .plink a:hover {color: {color:left}; background-color: transparent;}
  343.  
  344. .iaudio{text-align: center; margin: 0 0 5px 0; width: 100%; background-color: {color:background}}
  345. .iaudio img{max-width: 270px; height: auto; padding: 40px 0 40px 0}
  346. .plcount {font-style: italic}
  347.  
  348. #sidb3{position: fixed; margin-left:20px; margin-top:-100px; width: 28px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  349.  
  350.  
  351. #sidb4{position: fixed; margin-left:880px; margin-top:-100px; width: 28px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  352.  
  353. #paginations { height: inline; font-size: 15px; width: 70px; text-align: left; margin-left: 150px; color:#000; font-family: georgia;}
  354. #paginations a{text-decoration: none;color:{color:pagination}; }
  355. #paginations a:hover{color:#000000; background-color: none}
  356.  
  357.  
  358. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  359. .asker img{float: left; padding: 2px; margin: 0px 5px 5px 0px}
  360. .asker a{font-size: 20px; color:{color:link}; text-transform: uppercase; line-height: 27px; padding: 0; margin: 0}
  361. .asker a:hover{font-size: 20px; color:{color:post}; background-color: {color:background}; text-transform: uppercase; line-height:27px; padding: 0; margin: 0}
  362. .answer {padding: 5px}
  363.  
  364. #cap {padding: 2px 0 0 0; width: 500px; margin: 0 0 0 5px}
  365.  
  366. #date{margin-left: -70px; width: 40px; margin-top: -10px; background-color:{color:linkbackground};
  367.  
  368. text-align:center; color:{color:text}; padding: 10px; position: absolute}
  369. .day{font-size: 25px; font-weight: bold}
  370. .month{font-size: 12px; font-weight: bold; margin: 2px 0 0 0; text-transform: uppercase;}
  371. .time{font-size: 10px}
  372.  
  373. #notes {width: 520px; padding: 5px}
  374. ol.notes {list-style: none; margin: 0 30px 0 10px; padding: 0px}
  375. ol.notes li {margin: 0 30px 0 10px; padding: 2px;}
  376. #notes img{border:0px}
  377. .sidescri {margin-top: 1px; margin-left: 0px; float: left; width: 395px; height: 157px; background-color: {color:sidebar}; color: {color:text}; padding: 5px; font-size: 11px;}
  378.  
  379. .tlinks1{float: left ; text-align: center; font-family: verdana; font-size: 10px; }
  380. .tlinks1 a{ display: block; color:{color:sidebarlinkstext}; background-color: {color:sidebarlinks}; text-align: center; width: 70px; padding: 80px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 60px;}
  381. .tlinks1 a:hover{background-color: #ffffff; color:#000000; letter-spacing: 2px;}
  382.  
  383. .tlinks2{float: left; text-align: center; font-family: verdana; font-size: 10px;}
  384. .tlinks2 a{ display: block; color:{color:sidebarlinkstext}; background-color: {color:sidebarlinks}; text-align: center; width: 70px; padding: 50px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px;}
  385. .tlinks2 a:hover{background-color: #ffffff; color:#000000; letter-spacing: 2px;}
  386.  
  387. .tlinks3{float: left; text-align: center; font-family: verdana; font-size: 10px; }
  388. .tlinks3 a{ display: block; color:{color:sidebarlinkstext}; background-color: {color:sidebarlinks}; text-align: center; width: 70px; padding: 80px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px}
  389. .tlinks3 a:hover{background-color: #ffffff; color:#000000; letter-spacing: 2px;}
  390.  
  391. .tlinks4{float: left; text-align: center; font-family: verdana; font-size: 10px;}
  392. .tlinks4 a{ display: block; color:{color:sidebarlinkstext}; background-color: {color:sidebarlinks}; text-align: center; width: 70px; padding: 50px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px}
  393. .tlinks4 a:hover{background-color: #ffffff; color:#000000; letter-spacing: 2px;}
  394.  
  395. .tlinks5{float: left; text-align: center; font-family: verdana; font-size: 10px;}
  396. .tlinks5 a{ display: block; color:{color:sidebarlinkstext}; background-color: {color:sidebarlinks}; text-align: center; width: 70px; padding: 80px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px}
  397. .tlinks5 a:hover{background-color: #ffffff; color:#000000; letter-spacing: 2px;}
  398.  
  399. .tlinks6{float: left; text-align: center; font-family: verdana; font-size: 10px; }
  400. .tlinks6 a{ display: block; color:{color:sidebarlinkstext}; background-color: {color:sidebarlinks}; text-align: center; width: 70px; padding: 50px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px}
  401. .tlinks6 a:hover{background-color: #ffffff; color:#000000; letter-spacing: 2px;}
  402.  
  403. .tlinks7{float: left; text-align: center; font-family: verdana; font-size: 10px; }
  404. .tlinks7 a{ display: block; color:{color:sidebarlinkstext}; background-color: {color:sidebarlinks}; text-align: center; width: 70px;padding: 80px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px}
  405. .tlinks7 a:hover{background-color: #ffffff; color:#000000; letter-spacing: 2px;}
  406.  
  407. .tlinks8{float: left; text-align: center; font-family: verdana; font-size: 10px; }
  408. .tlinks8 a{ display: block; color:{color:sidebarlinkstext}; background-color: {color:sidebarlinks}; text-align: center; width: 70px; padding: 50px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px}
  409. .tlinks8 a:hover{background-color: #ffffff; color:#000000; letter-spacing: 2px;}
  410.  
  411. #tumblr_controls{position: fixed!important}
  412.  
  413. {CustomCSS}
  414. </style>
  415. </head>
  416.  
  417. <body>
  418.  
  419.  
  420. <div class="sideb">
  421. <br>
  422. <br>
  423. <br>
  424. <div class="credit">theme feito por <a href="http://late-to-write.tumblr.com">late to Write</a> inspirado na <a href="http://m-a-r-e-s-i-a.tumblr.com/"> m-a-r-e-s-i-a </a>
  425. </div>
  426. <div class="simage1">
  427.  
  428. <Br>
  429. <pre>
  430. <Br>
  431. <img src="{image:sideb1}" width= "120px"; height= "auto;"/>
  432. <pre>
  433. <img src="{image:sideb2}" width= "120px"; height= "auto;" />
  434. <pre>
  435. <img src="{image:sideb3}" width= "120px"; height= "auto;" />
  436. <pre>
  437. <img src="{image:sideb4}" width= "120px"; height= "auto;" /></div>
  438. </pre></pre></pre>
  439.  
  440.  
  441. </div></div>
  442.  
  443.  
  444. <div id="px">
  445. <pre>
  446. </div>
  447.  
  448.  
  449. <div id="xp">
  450.  
  451. <div class="tlinks1">{block:ifLink1}<a href="{text:Link1}"> {text:Link1 Title}</a>{/block:ifLink1}</div>
  452. <div class="tlinks2">{block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title}</a>{/block:ifLink2}</div>
  453. <div class="tlinks3">{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</div>
  454. <div class="tlinks4">{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div>
  455. <div class="tlinks5">{block:ifLink5}<a href="{text:Link5}"> {text:Link5 Title}</a>{/block:ifLink5}</div>
  456. <div class="tlinks6">{block:ifLink6}<a href="{text:Link6}"> {text:Link6 Title}</a>{/block:ifLink6}</div>
  457. <div class="tlinks7">{block:ifLink7}<a href="{text:Link7}"> {text:Link7 Title}</a>{/block:ifLink7}</div>
  458. <div class="tlinks8">{block:ifLink8}<a href="{text:Link8}"> {text:Link8 Title}</a>{/block:ifLink8}</div>
  459.  
  460. </div>
  461.  
  462. <div id="sidebar">
  463. <center><div class="ttle"><big><big><big><big><big>{ {text:titulo} } </big></big></big></big></big> </div>
  464. <br>
  465. <br>
  466. <pre>
  467. <div style="border: 1px solid #F0F0F0; margin-top: 1px; padding: 5px; overflow: auto; background-color: #F8F8F8; margin-left: 8px; width: 380px;"><div class="simage"><marquee direction="right" scrollamount="3" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><img src="{image:tbar1}"/> <img src="{image:tbar2}"/> <img src="{image:tbar3}"/> <img src="{image:tbar4}"/> <img src="{image:tbar5}"/> <img src="{image:tbar6}"/> <img src="{image:tbar7}"/> <img src="{image:tbar8}"/> <img src="{image:tbar9}"/>
  468. </marquee></div>
  469. <pre>
  470. <br>
  471. <div class="bltitle">{text:titulo}</b> </center></div>
  472. <div class="blsubtitle">{text:subtitulo}</div>
  473. </div>
  474. <div id="stitle">
  475. <div class="title1">{text:frase1}</div>
  476.  
  477. <div class="sidescri">
  478.  
  479. <div style="background: {color:sidebar}; font-family: verdana; width: 350x; text-align: justify; font-size: 9px; line-height: 100%; height: 90px; overflow: auto;">{block:Description}{Description}{/block:Description}</div></div>
  480.  
  481. <div class="plink">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  482. {block:NextPage}<a href="{NextPage}">&raquo;</a> {/block:NextPage}{/block:Pagination}</div>
  483. </div>
  484. </div></div><br><br>
  485.  
  486.  
  487.  
  488. </div>
  489. <div id="entries">
  490. {block:Posts}
  491. <div id="posts">
  492.  
  493. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  494. {block:Text}{Body}{/block:Text}
  495.  
  496. {block:Quote}
  497. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  498. {block:Source}<div class="qsource">~ {Source}</div>{/block:Source}
  499. {/block:Quote}
  500.  
  501. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  502. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  503.  
  504. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  505. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  506.  
  507. {block:Chat}
  508. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  509. <div class="chat"><ul>{block:Lines}
  510. <li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  511. {/block:Lines}</ul></div>
  512. {/block:Chat}
  513.  
  514. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  515.  
  516. {block:Answer}
  517. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  518. <div class="answer">{Answer}</div>
  519. <br>
  520. {/block:Answer}
  521.  
  522. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  523.  
  524. <div id="info"><a href="{Permalink}">{TimeAgo}</a> · {NoteCountWithLabel}{block:RebloggedFrom} · originally from <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom} · {block:IndexPage}<a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IndexPage}
  525. {block:HasTags}<br>{block:Tags}<div class="tags">#<a href="{TagURL}">{Tag}</a> </div>{/block:Tags}{/block:HasTags}</div></div><BR>
  526. {/block:Posts}
  527. {block:PostNotes}{PostNotes}{/block:PostNotes}
  528.  
  529. </div>
  530.  
  531. </body>
  532. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement