SHOW:
|
|
- or go back to the newest paste.
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> | |
| 3 | <head> | |
| 4 | ||
| 5 | <!--------------------------------------------------------- | |
| 6 | ||
| 7 | ||
| 8 | THEME POR SECRET-DIALOGUES.TUMBLR.COM | |
| 9 | NÃO COPIE N U N C A NEM RETIRE OS CRÉDITOS | |
| 10 | A UNICA PESSOA QUE PODE DISPONIBILIZAR | |
| 11 | ESSA THEME É A AUTORA ! | |
| 12 | THEME FEITA PARA USO PESSOAL | |
| 13 | ||
| 14 | ---------------------------------------------------------!> | |
| 15 | ||
| 16 | ||
| 17 | <title>{Title}</title>
| |
| 18 | <link rel="shortcut icon" href="{Favicon}"><link rel="alternate" type="application/rss+xml" href="{RSS}">
| |
| 19 | {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
| |
| 20 | ||
| 21 | ||
| 22 | <style type="text/css"> | |
| 23 | ||
| 24 | ||
| 25 | ||
| 26 | /*** BALÃO ASK POR BIIBS ***/ | |
| 27 | .bubble {align:right;background: #eee; margin:1px 0px 3px 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-
| |
| 28 | ||
| 29 | radius:5px;} | |
| 30 | .bubble p {margin:1px 0px;}
| |
| 31 | .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px
| |
| 32 | ||
| 33 | solid transparent;border-right:10px solid #eee;} | |
| 34 | ||
| 35 | ||
| 36 | ||
| 37 | /** TÍTULO DOS POSTS **/ | |
| 38 | .titulo {font: italic 20px georgia; }
| |
| 39 | ||
| 40 | ||
| 41 | ||
| 42 | /** CAIXA DOS POSTS **/ | |
| 43 | .caixa {background: #fff; font-family: verdana; font-size: 12px; width: 510px; margin-bottom: 15px; padding: 7px; border: 1px solid #eee; -moz-box-shadow: 0 0 1em
| |
| 44 | ||
| 45 | #eee; -webkit-box-shadow: 0 0 1em #eee; box-shadow: 0 0 1em #eee; } | |
| 46 | ||
| 47 | ||
| 48 | /** SIDEBAR **/ | |
| 49 | .caixasidebar {background: #fff; font-family: Tahoma; font-size: 11px; width: 300px; margin-bottom: 15px; padding: 7px; border: 1px solid #eee; margin-top: 40px; margin-left: 40px; -
| |
| 50 | ||
| 51 | moz-box-shadow: 0 0 1em #eee; -webkit-box-shadow: 0 0 1em #eee; box-shadow: 0 0 1em #eee; position: fixed; top:10px; padding-top:3px; | |
| 52 | } | |
| 53 | ||
| 54 | ||
| 55 | /** FORMATAÇÕES **/ | |
| 56 | b, strong, bold {color: #a1a1a1;}
| |
| 57 | u {color: #ccc;}
| |
| 58 | i, em{color: #ddd;}
| |
| 59 | s {color: #000;}
| |
| 60 | ||
| 61 | /** POSIÇÃO THEME **/ | |
| 62 | .esquerda {width: 400px; float: left; text-align: justy;}
| |
| 63 | .direita {width: 500px; float: right; text-align: justy;}
| |
| 64 | .central {width: 900px; text-align: justify;}
| |
| 65 | ||
| 66 | /** APARENCIA LINKS **/ | |
| 67 | a:link, a:visited, a:active {color: #a1a1a1; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
| |
| 68 | a:hover {color: #313131; cursor: crosshair;}
| |
| 69 | ||
| 70 | ||
| 71 | /** TAGS **/ | |
| 72 | .tag2 {border-bottom: 2px dashed #eee; margin: 7px 0px 7px 0px;}
| |
| 73 | ||
| 74 | /** PERSONALIZAÇÃO MENU **/ | |
| 75 | .nav1 {font-size: 14px; font-family:georgia; color: #000;float:left;padding: 4px; letter-spacing:1px; text-align:center; height:15px;background:#eee;width:90px;margin:1px;-webkit-transition-duration: .90s;padding-top:5px;}
| |
| 76 | ||
| 77 | ||
| 78 | /** FUNDO **/ | |
| 79 | body {background-color: #fff;background-image:url(http://static.tumblr.com/y9ykbvf/daxlsvevt/sem_t__tulo_1.png); background-attachment: fixed; background-repeat: no-repeat; background-position: right; font-family: Tahoma; font-size: 11px; color: #000; text-align: justify;}
| |
| 80 | ||
| 81 | /** APARENCIA BLOCKQUOTE **/ | |
| 82 | blockquote {border-left: 4px solid #202020;
| |
| 83 | padding: 3px;} | |
| 84 | ||
| 85 | /** BORDA **/ | |
| 86 | .borda {padding : 4px; border: 1px dashed #ddd ; border-radius: 00px; }
| |
| 87 | ||
| 88 | /** OPACIDADE IMAGENS **/ | |
| 89 | ||
| 90 | .opacidade {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;} .opacidade:hover {filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}
| |
| 91 | ||
| 92 | ||
| 93 | ||
| 94 | ||
| 95 | ||
| 96 | ||
| 97 | ||
| 98 | /** SELEÇÃO COLORIDA **/ | |
| 99 | ::-moz-selection | |
| 100 | {
| |
| 101 | background: #fff; | |
| 102 | color: #999590; | |
| 103 | } | |
| 104 | ::selection | |
| 105 | {
| |
| 106 | background: #fff; | |
| 107 | color:#999590; | |
| 108 | } | |
| 109 | ||
| 110 | ||
| 111 | .shakeht { position:relative}
| |
| 112 | ||
| 113 | ||
| 114 | </style> | |
| 115 | ||
| 116 | ||
| 117 | ||
| 118 | ||
| 119 | ||
| 120 | ||
| 121 | <!-- FIM DO CSS --> | |
| 122 | ||
| 123 | ||
| 124 | <script type="text/javascript"> | |
| 125 | function changeNavigation(id) {document.getElementById('liuc').innerHTML=document.getElementById(id).innerHTML}
| |
| 126 | </script> | |
| 127 | ||
| 128 | <script> | |
| 129 | function click() {
| |
| 130 | if (event.button==2||event.button==3) {
| |
| 131 | oncontextmenu='return false'; | |
| 132 | } | |
| 133 | } | |
| 134 | document.onmousedown=click | |
| 135 | document.oncontextmenu = new Function("return false;")
| |
| 136 | </script> | |
| 137 | ||
| 138 | ||
| 139 | <script type="text/javascript"> | |
| 140 | var rector=3 | |
| 141 | var stopit=0 | |
| 142 | var a=1 | |
| 143 | ||
| 144 | function init(which){
| |
| 145 | stopit=0 | |
| 146 | shake=which | |
| 147 | shake.style.left=0 | |
| 148 | shake.style.top=0 | |
| 149 | } | |
| 150 | ||
| 151 | function rattleimage(){
| |
| 152 | if ((!document.all&&!document.getElementById)||stopit==1) | |
| 153 | return | |
| 154 | if (a==1){
| |
| 155 | shake.style.top=parseInt(shake.style.top)+rector+"px" | |
| 156 | } | |
| 157 | else if (a==2){
| |
| 158 | shake.style.left=parseInt(shake.style.left)+rector+"px" | |
| 159 | } | |
| 160 | else if (a==3){
| |
| 161 | shake.style.top=parseInt(shake.style.top)-rector+"px" | |
| 162 | } | |
| 163 | else{
| |
| 164 | shake.style.left=parseInt(shake.style.left)-rector+"px" | |
| 165 | } | |
| 166 | if (a<4) | |
| 167 | a++ | |
| 168 | else | |
| 169 | a=1 | |
| 170 | setTimeout("rattleimage()",50)
| |
| 171 | } | |
| 172 | ||
| 173 | function stoprattle(which){
| |
| 174 | stopit=1 | |
| 175 | which.style.left=0 | |
| 176 | which.style.top=0 | |
| 177 | } | |
| 178 | </script> | |
| 179 | ||
| 180 | </head> | |
| 181 | ||
| 182 | <body> | |
| 183 | ||
| 184 | ||
| 185 | ||
| 186 | ||
| 187 | ||
| 188 | <!-- BLOQUEIO CÓDIGO FONTE --> | |
| 189 | <body onkeydown="return false"> | |
| 190 | ||
| 191 | <div class="central"> | |
| 192 | ||
| 193 | <div class="esquerda"> | |
| 194 | ||
| 195 | <div class="caixasidebar"> | |
| 196 | <center><div class="titulo">{title}</div></center>
| |
| 197 | ||
| 198 | <center><img src="http://static.tumblr.com/y9ykbvf/MdJlsv0pj/untitled-4.png" width="147px" height="83px"> <img src="http://static.tumblr.com/y9ykbvf/3FYlsv0px/untitled-3.png" width="147px" height="83px"> </center> | |
| 199 | ||
| 200 | {block:Description} {Description} {/block:Description}
| |
| 201 | ||
| 202 | <br><br> | |
| 203 | ||
| 204 | <span onClick="changeNavigation('00')" class="nav1"><a href="/"><font color="#000">Home</font></span></a>
| |
| 205 | <span onClick="changeNavigation('01')" class="nav1">Ask</span>
| |
| 206 | <span onClick="changeNavigation('02')" class="nav1">Profile</span>
| |
| 207 | <span onClick="changeNavigation('03')" class="nav1">My Tumblr</span>
| |
| 208 | - | <span onClick="changeNavigation('00')" class="nav1"><a href="/tagged/SUATAG"><font color="#000">Texts</span></a></font>
|
| 208 | + | <span onClick="changeNavigation('00')" class="nav1"><a href="/SUATAG"><font color="#000">Texts</span></a></font>
|
| 209 | <span onClick="changeNavigation('04')" class="nav1">Credits</span><br><br>
| |
| 210 | ||
| 211 | <!-- PAGINAÇÃO DO THEME --> | |
| 212 | <big><big><big><big> | |
| 213 | <div align="center">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> / {/block:PreviousPage}{/block:Pagination}{block:Pagination}
| |
| 214 | ||
| 215 | {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
| |
| 216 | </big></big></big></big> | |
| 217 | <!-- FIM DA PAGINAÇÃO DO THEME --> | |
| 218 | ||
| 219 | ||
| 220 | </div> | |
| 221 | ||
| 222 | ||
| 223 | ||
| 224 | </div> | |
| 225 | ||
| 226 | ||
| 227 | <div class="direita"> | |
| 228 | ||
| 229 | <!-- INÍCIO DAS TAGS DOS POSTS --> | |
| 230 | ||
| 231 | <div id="liuc"> | |
| 232 | {block:Posts}
| |
| 233 | ||
| 234 | ||
| 235 | ||
| 236 | <!-- TEXT --> | |
| 237 | ||
| 238 | {block:Text}
| |
| 239 | ||
| 240 | <div class="caixa"> | |
| 241 | ||
| 242 | <div class="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
| |
| 243 | ||
| 244 | {Body}
| |
| 245 | ||
| 246 | <div class="tag2"></div> | |
| 247 | ||
| 248 | <a href="{Permalink}"><b>Texto</b></a> postado em
| |
| 249 | {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}"
| |
| 250 | ||
| 251 | alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} <a href="{Permalink}">{block:NoteCount}
| |
| 252 | ||
| 253 | {/block:NoteCount}{NoteCount} notes</a> | <a href="{SourceURL}" target=blank>Source</a> | <a href="{ReblogParentURL}">Via</a>| <a href="{ReblogURL}" target="_blank">Reblog!</a> <br>Tagged: {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
| |
| 254 | ||
| 255 | </div> | |
| 256 | ||
| 257 | {/block:Text}
| |
| 258 | ||
| 259 | <!-- PHOTO --> | |
| 260 | ||
| 261 | {block:Photo}
| |
| 262 | ||
| 263 | <div class="caixa"> | |
| 264 | <div align="center"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500" class="shakeht ; borda ; opacidade" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()" /></div>
| |
| 265 | ||
| 266 | {block:Caption}{Caption}{/block:Caption}
| |
| 267 | ||
| 268 | <div class="tag2"></div> | |
| 269 | ||
| 270 | <a href="{Permalink}"><b>Photo</b></a> postada em
| |
| 271 | {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date}
| |
| 272 | <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}"
| |
| 273 | ||
| 274 | alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} <a href="{Permalink}">| {block:NoteCount}
| |
| 275 | ||
| 276 | {/block:NoteCount}{NoteCount} notes</a> | <a href="{ReblogParentURL}">Via</a>| <a href="{SourceURL}" target=blank>Source</a> | <a href="{ReblogParentURL}">Via</a>| <a href="{ReblogURL}" target="_blank">Reblog!</a><br>Tagged: {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
| |
| 277 | ||
| 278 | ||
| 279 | </div> | |
| 280 | ||
| 281 | {/block:Photo}
| |
| 282 | ||
| 283 | ||
| 284 | <!-- PHOTOSET --> | |
| 285 | ||
| 286 | {block:Photoset}
| |
| 287 | ||
| 288 | <div class="caixa"> | |
| 289 | ||
| 290 | <div align="center">{Photoset-500}</div>
| |
| 291 | ||
| 292 | {block:Caption}{Caption}{/block:Caption}
| |
| 293 | ||
| 294 | <div class="tag2"></div> | |
| 295 | ||
| 296 | <a href="{Permalink}"><b>Photoset</b></a> postado em
| |
| 297 | {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}"
| |
| 298 | ||
| 299 | alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} <a href="{Permalink}">{block:NoteCount}
| |
| 300 | ||
| 301 | {/block:NoteCount}{NoteCount} notes</a> | <a href="{SourceURL}" target=blank>Source</a> | <a href="{ReblogParentURL}">Via</a>| <a href="{ReblogURL}" target="_blank">Reblog!</a> <br>Tagged: {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
| |
| 302 | ||
| 303 | ||
| 304 | </div> | |
| 305 | ||
| 306 | {/block:Photoset}
| |
| 307 | ||
| 308 | ||
| 309 | <!-- QUOTE --> | |
| 310 | ||
| 311 | {block:Quote}
| |
| 312 | ||
| 313 | <div class="caixa"> | |
| 314 | ||
| 315 | <div class="titulo">"{Quote}"</div><br>
| |
| 316 | ||
| 317 | {block:Source}— <b>{Source}</b>{/block:Source}
| |
| 318 | ||
| 319 | <div class="tag2"></div> | |
| 320 | ||
| 321 | <a href="{Permalink}"><b>Quote</b></a> postado em
| |
| 322 | {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date}
| |
| 323 | <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}"
| |
| 324 | ||
| 325 | alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} | <a href="{Permalink}">{block:NoteCount}
| |
| 326 | ||
| 327 | {/block:NoteCount}{NoteCount} notes</a> | <a href="{SourceURL}" target=blank>Source</a> | <a href="{ReblogParentURL}">Via</a>| <a href="{ReblogURL}" target="_blank">Reblog!</a> <br>Tagged: {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
| |
| 328 | ||
| 329 | </div> | |
| 330 | ||
| 331 | {/block:Quote}
| |
| 332 | ||
| 333 | ||
| 334 | <!-- LINK --> | |
| 335 | ||
| 336 | {block:Link}
| |
| 337 | ||
| 338 | <div class="caixa"> | |
| 339 | ||
| 340 | <div class="titulo"><a href="{URL}" {Target}>{Name}</a></div>
| |
| 341 | ||
| 342 | {block:Description}{Description}{/block:Description}
| |
| 343 | ||
| 344 | <div class="tag2"></div> | |
| 345 | ||
| 346 | <a href="{Permalink}"><b>Link</b></a> postado em
| |
| 347 | {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} às {24Hour}:{Minutes}{AmPm} | <a href="{ReblogParentURL}">Via</a>
| |
| 348 | ||
| 349 | {/block:RebloggedFrom}{block:ContentSource}/<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"
| |
| 350 | ||
| 351 | height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} | <a
| |
| 352 | ||
| 353 | href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes</a> | <a href="{SourceURL}" target=blank>Source</a> | <a href="{ReblogParentURL}">Via</a>| <a href="{ReblogURL}" target="_blank">Reblogue this!</a> <br>Tagged:
| |
| 354 | ||
| 355 | {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
| |
| 356 | ||
| 357 | ||
| 358 | </div> | |
| 359 | ||
| 360 | {/block:Link}
| |
| 361 | ||
| 362 | ||
| 363 | <!-- CHAT --> | |
| 364 | ||
| 365 | {block:Chat}
| |
| 366 | ||
| 367 | <div class="caixa"> | |
| 368 | ||
| 369 | <div class="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
| |
| 370 | ||
| 371 | {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
| |
| 372 | ||
| 373 | {Line}<p>
| |
| 374 | ||
| 375 | {/block:Lines}
| |
| 376 | ||
| 377 | <div class="tag2"></div> | |
| 378 | ||
| 379 | <a href="{Permalink}"><b>Chat</b></a> postada em
| |
| 380 | {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} às {24Hour}:{Minutes}{AmPm} | <a href="{ReblogParentURL}">Via</a>
| |
| 381 | ||
| 382 | {/block:RebloggedFrom}{block:ContentSource}/<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"
| |
| 383 | ||
| 384 | height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} | <a
| |
| 385 | ||
| 386 | href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes</a> | <a href="{SourceURL}" target=blank>Source</a> | <a href="{ReblogParentURL}">Via</a>| <a href="{ReblogURL}" target="_blank">Reblogue this!</a> <br>Tagged:
| |
| 387 | ||
| 388 | {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
| |
| 389 | ||
| 390 | </div> | |
| 391 | ||
| 392 | {/block:Chat}
| |
| 393 | ||
| 394 | ||
| 395 | <!-- VIDEO --> | |
| 396 | ||
| 397 | {block:Video}
| |
| 398 | ||
| 399 | <div class="caixa"> | |
| 400 | ||
| 401 | {Video-500}
| |
| 402 | ||
| 403 | {block:Caption}{Caption}{/block:Caption}
| |
| 404 | ||
| 405 | <div class="tag2"></div> | |
| 406 | ||
| 407 | <a href="{Permalink}"><b>Video</b></a> postado em
| |
| 408 | {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} | <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}"
| |
| 409 | ||
| 410 | alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} | <a href="{Permalink}">{block:NoteCount}
| |
| 411 | ||
| 412 | {/block:NoteCount}{NoteCount} notes</a> | <a href="{SourceURL}" target=blank>Source</a> | <a href="{ReblogParentURL}">Via</a>| <a href="{ReblogURL}" target="_blank">Reblog!</a> <br>Tagged: {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
| |
| 413 | ||
| 414 | </div> | |
| 415 | ||
| 416 | {/block:Video}
| |
| 417 | ||
| 418 | ||
| 419 | <!-- AUDIO --> | |
| 420 | ||
| 421 | {block:Audio}
| |
| 422 | ||
| 423 | <div class="caixa"> | |
| 424 | ||
| 425 | {AudioPlayerBlack}
| |
| 426 | ||
| 427 | {block:Caption}{Caption}{/block:Caption}
| |
| 428 | ||
| 429 | <div class="tag2"></div> | |
| 430 | ||
| 431 | <a href="{Permalink}"><b>Audio</b></a> postado em
| |
| 432 | {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}"
| |
| 433 | ||
| 434 | alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} | <a href="{Permalink}">{block:NoteCount}
| |
| 435 | ||
| 436 | {/block:NoteCount}{NoteCount} notes</a> | <a href="{SourceURL}" target=blank>Source</a> | <a href="{ReblogParentURL}">Via</a>| <a href="{ReblogURL}" target="_blank">Reblog!</a> <br>Tagged: {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
| |
| 437 | ||
| 438 | ||
| 439 | </div> | |
| 440 | ||
| 441 | {/block:Audio}
| |
| 442 | ||
| 443 | ||
| 444 | <!-- ASK --> | |
| 445 | ||
| 446 | {block:Answer}
| |
| 447 | ||
| 448 | <div class="caixa"> | |
| 449 | ||
| 450 | <img src="{AskerPortraitURL-40}" align="left" class="borda" /><div class="bubble"><span></span>{Asker}: {Question}<p></div>
| |
| 451 | ||
| 452 | {Answer}
| |
| 453 | ||
| 454 | <div class="tag2"></div> | |
| 455 | ||
| 456 | <a href="{Permalink}"><b>Ask</b></a> respondida em {block:Date}{TimeAgo}{/block:Date}
| |
| 457 | </div> | |
| 458 | ||
| 459 | {/block:Answer}
| |
| 460 | ||
| 461 | ||
| 462 | {/block:Posts}
| |
| 463 | </div> | |
| 464 | ||
| 465 | <!-- FIM DAS TAGS DOS POSTS --> | |
| 466 | ||
| 467 | </div> | |
| 468 | ||
| 469 | </div> | |
| 470 | ||
| 471 | <!-- CONTEUDO IFRAME --> | |
| 472 | ||
| 473 | <div id="01" style="display:none"> | |
| 474 | ||
| 475 | <div class="caixa"> | |
| 476 | ||
| 477 | <div class="titulo">Pergunte, elogie, critique, converse... Fale comigo!</div> | |
| 478 | ||
| 479 | <iframe src="http://www.tumblr.com/ask_form/SUAURL.tumblr.com" style="background-color: transparent; overflow: hidden;" id="ask_form" frameborder="0" height="149" scrolling="no" width="100%"></iframe> | |
| 480 | ||
| 481 | </div></div> | |
| 482 | ||
| 483 | ||
| 484 | ||
| 485 | <div id="02" style="display:none"> | |
| 486 | ||
| 487 | <div class="caixa"> | |
| 488 | ||
| 489 | <div class="titulo">Sobre Mim</div> | |
| 490 | ||
| 491 | <img src="{PortraitURL-64}" align="right" class="borda" />Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) <br><br>
| |
| 492 | ||
| 493 | </div> | |
| 494 | ||
| 495 | ||
| 496 | <div class="caixa"><div class="titulo">Lista de Desejos</div> | |
| 497 | <s>Fiz</s><br> | |
| 498 | Não fiz<br> | |
| 499 | <s>Fiz</s><br> | |
| 500 | Não fiz<br> | |
| 501 | Não fiz<br> | |
| 502 | ||
| 503 | </div> | |
| 504 | </div> | |
| 505 | ||
| 506 | ||
| 507 | <div id="03" style="display:none"> | |
| 508 | ||
| 509 | ||
| 510 | <div class="caixa"><div class="titulo">Meu Tumblr</div><br> | |
| 511 | Fale sobre seu tumblr, criação, do que fala etc. | |
| 512 | ||
| 513 | </div> | |
| 514 | ||
| 515 | <div class="caixa"><div class="titulo">Recomendo</div><br> | |
| 516 | Os melhores tumblrs, recomendo: | |
| 517 | <br><a href="http://secret-dialogues.tumblr.com/">Mind Power</a> + <a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a> + <a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a> +<a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a> + <a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a> + <a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a> + <a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a> + <a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a> + <a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a> | |
| 518 | ||
| 519 | ||
| 520 | ||
| 521 | ||
| 522 | </div> | |
| 523 | ||
| 524 | ||
| 525 | <div class="caixa"><div class="titulo">Quem eu sigo:</div><br> | |
| 526 | ||
| 527 | <marquee>{block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedTitle}"><img src="{FollowedPortraitURL-24}" class="borda" alt="{FollowedTitle}"/></a>{/block:Followed}{/block:Following}</marquee>
| |
| 528 | ||
| 529 | ||
| 530 | </div> | |
| 531 | ||
| 532 | ||
| 533 | ||
| 534 | ||
| 535 | </div> | |
| 536 | ||
| 537 | ||
| 538 | <div id="04" style="display:none"> | |
| 539 | ||
| 540 | <div class="caixa"> | |
| 541 | ||
| 542 | <div class="titulo">Créditos</div> | |
| 543 | ||
| 544 | Theme por: <a href="http://secret-dialogues.tumblr.com/">Pamella Bellegarde</a> (<a href="http://bombasticdesign.tumblr.com/">Bombastic Design</a>)<br> | |
| 545 | Código following: <a href="http://tumbletricks.tumblr.com/">Tumblr Tricks</a><br> | |
| 546 | Código menu falso i-frame: <a href="http://ilovehtml.tumblr.com/"> I Love HTML</a><br> | |
| 547 | Imagem fundo: <a href="http://weheartit.com/">We Heart It</a><br> | |
| 548 | Imagem tremendo: <a href=http://ultimanoite.tumblr.com/">Matheus Bastos</a> | |
| 549 | ||
| 550 | <br> | |
| 551 | <br> | |
| 552 | <img src="http://static.tumblr.com/y9ykbvf/mDTlrxtib/___________53_.gif" /> É proibida qualquer cópia parcial ou total dessa theme! <strong>Plágio é crime</strong>! A Lei que rege o direito autoral no Brasil é a Lei 9610/98. Você pode ser processado!<strong> </strong><strong><center>Copyright </strong>©<strong> 2011</strong> | |
| 553 | ||
| 554 | </div></div> | |
| 555 | <div style="top: 0px; right: 0px; position: fixed;"> | |
| 556 | ||
| 557 | </body> | |
| 558 | ||
| 559 | </html> |