SHOW:
|
|
- or go back to the newest paste.
| 1 | <!--------- | |
| 2 | theme by cyrusnigga keep credit or d i e | |
| 3 | PLEASE ONLY SELECT ONE POST SIZE | |
| 4 | AND ONE SIDEBAR SIZE | |
| 5 | THNX | |
| 6 | --------> | |
| 7 | ||
| 8 | <html lang="en"> | |
| 9 | <head> | |
| 10 | <title>{title}</title>
| |
| 11 | <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'> | |
| 12 | <meta name="color:Background" content="#ffffff"/> | |
| 13 | <meta name="color:Blog Description" content="#000000"/> | |
| 14 | <meta name="color:Title" content="#000000"/> | |
| 15 | <meta name="color:Text" content="#000000"/> | |
| 16 | <meta name="color:Link" content="#000000"/> | |
| 17 | <meta name="color:Hover" content="#000"/> | |
| 18 | <meta name="font:Body" content="Arial"/> | |
| 19 | <meta name="image:Background" content=""/> | |
| 20 | <meta name="image:Sidebar" content=""/> | |
| 21 | <meta name="if:Scrollbar" content="1"/> | |
| 22 | <meta name="if:sidebar top" content="1"/> | |
| 23 | <meta name="if:250px posts" content="0"/> | |
| 24 | <meta name="if:300px posts" content="1"/> | |
| 25 | <meta name="if:350px posts" content="0"/> | |
| 26 | <meta name="if:380px posts" content="0"/> | |
| 27 | <meta name="if:400px posts" content="0"/> | |
| 28 | <meta name="if:170px sidebar" content="0"/> | |
| 29 | <meta name="if:190px sidebar" content="1"/> | |
| 30 | <meta name="if:210px sidebar" content="0"/> | |
| 31 | <meta name="if:230px sidebar" content="0"/> | |
| 32 | <meta name="if:black and white images" content="0"/> | |
| 33 | <meta name="text:link one" content="/" /> | |
| 34 | <meta name="text:link one title" content="home" /> | |
| 35 | <meta name="text:link two" content="/ask" /> | |
| 36 | <meta name="text:link two title" content="message" /> | |
| 37 | <meta name="text:link three" content="/archive" /> | |
| 38 | <meta name="text:link three title" content="archive" /> | |
| 39 | <meta name="text:link four" content="/random" /> | |
| 40 | <meta name="text:link four title" content="random" /> | |
| 41 | <meta name="text:link five" content="" /> | |
| 42 | <meta name="text:link five title" content="" /> | |
| 43 | <meta name="text:link six" content="" /> | |
| 44 | <meta name="text:link six title" content="" /> | |
| 45 | <meta name="text:link seven" content="" /> | |
| 46 | <meta name="text:link seven title" content="" /> | |
| 47 | </script> | |
| 48 | ||
| 49 | <style type="text/css"> | |
| 50 | ||
| 51 | ||
| 52 | {block:ifblackandwhitefollowbutton}
| |
| 53 | iframe#tumblr_controls {opacity: 1;-webkit-filter: invert(100%);transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
| |
| 54 | iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1.0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
| |
| 55 | {/block:ifblackandwhitefollowbutton}
| |
| 56 | ||
| 57 | ||
| 58 | body{
| |
| 59 | margin:0px; | |
| 60 | background-color: {color:Background};
| |
| 61 | background-image:url({image:Background});
| |
| 62 | background-attachment: fixed; | |
| 63 | background-repeat: no-repeat; | |
| 64 | background-position: bottom right; | |
| 65 | font-size: 9px; | |
| 66 | font-family:{font:Body};
| |
| 67 | line-height:10px; | |
| 68 | color:{color:Text};
| |
| 69 | } | |
| 70 | ||
| 71 | a:link, a:active, a:visited{
| |
| 72 | color: {color:Link};
| |
| 73 | text-decoration: none; | |
| 74 | -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out; | |
| 75 | } | |
| 76 | ||
| 77 | a:hover{
| |
| 78 | color:{color:Hover};
| |
| 79 | text-decoration: none; | |
| 80 | -webkit-transition: all 0.55s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.6s ease-out; | |
| 81 | } | |
| 82 | ||
| 83 | {block:ifscrollbar}
| |
| 84 | ::-webkit-scrollbar {width: 4px; height: 0px; padding-right:0px;background:{color:background};}
| |
| 85 | ||
| 86 | ::-webkit-scrollbar-thumb {background-color:{color:link};}
| |
| 87 | {/block:ifscrollbar}
| |
| 88 | ||
| 89 | .yo{
| |
| 90 | position:fixed; | |
| 91 | text-align:center; | |
| 92 | bottom:0px; | |
| 93 | font-family:tahoma; | |
| 94 | font-size:20px; | |
| 95 | right:0px; | |
| 96 | padding-top:1px; | |
| 97 | padding-right:6px; | |
| 98 | padding-left:5px; | |
| 99 | padding-bottom:6px; | |
| 100 | width:auto; | |
| 101 | height:auto; | |
| 102 | border-top-left-radius:5px; | |
| 103 | background-color:#000; | |
| 104 | z-index:99999; | |
| 105 | color:#fff; | |
| 106 | } | |
| 107 | ||
| 108 | #postys{width:360px; height:auto;}
| |
| 109 | {block:PermalinkPage}
| |
| 110 | width:370px; | |
| 111 | {/block:PermalinkPage}
| |
| 112 | {block:ifRoundedEdges}
| |
| 113 | -moz-border-radius: 3px; | |
| 114 | border-radius: 3px; | |
| 115 | {/block:ifRoundedEdges}
| |
| 116 | } | |
| 117 | ||
| 118 | ||
| 119 | #jango{
| |
| 120 | padding-top:3px; | |
| 121 | padding-bottom:3px; | |
| 122 | position:fixed !important; | |
| 123 | width:355px; | |
| 124 | height:207px; | |
| 125 | background-color:{color:Post Box};
| |
| 126 | {block:PermalinkPage}
| |
| 127 | width:370px; | |
| 128 | height:207px; | |
| 129 | {/block:PermalinkPage}
| |
| 130 | {block:ifRoundedEdges}
| |
| 131 | -moz-border-radius: 3px; | |
| 132 | border-radius: 3px; | |
| 133 | {/block:ifRoundedEdges}
| |
| 134 | } | |
| 135 | ||
| 136 | ||
| 137 | #barside{
| |
| 138 | position:absolute !important; | |
| 139 | position:fixed !important; | |
| 140 | {block:ifnotsidebartop}
| |
| 141 | top:210px; | |
| 142 | {/block:ifnotsidebartop}
| |
| 143 | {block:ifsidebartop}
| |
| 144 | top:150px; | |
| 145 | {/block:ifsidebartop}
| |
| 146 | background-color: transparent; | |
| 147 | width: 190px; | |
| 148 | left: 280px; | |
| 149 | {block:if170pxsidebar}
| |
| 150 | width: 170px; | |
| 151 | left: 300px; | |
| 152 | {/block:if170pxsidebar}
| |
| 153 | {block:if190pxsidebar}
| |
| 154 | width: 190px; | |
| 155 | left: 280px; | |
| 156 | {/block:if190pxsidebar}
| |
| 157 | {block:if210pxsidebar}
| |
| 158 | width: 210px; | |
| 159 | left: 260px; | |
| 160 | {/block:if210pxsidebar}
| |
| 161 | {block:if230pxsidebar}
| |
| 162 | width: 230px; | |
| 163 | left: 240px; | |
| 164 | {/block:if230pxsidebar}
| |
| 165 | ||
| 166 | {block:ifdarkimages}
| |
| 167 | -webkit-filter: grayscale(40%); | |
| 168 | {/block:ifdarkimages}
| |
| 169 | {block:ifpostshadows}
| |
| 170 | box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8); | |
| 171 | -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06); | |
| 172 | -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.26); | |
| 173 | padding:5px; | |
| 174 | {/block:ifpostshadows}
| |
| 175 | } | |
| 176 | ||
| 177 | #rake{
| |
| 178 | margin:auto; | |
| 179 | left:0px; | |
| 180 | {block:ifdarkimages}
| |
| 181 | -webkit-filter: grayscale(50%); | |
| 182 | {/block:ifdarkimages}
| |
| 183 | {block:ifblackandwhiteimages}
| |
| 184 | -webkit-filter: grayscale(100%); | |
| 185 | {/block:ifblackandwhiteimages}
| |
| 186 | top:10px; | |
| 187 | padding-top:0px; | |
| 188 | padding-left:0px; | |
| 189 | position:absolute; | |
| 190 | {block:indexpage}
| |
| 191 | width:950px; | |
| 192 | {/block:indexpage}
| |
| 193 | {block:permalinkpage}
| |
| 194 | width:940px; | |
| 195 | left:50px; | |
| 196 | {/block:permalinkpage}
| |
| 197 | overflow:hidden; | |
| 198 | } | |
| 199 | ||
| 200 | #posts{
| |
| 201 | float:right; | |
| 202 | {block:indexpage}
| |
| 203 | width: 450px; | |
| 204 | {/block:indexpage}
| |
| 205 | {block:permalinkpage}
| |
| 206 | width:490px; | |
| 207 | {/block:permalinkpage}
| |
| 208 | } | |
| 209 | ||
| 210 | ||
| 211 | #entry{
| |
| 212 | z-index:9999; | |
| 213 | border:0px solid; | |
| 214 | float: left; | |
| 215 | {block:if250pxposts}
| |
| 216 | width: 250px; | |
| 217 | {/block:if250pxposts}
| |
| 218 | {block:if300pxposts}
| |
| 219 | width: 300px; | |
| 220 | {/block:if300pxposts}
| |
| 221 | {block:if350pxposts}
| |
| 222 | width: 350px; | |
| 223 | {/block:if350pxposts}
| |
| 224 | {block:if380pxposts}
| |
| 225 | width: 380px; | |
| 226 | {/block:if380pxposts}
| |
| 227 | {block:if400pxposts}
| |
| 228 | width: 400px; | |
| 229 | {/block:if400pxposts}
| |
| 230 | text-align:left; | |
| 231 | height: auto; | |
| 232 | {block:PermalinkPage}
| |
| 233 | width: 400px; | |
| 234 | height: auto; | |
| 235 | {/block:PermalinkPage}
| |
| 236 | line-height:8px; | |
| 237 | padding:0px; | |
| 238 | overflow:hidden; | |
| 239 | margin-bottom:30px; | |
| 240 | {block:ifpostshadows}
| |
| 241 | box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8); | |
| 242 | -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06); | |
| 243 | -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.26); | |
| 244 | padding:5px;margin-left:10px;margin-right:10px; margin-top:10px; | |
| 245 | {/block:ifpostshadows}
| |
| 246 | } | |
| 247 | ||
| 248 | ||
| 249 | ||
| 250 | ::selection {
| |
| 251 | color:{color:Text};
| |
| 252 | background-color: {color:Link};
| |
| 253 | } | |
| 254 | ||
| 255 | ::-moz-selection {
| |
| 256 | color:{color:Text};
| |
| 257 | background-color: {color:Link};
| |
| 258 | } | |
| 259 | ||
| 260 | ::-webkit-selection {
| |
| 261 | color:{color:Text};
| |
| 262 | background-color:{color:Link};
| |
| 263 | } | |
| 264 | ||
| 265 | ||
| 266 | #entry img{
| |
| 267 | {block:IndexPage}
| |
| 268 | {block:if250pxposts}
| |
| 269 | max-width: 250px; | |
| 270 | {/block:if250pxposts}
| |
| 271 | {block:if300pxposts}
| |
| 272 | max-width: 300px; | |
| 273 | {/block:if300pxposts}
| |
| 274 | {block:if350pxposts}
| |
| 275 | max-width: 350px; | |
| 276 | {/block:if350pxposts}
| |
| 277 | {block:if380pxposts}
| |
| 278 | max-width: 380px; | |
| 279 | {/block:if380pxposts}
| |
| 280 | {block:if400pxposts}
| |
| 281 | max-width: 400px; | |
| 282 | {/block:if400pxposts}
| |
| 283 | height: auto; | |
| 284 | {/block:IndexPage}
| |
| 285 | {block:PermalinkPage}
| |
| 286 | max-width: 400px; | |
| 287 | height: auto; | |
| 288 | {/block:PermalinkPage}
| |
| 289 | -webkit-transition: all 0.5s ease-out; | |
| 290 | -moz-transition: all 0.5s ease-out; | |
| 291 | transition: all 0.5s ease-out; | |
| 292 | } | |
| 293 | ||
| 294 | ||
| 295 | .title{
| |
| 296 | font-family: calibri; | |
| 297 | font-size: 12px; | |
| 298 | line-height: 12px; | |
| 299 | color: {color:Title};
| |
| 300 | font-weight: normal; | |
| 301 | letter-spacing: 0px; | |
| 302 | text-transform:uppercase; | |
| 303 | letter-spacing:2px; | |
| 304 | } | |
| 305 | ||
| 306 | ||
| 307 | ||
| 308 | .permalinktext{
| |
| 309 | font-family: {Font:Body};
| |
| 310 | padding: 5px; | |
| 311 | position: absolute; | |
| 312 | text-align: center; | |
| 313 | width: 200px; | |
| 314 | -moz-transition: 0.3s ease-out; | |
| 315 | -webkit-transition: 0.3s ease-out; | |
| 316 | transition: 0.3s ease-out; | |
| 317 | opacity:0; | |
| 318 | } | |
| 319 | ||
| 320 | .permalinktext a{color:{color:links};
| |
| 321 | } | |
| 322 | ||
| 323 | .entry:hover .permalinktext {
| |
| 324 | -moz-transition: 0.3s ease-out; | |
| 325 | -webkit-transition: 0.3s ease-out; | |
| 326 | transition: 0.3s ease-out; | |
| 327 | width:200px; | |
| 328 | text-decoration:line-through; | |
| 329 | height:auto; | |
| 330 | display: block; | |
| 331 | opacity: 1; | |
| 332 | } | |
| 333 | ||
| 334 | ||
| 335 | blockquote{
| |
| 336 | padding:0px 0px 2px 3px; | |
| 337 | margin:0px 0px 2px 1px; | |
| 338 | } | |
| 339 | ul, ol, li{
| |
| 340 | list-style:none; | |
| 341 | margin:0px; | |
| 342 | padding:0px; | |
| 343 | } | |
| 344 | ||
| 345 | .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, | |
| 346 | .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
| |
| 347 | } | |
| 348 | ||
| 349 | a.links {
| |
| 350 | font-family: Arial; | |
| 351 | font-size: 12px; | |
| 352 | line-height: 7px; | |
| 353 | text-transform: normal; | |
| 354 | letter-spacing:0px; | |
| 355 | display:block; | |
| 356 | padding: 0px; | |
| 357 | margin-bottom: 0px; | |
| 358 | {block:ifRoundedEdges}
| |
| 359 | -moz-border-radius: 3px; | |
| 360 | border-radius: 3px; | |
| 361 | {/block:ifRoundedEdges}
| |
| 362 | } | |
| 363 | ||
| 364 | a.links:hover {
| |
| 365 | text-decoration: underline; | |
| 366 | letter-spacing:10px; | |
| 367 | } | |
| 368 | ||
| 369 | ||
| 370 | ||
| 371 | ||
| 372 | .fuzzy{
| |
| 373 | {block:if300pxposts}
| |
| 374 | width: 300px; | |
| 375 | {/block:if300pxposts}
| |
| 376 | {block:if350pxposts}
| |
| 377 | width: 350px; | |
| 378 | {/block:if350pxposts}
| |
| 379 | {block:if380pxposts}
| |
| 380 | width: 380px; | |
| 381 | {/block:if380pxposts}
| |
| 382 | {block:if400pxposts}
| |
| 383 | width: 400px; | |
| 384 | {/block:if400pxposts}
| |
| 385 | height: 20px; | |
| 386 | font-family: consolas; | |
| 387 | font-size: 9px; | |
| 388 | text-transform:none; | |
| 389 | position: absolute; | |
| 390 | line-height: 10px; | |
| 391 | text-align: center; | |
| 392 | overflow:hidden; | |
| 393 | color: #000; | |
| 394 | text-transform:uppercase; | |
| 395 | letter-spacing:1px; | |
| 396 | padding:8px 3px 8px 4px; | |
| 397 | opacity: 0.0; | |
| 398 | border-top:1px #eee solid; | |
| 399 | border-bottom:1px #eee solid; | |
| 400 | padding-right: 10px; | |
| 401 | background-color:#fff; | |
| 402 | bottom:0px; | |
| 403 | margin-left: -10px; | |
| 404 | margin-top:-1px; | |
| 405 | padding-bottom:10px; | |
| 406 | opacity: 0.0; | |
| 407 | text-align:right; | |
| 408 | -webkit-transition: opacity 0.6s ease-out; | |
| 409 | -webkit-transition: all 0.6s ease-out; | |
| 410 | -moz-transition: all 0.6s ease-out; | |
| 411 | transition: all 0.6s ease-out; | |
| 412 | } | |
| 413 | ||
| 414 | ||
| 415 | ||
| 416 | .fuzzy a{
| |
| 417 | color:#000; | |
| 418 | } | |
| 419 | ||
| 420 | #entry:hover .fuzzy {
| |
| 421 | bottom:0px; | |
| 422 | -webkit-transition: opacity 0.6s ease-out; | |
| 423 | -webkit-transition: all 0.6s ease-out; | |
| 424 | -moz-transition: all 0.6s ease-out; | |
| 425 | transition: all 0.6s ease-out; | |
| 426 | opacity: 1.0; | |
| 427 | } | |
| 428 | ||
| 429 | .fuzzy a:hover{
| |
| 430 | color:#000; | |
| 431 | padding:1px 0px 0px 0px; | |
| 432 | -webkit-transition: opacity 0.3s ease-out; | |
| 433 | -webkit-transition: all 0.3s ease-out; | |
| 434 | -moz-transition: all 0.3s ease-out; | |
| 435 | transition: all 0.3s ease-out;} | |
| 436 | ||
| 437 | ||
| 438 | ||
| 439 | ||
| 440 | #audio {
| |
| 441 | width:250px; | |
| 442 | height:auto; | |
| 443 | min-height:60px; | |
| 444 | margin-top:17px; | |
| 445 | padding-bottom:5px; | |
| 446 | margin-left:40px; | |
| 447 | } | |
| 448 | .cover {
| |
| 449 | position:absolute; | |
| 450 | z-index:1; | |
| 451 | width:70px; | |
| 452 | height:670px; | |
| 453 | margin-top:-4px; | |
| 454 | margin-left:-10px; | |
| 455 | } | |
| 456 | .cover img {
| |
| 457 | float:left; | |
| 458 | width:70px; | |
| 459 | height:70px; | |
| 460 | } | |
| 461 | .playbox {
| |
| 462 | opacity:0.6; | |
| 463 | width:27px; | |
| 464 | height:30px; | |
| 465 | overflow:hidden; | |
| 466 | position:absolute; | |
| 467 | z-index:1000; | |
| 468 | margin-left:14px; | |
| 469 | margin-top:18px; | |
| 470 | text-align:center; | |
| 471 | } | |
| 472 | .info {
| |
| 473 | margin-left:73px; | |
| 474 | margin-top:4px; | |
| 475 | line-height:14px; | |
| 476 | } | |
| 477 | ||
| 478 | #heheho{
| |
| 479 | margin-bottom:2px; | |
| 480 | } | |
| 481 | ||
| 482 | #heheho a{
| |
| 483 | padding:2px; | |
| 484 | } | |
| 485 | ||
| 486 | #hmm{
| |
| 487 | margin-top:7px; | |
| 488 | padding:0px; | |
| 489 | text-align:left;margin-left:-3px; | |
| 490 | } | |
| 491 | ||
| 492 | #hmm a{padding:5px;}
| |
| 493 | ||
| 494 | </style> | |
| 495 | <link rel="shortcut icon" href="{Favicon}">
| |
| 496 | <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
| |
| 497 | <meta name="viewport" content="width=720" /> | |
| 498 | </head> | |
| 499 | <body> | |
| 500 | ||
| 501 | <div class="credit"> | |
| 502 | </div> | |
| 503 | ||
| 504 | ||
| 505 | ||
| 506 | <div id="jango"> | |
| 507 | <div id="rake"> | |
| 508 | <div id="barside"> | |
| 509 | ||
| 510 | ||
| 511 | <div align="left" style="padding-bottom:5px; {block:ifRoundedEdges}
| |
| 512 | -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}">
| |
| 513 | <a href="/"> | |
| 514 | <img style="" src="{image:sidebar}"width=100%" /></a></div>
| |
| 515 | ||
| 516 | ||
| 517 | <div id="hmm"> | |
| 518 | {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
| |
| 519 | {block:IfLinktwotitle}<a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
| |
| 520 | {block:IfLinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
| |
| 521 | {block:IfLinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
| |
| 522 | {block:IfLinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
| |
| 523 | {block:IfLinksixtitle}<a href="{text:link six}">{text:link six title}</a> {/block:IfLinksixtitle}
| |
| 524 | {block:IfLinkseventitle}<a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}
| |
| 525 | ||
| 526 | <a href="http://cyrusnigga.tumblr.com">©</a> | |
| 527 | </div> | |
| 528 | ||
| 529 | ||
| 530 | <div align="left" style="line-height:12px; margin-top:7px; margin-bottom:4px;border-left:3px solid #ccc;color:{color:Blog Description};padding-left:5px; margin-left:20px;">{description}</div>
| |
| 531 | ||
| 532 | ||
| 533 | ||
| 534 | </div> | |
| 535 | ||
| 536 | ||
| 537 | ||
| 538 | <div align="center"> | |
| 539 | ||
| 540 | <div id="posts"> | |
| 541 | ||
| 542 | {block:Posts}
| |
| 543 | ||
| 544 | ||
| 545 | {block:ContentSource}
| |
| 546 | ||
| 547 | <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
| |
| 548 | ||
| 549 | width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
| |
| 550 | ||
| 551 | {/block:SourceLogo}
| |
| 552 | ||
| 553 | {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
| |
| 554 | ||
| 555 | {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
| |
| 556 | ||
| 557 | ||
| 558 | <div id="entry"> | |
| 559 | ||
| 560 | ||
| 561 | ||
| 562 | {block:Photo}
| |
| 563 | {block:IndexPage}
| |
| 564 | ||
| 565 | ||
| 566 | ||
| 567 | <div id="postys"> | |
| 568 | <a href="{permalink}">
| |
| 569 | <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=400;"></a></div>
| |
| 570 | ||
| 571 | <div align="left" style="line-height:12px; margin-top:7px; margin-bottom:4px;border-left:3px solid #ccc;color:{color:Blog Description};padding-left:5px; margin-left:20px;">Posted {timeago} ♡ <a href="{permalink}">{NoteCountwithlabel}</a> ♡ <a href="{ReblogURL}" target="_blank">reblog</a></div>
| |
| 572 | ||
| 573 | {/block:IndexPage}
| |
| 574 | {block:PermalinkPage}
| |
| 575 | {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px;"></center>
| |
| 576 | <center>{caption}</center>
| |
| 577 | {/block:PermalinkPage}
| |
| 578 | {/block:Photo}
| |
| 579 | ||
| 580 | {block:Photoset}
| |
| 581 | ||
| 582 | ||
| 583 | ||
| 584 | <div style="padding-top:3px; padding-bottom:3px;"> | |
| 585 | <a href="{permalink}">
| |
| 586 | {Photoset-400}
| |
| 587 | {block:IndexPage}<div align="left" style="line-height:12px; margin-top:7px; margin-bottom:4px;border-left:3px solid #ccc;color:{color:Blog Description};padding-left:5px; margin-left:20px;">Posted {timeago} ♡ <a href="{permalink}">{NoteCountwithlabel}</a> ♡ <a href="{ReblogURL}" target="_blank">reblog</a></div>
| |
| 588 | {/block:IndexPage}
| |
| 589 | </a></div> | |
| 590 | {/block:Photoset}
| |
| 591 | ||
| 592 | ||
| 593 | ||
| 594 | {block:Text}<div style="padding-top:5px; padding-bottom:0px; padding-left:3px; padding-right:0px;">
| |
| 595 | {block:Title}
| |
| 596 | <a href="{permalink}"><span class="title">{Title}</span></a>
| |
| 597 | {/block:Title}
| |
| 598 | <span class="entrytext" style="line-height:12px;">{Body}</span>
| |
| 599 | <a href="{Permalink}"></a></div>
| |
| 600 | {block:indexpage}
| |
| 601 | <div align="right" style="padding-right:5px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
| |
| 602 | </a> - <a href="{Permalink}">{DayOfMonth} {Month}
| |
| 603 | </a></div>{/block:indexpage}
| |
| 604 | {/block:Text}
| |
| 605 | ||
| 606 | {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
| |
| 607 | <a href="{URL}"><span class="title">{Name}</span></a></div>
| |
| 608 | {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
| |
| 609 | {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
| |
| 610 | {block:indexpage}
| |
| 611 | <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
| |
| 612 | </a> - <a href="{Permalink}">{DayOfMonth} {Month}
| |
| 613 | </a></div>{/block:indexpage}
| |
| 614 | {/block:Link}
| |
| 615 | ||
| 616 | {block:Quote}
| |
| 617 | <div style="padding-top:10px; padding-bottom:10px;"> | |
| 618 | <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
| |
| 619 | <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
| |
| 620 | -{Source}
| |
| 621 | {/block:Source}</a></div><br>{block:indexpage}
| |
| 622 | <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
| |
| 623 | </a> - <a href="{Permalink}">{DayOfMonth} {Month}
| |
| 624 | </a></div>{/block:indexpage}
| |
| 625 | </div> | |
| 626 | {/block:Quote}
| |
| 627 | ||
| 628 | {block:Chat}
| |
| 629 | <div style="padding-top:15px; padding-bottom:10px;"> | |
| 630 | <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
| |
| 631 | <ul class="chat"> | |
| 632 | {block:Lines}
| |
| 633 | <li class="user_{UserNumber}">
| |
| 634 | {block:Label}
| |
| 635 | <span class="label" style="line-height:12px;">{Label}</span>
| |
| 636 | {/block:Label}
| |
| 637 | {Line}
| |
| 638 | </li> | |
| 639 | {/block:Lines}
| |
| 640 | </ul> | |
| 641 | {block:Caption}{Caption}{/block:Caption}
| |
| 642 | <br>{block:indexpage}
| |
| 643 | <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
| |
| 644 | </a> - <a href="{Permalink}">{DayOfMonth} {Month}
| |
| 645 | </a></div>{/block:indexpage}
| |
| 646 | </div> | |
| 647 | {/block:Chat}
| |
| 648 | ||
| 649 | ||
| 650 | ||
| 651 | ||
| 652 | {block:Audio}
| |
| 653 | <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div style="text-align:left"><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>
| |
| 654 | ||
| 655 | ||
| 656 | <div style="padding-bottom:0px;padding-top:6px;"></div>{block:indexpage}
| |
| 657 | <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount} Plays</a></div>
| |
| 658 | <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
| |
| 659 | </a> - <a href="{Permalink}">{DayOfMonth} {Month}
| |
| 660 | </a></div>{/block:indexpage}
| |
| 661 | ||
| 662 | ||
| 663 | {/block:Audio}
| |
| 664 | ||
| 665 | ||
| 666 | ||
| 667 | {block:Video}
| |
| 668 | {Video-400}
| |
| 669 | {block:IndexPage}<div align="left" style="line-height:12px; margin-top:7px; margin-bottom:4px;border-left:3px solid #ccc;color:{color:Blog Description};padding-left:5px; margin-left:20px;">Posted {timeago} ♡ <a href="{permalink}">{NoteCountwithlabel}</a> ♡ <a href="{ReblogURL}" target="_blank">reblog</a></div>
| |
| 670 | {/block:IndexPage}
| |
| 671 | ||
| 672 | {/block:Video}
| |
| 673 | ||
| 674 | ||
| 675 | ||
| 676 | ||
| 677 | ||
| 678 | {block:PermalinkPage}
| |
| 679 | <center> | |
| 680 | {block:RebloggedFrom}<br><b>Via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<b>Source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}<br><Br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png"> {TimeAgo} <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png"> {NoteCountWithLabel}{block:hasTags} <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png"> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:Date}
| |
| 681 | </center> | |
| 682 | ||
| 683 | <br><br> | |
| 684 | <div align="left"> | |
| 685 | {block:PostNotes}
| |
| 686 | {PostNotes}
| |
| 687 | {/block:PostNotes}</div>
| |
| 688 | {/block:PermalinkPage}
| |
| 689 | ||
| 690 | ||
| 691 | </div> | |
| 692 | ||
| 693 | ||
| 694 | ||
| 695 | {/block:Posts}
| |
| 696 | </div> | |
| 697 | </div> | |
| 698 | </div> | |
| 699 | </center> | |
| 700 | </div> | |
| 701 | </div> | |
| 702 | ||
| 703 | ||
| 704 | ||
| 705 | {block:indexpage}
| |
| 706 | ||
| 707 | ||
| 708 | {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
| |
| 709 | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> | |
| 710 | - | <script type="text/javascript" src="http://static.tumblr.com/33x1j2u/ccnnbkfd9/jquery.js"></script> |
| 710 | + | <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script> |
| 711 | <script type="text/javascript"> | |
| 712 | $(window).load(function(){
| |
| 713 | var $wall = $('#posts');
| |
| 714 | $wall.imagesLoaded(function(){
| |
| 715 | $wall.masonry({
| |
| 716 | itemSelector: '#entry, #entry_photo', | |
| 717 | isAnimated : false | |
| 718 | }); | |
| 719 | }); | |
| 720 | ||
| 721 | $wall.infinitescroll({
| |
| 722 | navSelector : '#page-nav', | |
| 723 | nextSelector : '#page-nav a', | |
| 724 | itemSelector : '#entry, #entry_photo', | |
| 725 | bufferPx : 2000, | |
| 726 | debug : false, | |
| 727 | errorCallback: function() {
| |
| 728 | $('#infscr-loading').fadeOut('normal');
| |
| 729 | }}, | |
| 730 | function( newElements ) {
| |
| 731 | var $newElems = $( newElements ); | |
| 732 | $newElems.hide(); | |
| 733 | $newElems.imagesLoaded(function(){
| |
| 734 | $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
| |
| 735 | }); | |
| 736 | }); $('#content').show(500);
| |
| 737 | }); | |
| 738 | </script> | |
| 739 | {/block:indexpage}
| |
| 740 | ||
| 741 | ||
| 742 | ||
| 743 | </body> | |
| 744 | </html> |