Advertisement
simonecereja

Theme Dream

Oct 2nd, 2012
9,174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.73 KB | None | 0 0
  1. <!-----------------------------------------------------------------------
  2.  
  3. THEME FEITO POR SIMONE (CEREJADOSUNDAE). É PROIBIDA QUALQUER CÓPIA OU USO DOS CÓDIGOS CONFORME A
  4. LEI PENAL, ARTIGO 184. ©
  5.  
  6. ------------------------------------------------------------------------->
  7.  
  8.  
  9.  
  10.  
  11. <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  12. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  13. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Ruthie|Ubuntu+Mono|Economica' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  20. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  23.  
  24. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  25. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  26.  
  27. <script type="text/javascript">
  28.  
  29. function changeNavigation(id)
  30.  
  31. {document.getElementById('iluc').innerHTML=document.getElementById(id).innerHTML}
  32.  
  33. </script>
  34.  
  35. <title>{Title}</title>
  36. <link rel="{Favicon}">
  37. <meta name="color:backgroundtheme" content="#eee"/>
  38. <meta name="color:letras" content="#777"/>
  39.  
  40. <meta name="color:title" content="#aaa"/>
  41. <meta name="color:descripcolor" content="#aaa"/>
  42. <meta name="color:scroll" content="#C4CBC3"/>
  43. <meta name="color:link" content="#aaa"/>
  44. <meta name="color:backbox" content="#d6d6d6"/>
  45. <meta name="color:boxnotescolor" content="#fff"/>
  46. <meta name="color:linkshover" content="#aaa"/>
  47. <meta name="color:textlinks" content="#aaa"/>
  48. <meta name="color:textlinkshover" content="#000"/>
  49. <meta name="color:chat1" content="#C4CBC3"/>
  50. <meta name="color:chat2" content="#988895"/>
  51. <meta name="color:chatcolor" content="#fff"/>
  52. <meta name="color:frase" content="#fff"/>
  53. <meta name="color:extras" content="#C4CBC3"/>
  54. <meta name="color:backgroundbox" content="#fff"/>
  55. <meta name="color:backgroundfrase" content="#988895"/>
  56. <meta name="image:background" content="http://25.media.tumblr.com/tumblr_ltqq73Kh5g1qhvdofo6_500.png"/>
  57.  
  58. <meta name="image:imageside" content="http://25.media.tumblr.com/tumblr_mb8ox2O2ow1ryle1qo1_500.jpg"/>
  59.  
  60. <meta name="text:frase" content="Escreva aqui a sua frase" />
  61. <meta name="text:Link1" content="link" />
  62. <meta name="text:Link1 Title" content="link1" />
  63. <meta name="text:Link2" content="Link" />
  64. <meta name="text:Link2 Title" content="link2" />
  65. <meta name="text:Link3" content="link" />
  66. <meta name="text:Link3 Title" content="link3" />
  67. <meta name="text:Link4" content="Link" />
  68. <meta name="text:Link4 Title" content="link4" />
  69. <meta name="text:Link5" content="link" />
  70. <meta name="text:Link5 Title" content="link5" />
  71. <meta name="text:Link6" content="link" />
  72. <meta name="text:Link6 Title" content="link6" />
  73.  
  74. </head>
  75. <style>
  76.  
  77.  
  78. ::-webkit-scrollbar{width:6px;height:3px;}
  79. ::-webkit-scrollbar-button:start:decrement
  80. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  81. ::-webkit-scrollbar-track-piece{background-color:{color:backgroundbox};-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  82. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:scroll};-webkit-border-radius:px;}
  83. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};-webkit-border-radius:px;}
  84.  
  85.  
  86. /*** Personalização do fundo e corpo ***/
  87.  
  88. /*** Background ***/
  89. body{background:{color:backgroundtheme} Url('{image:background}'); color: {color:letras}; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size: 11px; background-attachment:fixed; background-repeat:repeat; background-repeat:repeat;background-repeat:repeat;}
  90. /* Chat por Anna (livelikeasuicide) *********/
  91. .chat {background: {color:backgroundbox}; margin: 0; font-size:
  92. 9px; font-family: trebuchet ms;}
  93. .chat .chat1 {margin-left: 0px;}
  94. .chat .chat1 .chat2 {background: {color:chat1}; color:{color:chatcolor};
  95. margin-bottom: 1px; padding: 3px 4px 3px 4px;} /* Primeira linha */
  96. .chat .chat1 .chat2.even {background: {color:chat2};
  97. color: {color:chatcolor};} /* Segunda linha */
  98. .chat .chat1 .chat2 span{font-weight: bold;}
  99.  
  100. #postssm {width:414px; margin-top:10px; float:right;}
  101.  
  102. .entrysm { width: 400px; background-color:{color:backgroundbox}; padding: 5px;padding-bottom: 10px; margin: 1px; text-align: justify; position: relative; margin-left: 2px;margin-top:1px; }
  103. .entrysm2 {width: 450px; background-color: {color:backgroundbox}; padding: 5px; text-align: justify; }
  104. .entrysm img{max-width:400px;}
  105. .bordasm4{width:200px;height:230px;background:{color:backgroundbox}; padding: 2px; }
  106. .bordass{width:50px;height:50px;background:{color:backgroundbox}; padding: 5px; margin:5px; }
  107. .imageborda{-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;
  108.  
  109. border-radius:0px;}
  110. .imageborda:hover{
  111.  
  112. -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  113. #total{width:689px;margin-top:0px;}
  114. #sidebar {width:235px; padding: 0px;margin-top:10px;margin-left:1px; height:100%;float:left; position:fixed;}
  115. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  116. .imageside { margin-bottom:2px;margin-top:30px; position:fixed;margin-left:0px;}
  117.  
  118. .imageside img {background:{color:extras};padding:2px;width:220px; height:270px;align:center;border: 5px solid {color:backgroundbox};opacity:0.8;
  119. -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  120.  
  121. .imageside:hover img {opacity:1;}
  122.  
  123. .sidebar {width:228px; position:fixed; margin-left:px;height:14px;margin-top:340px;font-size:10px;}
  124.  
  125.  
  126.  
  127.  
  128. a:link, a:visited, a:active {color:{color:link} ; text-shadow: 0 0px 0px #ffffff; letter-spacing: 0.02em; text-decoration: none;;}
  129. a:hover {color: {color:linkhover}; -webkit-transition-duration: .99s; }
  130. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  131. /***Menu sm**/
  132.  
  133. .nav{display: inline-block; padding: 2px; text-align: center; color:{color:textlinks};margin:2px; height:12px;
  134. font: 8px 'ronda'; cursor: pointer; -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;letter-spacing: -0.2px;}
  135. .nav:hover {color:{color:textlinkshover}; opacity:1;}
  136. @font-face { font-family: "sophie"; src: url('http://static.tumblr.com/zvqacv0/wBqm90b64/masanascript-1propia.otf'); }
  137.  
  138.  
  139. /********* SELEÇÃO COLORIDA *************/
  140. ::-moz-selection
  141. {
  142. background: {color:backgroundtheme};
  143. color: {color:letras};
  144. }
  145. ::selection
  146. {
  147. background:{color:backgroundtheme};
  148. color:{color:letras};
  149. }
  150.  
  151. /***BOXNOTES***/
  152. .entrysm .boxnotes {margin-left:458px;width:80px;
  153. text-align: left;border-left: 5px solid {color:extras};
  154. position: absolute; padding: 4px;font-size:10px;background:{color:backbox};
  155. font-family:consolas;color:{color:boxnotecolor};
  156. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;
  157. -o-transition: all 0.5s ease;transition: all 0.5s ease;opacity:0.0;
  158. }
  159. .entrysm:hover .boxnotes {opacity: 1; margin-left:408px;}
  160.  
  161. .entrysm:hover .boxnotes a {color:{color:boxnotescolor};}
  162.  
  163. .bordasm2 {background:{color:extras}; padding: 2px;width:18px;}
  164.  
  165. /***titulos e afins***/
  166.  
  167.  
  168. h1{color:{color:title}!important; font-family: Tulpen One, verdana;font-size:25px;line-height:25px;font-weight:normal;margin:0px;padding:2px;margin-bottom:2px;text-align:left;letter-spacing: 1px;border-right:20px solid {color:title}}
  169. @font-face { font-family: "folks"; src: url('http://static.tumblr.com/zvqacv0/lptm7vt4g/that__s_font_folks_.ttf'); }
  170.  
  171.  
  172. /*** Personalização do audio***/
  173. .trackid {padding: 8px;
  174. background: {color:backgroundtheme};
  175. color: {color:letras};
  176. margin-top: 1px;
  177. margin-left: 1px;
  178. margin-right: 1px;
  179. }
  180. .trackid2 {padding: 2px;
  181. background: {color:backgroundtheme};
  182. color: {color:backgroundbox};
  183. margin-top: 1px;
  184. margin-left: 1px;
  185. margin-right: 1px;}
  186.  
  187. .caixa {overflow: hidden; padding: 7px;font-family: Verdana, Geneva, sans-serif;color: {color:letras};text-align: justify; margin-bottom: 0px;margin-left:5px;}
  188.  
  189.  
  190. .menusm {margin-bottom:120px;width:100px;margin-top:-200px;font-size: 10px;;padding:4px;margin-left:130px;}
  191.  
  192.  
  193. /******************************* NEGRITO, ITÁLICO, RISCADO E SUBLINADO **/
  194.  
  195. b, strong, bold {color: {color:letras};}
  196.  
  197. u,underline {color: {color:letras}; border-bottom: 1px dotted {color:letras}; text-decoration:none; }
  198.  
  199. i, em{color: {color:letras}; }
  200.  
  201.  
  202. /* QUOTE (sweet-help) */
  203.  
  204.  
  205. .quote {margin: 0; padding: 10px 1px 1px 10px; font: normal 11px 'georgia'; text-align: justify;}
  206. .qsource { text-align:left;font: italic 11px 'consolas'; margin-top: 8px;color: {color:letras};margin-bottom:1px;border-top: 1px solid {color:backgroundtheme};}
  207.  
  208. .menuposition {width:238px; position:fixed; margin-left:-2px;height:20px;margin-top:318px;overflow: hidden;}
  209. .menuposition2 {width:28px; position:fixed; margin-left:197px;height:102px;margin-top:15px;background:{color:backgroundfrase};padding-top:10px;}
  210. .frase {position:fixed;width:258px; margin-left:-16px;height:25px;margin-top:254px; font-size: 25px; font-family: Tulpen One, verdana;text-align:center; color:{color:frase}; z-index:11; padding:3px;line-height:25px;background:{color:backgroundfrase};}
  211.  
  212. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  213.  
  214. #canto1 {width: 0; height: 0; border-top: 15px solid {color:backgroundfrase}; border-left: 15px solid transparent; border-bottom: 15px solid transparent; border-right: 0px solid transparent;position:fixed;margin-top:28px;margin-left:-2px;opacity:0.6;}
  215.  
  216. #canto2 {width: 0; height: 0; border-top: 15px solid {color:backgroundfrase}; border-right: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 0px solid transparent;position:fixed;margin-top:28px;margin-left:246px;opacity:0.6;}
  217.  
  218. #canto3{width: 0; height: 0; border-bottom: 15px solid {color:backgroundfrase}; border-right: 10px solid transparent; border-top: 15px solid transparent; border-left: 0px solid transparent;position:fixed;margin-top:-26px;margin-left:27px;opacity:0.6;}
  219.  
  220. .tag{font-family:Tahoma; font-size: 10px;}
  221. .date {font-family: trebuchet ms; font-size: 9px; text-transform:uppercase;}
  222. a.tagsm {;font-family: trebuchet ms; font-size: 9px; text-transform:uppercase;color:{color:letras};padding: 1px;border-radius:2px;margin :1px; margin-top:10px;}
  223. /*** TAGS******/
  224. .date {width: 99%;height:17px; font-weight:normal; text-align:center; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; font-size: 8px; font-family:trebuchet ms; font-size:8px; text-transform:uppercase;float:right;margin-left:100px;line-height:20px;margin-top:2px;}
  225.  
  226.  
  227. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  228.  
  229.  
  230.  
  231.  
  232. pagesm {background:transparent; background:{color:backgroundbox}; margin:4px; padding:0px; margin-bottom:-0px; text-align:center; letter-spacing:1px; font-family:'Trebuchet ms'; font-size:10px; font-style:bold;padding:2px;line-height:25px;}
  233.  
  234.  
  235.  
  236. /*** Ask Por Simone (cerejadosundae)***/
  237. .ask {margin: 0px 0px 0px 0px; background:{color:backgroundtheme}; font-weight:normal; padding: 8px; color:{color:letras}; font-size: 11px;}
  238.  
  239.  
  240. asker {width:400px;font-family:trebuchet ms; font-size: 9px;background: {color:backgroundtheme};padding:2px;margin-bottom:6px;color:#aaa;font-family:consolas;text-transform:uppercase;}
  241. .ask a{background:#; color:#aaa;padding:2px; border-bottom: dotted 1px #fff;font-family:consolas;text-transform:uppercase;}
  242. .askborder {width:35px;float: left; display: inline; margin-bottom: 4px;margin-top:-8px;margin-left:-6px;background: {color:extras};padding:2px}
  243. .resposta {font-weight:normal; padding:10px; margin-bottom: 1px; font-size: 11px; }
  244. /*** Notes *********/
  245.  
  246. ol.notes { display : block;border-left : 1px solid {color:extras}background-repeat : no-repeat;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundtheme}; list-style-type: none; font-size: 10px;}
  247. ol.notes li.note {border-top: solid 1px {color:backgroundbox}; padding: 4px;}
  248. ol.notes li.note img.avatar {display: none;}
  249. ol.notes li.note span.action {font-weight: none;}
  250. ol.notes li.note .answer_content {font-weight: normal;}
  251. ol.notes li.note blockquote {display: none;}
  252. ol.notes li.note blockquote a {text-decoration: none;}
  253. ful { list-style: none; }
  254. ol { list-style-position: inside; }
  255. * { margin: 0; padding: 0; outline: none; }
  256. .caixa2 {overflow: hidden;background: {color:backgroundbox}; padding: 7px;
  257. font-family: Verdana, Geneva, sans-serif;
  258. color: {color:letras};text-align: justify;outline: 0px solid #; margin-bottom: 1px;width:396px;}
  259. .extra {border-left: 10px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background:{color:backgroundtheme}; line-height: 13px;-webkit-transition-duration: .49s;font-family:consolas;}
  260. .extrass {border-left: 25px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundtheme}; line-height: 13px;-webkit-transition-duration: .49s;font-family:consolas;}
  261. .extras {border-left: 15px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundtheme}; line-height: 13px;-webkit-transition-duration: .49s;font-family:consolas;}
  262. .extrasss {border-left: 20px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundtheme}; line-height: 13px;-webkit-transition-duration: .49s;font-family:consolas;}
  263.  
  264. .extra:hover{border-left: 20px solid {color:extras};}
  265. .extras:hover{border-left: 30px solid {color:extras};}
  266. .extrasss:hover{border-left: 40px solid {color:extras};}
  267. .extrasss a{font-family:consolas;}
  268. .extrass:hover{border-left: 50px solid {color:extras};}
  269. .extra a {padding-right: 6px; color: {color:letras}; }
  270.  
  271.  
  272. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 0px; right: 0px;}
  273. #aspas{
  274. position:absolute;
  275. margin-left:0px;
  276. margin-top:3px;
  277. font-size:20px;
  278.  
  279. color: {color:extras};
  280.  
  281. }
  282. .caixinha {background: {color:extras}; color: #fff; font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 17px; display: inline-block; margin-bottom:2px; padding: 4px; position: relative;width:390px;}
  283.  
  284. .wishlist {color:{color:letras};background: {color:backgroundtheme}; display : block; padding:3px;font-size: 8pt; font-family: verdana, Lucida Sans Unicode; line-height: 13px; text-align:center;margin-bottom : 1px;padding-left : 10px;
  285. -webkit-transition-duration: .50s; text-align:left;}
  286.  
  287. .quote:first-letter{font-family: "georgia"; font-style: italic; font-size: 20px;}
  288.  
  289.  
  290. #paginacaoml-ht {font-size: 10px; font-weight: bold; line-height: 21px; font-family: consolas; padding:5px;}
  291.  
  292. #paginacaoml-ht a {background: {color:backgroundbox}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:letras}; text-decoration: none; padding:5px;}
  293.  
  294. #paginacaoml-ht a:hover {background: {color:backgroundbox}; border: none;}
  295.  
  296. #paginacaoml-ht span.pagina_atual {background: {color:backgroundbox}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:letras}; text-decoration: none; padding:5px; }
  297.  
  298. #paginacaoml-ht span.info {background: {color:backgroundbox}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:letras}; text-decoration: none; padding:5px;}
  299. .home {
  300. align:center;margin-top:3px;width:18px;}
  301.  
  302.  
  303. </style>
  304. <body><center>
  305. <div id="total">
  306. <div id="sidebar"><div class="imageside"><img src="{image:imageside}"></div>
  307. <div class="menuposition"><center>
  308.  
  309. {block:ifLink1}<a href="{text:Link1}"><div class="nav">{text:Link1 Title}</div></a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}"><div class="nav">{text:Link2 Title}</div></a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3}"><div class="nav">{text:Link3 Title}</div></a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link4}"><div class="nav">{text:Link4 Title}</div></a>{/block:ifLink4}{block:ifLink5}<a href="{text:Link5}"><div class="nav">{text:Link5 Title}</div></a>{/block:ifLink5}{block:ifLink6}<a href="{text:Link6}"><div class="nav">{text:Link6 Title}</div></a>{/block:ifLink6}</center></div>
  310. <div class="sidebar">{description}</div><div class="frase"><div id="canto1"></div><div id="canto2"></div>{text:frase}</div>
  311.  
  312. <div class="menuposition2"><div id="canto3"></div><center>
  313. <a href="/"><div class="nav3"><img src="http://static.tumblr.com/bpaio6t/YwMm1exvz/msoi1.png" class="home"title="Home"></div></a> <a href="/ask"><div class="nav3"><img src="http://static.tumblr.com/bpaio6t/9jLm1ez5e/msoi4.png" class="home"title="ask me"></div></a>
  314.  
  315. <a href="/archive"><div class="nav3"title="archive"><img src="http://static.tumblr.com/bpaio6t/fJ4m1f6wo/msoi1.png" class="home"></a></div>
  316.  
  317. <a href="http://cerejadosundae.tumblr.com/"><div class="nav3"title="theme"><img src="http://static.tumblr.com/bpaio6t/2q4m1ezcq/msoi3.png" class="home"></a></div> </div>
  318.  
  319.  
  320. </div>
  321.  
  322.  
  323.  
  324. <!---------------------------Tags principais--------------------------->
  325.  
  326. <div id="postssm">
  327. <div id="iluc">
  328. {block:Posts}
  329.  
  330. <div class="entrysm">{block:IndexPage}<div class="boxnotes">
  331. <center>
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. <center>
  339.  
  340.  
  341. <a href="{ReblogURL}" target="_blank">Reblog</a> · <a href="{Permalink}"> {block:Date}{NoteCount}{/block:Date} notes</a> · <a href="{Permalink}">{TimeAgo}</a></center></div>
  342. {/block:IndexPage}
  343.  
  344.  
  345.  
  346. {block:Text}
  347.  
  348.  
  349. {block:Title}<h1>{Title}</h1>{/block:Title}
  350. {Body}
  351.  
  352.  
  353. {/block:Text}
  354.  
  355. {block:Photo}
  356.  
  357.  
  358. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width=400px class="imageborda">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  359.  
  360.  
  361.  
  362.  
  363. {/block:Photo}
  364.  
  365.  
  366.  
  367.  
  368. {block:Quote}
  369. <div id="aspas">❝</div>
  370. <div class="quote">{Quote}</div>
  371. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  372.  
  373.  
  374.  
  375. {/block:Quote}
  376.  
  377.  
  378.  
  379.  
  380. {block:Link}
  381. <a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  382. {block:Description}
  383. <div class="description">{Description}</div>
  384. {/block:Description}
  385.  
  386. {/block:Link}
  387.  
  388.  
  389. {block:chat}
  390.  
  391.  
  392. <div class="chat">
  393. <div class="chat1">
  394. {block:Lines}
  395. <div class="chat2 {Alt}">
  396. {block:Label}
  397. <span>{Label}</span>
  398. {/block:Label}
  399. {Line}</div>
  400. {/block:Lines}
  401. </div>
  402. </div>
  403.  
  404. {/block:Chat}
  405.  
  406.  
  407. {block:Photoset}
  408. {Photoset-400}{block:Caption}{Caption}{/block:Caption}
  409.  
  410.  
  411. {/block:Photoset}
  412.  
  413. {block:Audio}
  414. <div class="caixa">
  415. {block:AlbumArt}
  416. <img style="float: left; margin-right: 0px; margin-left: 1px; margin-top: 1px;"src="{AlbumArtURL}" width="31" >
  417. {/block:AlbumArt}
  418. <div class="trackid2">{AudioPlayerGrey}</div>
  419. {block:TrackName}
  420. <div class="trackid">"{TrackName}"</div>
  421. {/block:TrackName}
  422. {block:Artist}
  423. <div class="trackid">{Artist}</div>
  424. {/block:Artist}
  425. <div class="trackid">({PlayCount}) plays</div>
  426. </div>
  427. {/block:Audio}
  428. {block:Video}
  429.  
  430. {Video-400}{block:Caption}{Caption}{/block:Caption}
  431.  
  432.  
  433. {/block:Video}
  434.  
  435.  
  436. {block:Answer}
  437.  
  438. <div class="ask"><asker>
  439. {Asker} disse:</asker>
  440. <img src="{AskerPortraitURL-64}"align="left" class="askborder"/>{Question} </div>
  441.  
  442. <div class="resposta">{Answer}</div>
  443.  
  444. {block:Answer}
  445.  
  446. </div>
  447. {/block:Posts}
  448.  
  449.  
  450. {block:PostNotes}
  451.  
  452.  
  453. <center>
  454. <div class="caixa2">
  455. <div class="extra"> {block:RebloggedFrom} <a href="{ReblogParentURL}"> Via,</a> <a href="{ReblogRootURL}"> From,</a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> Source </a>. {/block:ContentSource} </div>
  456. <div class="extras">
  457. {DayOfMonth},<b> {Month}</b> de {Year}<br>
  458. </div>
  459. <div class="extrasss">
  460. {block:HasTags}{/block:HasTags}
  461. <span style="width:auto;">
  462. {block:HasTags}
  463. {block:Tags}
  464. <a class="tag" href="{TagURL}">{Tag}</a>
  465. {/block:Tags}
  466. {/block:HasTags}</span>
  467. <br>
  468. </div>
  469. <div class="extrass">
  470. {NoteCount}
  471. </div>
  472. </div>
  473. <div class="caixa2">
  474. {PostNotes}
  475. </div>
  476. {/block:PostNotes}
  477.  
  478. {block:Pagination} <center><div id="paginacaoml-ht"><span class="info" style="font-weight: normal;">Page <b>{CurrentPage}</b> of <b>{TotalPages}</b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  479. {block:JumpPagination length="5"}
  480. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  481. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  482. {/block:JumpPagination}{/block:Pagination}
  483. </center></div>
  484. </div></div></div>
  485. </div>
  486. </div>
  487. </div>
  488. </div>
  489. </div>
  490.  
  491. <br>
  492.  
  493.  
  494. </div></div></div></div>
  495.  
  496.  
  497.  
  498.  
  499. </body>
  500.  
  501. <div style="position:fixed; bottom:-10px;font-size: 10px;font-family: trebuchet ms; left:10px;background:{color:backgroundbox};color:{color:letras};padding: 4px 4px 25px 4px;">
  502.  
  503. <a href="http://cerejadosundae.tumblr.com"title="det tthy, havingthemes, kstewlover and meinparfum ">
  504. © THEME BY CDS</a></a> </center>
  505.  
  506.  
  507.  
  508. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement