SHOW:
|
|
- or go back to the newest paste.
| 1 | <!--- | |
| 2 | theme by vicki | |
| 3 | don't repost or copy!! | |
| 4 | ---> | |
| 5 | ||
| 6 | <html> | |
| 7 | <head> | |
| 8 | <!-- DEFAULT VARIABLES --> | |
| 9 | <meta name="color:background" content="#fff" /> | |
| 10 | <meta name="color:sidebar" content="#fff" /> | |
| 11 | <meta name="color:info" content="#fff" /> | |
| 12 | <meta name="color:questions" content="#fff" /> | |
| 13 | <meta name="color:text" content="#4f4f4f" /> | |
| 14 | <meta name="color:title" content="#dfa888" /> | |
| 15 | <meta name="color:link" content="#ce6e6a" /> | |
| 16 | <meta name="color:link hover" content="#aa686b" /> | |
| 17 | <meta name="color:sbarlinks" content="#a56f50" /> | |
| 18 | <meta name="color:sbarlinks hover" content="#7a5038" /> | |
| 19 | <meta name="color:border" content="#f0e0d1" /> | |
| 20 | <meta name="color:shadow" content="#cb9868" /> | |
| 21 | ||
| 22 | <meta name="font:title" content="georgia" /> | |
| 23 | <meta name="font:body" content="helvetica" /> | |
| 24 | <meta name="font:info" content="georgia" /> | |
| 25 | ||
| 26 | <meta name="image:sidebar" content="" /> | |
| 27 | <meta name="image:background" content="" /> | |
| 28 | ||
| 29 | <meta name="text:link1" content="" /> | |
| 30 | <meta name="text:link1 title" content="" /> | |
| 31 | <meta name="text:link2" content="" /> | |
| 32 | <meta name="text:link2 title" content="" /> | |
| 33 | <meta name="text:link3" content="" /> | |
| 34 | <meta name="text:link3 title" content="" /> | |
| 35 | <meta name="text:link4" content="" /> | |
| 36 | <meta name="text:link4 title" content="" /> | |
| 37 | <meta name="text:link4" content="" /> | |
| 38 | ||
| 39 | ||
| 40 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| 41 | <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}
| |
| 42 | {block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
| |
| 43 | {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
| |
| 44 | ||
| 45 | <link rel="shortcut icon" href="{Favicon}" />
| |
| 46 | <link rel="alternate" type="application/rss+xml" href="{RSS}" />
| |
| 47 | <link href='http://fonts.googleapis.com/css?family=Yesteryear|Engagement|Norican|Cookie' rel='stylesheet' type='text/css'> | |
| 48 | ||
| 49 | <style type="text/css"> | |
| 50 | body {
| |
| 51 | background-color:{color:background};
| |
| 52 | color:{color:text};
| |
| 53 | font-family:{font:body};
| |
| 54 | text-align:left; | |
| 55 | font-size:11px; | |
| 56 | background-image:url('{image:background}');
| |
| 57 | background-attachment:fixed; | |
| 58 | background-position:bottom left; | |
| 59 | background-repeat:no-repeat; | |
| 60 | } | |
| 61 | ||
| 62 | a, a:link, a:visited {
| |
| 63 | color:{color:link};
| |
| 64 | text-decoration:none; | |
| 65 | -webkit-transition: .5s ease-in; | |
| 66 | -moz-transition: .5s ease-in; | |
| 67 | -o-transition: .5s ease-in; | |
| 68 | -ms-transition: .5s ease-in; | |
| 69 | } | |
| 70 | ||
| 71 | a:hover, a:active, a:focus {
| |
| 72 | color:{color:link hover};
| |
| 73 | text-decoration:none; | |
| 74 | -webkit-transition: .5s ease-in; | |
| 75 | -moz-transition: .5s ease-in; | |
| 76 | -o-transition: .5s ease-in; | |
| 77 | -ms-transition: .5s ease-in; | |
| 78 | } | |
| 79 | ||
| 80 | #entries {
| |
| 81 | margin-left:435px; | |
| 82 | margin-top:0; | |
| 83 | width:505px; | |
| 84 | } | |
| 85 | ||
| 86 | #posts {
| |
| 87 | position:relative; | |
| 88 | margin-bottom:10px; | |
| 89 | padding:8px; | |
| 90 | } | |
| 91 | ||
| 92 | .pinfo {
| |
| 93 | position:absolute; | |
| 94 | left:520px; | |
| 95 | top:-1px; | |
| 96 | width:105px; | |
| 97 | font-family:calibri, helvetica, sans-serif; | |
| 98 | font-size:10px; | |
| 99 | } | |
| 100 | ||
| 101 | .pinfo img {
| |
| 102 | opacity:.8; | |
| 103 | -webkit-transition: .5s ease-in; | |
| 104 | -moz-transition: .5s ease-in; | |
| 105 | -o-transition: .5s ease-in; | |
| 106 | -ms-transition: .5s ease-in; | |
| 107 | } | |
| 108 | ||
| 109 | .pinfo img:hover {
| |
| 110 | opacity:1; | |
| 111 | -webkit-transition: .5s ease-in; | |
| 112 | -moz-transition: .5s ease-in; | |
| 113 | -o-transition: .5s ease-in; | |
| 114 | -ms-transition: .5s ease-in; | |
| 115 | } | |
| 116 | ||
| 117 | .date {
| |
| 118 | border-bottom:1px dotted {color:border};
| |
| 119 | text-align:center; | |
| 120 | text-transform:uppercase; | |
| 121 | margin-bottom:3px; | |
| 122 | width:110px !important; | |
| 123 | } | |
| 124 | ||
| 125 | .notecount {
| |
| 126 | border-top:1px dotted {color:border};
| |
| 127 | text-align:center; | |
| 128 | text-transform:uppercase; | |
| 129 | clear:both; | |
| 130 | } | |
| 131 | ||
| 132 | .rbicon {
| |
| 133 | float:left; | |
| 134 | } | |
| 135 | ||
| 136 | .rbicon2 {
| |
| 137 | float:right; | |
| 138 | } | |
| 139 | ||
| 140 | #sidebar {
| |
| 141 | position:fixed; | |
| 142 | margin-top:50px; | |
| 143 | margin-left:200px; | |
| 144 | width:210px; | |
| 145 | font-family:helvetica, arial, sans-serif; | |
| 146 | background-color:{color:sidebar};
| |
| 147 | font-size:10px; | |
| 148 | text-align:center; | |
| 149 | } | |
| 150 | ||
| 151 | #sbarimg {
| |
| 152 | margin-bottom:2px; | |
| 153 | margin-left:auto; | |
| 154 | margin-right:auto; | |
| 155 | } | |
| 156 | ||
| 157 | #sbarimg img {
| |
| 158 | max-width:200px; | |
| 159 | border:1px solid {color:border};
| |
| 160 | padding:5px; | |
| 161 | } | |
| 162 | ||
| 163 | #title {
| |
| 164 | font-family:'cookie', cursive; | |
| 165 | font-size:28px; | |
| 166 | color:{color:title};
| |
| 167 | line-height:70%; | |
| 168 | margin:3px auto 3px auto; | |
| 169 | text-align:center; | |
| 170 | } | |
| 171 | ||
| 172 | #sbarlinks {
| |
| 173 | width:auto; | |
| 174 | height:15px; | |
| 175 | text-align:center; | |
| 176 | text-transform:uppercase; | |
| 177 | line-height:15px; | |
| 178 | border-top:1px dotted {color:border};
| |
| 179 | } | |
| 180 | ||
| 181 | #sbarlinks a {
| |
| 182 | display:inline-block; | |
| 183 | font-family:calibri, helvetica, sans-serif; | |
| 184 | font-size:10px; | |
| 185 | color:{color:sbarlinks};
| |
| 186 | background-color:{color:border};
| |
| 187 | padding:0px 2px; | |
| 188 | -webkit-transition: .5s ease-int; | |
| 189 | -moz-transition: .5s ease-in; | |
| 190 | -o-transition: .5s ease-in; | |
| 191 | -ms-transition: .5s ease-in; | |
| 192 | } | |
| 193 | ||
| 194 | #sbarlinks a:hover {
| |
| 195 | color:{color:sbarlinks hover};
| |
| 196 | border-bottom:1px dotted {color:sbarlinks};
| |
| 197 | -webkit-transition: .5s ease-in; | |
| 198 | -moz-transition: .5s ease-in; | |
| 199 | -o-transition: .5s ease-in; | |
| 200 | -ms-transition: .5s ease-in; | |
| 201 | } | |
| 202 | ||
| 203 | .sbar {
| |
| 204 | margin-top:3px; | |
| 205 | text-align:center; | |
| 206 | } | |
| 207 | ||
| 208 | .descrip {
| |
| 209 | margin-left:75px; | |
| 210 | } | |
| 211 | ||
| 212 | .icon {
| |
| 213 | padding:5px; | |
| 214 | border:1px solid {color:border};
| |
| 215 | margin-right:5px; | |
| 216 | margin-top:2px; | |
| 217 | float:left; | |
| 218 | } | |
| 219 | ||
| 220 | #pagination {
| |
| 221 | font-family:helvetica, arial, sans-serif; | |
| 222 | font-size:10px; | |
| 223 | text-align:center; | |
| 224 | margin-top:5px; | |
| 225 | } | |
| 226 | ||
| 227 | #info {
| |
| 228 | background-color:{color:info};
| |
| 229 | font-family:helvetica, calibri, sans-serif; | |
| 230 | font-size:10px; | |
| 231 | text-transform:lowercase; | |
| 232 | - | margin-top:15px; |
| 232 | + | margin-top:7px; |
| 233 | width:500px; | |
| 234 | } | |
| 235 | ||
| 236 | #notes {
| |
| 237 | - | padding:0px 2px 2px 2px; |
| 237 | + | |
| 238 | padding:6px; | |
| 239 | font-family:calibri, helvetica, sans-serif; | |
| 240 | font-size:10px; | |
| 241 | text-transform:uppercase; | |
| 242 | - | border-bottom:1px solid {color:border};
|
| 242 | + | |
| 243 | } | |
| 244 | ||
| 245 | .source {
| |
| 246 | float:right; | |
| 247 | } | |
| 248 | ||
| 249 | .questions {
| |
| 250 | background-color:{color:questions};
| |
| 251 | color: {color:text};
| |
| 252 | font-family:{font:body};
| |
| 253 | font-size:11px; | |
| 254 | } | |
| 255 | ||
| 256 | .askicon {
| |
| 257 | float:left; | |
| 258 | padding:5px; | |
| 259 | margin-right:8px; | |
| 260 | border:1px solid {color:border};
| |
| 261 | } | |
| 262 | ||
| 263 | .answer {
| |
| 264 | clear:left; | |
| 265 | padding-top:1px; | |
| 266 | } | |
| 267 | ||
| 268 | .quote {
| |
| 269 | float:right; | |
| 270 | } | |
| 271 | ||
| 272 | .audio {
| |
| 273 | background-color:black; | |
| 274 | display:block; | |
| 275 | margin-bottom:5px; | |
| 276 | } | |
| 277 | ||
| 278 | .albumart img {
| |
| 279 | width:100px; | |
| 280 | padding-right:5px; | |
| 281 | } | |
| 282 | ||
| 283 | table.music td.audinfo {
| |
| 284 | border-bottom:1px dotted {color:border};
| |
| 285 | text-align:left; | |
| 286 | } | |
| 287 | ||
| 288 | .taglist {
| |
| 289 | line-height:16px; | |
| 290 | } | |
| 291 | ||
| 292 | .tags {
| |
| 293 | margin:0; | |
| 294 | padding:0; | |
| 295 | list-style:none; | |
| 296 | } | |
| 297 | ||
| 298 | .tags li {
| |
| 299 | float:left; | |
| 300 | height:16px; | |
| 301 | line-height:16px; | |
| 302 | position:relative; | |
| 303 | font-size:10px; | |
| 304 | } | |
| 305 | ||
| 306 | .tags li {
| |
| 307 | margin-left:8px; | |
| 308 | margin-right:5px; | |
| 309 | padding:0 5px 0 10px; | |
| 310 | background:{color:border};
| |
| 311 | color:{color:text};
| |
| 312 | text-decoration:none; | |
| 313 | border-bottom-right-radius:4px; | |
| 314 | border-top-right-radius:4px; | |
| 315 | } | |
| 316 | ||
| 317 | .tags li:before {
| |
| 318 | content:""; | |
| 319 | float:left; | |
| 320 | position:absolute; | |
| 321 | top:0; | |
| 322 | left:-8px; | |
| 323 | width:0; | |
| 324 | height:0; | |
| 325 | border-color:transparent {color:border} transparent transparent;
| |
| 326 | border-style:solid; | |
| 327 | border-width:8px 8px 8px 0; | |
| 328 | } | |
| 329 | ||
| 330 | .tags li:after {
| |
| 331 | content:""; | |
| 332 | position:absolute; | |
| 333 | top:7px; | |
| 334 | left:2px; | |
| 335 | float:left; | |
| 336 | width:3px; | |
| 337 | height:3px; | |
| 338 | border-radius:2px; | |
| 339 | background:{color:background};
| |
| 340 | -moz-box-shadow:-1px -1px 2px {color:shadow};
| |
| 341 | -webkit-box-shadow:-1px -1px 2px {color:shadow};
| |
| 342 | box-shadow:-1px -1px 2px {color:shadow};
| |
| 343 | } | |
| 344 | ||
| 345 | h1 {
| |
| 346 | color:{color:title};
| |
| 347 | font-family:{font:title};
| |
| 348 | font-size:16px; | |
| 349 | font-weight:normal; | |
| 350 | text-align:left; | |
| 351 | font-style:italic; | |
| 352 | padding:0px; | |
| 353 | margin:0px; | |
| 354 | } | |
| 355 | ||
| 356 | h2 {
| |
| 357 | color:{color:text};
| |
| 358 | font-family:{font:title};
| |
| 359 | font-size:12px; | |
| 360 | font-weight:normal; | |
| 361 | font-style:italic; | |
| 362 | text-align:left; | |
| 363 | padding:0px; | |
| 364 | margin:0px; | |
| 365 | overflow:auto; | |
| 366 | } | |
| 367 | ||
| 368 | b, strong {
| |
| 369 | color:{color:title};
| |
| 370 | } | |
| 371 | ||
| 372 | p {
| |
| 373 | margin-top:6px; | |
| 374 | margin-bottom:6px | |
| 375 | } | |
| 376 | ||
| 377 | blockquote {
| |
| 378 | border-left:3px {color:border} solid;
| |
| 379 | padding-left:5px; | |
| 380 | margin:0px 2px 0px 10px; | |
| 381 | } | |
| 382 | ||
| 383 | img {
| |
| 384 | max-width:500px; | |
| 385 | } | |
| 386 | ||
| 387 | img a {
| |
| 388 | border:none; | |
| 389 | width:100%; | |
| 390 | } | |
| 391 | ||
| 392 | .user_1 .label {color:{color:title}; font-weight:bold}
| |
| 393 | .user_2 .label {color:{color:text}; font-weight:bold}
| |
| 394 | .user_3 .label {color:{color:title}; font-weight:bold}
| |
| 395 | .user_4 .label {color:{color:text}; font-weight:bold}
| |
| 396 | .user_5 .label {color:{color:title}; font-weight:bold}
| |
| 397 | .user_6 .label {color:{color:text}; font-weight:bold}
| |
| 398 | .user_7 .label {color:{color:title}; font-weight:bold}
| |
| 399 | .user_8 .label {color:{color:text}; font-weight:bold}
| |
| 400 | .user_9 .label {color:{color:title}; font-weight:bold}
| |
| 401 | .user_10 .label {color:{color:text}; font-weight:bold}
| |
| 402 | .user_11 .label {color:{color:title}; font-weight:bold}
| |
| 403 | .user_12 .label {color:{color:text}; font-weight:bold}
| |
| 404 | .user_13 .label {color:{color:title}; font-weight:bold}
| |
| 405 | .user_14 .label {color:{color:text}; font-weight:bold}
| |
| 406 | .user_15 .label {color:{color:title}; font-weight:bold}
| |
| 407 | ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
| |
| 408 | ||
| 409 | .notes img{width:10px; position:relative; top:1px;}
| |
| 410 | ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
| |
| 411 | iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
| |
| 412 | ||
| 413 | </style> | |
| 414 | <style type="text/css">{CustomCSS}</style>
| |
| 415 | </head> | |
| 416 | <body> | |
| 417 | <div id="sidebar"> | |
| 418 | <div id="sbarimg"><center><img src="{image:sidebar}" /></center></div>
| |
| 419 | <div id="title">{Title}</div>
| |
| 420 | <div id="sbarlinks"><a href="/">home</a> | |
| 421 | <a href="/ask">ask</a> | |
| 422 | {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
| |
| 423 | {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
| |
| 424 | {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
| |
| 425 | {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
| |
| 426 | <a class="links2" href="http://markedandtied.tumblr.com/">©</a> | |
| 427 | </div> | |
| 428 | ||
| 429 | <div class="sbar">{block:Description}{Description}{/block:Description}</div>
| |
| 430 | ||
| 431 | <div id="pagination">{block:Pagination}
| |
| 432 | {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
| |
| 433 | {block:JumpPagination length="5"}
| |
| 434 | {block:CurrentPage}{PageNumber}{/block:CurrentPage}
| |
| 435 | {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
| |
| 436 | {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
| |
| 437 | {/block:Pagination}</div>
| |
| 438 | </div> | |
| 439 | ||
| 440 | <div id="entries"> | |
| 441 | ||
| 442 | {block:Posts}
| |
| 443 | <div id="posts"> | |
| 444 | ||
| 445 | {block:Title}<h1>{Title}</h1>{/block:Title}
| |
| 446 | ||
| 447 | {block:Text}{Body}{/block:Text}
| |
| 448 | ||
| 449 | {block:Quote}<h1>"{Quote}"</h1>
| |
| 450 | <h2><div style="float:right;">- {Source}</div></h2>{/block:Quote}
| |
| 451 | ||
| 452 | {block:Link}
| |
| 453 | <a href="{URL}" class="link" {Target}><h1>{Name} »</h1></a>
| |
| 454 | {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
| |
| 455 | ||
| 456 | ||
| 457 | {block:Photo}
| |
| 458 | <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
| |
| 459 | {block:Caption}{Caption}{/block:Caption}{/block:Photo}
| |
| 460 | ||
| 461 | {block:Photoset}<center>{Photoset-500}</center>
| |
| 462 | {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
| |
| 463 | ||
| 464 | {block:Chat}
| |
| 465 | <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label} <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
| |
| 466 | ||
| 467 | {block:Video}
| |
| 468 | {Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
| |
| 469 | ||
| 470 | {block:Answer}
| |
| 471 | <img class="askicon" src="{AskerPortraitURL-30}" /><div class="questions"><em>{Asker} asked:</em><br />
| |
| 472 | {Question}</div>
| |
| 473 | ||
| 474 | <div class="answer">{Answer}</div>{/block:Answer}
| |
| 475 | ||
| 476 | {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>
| |
| 477 | ||
| 478 | <table class="music" width="100%"><tr><td rowspan="4" width="100px">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</td>
| |
| 479 | {block:TrackName}<td class="audinfo"><strong>Track:</strong> <em>{TrackName}</em></td>{/block:TrackName}</tr>
| |
| 480 | {block:Artist}<tr><td class="audinfo"><strong>Arist:</strong> {Artist}</td></tr>{/block:Artist}
| |
| 481 | {block:Album}<tr><td class="audinfo"><strong>Album:</strong> {Album}</td></tr>{/block:Album}
| |
| 482 | {block:PlayCount}<tr><td class="audinfo">{PlayCountWithLabel}</td></tr>{/block:PlayCount}</table>
| |
| 483 | ||
| 484 | {block:Caption}{Caption}{/block:Caption}{/block:Audio}
| |
| 485 | ||
| 486 | <div id="info"> | |
| 487 | <div id="notes"> | |
| 488 | {block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
| |
| 489 | <div class="source">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> / {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div></div>
| |
| 490 | ||
| 491 | {block:HasTags}<ul class="tags"><li>tagged as:</li></ul>{block:HasTags}{block:Tags}<span class="taglist">#<a href="{TagURL}">{Tag}</a> </span>{/block:Tags}{/block:HasTags}</div>
| |
| 492 | </div> | |
| 493 | {/block:Posts}
| |
| 494 | {block:PostNotes}{PostNotes}{/block:PostNotes}
| |
| 495 | </div> | |
| 496 | </body> | |
| 497 | </html> |