SHOW:
|
|
- or go back to the newest paste.
| 1 | <!-- | |
| 2 | THEME TWEAKED BY PRETTYFASHIONCHIC | |
| 3 | Invisible theme! | |
| 4 | ||
| 5 | BASECODE BY: ASIANKANYE.TUMBLR.COM | |
| 6 | ||
| 7 | ******************************************* | |
| 8 | KEEP THE CREDITS IN PLACE! OKAY? Or else.... | |
| 9 | ******************************************* | |
| 10 | --> | |
| 11 | <html lang="en"> | |
| 12 | <head> | |
| 13 | <title>{Title}</title>
| |
| 14 | ||
| 15 | <!-- DEFAULT VARIABLES --> | |
| 16 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| 17 | <meta name="image:Background" content="http://t2.gstatic.com/images?q=tbn:ANd9GcS05eqfMvKuJQMm_eQZx1AFMidNcMK23iOVZHJ-l2yhUHb1gPnY"/> | |
| 18 | <meta name="color:background" content="#000000"/> | |
| 19 | <meta name="color:text" content="#000000"/> | |
| 20 | <meta name="color:title" content="#333333"/> | |
| 21 | <meta name="color:link" content="#000000"/> | |
| 22 | <meta name="color:hover" content="#333333"/> | |
| 23 | <meta name="color:sidebar background" content="#ffffff" /> | |
| 24 | <meta name="color:posts background" content="#ffffff" /> | |
| 25 | <meta name="image:Sidebar" content="http://30.media.tumblr.com/tumblr_lvqog6V66P1r7va4ho1_500.jpg"/> | |
| 26 | <meta name="if:tiny scrollbar" content="1"/> | |
| 27 | <meta name="if:show blog title" content="1"/> | |
| 28 | <title>{Title}</title>
| |
| 29 | ||
| 30 | ||
| 31 | <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script> | |
| 32 | ||
| 33 | <style type="text/css"> | |
| 34 | ||
| 35 | body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
| |
| 36 | ||
| 37 | ||
| 38 | ||
| 39 | ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF }
| |
| 40 | ||
| 41 | ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid #000;}
| |
| 42 | ||
| 43 | ||
| 44 | ||
| 45 | body {
| |
| 46 | margin:0px; | |
| 47 | background-color: #ffffff; | |
| 48 | background-image:url({image:Background});
| |
| 49 | background-attachment: fixed; | |
| 50 | background-repeat: repeat;} | |
| 51 | body, div, p, textarea, submit, input{
| |
| 52 | font-family: arial; | |
| 53 | font-size: 10px; | |
| 54 | line-height:10px; | |
| 55 | letter-spacing:0px; | |
| 56 | color:{color:Text};
| |
| 57 | } | |
| 58 | ||
| 59 | p {
| |
| 60 | margin:0px; | |
| 61 | margin-top:0px; | |
| 62 | } | |
| 63 | ||
| 64 | ||
| 65 | a:link, a:active, a:visited{
| |
| 66 | color: {color:Link};
| |
| 67 | text-decoration: none; | |
| 68 | } | |
| 69 | ||
| 70 | a:hover {
| |
| 71 | color:{color:Hover};
| |
| 72 | text-decoration: none; | |
| 73 | text-shadow:0px 0px 2px #000000; | |
| 74 | letter-spacing: 2px; | |
| 75 | } | |
| 76 | ||
| 77 | div#center{
| |
| 78 | margin:auto; | |
| 79 | position:relative; | |
| 80 | width:1100px; | |
| 81 | background-color:; | |
| 82 | overflow:auto; | |
| 83 | overflow-y:hidden; | |
| 84 | overflow-x:hidden; | |
| 85 | } | |
| 86 | ||
| 87 | div#content{
| |
| 88 | float:right; | |
| 89 | width:500px; | |
| 90 | padding:0px; | |
| 91 | padding-top: 0px; | |
| 92 | margin-top:0px; | |
| 93 | margin-right: 220px; | |
| 94 | background: #ffffff; | |
| 95 | -moz-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.9); | |
| 96 | -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.9); | |
| 97 | box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.9); | |
| 98 | /* End Box shadow */ | |
| 99 | } | |
| 100 | ||
| 101 | #credit a{
| |
| 102 | color:{color:link}!important;
| |
| 103 | } | |
| 104 | ||
| 105 | .credit a:hover {
| |
| 106 | color: {color:hover};
| |
| 107 | } | |
| 108 | ||
| 109 | #credit{
| |
| 110 | ||
| 111 | -moz-border-radius:0px; | |
| 112 | border-radius:0px; | |
| 113 | position:fixed !important; | |
| 114 | width:auto; | |
| 115 | height:auto; | |
| 116 | background-color:#fff; | |
| 117 | opacity: 1; | |
| 118 | padding: 3px; | |
| 119 | left:4px; | |
| 120 | bottom:0px; | |
| 121 | -moz-box-shadow: 0px 0px 0px {color:Shadow};
| |
| 122 | -webkit-box-shadow: 0px 0px 0px {color:Shadow};
| |
| 123 | box-shadow: 0px 0px 10px {color:Shadow};
| |
| 124 | border: 1px dotted black; | |
| 125 | padding:4px; | |
| 126 | } | |
| 127 | ||
| 128 | div#entry{
| |
| 129 | background-color:; | |
| 130 | margin-top: 0px; | |
| 131 | padding-top:0px; | |
| 132 | padding-bottom:2px; | |
| 133 | } | |
| 134 | ||
| 135 | div#sidebar{
| |
| 136 | width: 500px; | |
| 137 | height:auto; | |
| 138 | background-color: #fff; | |
| 139 | margin: 0px 0px 0px 380px; | |
| 140 | padding-top: 0px; | |
| 141 | text-align:center; | |
| 142 | padding-bottom:2px; | |
| 143 | -moz-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.9); | |
| 144 | -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.9); | |
| 145 | box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.9); | |
| 146 | /* End Box shadow */ | |
| 147 | } | |
| 148 | ||
| 149 | div#sidebarphoto{
| |
| 150 | border:1px dotted #000000; | |
| 151 | position:fixed !important; | |
| 152 | width:230px; | |
| 153 | height:180px; | |
| 154 | margin-top:10px; | |
| 155 | margin-left:-250px; | |
| 156 | padding:0px; | |
| 157 | background-color:#ffffff; | |
| 158 | -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.35); | |
| 159 | -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.35); | |
| 160 | box-shadow: 2px 2px 5px rgba(0,0,0,0.35); | |
| 161 | } | |
| 162 | ||
| 163 | #postnotes{
| |
| 164 | text-align: justify; | |
| 165 | } | |
| 166 | ||
| 167 | #postnotes blockquote{
| |
| 168 | border: 0px; | |
| 169 | } | |
| 170 | ||
| 171 | .title{
| |
| 172 | font-family: arial; | |
| 173 | font-size: 13px; | |
| 174 | line-height: 13px; | |
| 175 | color: {color:Title};
| |
| 176 | letter-spacing: {text:title letter spacing};
| |
| 177 | } | |
| 178 | ||
| 179 | ||
| 180 | ||
| 181 | div#entry{
| |
| 182 | background-color: #000000; | |
| 183 | margin-top:0px; | |
| 184 | padding-top:0px; | |
| 185 | padding-bottom:2px; | |
| 186 | background-color:#fff; | |
| 187 | } | |
| 188 | ||
| 189 | #entry .permalink{
| |
| 190 | font-size: 5.5pt; | |
| 191 | font-weight: bold; | |
| 192 | font-family: trebuchet ms; | |
| 193 | letter-spacing: 1px; | |
| 194 | background-color: #transparent; | |
| 195 | text-transform: uppercase; | |
| 196 | text-align: right; | |
| 197 | padding: 3px; | |
| 198 | padding-bottom: 1px; | |
| 199 | margin-top: 3px; | |
| 200 | border-bottom: 1px dotted #eeeeee; | |
| 201 | height: 12px; | |
| 202 | width: 95%; | |
| 203 | } | |
| 204 | ||
| 205 | #entry:hover .permalink{
| |
| 206 | margin-top:0px; | |
| 207 | overflow:visible; | |
| 208 | -webkit-transition: all 0.2s linear; opacity: 0.8; | |
| 209 | -webkit-transition: all 0.2s linear; | |
| 210 | -moz-transition: all 0.2s linear; | |
| 211 | transition: all 0.2s linear; | |
| 212 | ||
| 213 | } | |
| 214 | ||
| 215 | .title2{
| |
| 216 | font-family: arial; | |
| 217 | font-size: 13px; | |
| 218 | line-height: 13px; | |
| 219 | color:{color:Title};
| |
| 220 | letter-spacing: {text:title letter spacing};
| |
| 221 | } | |
| 222 | ||
| 223 | .video embed, .post div.video object {width: 310px !important; height:230px !important;}
| |
| 224 | ||
| 225 | .permalink{
| |
| 226 | font-family: cambria; | |
| 227 | font-size: 10px; | |
| 228 | } | |
| 229 | ||
| 230 | blockquote{
| |
| 231 | padding:0px 0px 2px 5px; | |
| 232 | margin:0px 0px 0px 0px; | |
| 233 | border-left: 2px solid transparent; | |
| 234 | } | |
| 235 | ||
| 236 | blockquote p, ul{
| |
| 237 | margin:0px; | |
| 238 | padding:0px; | |
| 239 | } | |
| 240 | ||
| 241 | #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; top: 15px; right: 15px;}
| |
| 242 | ||
| 243 | a img{border: 0px;}
| |
| 244 | ||
| 245 | ul, ol, li{list-style:none; margin:0px; padding:0px;}
| |
| 246 | ||
| 247 | .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, | |
| 248 | .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
| |
| 249 | ||
| 250 | .notes img{width:10px; position:relative; top:3px;}
| |
| 251 | ||
| 252 | small{font-size: 95%;}
| |
| 253 | </style> | |
| 254 | ||
| 255 | ||
| 256 | <script type='text/javascript'> | |
| 257 | ||
| 258 | //<![CDATA[ | |
| 259 | ||
| 260 | var rate = 50; | |
| 261 | ||
| 262 | if (document.getElementById) | |
| 263 | ||
| 264 | window.onerror=new Function("return true")
| |
| 265 | ||
| 266 | var objActive; // The object which event occured in | |
| 267 | ||
| 268 | var act = 0; // Flag during the action | |
| 269 | ||
| 270 | var elmH = 0; // Hue | |
| 271 | ||
| 272 | var elmS = 128; // Saturation | |
| 273 | ||
| 274 | var elmV = 255; // Value | |
| 275 | ||
| 276 | var clrOrg; // A color before the change | |
| 277 | ||
| 278 | var TimerID; // Timer ID | |
| 279 | ||
| 280 | if (document.all) {
| |
| 281 | ||
| 282 | document.onmouseover = doRainbowAnchor; | |
| 283 | ||
| 284 | document.onmouseout = stopRainbowAnchor; | |
| 285 | ||
| 286 | } | |
| 287 | ||
| 288 | else if (document.getElementById) {
| |
| 289 | ||
| 290 | document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT); | |
| 291 | ||
| 292 | document.onmouseover = Mozilla_doRainbowAnchor; | |
| 293 | ||
| 294 | document.onmouseout = Mozilla_stopRainbowAnchor; | |
| 295 | ||
| 296 | } | |
| 297 | ||
| 298 | function doRainbow(obj) | |
| 299 | ||
| 300 | {
| |
| 301 | ||
| 302 | if (act == 0) {
| |
| 303 | ||
| 304 | act = 1; | |
| 305 | ||
| 306 | if (obj) | |
| 307 | ||
| 308 | objActive = obj; | |
| 309 | ||
| 310 | else | |
| 311 | ||
| 312 | objActive = event.srcElement; | |
| 313 | ||
| 314 | clrOrg = objActive.style.color; | |
| 315 | ||
| 316 | TimerID = setInterval("ChangeColor()",100);
| |
| 317 | ||
| 318 | } | |
| 319 | ||
| 320 | } | |
| 321 | ||
| 322 | ||
| 323 | ||
| 324 | function stopRainbow() | |
| 325 | ||
| 326 | {
| |
| 327 | ||
| 328 | if (act) {
| |
| 329 | ||
| 330 | objActive.style.color = clrOrg; | |
| 331 | ||
| 332 | clearInterval(TimerID); | |
| 333 | ||
| 334 | act = 0; | |
| 335 | ||
| 336 | } | |
| 337 | ||
| 338 | } | |
| 339 | ||
| 340 | ||
| 341 | ||
| 342 | function doRainbowAnchor() | |
| 343 | ||
| 344 | {
| |
| 345 | ||
| 346 | if (act == 0) {
| |
| 347 | ||
| 348 | var obj = event.srcElement; | |
| 349 | ||
| 350 | while (obj.tagName != 'A' && obj.tagName != 'BODY') {
| |
| 351 | ||
| 352 | obj = obj.parentElement; | |
| 353 | ||
| 354 | if (obj.tagName == 'A' || obj.tagName == 'BODY') | |
| 355 | ||
| 356 | break; | |
| 357 | ||
| 358 | } | |
| 359 | ||
| 360 | if (obj.tagName == 'A' && obj.href != '') {
| |
| 361 | ||
| 362 | objActive = obj; | |
| 363 | ||
| 364 | act = 1; | |
| 365 | ||
| 366 | clrOrg = objActive.style.color; | |
| 367 | ||
| 368 | TimerID = setInterval("ChangeColor()",100);
| |
| 369 | ||
| 370 | } | |
| 371 | ||
| 372 | } | |
| 373 | ||
| 374 | } | |
| 375 | ||
| 376 | ||
| 377 | ||
| 378 | function stopRainbowAnchor() | |
| 379 | ||
| 380 | {
| |
| 381 | ||
| 382 | if (act) {
| |
| 383 | ||
| 384 | if (objActive.tagName == 'A') {
| |
| 385 | ||
| 386 | objActive.style.color = clrOrg; | |
| 387 | ||
| 388 | clearInterval(TimerID); | |
| 389 | ||
| 390 | act = 0; | |
| 391 | ||
| 392 | } | |
| 393 | ||
| 394 | } | |
| 395 | ||
| 396 | } | |
| 397 | ||
| 398 | ||
| 399 | ||
| 400 | function Mozilla_doRainbowAnchor(e) | |
| 401 | ||
| 402 | {
| |
| 403 | ||
| 404 | if (act == 0) {
| |
| 405 | ||
| 406 | obj = e.target; | |
| 407 | ||
| 408 | while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
| |
| 409 | ||
| 410 | obj = obj.parentNode; | |
| 411 | ||
| 412 | if (obj.nodeName == 'A' || obj.nodeName == 'BODY') | |
| 413 | ||
| 414 | break; | |
| 415 | ||
| 416 | } | |
| 417 | ||
| 418 | if (obj.nodeName == 'A' && obj.href != '') {
| |
| 419 | ||
| 420 | objActive = obj; | |
| 421 | ||
| 422 | act = 1; | |
| 423 | ||
| 424 | clrOrg = obj.style.color; | |
| 425 | ||
| 426 | TimerID = setInterval("ChangeColor()",100);
| |
| 427 | ||
| 428 | } | |
| 429 | ||
| 430 | } | |
| 431 | ||
| 432 | } | |
| 433 | ||
| 434 | ||
| 435 | ||
| 436 | function Mozilla_stopRainbowAnchor(e) | |
| 437 | ||
| 438 | {
| |
| 439 | ||
| 440 | if (act) {
| |
| 441 | ||
| 442 | if (objActive.nodeName == 'A') {
| |
| 443 | ||
| 444 | objActive.style.color = clrOrg; | |
| 445 | ||
| 446 | clearInterval(TimerID); | |
| 447 | ||
| 448 | act = 0; | |
| 449 | ||
| 450 | } | |
| 451 | ||
| 452 | } | |
| 453 | ||
| 454 | } | |
| 455 | ||
| 456 | ||
| 457 | ||
| 458 | function ChangeColor() | |
| 459 | ||
| 460 | {
| |
| 461 | ||
| 462 | objActive.style.color = makeColor(); | |
| 463 | ||
| 464 | } | |
| 465 | ||
| 466 | ||
| 467 | ||
| 468 | function makeColor() | |
| 469 | ||
| 470 | {
| |
| 471 | ||
| 472 | // Don't you think Color Gamut to look like Rainbow? | |
| 473 | ||
| 474 | // HSVtoRGB | |
| 475 | ||
| 476 | if (elmS == 0) {
| |
| 477 | ||
| 478 | elmR = elmV; elmG = elmV; elmB = elmV; | |
| 479 | ||
| 480 | } | |
| 481 | ||
| 482 | else {
| |
| 483 | ||
| 484 | t1 = elmV; | |
| 485 | ||
| 486 | t2 = (255 - elmS) * elmV / 255; | |
| 487 | ||
| 488 | t3 = elmH % 60; | |
| 489 | ||
| 490 | t3 = (t1 - t2) * t3 / 60; | |
| 491 | ||
| 492 | if (elmH < 60) {
| |
| 493 | ||
| 494 | elmR = t1; elmB = t2; elmG = t2 + t3; | |
| 495 | ||
| 496 | } | |
| 497 | ||
| 498 | else if (elmH < 120) {
| |
| 499 | ||
| 500 | elmG = t1; elmB = t2; elmR = t1 - t3; | |
| 501 | ||
| 502 | } | |
| 503 | ||
| 504 | else if (elmH < 180) {
| |
| 505 | ||
| 506 | elmG = t1; elmR = t2; elmB = t2 + t3; | |
| 507 | ||
| 508 | } | |
| 509 | ||
| 510 | else if (elmH < 240) {
| |
| 511 | ||
| 512 | elmB = t1; elmR = t2; elmG = t1 - t3; | |
| 513 | ||
| 514 | } | |
| 515 | ||
| 516 | else if (elmH < 300) {
| |
| 517 | ||
| 518 | elmB = t1; elmG = t2; elmR = t2 + t3; | |
| 519 | ||
| 520 | } | |
| 521 | ||
| 522 | else if (elmH < 360) {
| |
| 523 | ||
| 524 | elmR = t1; elmG = t2; elmB = t1 - t3; | |
| 525 | ||
| 526 | } | |
| 527 | ||
| 528 | else {
| |
| 529 | ||
| 530 | elmR = 0; elmG = 0; elmB = 0; | |
| 531 | ||
| 532 | } | |
| 533 | ||
| 534 | } | |
| 535 | ||
| 536 | elmR = Math.floor(elmR).toString(16); | |
| 537 | ||
| 538 | elmG = Math.floor(elmG).toString(16); | |
| 539 | ||
| 540 | elmB = Math.floor(elmB).toString(16); | |
| 541 | ||
| 542 | if (elmR.length == 1) elmR = "0" + elmR; | |
| 543 | ||
| 544 | if (elmG.length == 1) elmG = "0" + elmG; | |
| 545 | ||
| 546 | if (elmB.length == 1) elmB = "0" + elmB | |
| 547 | ||
| 548 | elmH = elmH + rate; | |
| 549 | ||
| 550 | if (elmH >= 360) | |
| 551 | ||
| 552 | elmH = 0; | |
| 553 | ||
| 554 | return '#' + elmR + elmG + elmB; | |
| 555 | ||
| 556 | } | |
| 557 | ||
| 558 | //]]> | |
| 559 | ||
| 560 | </script> | |
| 561 | ||
| 562 | ||
| 563 | ||
| 564 | </head> | |
| 565 | <body> | |
| 566 | ||
| 567 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://media.tumblr.com/tumblr_losdcbGBTK1qf72le.gif" border="0"></a> | |
| 568 | ||
| 569 | ||
| 570 | <div id="cage"> | |
| 571 | <div id="center"> | |
| 572 | <div id="sidebar"> | |
| 573 | <a href="http://asiankanye.tumblr.com/"><div id="sidebarphoto"> | |
| 574 | <center><img src="{image:sidebar}" width=230px; height=180px;></img></a></center><br>{Description}
| |
| 575 | ||
| 576 | </div> | |
| 577 | <br> | |
| 578 | <!-- N A V I G A T I O N --> | |
| 579 | <center> | |
| 580 | <a href="/">HOME</a> // <a href="/ask">ASK</a> // <a href="/archive">ARCHIVE</a> // <a href="LINK1URL">LINK 1</a> // <a href="LINK2URL">LINK 2</a> // <a href="LINK3URL">LINK 3</a> | |
| 581 | </center> | |
| 582 | ||
| 583 | ||
| 584 | ||
| 585 | ||
| 586 | ||
| 587 | ||
| 588 | <div align="right"> | |
| 589 | <br> | |
| 590 | {block:NextPage}<a href="{NextPage}"><font size="2"><center><b><div align="right"> </div></b></font></a>{/block:NextPage}
| |
| 591 | {block:PreviousPage} <a href="{PreviousPage}"><font size="2"><center><b><div align="right"> </div></b></font></a>{/block:PreviousPage}
| |
| 592 | <a href="http://wizjunkie.tumblr.com/"></a> | |
| 593 | </div> | |
| 594 | ||
| 595 | <div id="credit"> | |
| 596 | <a href="http://asiankanye.tumblr.com">©</a> and tweaked by <a href="http://prettyfashionchic.tumblr.com">her</a> | |
| 597 | </div> | |
| 598 | ||
| 599 | </div> | |
| 600 | ||
| 601 | <div id="content"> | |
| 602 | {block:Posts}
| |
| 603 | <div id="entry"> | |
| 604 | ||
| 605 | {block:IndexPage}
| |
| 606 | <div class="permalink"> | |
| 607 | <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
| |
| 608 | {/block:IndexPage}
| |
| 609 | ||
| 610 | {block:Text}
| |
| 611 | {block:Title}<span class="title">{Title}</span>{/block:Title}
| |
| 612 | <span class="entrytext">{Body}</span>
| |
| 613 | <span class="permalink"><a href="{Permalink}"></a></span>
| |
| 614 | {/block:Text}
| |
| 615 | ||
| 616 | {block:Link}
| |
| 617 | <a href="{URL}" class="title">{Name}</a>
| |
| 618 | {block:Description}{Description}{/block:Description}
| |
| 619 | <span class="permalink"><a href="{Permalink}"></a>
| |
| 620 | {block:Link}
| |
| 621 | ||
| 622 | {block:Photo}
| |
| 623 | {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
| |
| 624 | {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
| |
| 625 | <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="500"/>
| |
| 626 | {block:IndexPage}</a>{/block:IndexPage}
| |
| 627 | </center> | |
| 628 | {/block:Photo}
| |
| 629 | ||
| 630 | {block:Quote}
| |
| 631 | <span class="title">{Quote}</span>
| |
| 632 | {block:Source}{Source}{/block:Source}
| |
| 633 | <span class="permalink"><a href="{Permalink}"></a>
| |
| 634 | {/block:Quote}
| |
| 635 | ||
| 636 | {block:Chat}
| |
| 637 | {block:Title}<span class="title">{Title}</span>{/block:Title}
| |
| 638 | <ul class="chat"> | |
| 639 | {block:Lines}
| |
| 640 | <li class="user_{UserNumber}">
| |
| 641 | {block:Label}
| |
| 642 | <span class="label">{Label}</span>
| |
| 643 | {/block:Label}
| |
| 644 | ||
| 645 | {Line}
| |
| 646 | </li> | |
| 647 | {/block:Lines}
| |
| 648 | </ul> | |
| 649 | ||
| 650 | {/block:Chat}
| |
| 651 | ||
| 652 | ||
| 653 | {block:Audio}
| |
| 654 | <center><div class="audio"><div style="width:300px; height:-10px;"><div style="float:center">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
| |
| 655 | {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</div></div></centeR>
| |
| 656 | <span class="permalink"><a href="{Permalink}"></a>
| |
| 657 | {/block:Audio}
| |
| 658 | ||
| 659 | {block:Video}<center>
| |
| 660 | {Video-300}</center>
| |
| 661 | <span class="permalink"><a href="{Permalink}"></a>
| |
| 662 | {block:Video}
| |
| 663 | ||
| 664 | ||
| 665 | {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
| |
| 666 | ||
| 667 | {block:PostNotes}{PostNotes}
| |
| 668 | {/block:PostNotes}
| |
| 669 | </div> | |
| 670 | ||
| 671 | {/block:Posts}
| |
| 672 | </div></div> | |
| 673 | </div> | |
| 674 | </center> | |
| 675 | </body> | |
| 676 | </html> | |
| 677 | ||
| 678 | <!-- DO NOT DELETE THE CREDITS. LEARN HOW TO RESPECT --> |