SHOW:
|
|
- or go back to the newest paste.
| 1 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
| 2 | <head> | |
| 3 | <!-- default variables --> | |
| 4 | <meta name="color:background" content="#000000" /> | |
| 5 | ||
| 6 | <meta name="font:title" content="arial" /> | |
| 7 | <meta name="font:body" content="arial" /> | |
| 8 | <meta name="font:accent" content="lucida sans" /> | |
| 9 | ||
| 10 | <meta name="if:show people i follow" content="1" /> | |
| 11 | <meta name="if:show tags" content="1" /> | |
| 12 | <meta name="if:show album art on audio posts" content="1" /> | |
| 13 | <meta name="if:enable jump pagination" content="0" /> | |
| 14 | ||
| 15 | <meta name="text:disqus shortname" content="" /> | |
| 16 | ||
| 17 | <meta name="image:header" content="" /> | |
| 18 | <meta name="image:background" content="" /> | |
| 19 | ||
| 20 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
| 21 | <title>{title}{block:searchpage}, {lang:search results for searchquery}{/block:searchpage}{block:postsummary}, {postsummary}{/block:postsummary}</title>
| |
| 22 | {block:description}<meta name="description" content="{metadescription}" />{/block:description}
| |
| 23 | <link rel="shortcut icon" href="{favicon}" />
| |
| 24 | <link rel="apple-touch-icon" href="{portraiturl-128}"/>
| |
| 25 | <link rel="alternate" type="application/rss+xml" href="{rss}" />
| |
| 26 | <style type="text/css"> | |
| 27 | ||
| 28 | ||
| 29 | body {
| |
| 30 | background-color: #dbdda5; | |
| 31 | background-position:bottom left; background-attachment:fixed; background-repeat:repeat; | |
| 32 | ||
| 33 | ||
| 34 | background-image:url(http://i42.tinypic.com/nnjdvq.jpg); | |
| 35 | ||
| 36 | ||
| 37 | ||
| 38 | ||
| 39 | ||
| 40 | ||
| 41 | ||
| 42 | ||
| 43 | ||
| 44 | ||
| 45 | ||
| 46 | } | |
| 47 | table table td, .bg_pageheader, .bg_adbackground,.bg_title, .bg_network, .bg_groups, .bg_profile, .bg_classmates, .bg_community, .box_community_groups_heading, .bg_photos, .bg_systembox, .box_quicksearch_heading, .box_fivestats_heading, .bg_content, .box_home_col_left, .box_home_col_content, .box_community_content, .box_community_network_content, .box_fivestats_content, .box_community_friends_content, .box_community_classmates_content, .box_community_groups_content, .box_content_profile_journal, .box_content_profile_groups, .box_editprofile_content, .bg_border, .box_home_col_shortcuts, .box_quicksearchfield_title, .box_quicksearchfield_field, .box_profile_picture_links, .box_profile_links, .bg_gradient_classmates, .bg_gradient_community, .bg_gradient_groups, .bg_gradient_photos, .bg_gradient_home, .bg_gradient_profile, .bg_gradient_classmates, .bg_gradient_community, .bg_gradient_home, .bg_gradient_photos, table.box_profile_picture, .bg_gradient_groups, .bg_gradient_profile, .bg_notch_title, .bg_notch_network, .bg_notch_classmates, .bg_notch_community, .bg_notch_groups, .bg_notch_profile, .bg_notch_systembox, .profile-module-body, .profile-module-body-left, .box_content_profile_groups { background-color:transparent; background-image:none; } .bg_profile, .bg_gradient_profile, .bg_content {
| |
| 48 | background-color:#ffffff; | |
| 49 | background-position:bottom center; | |
| 50 | background-attachment:fixed; | |
| 51 | background-repeat:repeat; } | |
| 52 | ||
| 53 | .profile-module-body { background-image:none; }
| |
| 54 | ||
| 55 | .profile-module-body-left, .box_content_profile_groups, .profile-module-body, .box_profile_info_large_content, .text_comment_body, .text_comment_header {
| |
| 56 | background-color: black; | |
| 57 | color: #2d2b2b; | |
| 58 | font-family:arial; | |
| 59 | font-size: 9px; } | |
| 60 | #footer { background-color:black;}
| |
| 61 | .box_profile_info_small {color:#fde3e8;font-family:arial;
| |
| 62 | font-size: 9px;;} | |
| 63 | a.profile-module-link:link, a.profile-module-link:visited, a.profile-module-link:hover, a.link_blue:visited, a.link_blue:hover, a.username_dark:link, a.username_dark:visited, a.username_dark:hover, a.text_journal_entry_bod:link, a.bluetxt:link, a.subhead:link {
| |
| 64 | font-weight:normal; | |
| 65 | color: white; | |
| 66 | font-family:arial; | |
| 67 | font-size: 9px; } | |
| 68 | a.subhead:hover { color:#353333;}
| |
| 69 | a.link_blue:link{color:#353333;}
| |
| 70 | .box_profile_info_small_content, .box_profile_info_small_heading { background-color:#ffffff;}
| |
| 71 | .box_profile_info_small_heading{color:#353333;}
| |
| 72 | .box_profile_info_small_content {
| |
| 73 | background-color:#ffffff; | |
| 74 | color: #353333; | |
| 75 | font-weight:bold; | |
| 76 | font-family:arial; | |
| 77 | font-size: 9px;} | |
| 78 | ||
| 79 | .box_profile_info_large_heading {
| |
| 80 | color: #353333; | |
| 81 | font-family: 'lucida grande','lucida sans unicode',geneva,arial,verdana,sans-serif; | |
| 82 | font-size: 14px; } | |
| 83 | .text_header {
| |
| 84 | background-color:#ffffff; | |
| 85 | color:#353333; | |
| 86 | ||
| 87 | } | |
| 88 | #friends img {border:2px solid #d7bb1d;}
| |
| 89 | a {color:#d7bb1d;}
| |
| 90 | a:hover{color:#d7bb1d;}
| |
| 91 | .box_profile_picture_links img {visibility:hidden;}
| |
| 92 | .box_profile_picture_links { background-color:#ffffff;}
| |
| 93 | a.link_profile_left:link {color:#d7bb1d;}
| |
| 94 | a.link_profile_left:hover { color:#d7bb1d;}
| |
| 95 | #sub_nav_community { background-color:#ffffff;}
| |
| 96 | table,tr,td { background-color:transparent; border: none; border-width: 0;} table table table table table table table {border: 0px;} table table table table table table table table {border: 0px;} table td.bg_gradient_profile table table.bg_border td.bg_content table table table.bg_border td.box_content_profile_groups table td img {visibility: hidden;} table td.bg_gradient_community table table.bg_border td.bg_content table table table.bg_border td.box_content_profile_groups table td img {visibility:hidden; }
| |
| 97 | .clear {
| |
| 98 | clear: both; | |
| 99 | height: 0px; | |
| 100 | overflow: hidden; | |
| 101 | } | |
| 102 | ||
| 103 | a img {
| |
| 104 | border: none; | |
| 105 | } | |
| 106 | ||
| 107 | ||
| 108 | ||
| 109 | #wrapper {
| |
| 110 | width: 960px; | |
| 111 | margin: 0 auto; | |
| 112 | } | |
| 113 | ||
| 114 | ||
| 115 | #wrapper #title {
| |
| 116 | margin: 30px 0; | |
| 117 | color: #fff; | |
| 118 | font-size: 35px; | |
| 119 | text-transform:uppercase; | |
| 120 | font-weight: bold; | |
| 121 | font-family: arial; | |
| 122 | text-shadow: #000000 1px 3px 5px; | |
| 123 | letter-spacing: -1px; | |
| 124 | } | |
| 125 | ||
| 126 | #wrapper #title a {
| |
| 127 | color: #fff; | |
| 128 | text-decoration: none; | |
| 129 | } | |
| 130 | ||
| 131 | #wrapper #content {
| |
| 132 | width: 620px; | |
| 133 | float: left; | |
| 134 | } | |
| 135 | ||
| 136 | #wrapper #content .post {
| |
| 137 | font-family: arial, 'helvetica neue', helvetica, sans-serif; | |
| 138 | background: #fff; | |
| 139 | position: relative; | |
| 140 | padding: 10px 20px; | |
| 141 | ||
| 142 | -webkit-border-radius: 10px; | |
| 143 | -webkit-border-radius: 10px; | |
| 144 | -moz-border-radius: 10px; | |
| 145 | -moz-border-radius: 10px; | |
| 146 | border-radius: 10px; | |
| 147 | border-radius: 10px; | |
| 148 | } | |
| 149 | ||
| 150 | #wrapper #content .post .media {
| |
| 151 | text-align: center; | |
| 152 | margin-bottom: 10px; | |
| 153 | } | |
| 154 | ||
| 155 | #wrapper #content .post .quotebg {
| |
| 156 | font-family: georgia, serif; | |
| 157 | font-size: 150px; | |
| 158 | color: #000000; | |
| 159 | opacity: 0.2; | |
| 160 | filter: alpha(opacity=20); | |
| 161 | -ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=20)"; | |
| 162 | position: absolute; | |
| 163 | top: 70px; | |
| 164 | left: 10px; | |
| 165 | } | |
| 166 | ||
| 167 | #wrapper #content .post .quote {
| |
| 168 | color: #000000; | |
| 169 | font-weight: bold; | |
| 170 | padding: 20px 20px 5px 20px; | |
| 171 | } | |
| 172 | ||
| 173 | #wrapper #content .post .quote.short {
| |
| 174 | font-size: 33px; | |
| 175 | line-height: 35px; | |
| 176 | } | |
| 177 | ||
| 178 | #wrapper #content .post .quote.medium {
| |
| 179 | font-size: 25px; | |
| 180 | line-height: 28px; | |
| 181 | } | |
| 182 | ||
| 183 | #wrapper #content .post .quote.long {
| |
| 184 | font-size: 18px; | |
| 185 | line-height: 22px; | |
| 186 | } | |
| 187 | ||
| 188 | #wrapper #content .post .quote_source *:first-child {
| |
| 189 | margin-top: 0px; | |
| 190 | } | |
| 191 | ||
| 192 | #wrapper #content .post .quote_source *:last-child {
| |
| 193 | margin-bottom: 0px; | |
| 194 | } | |
| 195 | ||
| 196 | #wrapper #content .post .quote *:first-child {
| |
| 197 | margin-top: 0px; | |
| 198 | } | |
| 199 | ||
| 200 | #wrapper #content .post .quote *:last-child {
| |
| 201 | margin-bottom: 0px; | |
| 202 | } | |
| 203 | ||
| 204 | #wrapper #content .post .copy {
| |
| 205 | color: #6e7173; | |
| 206 | padding: 10px; | |
| 207 | font-size: 13px; | |
| 208 | line-height: 15px; | |
| 209 | } | |
| 210 | ||
| 211 | #wrapper #content .post .copy a {
| |
| 212 | color: #6e7173; | |
| 213 | text-decoration: underline; | |
| 214 | } | |
| 215 | ||
| 216 | #wrapper #content .post .copy p {
| |
| 217 | margin: 10px 0 0 0; | |
| 218 | padding: 0; | |
| 219 | } | |
| 220 | ||
| 221 | #wrapper #content .post .copy pre {
| |
| 222 | margin: 10px 0px 10px 0px; | |
| 223 | padding: 10px; | |
| 224 | background-color: #e6e6e6; | |
| 225 | font: normal 11px courier, monospace; | |
| 226 | overflow: auto; | |
| 227 | } | |
| 228 | ||
| 229 | #wrapper #content .post .copy > p:first-child {
| |
| 230 | margin-top: 0; | |
| 231 | } | |
| 232 | ||
| 233 | #wrapper #content .post .copy img {
| |
| 234 | max-width: 100%; | |
| 235 | } | |
| 236 | ||
| 237 | #wrapper #content .post .audio {
| |
| 238 | background: #eaeaea; | |
| 239 | float: left; | |
| 240 | padding: 7px; | |
| 241 | margin-bottom: 10px; | |
| 242 | -moz-border-radius: 4px; | |
| 243 | -webkit-border-radius: 4px; | |
| 244 | border-radius: 4px; | |
| 245 | } | |
| 246 | ||
| 247 | #wrapper #content .post .audio .player {
| |
| 248 | float: left; | |
| 249 | } | |
| 250 | ||
| 251 | #wrapper #content .post .audio .player .audio_player embed {
| |
| 252 | border: 1px solid #c8c8c8; | |
| 253 | } | |
| 254 | ||
| 255 | #wrapper #content .post .audio .meta {
| |
| 256 | padding: 8px 13px; | |
| 257 | height: 13px; | |
| 258 | float: left; | |
| 259 | color: #666; | |
| 260 | font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', sans-serif; | |
| 261 | font-size: 11px; | |
| 262 | text-transform: lowercase; | |
| 263 | } | |
| 264 | ||
| 265 | #wrapper #content .post .audio .meta a {
| |
| 266 | color: #666; | |
| 267 | text-decoration: none; | |
| 268 | } | |
| 269 | ||
| 270 | #wrapper #content .post .album_art {
| |
| 271 | text-align: center; | |
| 272 | } | |
| 273 | ||
| 274 | #wrapper #content .post .question {
| |
| 275 | color: #494949; | |
| 276 | font-size: 16px; | |
| 277 | font-weight: bold; | |
| 278 | background: #f1f1f1; | |
| 279 | -moz-border-radius: 8px; | |
| 280 | -webkit-border-radius: 8px; | |
| 281 | border-radius: 8px; | |
| 282 | margin: 0 0 15px 0; | |
| 283 | padding: 15px 20px; | |
| 284 | position: relative; | |
| 285 | } | |
| 286 | ||
| 287 | #wrapper #content .post .question .nipple {
| |
| 288 | width: 13px; | |
| 289 | height: 7px; | |
| 290 | background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
| |
| 291 | position: absolute; | |
| 292 | bottom: -7px; | |
| 293 | left: 30px; | |
| 294 | } | |
| 295 | ||
| 296 | #wrapper #content .post .asker_container {
| |
| 297 | margin: 0 0 20px 24px; | |
| 298 | } | |
| 299 | ||
| 300 | #wrapper #content .post .asker_container img {
| |
| 301 | margin: 0 12px -7px 0; | |
| 302 | } | |
| 303 | ||
| 304 | #wrapper #content .post .asker_container a.asker {
| |
| 305 | color: ; | |
| 306 | } | |
| 307 | ||
| 308 | #wrapper #content .post .title {
| |
| 309 | ||
| 310 | background: #000; | |
| 311 | -moz-border-radius: 8px; | |
| 312 | -webkit-border-radius: 8px; | |
| 313 | border-radius: 8px; | |
| 314 | color: #fff; | |
| 315 | font-size: 16px; | |
| 316 | font-weight: bold; | |
| 317 | padding: 10px; | |
| 318 | margin:3px; | |
| 319 | } | |
| 320 | ||
| 321 | #wrapper #content .post img {
| |
| 322 | max-width: 500px; | |
| 323 | } | |
| 324 | ||
| 325 | #wrapper #content .post .chat {
| |
| 326 | background-color: #fff; | |
| 327 | border-left: 5px solid #dedddd; | |
| 328 | margin: 10px 10px 0 10px; | |
| 329 | font-size: 14px; | |
| 330 | } | |
| 331 | ||
| 332 | #wrapper #content .post .chat .lines {
| |
| 333 | margin-left: 1px; | |
| 334 | } | |
| 335 | ||
| 336 | #wrapper #content .post .chat .lines .line {
| |
| 337 | background-color: #eaeaea; | |
| 338 | color: #494949; | |
| 339 | margin-bottom: 1px; | |
| 340 | padding: 3px 5px; | |
| 341 | } | |
| 342 | ||
| 343 | #wrapper #content .post .chat .lines .line.even {
| |
| 344 | background-color: #dedddd; | |
| 345 | } | |
| 346 | ||
| 347 | #wrapper #content .post .link {
| |
| 348 | margin: 4px 0 2px 0; | |
| 349 | font-size: 16px; | |
| 350 | line-height: 25px; | |
| 351 | } | |
| 352 | ||
| 353 | #wrapper #content .post .link a {
| |
| 354 | background-color: #000000; | |
| 355 | color: #fff; | |
| 356 | padding: 5px 7px; | |
| 357 | -moz-border-radius: 4px; | |
| 358 | -webkit-border-radius: 4px; | |
| 359 | border-radius: 4px; | |
| 360 | } | |
| 361 | ||
| 362 | #wrapper #content .post .link a:hover {
| |
| 363 | opacity: 0.9; | |
| 364 | filter: alpha(opacity=90); | |
| 365 | -ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=90)"; | |
| 366 | } | |
| 367 | ||
| 368 | #wrapper #content .post .footer {
| |
| 369 | background: #eaeaea; | |
| 370 | -moz-border-radius: 4px; | |
| 371 | -webkit-border-radius: 4px; | |
| 372 | border-radius: 4px; | |
| 373 | font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', sans-serif; | |
| 374 | font-size: 11px; | |
| 375 | color: #666; | |
| 376 | padding: 5px 10px; | |
| 377 | margin-top: 10px; | |
| 378 | } | |
| 379 | ||
| 380 | #wrapper #content .post .footer:hover {
| |
| 381 | opacity: 0.9; | |
| 382 | filter: alpha(opacity=90); | |
| 383 | -ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=90)"; | |
| 384 | } | |
| 385 | ||
| 386 | #wrapper #content .post .footer .date {
| |
| 387 | width: 67%; | |
| 388 | float: left; | |
| 389 | color: #000000; | |
| 390 | } | |
| 391 | ||
| 392 | #wrapper #content .post .footer .notes {
| |
| 393 | width: 33%; | |
| 394 | float: right; | |
| 395 | text-align: right; | |
| 396 | color: #666; | |
| 397 | } | |
| 398 | ||
| 399 | #wrapper #content .post .footer .notes a {
| |
| 400 | color: #666; | |
| 401 | } | |
| 402 | ||
| 403 | #wrapper #content .post .footer .tags a {
| |
| 404 | color: #4a4a51; | |
| 405 | text-decoration: underline; | |
| 406 | } | |
| 407 | ||
| 408 | #wrapper #content .post .footer .tags .tag-commas:last-child {
| |
| 409 | display: none; | |
| 410 | } | |
| 411 | ||
| 412 | #wrapper #content .post a {
| |
| 413 | color: #6e7173; | |
| 414 | text-decoration: none; | |
| 415 | } | |
| 416 | ||
| 417 | #wrapper #content .post .copy blockquote {
| |
| 418 | margin: 10px 0px 10px 10px; | |
| 419 | padding-left: 15px; | |
| 420 | border-left: solid 4px #dcdcdc; | |
| 421 | } | |
| 422 | ||
| 423 | #wrapper #content .post .copy blockquote blockquote {
| |
| 424 | border-left: solid 4px #cccccc; | |
| 425 | } | |
| 426 | ||
| 427 | #wrapper #content .post .copy blockquote blockquote blockquote {
| |
| 428 | border-left: solid 4px #bcbcbc; | |
| 429 | } | |
| 430 | ||
| 431 | #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
| |
| 432 | border-left: solid 4px #acacac; | |
| 433 | } | |
| 434 | ||
| 435 | #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
| |
| 436 | border-left: solid 4px #9c9c9c; | |
| 437 | } | |
| 438 | ||
| 439 | #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
| |
| 440 | border-left: solid 4px #8c8c8c; | |
| 441 | } | |
| 442 | ||
| 443 | #wrapper #content .bottom {
| |
| 444 | background: url('http://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;
| |
| 445 | width: 513px; | |
| 446 | height: 40px; | |
| 447 | margin: 0 auto; | |
| 448 | } | |
| 449 | ||
| 450 | #wrapper #content #navigation {
| |
| 451 | text-align: right; | |
| 452 | padding-bottom: 35px; | |
| 453 | text-transform: lowercase; | |
| 454 | } | |
| 455 | ||
| 456 | #wrapper #content #navigation a {
| |
| 457 | background-color: #fff; | |
| 458 | color: #000000; | |
| 459 | padding: 5px 10px; | |
| 460 | text-decoration: none; | |
| 461 | margin-left: 25px; | |
| 462 | } | |
| 463 | ||
| 464 | #wrapper #content #navigation a:hover {
| |
| 465 | opacity: 0.9; | |
| 466 | filter: alpha(opacity=90); | |
| 467 | -ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=90)"; | |
| 468 | } | |
| 469 | ||
| 470 | #wrapper #content #navigation.jump_pagination {}
| |
| 471 | ||
| 472 | #wrapper #content #navigation.jump_pagination a {
| |
| 473 | margin: 0 0 0 4px; | |
| 474 | } | |
| 475 | ||
| 476 | #wrapper #content #navigation.jump_pagination .current_page {
| |
| 477 | color: #fff; | |
| 478 | background-color: rgba(255,255,255, 0.1); | |
| 479 | border: 2px solid #fff; | |
| 480 | padding: 3px 8px; | |
| 481 | margin: 0 0 0 4px; | |
| 482 | cursor: default; | |
| 483 | } | |
| 484 | ||
| 485 | #wrapper #content #navigation.jump_pagination .jump_page {}
| |
| 486 | ||
| 487 | #wrapper #content .post .notecontainer {
| |
| 488 | background: #eaeaea; | |
| 489 | -moz-border-radius: 4px; | |
| 490 | -webkit-border-radius: 4px; | |
| 491 | border-radius: 4px; | |
| 492 | font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', sans-serif; | |
| 493 | font-size: 11px; | |
| 494 | color: #666; | |
| 495 | margin-top: 10px; | |
| 496 | margin-bottom: -10px; | |
| 497 | } | |
| 498 | ||
| 499 | #wrapper #content .post .notecontainer a {
| |
| 500 | color: #666; | |
| 501 | text-decoration: underline; | |
| 502 | } | |
| 503 | ||
| 504 | #wrapper #content .post .notecontainer ol.notes {
| |
| 505 | padding: 0px 0 10px 0; | |
| 506 | list-style-type: none; | |
| 507 | font-size: 11px; | |
| 508 | } | |
| 509 | ||
| 510 | #wrapper #content .post .notecontainer ol.notes li.note {
| |
| 511 | padding: 10px 10px 0 10px; | |
| 512 | } | |
| 513 | ||
| 514 | #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
| |
| 515 | vertical-align: -4px; | |
| 516 | margin-right: 10px; | |
| 517 | width: 16px; | |
| 518 | height: 16px; | |
| 519 | } | |
| 520 | ||
| 521 | #wrapper #content .post .notecontainer ol.notes li.note span.action {
| |
| 522 | font-weight: normal; | |
| 523 | } | |
| 524 | ||
| 525 | #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
| |
| 526 | font-weight: normal; | |
| 527 | } | |
| 528 | ||
| 529 | #wrapper #content .post .notecontainer ol.notes li.note blockquote {
| |
| 530 | border-left: 2px solid #666; | |
| 531 | padding: 4px 10px; | |
| 532 | margin: 10px 0px 0px 25px; | |
| 533 | } | |
| 534 | ||
| 535 | #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
| |
| 536 | text-decoration: none; | |
| 537 | } | |
| 538 | ||
| 539 | #wrapper #content #searchresults {
| |
| 540 | color: #fff; | |
| 541 | margin: 0 0 15px 0; | |
| 542 | text-shadow: #2f2f2f 1px 3px 5px; | |
| 543 | font-family: arial, 'helvetica neue', helvetica, sans-serif; | |
| 544 | font-size: 20px; | |
| 545 | } | |
| 546 | ||
| 547 | #wrapper #content #searchresults .search_query {
| |
| 548 | font-weight: bold; | |
| 549 | } | |
| 550 | ||
| 551 | #wrapper #content #searchresults .search_query:before {
| |
| 552 | content:'?'; | |
| 553 | } | |
| 554 | ||
| 555 | #wrapper #content #searchresults .search_query:after {
| |
| 556 | content:'?'; | |
| 557 | } | |
| 558 | ||
| 559 | #wrapper #sidebar {
| |
| 560 | width: 250px; | |
| 561 | float: right; | |
| 562 | color: #202020; | |
| 563 | font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', sans-serif | |
| 564 | } | |
| 565 | ||
| 566 | #wrapper #sidebar a {
| |
| 567 | color: #2aafbb; | |
| 568 | } | |
| 569 | ||
| 570 | #wrapper #sidebar #top {
| |
| 571 | background:#fff; | |
| 572 | padding: 0 20px; | |
| 573 | ||
| 574 | -webkit-border-top-left-radius: 10px; | |
| 575 | -webkit-border-top-right-radius: 10px; | |
| 576 | -moz-border-radius-topleft: 10px; | |
| 577 | -moz-border-radius-topright: 10px; | |
| 578 | border-top-left-radius: 10px; | |
| 579 | border-top-right-radius: 10px; | |
| 580 | } | |
| 581 | ||
| 582 | #wrapper #sidebar #top #avatar {
| |
| 583 | padding: 15px; | |
| 584 | background:white; | |
| 585 | -webkit-border-radius: 10px; | |
| 586 | -moz-border-radius: 10px; | |
| 587 | width:128px; | |
| 588 | width:128px; | |
| 589 | border-radius: 10px; | |
| 590 | position: relative; | |
| 591 | top: -24px; | |
| 592 | left: -5px; | |
| 593 | } | |
| 594 | ||
| 595 | #wrapper #sidebar #top #pages {
| |
| 596 | margin-bottom: 15px; | |
| 597 | font-size: 12px; | |
| 598 | } | |
| 599 | ||
| 600 | #wrapper #sidebar #top #pages.ask_and_submit {
| |
| 601 | display: none; | |
| 602 | display: block; | |
| 603 | display: block; | |
| 604 | } | |
| 605 | ||
| 606 | #wrapper #sidebar #top #pages a.page {
| |
| 607 | display: block; | |
| 608 | float: left; | |
| 609 | background-color: #e4e4e4; | |
| 610 | color: #a1a1a1; | |
| 611 | padding: 4px 5px; | |
| 612 | margin: 0 5px 5px 0; | |
| 613 | -webkit-border-radius: 3px; | |
| 614 | -moz-border-radius: 3px; | |
| 615 | border-radius: 3px; | |
| 616 | } | |
| 617 | ||
| 618 | #wrapper #sidebar #top #pages a.page:last-child {
| |
| 619 | margin-right: 0; | |
| 620 | } | |
| 621 | ||
| 622 | #wrapper #sidebar #top #pages a.page:hover {
| |
| 623 | opacity: 0.9; | |
| 624 | filter: alpha(opacity=90); | |
| 625 | -ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=90)"; | |
| 626 | } | |
| 627 | ||
| 628 | #wrapper #sidebar #top #description {
| |
| 629 | font-size: 11px; | |
| 630 | position: relative; | |
| 631 | top: -18px; | |
| 632 | } | |
| 633 | ||
| 634 | #wrapper #sidebar #top #description a {
| |
| 635 | color: #999999; | |
| 636 | text-decoration: underline; | |
| 637 | } | |
| 638 | ||
| 639 | #wrapper #sidebar #top #search {
| |
| 640 | background: #fff; | |
| 641 | border: 1px solid #cccccc; | |
| 642 | ||
| 643 | -moz-border-radius: 4px; | |
| 644 | -webkit-border-radius: 4px; | |
| 645 | border-radius: 4px; | |
| 646 | } | |
| 647 | ||
| 648 | #wrapper #sidebar #top #search-scope {
| |
| 649 | padding-top: 5px; | |
| 650 | font-size: 11px; | |
| 651 | text-align: center; | |
| 652 | } | |
| 653 | ||
| 654 | #wrapper #sidebar #top #search-scope input, | |
| 655 | #wrapper #sidebar #top #search-scope label {
| |
| 656 | cursor: pointer; | |
| 657 | } | |
| 658 | ||
| 659 | #wrapper #sidebar #top #search form {
| |
| 660 | margin: 0; | |
| 661 | } | |
| 662 | ||
| 663 | #wrapper #sidebar #top #search form .query {
| |
| 664 | padding: 5px; | |
| 665 | border: none; | |
| 666 | background: transparent; | |
| 667 | outline: none; | |
| 668 | width: 125px; | |
| 669 | float: left; | |
| 670 | color: #e4e4e4; | |
| 671 | } | |
| 672 | ||
| 673 | #wrapper #sidebar #top #search form .submit {
| |
| 674 | background: #e4e4e4; | |
| 675 | color: #999999; | |
| 676 | border: none; | |
| 677 | padding: 5px 7px; | |
| 678 | margin: 3px 3px 2px 0; | |
| 679 | float: right; | |
| 680 | -moz-border-radius: 3px; | |
| 681 | -webkit-border-radius: 3px; | |
| 682 | border-radius: 3px; | |
| 683 | cursor: pointer; | |
| 684 | } | |
| 685 | ||
| 686 | #wrapper #sidebar #top #search form .submit:hover {
| |
| 687 | opacity: 0.9; | |
| 688 | filter: alpha(opacity=90); | |
| 689 | -ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=90)"; | |
| 690 | } | |
| 691 | ||
| 692 | #wrapper #sidebar #top .heading {
| |
| 693 | color: #fff; | |
| 694 | font-family: helvetica, arial, sans-serif; | |
| 695 | font-size: 17px; | |
| 696 | margin-top: 20px; | |
| 697 | padding: 10px; | |
| 698 | background-color: #000000; | |
| 699 | -webkit-border-top-left-radius: 4px; | |
| 700 | -webkit-border-top-right-radius: 4px; | |
| 701 | -moz-border-radius-topleft: 4px; | |
| 702 | -moz-border-radius-topright: 4px; | |
| 703 | border-top-left-radius: 4px; | |
| 704 | border-top-right-radius: 4px; | |
| 705 | } | |
| 706 | ||
| 707 | #wrapper #sidebar #top a .heading {
| |
| 708 | color: #fff; | |
| 709 | text-decoration: none; | |
| 710 | } | |
| 711 | ||
| 712 | #wrapper #sidebar #top .heading#followontumblr {
| |
| 713 | background: url('http://ashleyyisah.tumblr.com/themes/redux/sidebar-follow-on-en_us.png') center left no-repeat #000000;
| |
| 714 | text-indent: -9999px; | |
| 715 | -moz-border-radius: 4px; | |
| 716 | -webkit-border-radius: 4px; | |
| 717 | border-radius: 4px; | |
| 718 | ||
| 719 | ||
| 720 | ||
| 721 | ||
| 722 | ||
| 723 | ||
| 724 | ||
| 725 | ||
| 726 | } | |
| 727 | ||
| 728 | #wrapper #sidebar #top .heading#followontumblr:hover, | |
| 729 | #wrapper #sidebar #top .heading#twitter:hover {
| |
| 730 | opacity: 0.9; | |
| 731 | filter: alpha(opacity=90); | |
| 732 | -ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=90)"; | |
| 733 | } | |
| 734 | ||
| 735 | #wrapper #sidebar #top .heading#twitter {
| |
| 736 | background: url('http://assets.tumblr.com/themes/redux/sidebar-twitter.png') right center no-repeat #000000;
| |
| 737 | } | |
| 738 | ||
| 739 | #wrapper #sidebar #top .heading#following {
| |
| 740 | background: url('http://assets.tumblr.com/themes/redux/sidebar-following.png') right center no-repeat #000000;
| |
| 741 | } | |
| 742 | ||
| 743 | #wrapper #sidebar #top .content {
| |
| 744 | margin-top: 2px; | |
| 745 | padding: 7px 10px; | |
| 746 | background: #eaeaea; | |
| 747 | color: #666; | |
| 748 | font-size: 11px; | |
| 749 | overflow: hidden; | |
| 750 | } | |
| 751 | ||
| 752 | #wrapper #sidebar #top a {
| |
| 753 | text-decoration: none; | |
| 754 | } | |
| 755 | ||
| 756 | #wrapper #sidebar #top #following-avatars.content {
| |
| 757 | padding: 4px; | |
| 758 | } | |
| 759 | ||
| 760 | #wrapper #sidebar #top #following-avatars.content a img {
| |
| 761 | margin: 5px; | |
| 762 | } | |
| 763 | ||
| 764 | #wrapper #sidebar #top #buttons {
| |
| 765 | padding: 20px 0 0 0; | |
| 766 | } | |
| 767 | ||
| 768 | #wrapper #sidebar #top #buttons .button {
| |
| 769 | width: 35%; | |
| 770 | height: 21px; | |
| 771 | float: left; | |
| 772 | background: left center no-repeat transparent; | |
| 773 | padding: 2px 0 0 30px; | |
| 774 | font-size: 14px; | |
| 775 | } | |
| 776 | ||
| 777 | #wrapper #sidebar #top #buttons a {
| |
| 778 | color: #999999; | |
| 779 | text-decoration: none; | |
| 780 | } | |
| 781 | ||
| 782 | #wrapper #sidebar #top #buttons div {
| |
| 783 | padding-bottom: 10px; | |
| 784 | } | |
| 785 | ||
| 786 | #wrapper #sidebar #top #buttons .button#button-rss {
| |
| 787 | background-image: url('http://assets.tumblr.com/themes/redux/button-rss.png?2');
| |
| 788 | text-transform: capitalize; | |
| 789 | } | |
| 790 | ||
| 791 | #wrapper #sidebar #top #buttons .button#button-random {
| |
| 792 | background-image: url('http://assets.tumblr.com/themes/redux/button-random.png?2');
| |
| 793 | } | |
| 794 | ||
| 795 | #wrapper #sidebar #top #buttons .button#button-archive {
| |
| 796 | background-image: url('http://assets.tumblr.com/themes/redux/button-archive.png?2');
| |
| 797 | } | |
| 798 | ||
| 799 | #wrapper #sidebar #top #buttons .button#button-mobile {
| |
| 800 | background-image: url('http://assets.tumblr.com/themes/redux/button-mobile.png?2');
| |
| 801 | } | |
| 802 | ||
| 803 | #wrapper #sidebar #bottom {
| |
| 804 | background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
| |
| 805 | width: 250px; | |
| 806 | height: 25px; | |
| 807 | } | |
| 808 | ||
| 809 | #wrapper #sidebar #copyright {
| |
| 810 | text-align: center; | |
| 811 | color: #090909; | |
| 812 | font-size: 8pt; | |
| 813 | margin: 5px; | |
| 814 | } | |
| 815 | ||
| 816 | #wrapper #sidebar #copyright a {
| |
| 817 | color: #090909; | |
| 818 | margin-left: 15px; | |
| 819 | } | |
| 820 | ||
| 821 | </style> | |
| 822 | ||
| 823 | </head> | |
| 824 | <body> | |
| 825 | <div id="wrapper"> | |
| 826 | <div id="title"> | |
| 827 | <a href="/"> | |
| 828 | {block:ifheaderimage}<img src="{image:header}" />{/block:ifheaderimage}
| |
| 829 | {block:ifnotheaderimage}{title}{/block:ifnotheaderimage}
| |
| 830 | </a> | |
| 831 | </div> | |
| 832 | ||
| 833 | <div id="content"> | |
| 834 | ||
| 835 | {block:searchpage}
| |
| 836 | {block:searchresults}
| |
| 837 | <div id="searchresults">{lang:searchresultcount results for searchquery 2}</div>
| |
| 838 | {/block:searchresults}
| |
| 839 | ||
| 840 | {block:nosearchresults}
| |
| 841 | <div id="searchresults">{lang:no search results for searchquery 2}</div>
| |
| 842 | {/block:nosearchresults}
| |
| 843 | {/block:searchpage}
| |
| 844 | ||
| 845 | {block:posts}
| |
| 846 | <div class="post"> | |
| 847 | ||
| 848 | {block:photo}
| |
| 849 | <div class="media">{linkopentag}<img src="{photourl-500}" alt="{photoalt}" />{linkclosetag}</div>
| |
| 850 | {block:caption}<div class="copy">{caption}</div>{/block:caption}
| |
| 851 | {/block:photo}
| |
| 852 | ||
| 853 | {block:video}
| |
| 854 | <div class="media">{video-500}</div>
| |
| 855 | {block:caption}<div class="copy">{caption}</div>{/block:caption}
| |
| 856 | {/block:video}
| |
| 857 | ||
| 858 | {block:audio}
| |
| 859 | {block:ifshowalbumartonaudioposts}
| |
| 860 | {block:albumart}
| |
| 861 | <div class="album_art"> | |
| 862 | <img src="{albumarturl}" alt="{block:artist}{artist}{/block:artist}{block:trackname} - {trackname}{/block:trackname}" style="margin-bottom: 10px" />
| |
| 863 | </div> | |
| 864 | {/block:albumart}
| |
| 865 | {/block:ifshowalbumartonaudioposts}
| |
| 866 | ||
| 867 | <div class="audio"> | |
| 868 | <div class="player">{audioplayerwhite}</div>
| |
| 869 | <div class="meta">{playcountwithlabel}{block:externalaudio}<span class="download_external_audio"> ? <a href="{externalaudiourl}">{lang:download}</a></span>{/block:externalaudio}</div>
| |
| 870 | <div class="clear"></div> | |
| 871 | </div> | |
| 872 | <div class="clear"></div> | |
| 873 | {block:caption}<div class="copy">{caption}</div>{/block:caption}
| |
| 874 | {/block:audio}
| |
| 875 | ||
| 876 | {block:quote}
| |
| 877 | <div class="quote {length}">{quote}</div>
| |
| 878 | <div class="copy"> | |
| 879 | <div class="quotebg">?</div> | |
| 880 | {block:source}
| |
| 881 | <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| 882 | <tr> | |
| 883 | <td valign="top" style="width: 20px">?</td> | |
| 884 | <td valign="top" class="quote_source"> | |
| 885 | {source}
| |
| 886 | </td> | |
| 887 | </tr> | |
| 888 | </table> | |
| 889 | {/block:source}
| |
| 890 | </div> | |
| 891 | {/block:quote}
| |
| 892 | ||
| 893 | {block:text}
| |
| 894 | {block:title}<div class="title">{title}</div>{/block:title}
| |
| 895 | <div class="copy">{body}</div>
| |
| 896 | {/block:text}
| |
| 897 | ||
| 898 | {block:answer}
| |
| 899 | <div class="question"> | |
| 900 | <div class="nipple"></div> | |
| 901 | {question}
| |
| 902 | </div> | |
| 903 | <div class="asker_container"><img src="{askerportraiturl-24}">{asker}</div>
| |
| 904 | <div class="copy">{answer}</div>
| |
| 905 | {block:answer}
| |
| 906 | ||
| 907 | {block:chat}
| |
| 908 | {block:title}<div class="title">{title}</div>{/block:title}
| |
| 909 | <div class="chat"> | |
| 910 | <div class="lines"> | |
| 911 | {block:lines}
| |
| 912 | <div class="line {alt}">{block:label}<strong>{label}</strong>{/block:label} {line}</div>
| |
| 913 | {/block:lines}
| |
| 914 | </div> | |
| 915 | </div> | |
| 916 | <div class="clear"></div> | |
| 917 | <div style="height: 10px"></div> | |
| 918 | {/block:chat}
| |
| 919 | ||
| 920 | {block:link}
| |
| 921 | <div class="link"><a href="{url}" {target}>{name} ?</a></div>
| |
| 922 | {block:description}<div class="copy">{description}</div>{/block:description}
| |
| 923 | {/block:link}
| |
| 924 | ||
| 925 | {block:date}
| |
| 926 | <a href="{permalink}">
| |
| 927 | <div class="footer"> | |
| 928 | <div class="date"> | |
| 929 | {block:reblog}
| |
| 930 | {lang:reblogged timeago from reblogparentname} {block:rebloggedfromreblog}(<span style="text-transform:lowercase;">{lang:originally from reblogrootname}</span>){/block:rebloggedfromreblog}
| |
| 931 | {/block:reblog}
| |
| 932 | ||
| 933 | {block:notreblog}
| |
| 934 | {lang:posted timeago from source}
| |
| 935 | {/block:notreblog}
| |
| 936 | </div> | |
| 937 | <div class="notes">{block:notecount}{notecountwithlabel}{/block:notecount} {block:ifdisqusshortname}{block:notecount}?{/block:notecount} <a href="{permalink}#disqus_thread">{lang:view comments}</a>{/block:ifdisqusshortname}</div>
| |
| 938 | <div class="clear"></div> | |
| 939 | </div> | |
| 940 | </a> | |
| 941 | {/block:date}
| |
| 942 | ||
| 943 | {block:ifshowtags}
| |
| 944 | {block:hastags}<div class="footer"><div class="tags">{lang:tagged}: {block:tags}<a href="{tagurl}">{tag}</a><span class="tag-commas">, </span>{/block:tags}.</div></div>{/block:hastags}
| |
| 945 | {/block:ifshowtags}
| |
| 946 | ||
| 947 | {block:postnotes}<div class="notecontainer">{postnotes}</div>{/block:postnotes}
| |
| 948 | ||
| 949 | {block:ifdisqusshortname}
| |
| 950 | {block:permalink}
| |
| 951 | <div class="notecontainer" style="margin: 20px 0 1px 0; padding: 1px 10px 10px 10px;"> | |
| 952 | <div id="disqus_thread"></div> | |
| 953 | <script type="text/javascript" src="http://disqus.com/forums/{text:disqus shortname}/embed.js"></script>
| |
| 954 | <noscript><a href="http://{text:disqus shortname}.disqus.com/?url=ref">{lang:view the discussion thread}</a></noscript>
| |
| 955 | </div> | |
| 956 | <div style="text-align: right; margin-top: 5px"> | |
| 957 | {lang:blog comments powered by disqus 2}
| |
| 958 | </div> | |
| 959 | {/block:permalink}
| |
| 960 | {/block:ifdisqusshortname}
| |
| 961 | ||
| 962 | </div> | |
| 963 | <div class="bottom"></div> | |
| 964 | {/block:posts}
| |
| 965 | ||
| 966 | {block:pagination}
| |
| 967 | <div id="navigation" {block:ifenablejumppagination}class="jump_pagination"{/block:ifenablejumppagination}>
| |
| 968 | {block:previouspage}<a href="{previouspage}">? {lang:previous}</a>{/block:previouspage}
| |
| 969 | ||
| 970 | {block:ifenablejumppagination}
| |
| 971 | {block:jumppagination length="5"}
| |
| 972 | {block:currentpage}
| |
| 973 | <span class="current_page">{pagenumber}</span>
| |
| 974 | {/block:currentpage}
| |
| 975 | ||
| 976 | {block:jumppage}
| |
| 977 | <a class="jump_page" href="{url}">{pagenumber}</a>
| |
| 978 | {/block:jumppage}
| |
| 979 | ||
| 980 | {/block:jumppagination}
| |
| 981 | {/block:ifenablejumppagination}
| |
| 982 | ||
| 983 | {block:nextpage}<a href="{nextpage}">{lang:next page} ?</a>{/block:nextpage}
| |
| 984 | </div> | |
| 985 | {/block:pagination}
| |
| 986 | ||
| 987 | </div> | |
| 988 | ||
| 989 | <div id="sidebar"> | |
| 990 | <div id="top"> | |
| 991 | <div id="avatar"><a href="/"><img src="{portraiturl-128}" /></a></div>
| |
| 992 | <div id="description">{description}</div>
| |
| 993 | ||
| 994 | <div id="pages" class="ask_and_submit"> | |
| 995 | {block:askenabled}<a href="/ask" class="page">{asklabel}</a>{/block:askenabled}
| |
| 996 | {block:submissionsenabled}<a href="/submit" class="page">{submitlabel}</a>{/block:submissionsenabled}
| |
| 997 | <div class="clear"></div> | |
| 998 | </div> | |
| 999 | ||
| 1000 | {block:haspages}
| |
| 1001 | <div id="pages"> | |
| 1002 | {block:pages}<a href="{url}" class="page">{label}</a>{/block:pages}
| |
| 1003 | <div class="clear"></div> | |
| 1004 | </div> | |
| 1005 | {/block:haspages}
| |
| 1006 | ||
| 1007 | <div id="search"> | |
| 1008 | <form action="/search" method="get" id="search-form"> | |
| 1009 | <input type="hidden" name="t" value="{name}" />
| |
| 1010 | <input type="hidden" name="scope" value="all_of_tumblr" /> | |
| 1011 | <input type="text" name="q" class="query" value="{searchquery}" />
| |
| 1012 | <input type="submit" value="{lang:search}" class="submit" />
| |
| 1013 | <div class="clear"></div> | |
| 1014 | </form> | |
| 1015 | </div> | |
| 1016 | <div id="search-scope"> | |
| 1017 | <input type="radio" id="search-scope-me" name="scope" checked onclick="document.getelementbyid('search-form').action='/search'" /> <label for="search-scope-me" onclick="document.getelementbyid('search-form').action='/search'">{lang:my blog}</label>
| |
| 1018 | <input type="radio" id="search-scope-all" name="scope" onclick="document.getelementbyid('search-form').action='http://www.tumblr.com/search'" /> <label for="search-scope-all" onclick="document.getelementbyid('search-form').action='http://www.tumblr.com/search'">{lang:all of tumblr}</label>
| |
| 1019 | </div> | |
| 1020 | ||
| 1021 | <a href="http://www.tumblr.com/follow/{name}" style="text-decoration:none"><div class="heading" id="twitter">{lang:follow on tumblr}</div></a>
| |
| 1022 | ||
| 1023 | {block:twitter}
| |
| 1024 | <div id="twitterwrapper" style="display: none"> | |
| 1025 | <a href="http://twitter.com/{twitterusername}" style="text-decoration: none"><div class="heading" id="twitter">{lang:latest tweets}</div></a>
| |
| 1026 | <div id="tweetcontainer"></div> | |
| 1027 | <script type="text/javascript"> | |
| 1028 | function recent_tweets(data) {
| |
| 1029 | document.getelementbyid("twitterwrapper").style.display = "block";
| |
| 1030 | for(i = 0; i < data.length; i++) {
| |
| 1031 | document.getelementbyid("tweetcontainer").innerhtml = document.getelementbyid("tweetcontainer").innerhtml + '<a href="http://twitter.com/{twitterusername}/status/' + data[i].id + '"><div class="content">' + data[i].text + '</div></a>';
| |
| 1032 | } | |
| 1033 | } | |
| 1034 | </script> | |
| 1035 | </div> | |
| 1036 | {/block:twitter}
| |
| 1037 | ||
| 1038 | {block:ifshowpeopleifollow}
| |
| 1039 | {block:following}
| |
| 1040 | <div class="heading" id="following">{lang:following}</div>
| |
| 1041 | <div class="content" id="following-avatars"> | |
| 1042 | {block:followed}<a href="{followedurl}"><img src="{followedportraiturl-40}" /></a>{/block:followed}
| |
| 1043 | </div> | |
| 1044 | {/block:following}
| |
| 1045 | {/block:ifshowpeopleifollow}
| |
| 1046 | ||
| 1047 | <div id="buttons"> | |
| 1048 | <div class="row"> | |
| 1049 | <div class="button" id="button-rss"><a href="{rss}">{lang:rss feed}</a></div>
| |
| 1050 | <div class="button" id="button-random"><a href="/random">{lang:random}</a></div>
| |
| 1051 | </div> | |
| 1052 | <div class="clear"></div> | |
| 1053 | <div class="row"> | |
| 1054 | <div class="button" id="button-archive"><a href="/archive">{lang:archive}</a></div>
| |
| 1055 | <div class="button" id="button-mobile"><a href="/mobile">{lang:mobile}</a></div>
| |
| 1056 | </div> | |
| 1057 | ||
| 1058 | ||
| 1059 | ||
| 1060 | <div id="copyright"> | |
| 1061 | © 2012 <a href="http://www.tumblr.com">powered by tumblr</a><br>| | |
| 1062 | <a href="http://www.ashleyyisah.tumblr.com/my original themes/" target="_blank">Theme</a> | | |
| 1063 | ||
| 1064 | ||
| 1065 | ||
| 1066 | ||
| 1067 | ||
| 1068 | ||
| 1069 | <div class="clear"></div> | |
| 1070 | </div> | |
| 1071 | ||
| 1072 | </div> | |
| 1073 | ||
| 1074 | <div id="bottom"></div> | |
| 1075 | ||
| 1076 | </div> | |
| 1077 | ||
| 1078 | <div class="clear"></div> | |
| 1079 | </div> | |
| 1080 | ||
| 1081 | {block:twitter}
| |
| 1082 | <script type="text/javascript" src="/tweets.js"></script> | |
| 1083 | {/block:twitter}
| |
| 1084 | ||
| 1085 | {block:ifdisqusshortname}
| |
| 1086 | <script type="text/javascript"> | |
| 1087 | //<![cdata[ | |
| 1088 | (function() {
| |
| 1089 | var links = document.getelementsbytagname('a');
| |
| 1090 | var query = '?'; | |
| 1091 | for(var i = 0; i < links.length; i++) {
| |
| 1092 | if(links[i].href.indexof('#disqus_thread') >= 0) {
| |
| 1093 | query += 'url' + i + '=' + encodeuricomponent(links[i].href) + '&'; | |
| 1094 | } | |
| 1095 | } | |
| 1096 | document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:disqus shortname}/get_num_replies.js' + query + '"></' + 'script>');
| |
| 1097 | })(); | |
| 1098 | //]]> | |
| 1099 | </script> | |
| 1100 | {/block:ifdisqusshortname}
| |
| 1101 | </body> | |
| 1102 | </html> |