diariodeumjudas

Theme 28.1

Oct 25th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.72 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 by sintonizo
  6. DONT COPY BABY, be original (c) !>
  7.  
  8. <head>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Engagement' rel='stylesheet' type='text/css'>
  14.  
  15. <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  18.  
  19. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  20. <script type="text/javascript">
  21. function slideSwitch() {
  22. var $active = $('#slideshow2 img.active');
  23.  
  24. $active.addClass('last-active');
  25.  
  26. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  27. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  28.  
  29. $next.css({opacity: 0.0})
  30. .addClass('active')
  31. .animate({opacity: 1.0}, 1000, function() {
  32. $active.removeClass('active last-active');
  33. });
  34. }
  35.  
  36. $(function() {
  37. //Executa a função a cada 2 segundos
  38. setInterval( "slideSwitch()", 2500 );
  39. });
  40. </script>
  41. <script type="text/javascript">
  42. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  43.  
  44. function tb8_makeArray(n){
  45. this.length = n;
  46. return this.length;
  47. }
  48. tb8_messages = new tb8_makeArray(1);
  49. tb8_messages[0] = "{Title}";
  50. tb8_rptType = 'infinite';
  51. tb8_rptNbr = 5;
  52. tb8_speed = 100;
  53. tb8_delay = 2000;
  54. var tb8_counter=1;
  55. var tb8_currMsg=0;
  56. var tb8_tekst ="";
  57. var tb8_i=0;
  58. var tb8_TID = null;
  59. function tb8_pisi(){
  60. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  61. document.title = tb8_tekst;
  62. tb8_sp=tb8_speed;
  63. tb8_i++;
  64. if (tb8_i==tb8_messages[tb8_currMsg].length){
  65. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  66. }
  67. if (tb8_currMsg == tb8_messages.length){
  68. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  69. clearTimeout(tb8_TID);
  70. return;
  71. }
  72. tb8_counter++;
  73. tb8_currMsg = 0;
  74. }
  75.  
  76. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);}
  77. tb8_pisi()
  78.  
  79. </script>
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  82.  
  83. <!-- DEFAULT VARIABLES -->
  84.  
  85. <meta name="font:text" content="verdana" />
  86. <meta name="font:title" content="georgia" />
  87. <meta name="color:background" content="#f8f8f8" />
  88. <meta name="color:fundo" content="#ffffff" />
  89. <meta name="color:link" content="#000000" />
  90. <meta name="color:text" content="#000000" />
  91. <meta name="color:post" content="#ffffff" />
  92. <meta name="color:scroll" content="#000000" />
  93. <meta name="color:ask" content="#ebebeb" />
  94. <meta name="color:links" content="#000" />
  95. <meta name="color:tags" content="#000" />
  96. <meta name="color:linkbg" content="#ffffff" />
  97. <meta name="color:linktext" content="#000" />
  98. <meta name="color:linkbghover" content="#000" />
  99. <meta name="color:linktexthover" content="#fff" />
  100. <meta name="color:border" content="#EEEEEE" />
  101.  
  102.  
  103. <meta name="image:background" content="" />
  104. <meta name="image:subbg" content="http://static.tumblr.com/dcslupi/hJomc29qh/tumblr_mbsrpxk8dc1rsbqe6o1_500.jpg"/>
  105. <meta name="image:sidebar" content="http://24.media.tumblr.com/tumblr_mamp904K9L1rzamyno1_500.jpg"/>
  106.  
  107.  
  108.  
  109.  
  110.  
  111. <meta name="text:frase" content="Love Me?" />
  112. <meta name="text:titulo" content="Love Me?" />
  113.  
  114. <meta name="text:link1" content="/" />
  115. <meta name="text:Link1 Title" content="link" />
  116. <meta name="text:Link2" content="/" />
  117. <meta name="text:Link2 Title" content="link" />
  118. <meta name="text:Link3" content="/" />
  119. <meta name="text:Link3 Title" content="link" />
  120. <meta name="text:Link4" content="/" />
  121. <meta name="text:Link4 Title" content="link" />
  122. <meta name="text:Link5" content="/" />
  123. <meta name="text:Link5 Title" content="link" />
  124. <meta name="text:Link6" content="/" />
  125. <meta name="text:Link6 Title" content="link" />
  126.  
  127.  
  128. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  129.  
  130.  
  131.  
  132. <title>{Title}</title>
  133. <link rel="shortcut icon" href="{Favicon}">
  134. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  135. {block:Description}
  136. <meta name="description" content="{MetaDescription}" />
  137. {/block:Description}
  138.  
  139. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  140.  
  141. <style type="text/css">
  142.  
  143.  
  144. body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  145.  
  146. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  147.  
  148. p {margin: 6px 0 0 0}
  149.  
  150. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  151. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  152. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  153. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  154.  
  155. blockquote img{max-width: 470px!important}
  156. blockquote blockquote img{max-width: 450px!important}
  157. blockquote blockquote blockquote img{max-width: 430px!important}
  158. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  159. .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
  160.  
  161. }
  162. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  163.  
  164. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width:400px; position:fixed; }
  165.  
  166.  
  167. #entries{float: left; margin-left:490px; margin-top: 20px; position: relative; border-left: 0px solid {color:background}; z-index:1000; }
  168.  
  169.  
  170. #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  171.  
  172.  
  173.  
  174.  
  175. .danpost {width: 400px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;}
  176.  
  177. .danpost:hover #info {opacity:0.9; margin-left:140px; margin-top:0px;}
  178. .danpost:hover #infu {opacity:1}
  179.  
  180. #infu {text-align: center; font-size: 9px; font-family: tahoma; text-transform: lowercase; z-index: 11; margin-top:10px}
  181. #infu a {font-size: 9px;}
  182.  
  183. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  184. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  185. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  186.  
  187. .image {text-align: center; border: 0px}
  188. .image img {max-width: 400px; margin-bottom: 2px }
  189.  
  190. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  191. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  192. .oiqqtts a, a:hover{text-transform: none;}
  193.  
  194. .chat {line-height: 13px; list-style: none }
  195. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  196. .person1 {color: {color:text}; padding: 2px; }
  197. .person1 .label {font-weight: bold; color:{color:text}}
  198. .person2 {color: {color:text}; padding: 2px; }
  199. .person2 .label {font-weight: bold; color:{color:text}}
  200.  
  201. .player {background-color: #000; text-align: left; display:block;}
  202.  
  203. /* asker */
  204.  
  205. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  206. .asker img{float: left; padding: 0px 5px 0px 0px}
  207. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  208. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  209. .question {font-size: 10px;}
  210. .answer {padding: 4px}
  211. .answer img {max-width: 470px;}
  212.  
  213. .bg {width: 480px; background-color: {color:entrie}; color:{color:text}; margin-top: 5px; padding-right: 10px; padding-left: 5px; padding-top: 2px; padding-bottom: 3px; border-radius:8px;}
  214.  
  215.  
  216.  
  217. .source{display:none}
  218.  
  219. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  220. #oidata a {font-size: 9px;}
  221.  
  222. #oidata2 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-24px;}
  223. #oidata2 a {font-size: 9px;}
  224.  
  225. #oidata3 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-14px; }
  226. #oidata3 a {font-size: 9px;}
  227.  
  228. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; margin-left: 100px; text-transform: lowercase;}
  229. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase; opacity: 0.7;}
  230.  
  231. .pquote {font-family: tahoma; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  232. .pquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
  233. .pquotesource a, a:hover{text-transform: none;}
  234.  
  235. #cap {width: 400px; margin-top: -2px;}
  236. .source {display: none;}
  237.  
  238. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  239. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  240. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  241. .notes img{display: none; border:0px}
  242.  
  243.  
  244. .question {
  245. color:{color:text};
  246. font-size: 11px;
  247. font-weight: normal;
  248. font-family: verdana;
  249. line-height:95%;
  250. background: {color:background};
  251. position: relative;
  252. min-height:70px;
  253. padding:10px 15px;
  254. margin-bottom:2px;
  255. margin-right:-10px;}
  256.  
  257. .questionarrow {
  258. font-size:30px;
  259. color:{color:background};
  260. vertical-align:middle;
  261. margin-left:-5px!important;}
  262.  
  263. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  264. .asker a {color:{color:text};}
  265. .asker img {float:left; margin-left:500px; vertical-align:top; margin-right:3px; max-height:15px;}
  266.  
  267. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  268. .asking a{color:{color:text};}
  269. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  270.  
  271. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  272.  
  273.  
  274.  
  275.  
  276.  
  277. .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15; -moz-opacity: 0.15; filter: alpha(opacity=15);}
  278. .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  279.  
  280. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  281.  
  282.  
  283.  
  284. #upupup {margin-top:400px; margin-left: 140px; position:fixed; background-color:{color:background};}
  285.  
  286.  
  287. #tchetche {width:80px; height:12px; margin-top:344px; margin-left: 120px; background-color: transparent; position:fixed; color: {color:text}; font-size: 13px; font-family: give you glory; text-transform: lowercase; text-align: center; z-index:1000; -webkit-transform: rotate(-270deg); }
  288. #tchetche2 {width:80px; height:12px; margin-top:373px; margin-left:142px; background-color: transparent; position:fixed; color: {color:text}; font-size: 13px; font-family: give you glory; text-transform: lowercase; text-align: center; z-index:1000 }
  289.  
  290. #chupa {width:1px; height:102px; margin-top:67px; margin-left: 80px; background-color: transparent; position:fixed; color: {color:text}; font-size: 13px; font-family: give you glory; text-transform: lowercase; text-align: center; z-index:1000 }
  291.  
  292.  
  293.  
  294. #barra3 {width:10px; height:12px; margin-top:88px; margin-left: 145px; background-color: transparent; position:fixed; padding:4px; font-size: 40px; font-family: Give You Glory; text-transform: lowercase; color: {color:text}; text-align: right; -moz-transform: rotate(-25deg);-webkit-transform: rotate(-25deg);-o-transform: rotate(-25deg);-ms-transform: rotate(-15deg);transform: rotate(-10deg);}
  295.  
  296.  
  297. #sideimg {display: block; margin-left: 202px; float: right; margin-top: 19px; width: auto; height: auto; background-color: transparent; position: fixed; z-index:30;}
  298. .simg1 img {width: 135px; height: 160px; margin-bottom: 2px; border: 4px solid {color:fundinho};}
  299.  
  300. #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
  301.  
  302. #cruz {position: fixed; margin: 200px 0px 0px 60px; }
  303.  
  304. #acruz {width: 39px; position: absolute; margin-left: -92px; margin-top: -365px; color: {color:cruz}; font-size: 60px; -webkit-transform: rotate(-20deg);}
  305. #acruz:hover { -webkit-transform: rotate(0deg);}
  306.  
  307. #home {width: 24px; position: fixed; float: left; font-size: 9px; font-family: tahoma; color: {color:cruz}; padding: 5px; height: 24px; margin-left: 110px; rotation: 10px; margin-top: 280px; margin-top: 185px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 20;}
  308.  
  309.  
  310. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
  311. #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  312. #a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
  313. #pgs span.pagina_atual {background: {color:border}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  314. .pg { position:fixed !important; clear: both; float: left; margin-top: 120px; margin-left: 100px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  315.  
  316. .li {opacity: 1}
  317. .li2 {opacity: 0.8}
  318. .li3 {opacity: 0.6}
  319. .li4 {opacity: 0.8}
  320. .li5 {opacity: 1}
  321.  
  322. #kitty {width: 160px; text-align: center; margin-top:137px; margin-bottom: -2px; font-family: verdana; font-size: 9px; color: {color:text}; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in; margin-left: 15px;}
  323.  
  324. @font-face {
  325. font-family: 'Give You Glory';
  326. font-style: normal;
  327. font-weight: norAmal;
  328. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  329. }
  330.  
  331.  
  332.  
  333. @font-face{
  334. font-family: 'MyWebFont';
  335. src: url('WebFont.eot');
  336. src: url('WebFont.eot?#iefix') format('embedded-opentype'),
  337. url('WebFont.woff') format('woff'),
  338. url('WebFont.ttf') format('truetype'),
  339. url('WebFont.svg#webfont') format('svg');
  340. }
  341.  
  342.  
  343. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  344.  
  345.  
  346. /** estilo de ask by htmland **/
  347. @font-face {font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
  348. .hlanswer {background: #bebebe color: {color:text}; background: {color:ask}; width: 385px; font: normal 10px arial; margin-bottom: 2px; padding-top: 8px; padding-left: 13px; padding-bottom: 13px; text-align: justify; display: block; overflow: hidden; border-top: 2px solid #bebebe;}
  349. .hlanswer img {border: 2px solid #bebebe; float: right; margin-top: -15px; margin-left: 13px; margin-bottom: -13px; opacity: 0.8; }
  350. .hlanswer img:hover {opacity: 1.0}
  351. .hlanswerinfo {background: transparent; padding: 3px; float: left; display: inline-block; width: auto; color: {color:text}; font: normal 10px "tahoma"; text-transform: none; margin-bottom: -1px}
  352. .hlanswerinfo a {color: {color:text};}
  353.  
  354. #entry {float: left; margin-left: 350px; margin-top:124px; opacity:0.9; }
  355.  
  356. .posts { width: 400px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; }
  357.  
  358.  
  359.  
  360.  
  361. ::-webkit-scrollbar{width:5px;height:5px;}
  362. ::-webkit-scrollbar-button:start:decrement
  363. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  364. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  365. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  366. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  367.  
  368. #tumblr_controls{position: fixed!important}
  369. #tumblr_controls{position: fixed!important}
  370. #tumblr_controls{position: fixed!important}
  371. #tumblr_controls{position: fixed!important}
  372.  
  373. #barra {position: fixed; margin-top: -8px; margin-left: 350px; width: 420px; height: 130px; background: {color:fundo}; z-index:20}
  374.  
  375. #manual {position: fixed; margin-top: 240px; margin-left: 235px; width: 235px; height: 100px; background: transp; font-family: georgia; font-size: 11px; text-align: center; color: {color:fundo}; z-index:20;}
  376.  
  377. #pic { height: 256px; width: 210px; margin-top: -136px; margin-left: -108px; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; background: #000; ; border: 5px solid {color:sidebar}; }
  378. #pic img {width: 200px; height: 246px; margin-top: 0px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;border: 5px solid {color:border};}
  379.  
  380.  
  381. .ttl {font-size:18px; font-style: normal; text-align:center; font-family:georgia; color:{color:link}; background: trans; padding: 5px; width:200px; padding-bottom: 3px; padding-top: 2px; height: auto; letter-spacing:0px; margin-top: 50px; line-height:18px; position:fixed; margin-left:-95px; background-color: transparent; text-transform: none;}
  382.  
  383. #desc {margin-top: 0px; padding: 3px 2px; height: auto; width: 245px; line-height: 95%; margin-left: 210px; letter-spacing: 0px; background: trans; color:{color:linkbg}; border-bottom: 2px solid {color:linkbg}; opacity: 0.9}
  384.  
  385. .link {margin-top:0px;margin-left: 210px; margin-bottom:10px; width:240px; text-align:center; opacity:1; padding-top:2px; text-shadow:0px 0px 8px {color:linktext};}
  386. .link a { padding:2px; text-decoration:none; font-family:calibri; text-transform:uppercase; text-align:center; margin:0px; opacity:0.6; color:{color:linkbg}; opacity:0.95; font-size:10px; font-weight:normal; background-color:}
  387. .link a:hover {opacity:0.7; text-decoration:underline; font-weight:bold;}
  388.  
  389. #frase {margin-top: -360px; pading: 3px 2px; height: auto; width: 245px; line-height: 90%; margin-left: 210px; letter-spacing: 0px; font-style: italic; font-size: 18px; opacity: 0.9; border-bottom: 2px solid {color:linkbg}; color:{color:linkbg}; background: trans;}
  390.  
  391. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  392. #paginal a {background: {color:linktext}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:linkbg};}
  393. #paginal a:hover {background: {color:linktext}; color: {color:linkbg};}
  394. #paginal span.pagina_atual {background: {color:linktext}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:linkbg}; font-weight: bold; text-decoration: none;}
  395. .ps {position:fixed; color: {color:linkbg}; padding: 15px; margin-top: 270px; margin-left: -125px; width: 220px; height:15px;}
  396.  
  397. </style>
  398. </head>
  399.  
  400. <body>
  401.  
  402.  
  403. <div id="barra"><img src="{image:subbg}" width= "420px;" height= "130px;">
  404. </div>
  405.  
  406. <div id="manual">
  407. <div id="pic"><img src="{image:sidebar}"></div>
  408.  
  409. <div id="frase">{text:frase}</div>
  410.  
  411. <div class="ttl">{text:titulo}
  412. </div>
  413.  
  414. <div id="desc">{description}
  415. </div>
  416.  
  417. <div class="link">
  418. <a href="{text:Link1}" class="link1">{text:Link1 Title}</a>
  419. <a href="{text:Link2}" class="link2">{text:Link2 Title}</a>
  420. <a href="{text:Link3}" class="link3">{text:Link3 Title}</a>
  421. <a href="{text:Link4}" class="link4">{text:Link4 Title}</a>
  422. <a href="{text:Link5}" class="link5">{text:Link5 Title}</a>
  423. <a href="{text:Link6}" class="link6">{text:Link6 Title}</a>
  424. </div>
  425.  
  426. <div class="ps"><div id="paginal">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  427. {block:JumpPagination length="5"}
  428. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  429. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  430. {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  431. </div></div>
  432.  
  433.  
  434. </div></div>
  435.  
  436. <div style="display:block;bottom:30px;left:15px;font-size:9px;font-family:georgia;position:fixed;background-color:{color:post}; color: {color:text}; padding:3px;border-radius:10px;z-index:55554235555;opacity:0.75;">design by <a href="http://sintonizo.tumblr.com" title= "made by sintonizo, inspired umapequenapoeta.">sintonizo</a> <font color="#000">©</font></a></div>
  437.  
  438. <div id="entry">
  439.  
  440. {block:Posts}
  441. <div class="posts">
  442.  
  443. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  444.  
  445. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  446.  
  447. {block:Photoset}{Photoset-400}{/block:Photoset}
  448.  
  449. {block:Quote}
  450. <div class="pquote">“{Quote}”</div>
  451. {block:Source}<div class="pquotesource"> <font color="(color:tags)"> — </font></a> {Source}</div>
  452. {/block:Source}
  453. {/block:Quote}
  454.  
  455. {block:Link}
  456. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  457. {block:Description}{Description}{/block:Description}
  458. {/block:Link}
  459.  
  460. {block:Chat}
  461. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  462. <div class="chat"><ul>{block:Lines}
  463. <li class="person{UserNumber}">{block:Label}
  464. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  465. {/block:Chat}
  466.  
  467. {block:Audio}
  468. <div class="player">{AudioPlayerBlack}</div>
  469. {block:Caption}{Caption}{/block:Caption}
  470. {/block:Audio}
  471.  
  472. {block:Video}{Video-400}{/block:Video}
  473.  
  474.  
  475. {block:Answer}
  476. <table width="400px" cellspacing="0" cellpadding="0">
  477. <tr>
  478. <td width="415px" class="question">{Question}</td>
  479. <td width="30px"><span class="questionarrow">◤</span></td>
  480. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  481. </tr>
  482. </table>
  483. <div class="answer">{Answer}</div>
  484. {/block:answer}
  485.  
  486.  
  487. <div id="cap">
  488. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  489. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  490. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  491.  
  492. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  493. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  494. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  495. {/block:ContentSource}</div></div>
  496. <br>
  497.  
  498. <div class="credito">
  499. {block:Date}<div id="infoa">
  500. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  501. </div></center>{/block:IfShowTags}{/block:Date}</div>
  502. <div class="tags">{block:HasTags}{block:Tags} <font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  503. </div>
  504.  
  505.  
  506. {/block:Posts}
  507. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  508.  
  509. </div>
  510. </div>
  511. </div>
  512. </div>
  513.  
  514. </body>
  515. </html>
Advertisement
Add Comment
Please, Sign In to add comment