Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--
- ▒█▀▀▀ ▒█▀▀▀█ ▒█▀▀▀█ ▒█▀▄▀█ ▀▀█▀▀ ▒█░▒█ ▒█▀▀▀ ▒█▀▄▀█ ▒█▀▀▀ ▒█▀▀▀█
- ▒█▀▀▀ ▒█░░▒█ ▒█░░▒█ ▒█▒█▒█ ░▒█░░ ▒█▀▀█ ▒█▀▀▀ ▒█▒█▒█ ▒█▀▀▀ ░▀▀▀▄▄
- ▒█░░░ ▒█▄▄▄█ ▒█▄▄▄█ ▒█░░▒█ ░▒█░░ ▒█░▒█ ▒█▄▄▄ ▒█░░▒█ ▒█▄▄▄ ▒█▄▄▄█
- © THEME 4: THE IMPALA BY FOOMTHEMES.TUMBLR.COM
- PLEASE DO NOT TAKE CREDIT FOR THIS THEME AS IT GAVE ME A LOT OF TROUBLE
- YOU MAY EDIT THIS THEME AS MUCH AS YOU PLEASE BUT DO NOT CALL IT YOUR OWN
- FEEL FREE TO RECOMMEND IT TO YOUR FRIENDS UNLESS YOU DON'T HAVE FRIENDS THEN I'M SORRY
- WE COULD BE FRIENDS HIT ME UP BRO http://lucifa.co.vu
- -->
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <meta name="image:Cursor" content="">
- <meta name="image:Favicon" content="">
- <meta name="color:Text" content="#333333">
- <meta name="color:Links" content="#444444">
- <meta name="color:Links Hover" content="#aaaaaa">
- <meta name="color:Background" content="#eeeeff">
- <meta name="color:Posts Bg" content="#ddddee">
- <meta name="color:Blockquotes" content="#cccccc">
- <meta name="color:Description Text" content="#000000">
- <meta name="color:Description Bg" content="#ffffff">
- <meta name="color:Tags and Info BG" content="#ddddee">
- <meta name="color:Tags and Info" content="#888877">
- <meta name="color:Tags and Info Hover" content="#000000">
- <meta name="text:Blog Title" content="">
- <meta name="text:Font Size" content="13">
- <meta name="color:Navi Links" content="#808080">
- <meta name="color:Scrollbar" content="#888888">
- <meta name="text:Scrollbar Width" content="8">
- <meta name="if:Transparent Posts" content="0">
- <meta name="if:Use Mini Cursor" content="0">
- <meta name="if:Use Normal Scrollbar" content="0">
- <meta name="font:Body" content="Arial"/>
- <meta name="select:Background Style" content="" title="Normal"/>
- <meta name="select:Background Style" content="background-attachment: fixed; background-repeat:no-repeat;" title="Fixed, Non-repeating"/>
- <meta name="select:Background Style" content="background-attachment: fixed; background-size:100% 100%;" title="Fixed and Covered"/>
- <meta name="select:Background Style" content="background-attachment: fixed;" title="Fixed"/>
- <meta name="select:Background Style" content="background-repeat: no-repeat;" title="Non-repeating"/>
- <meta name="select:Background Style" content="background-size: 100% 100%;" title="Covered"/>
- <meta name="color:Impala" content="#000000">
- <meta name="color:Headlights" content="#ffff00">
- <meta name="color:Sidebar Links" content="#ffffff">
- <meta name="color:Blog Title" content="#000000">
- <meta name="text:Blog Title" content="">
- <meta name="text:Subtitle" content="">
- <meta name="image:Sidebar" content="">
- <meta name="if:Circle Sidebar" content="1">
- <meta name="if:AntiPossession" content="1">
- <meta name="text:Home" content="Home">
- <meta name="text:Ask" content="Ask">
- <meta name="text:Submit" content="Submit">
- <meta name="text:Archive" content="Archive">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).mouseover(function(){
- $(document).mousemove(function(e){
- $("#cursor").css({left:e.pageX, top:e.pageY});
- });
- });
- </script>
- <link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
- <style>
- #cursor{
- position:absolute;
- margin:3px;
- -webkit-transition: all 10ms ease;
- -moz-transition: all 10ms ease;
- -ms-transition: all 10ms ease;
- -o-transition: all 10ms ease;
- transition: all 10ms ease;
- max-width:25px;
- z-index:9000000000000;
- }
- @font-face {
- font-family: 'General Store';
- src: local('General Store'),
- url('http://static.tumblr.com/iwxqvyr/6IGmryz2p/general_store.ttf') format('truetype'), url('http://static.tumblr.com/iwxqvyr/Vrkmstyvj/general_store.woff') format('woff');
- font-weight: normal;
- font-style: normal;
- }
- #s-m-t-tooltip {
- display:none;
- text-align:center;
- position:absolute;
- -webkit-transition: all 0ms ease;
- -moz-transition: all 0ms ease;
- -ms-transition: all 0ms ease;
- -o-transition: all 0ms ease;
- transition: all 0ms ease;
- z-index:500000000000000;
- padding: 4px;
- background: #fff;
- margin-left: 8px;
- margin-top:5px;
- border: 1px solid #333;
- color: #000000;
- font-size: 11px;
- font-family: "Pathway Gothic One";
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- {block:ifNotUseNormalScrollbar}
- ::-webkit-scrollbar {width: {text:Scrollbar width}px; height:{text:Scrollbar width}px; background:#ffffff}
- ::-webkit-scrollbar-corner {background:#ffffff}
- ::-webkit-scrollbar-button:vertical {height:4px; width: 7px; display: block; background:{color:Scrollbar}}
- ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:Scrollbar}}
- ::-webkit-scrollbar-thumb:vertical {background:{color:Scrollbar}; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff}
- ::-webkit-scrollbar-thumb:horizontal {background: #ffffff; border: 0px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid }
- ::-webkit-scrollbar-thumb {background: {color:Scrollbar}; border-top: 0pt solid #ffffff; border-bottom: 0pt solid #ffffff}
- ::-webkit-scrollbar-thumb:hover {background: {color:Scrollbar}; {block:ifUseMiniCursor}cursor:url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'), auto{/block:ifUseMiniCursor}}
- ::-webkit-scrollbar-track-piece {background: #ffffff; border-top: 1pt solid #ffffff; border-bottom: 1pt solid #ffffff; width:4pt}{/block:ifNotUseNormalScrollbar}
- {block:ifUseMiniCursor}
- html{ cursor:url('http://static.tumblr.com/7svvack/kl0mp1gfn/my_mouse.png'), auto }
- a, a:hover { cursor:url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),auto}{/block:ifUseMiniCursor}
- body {
- background: {color:background} url({image:Background});
- font-family: {font:Body};
- font-size: {text:font size}px;
- color: {color:Text};
- {select:Background Style}
- }
- a {
- color: {color:Links};
- text-decoration: none;
- }
- a:hover {
- color: {color:Links Hover};
- text-decoration: none;
- }
- * {
- -webkit-transition: all 500ms ease;
- -moz-transition: all 500ms ease;
- -ms-transition: all 500ms ease;
- -o-transition: all 500ms ease;
- transition: all 500ms ease;
- margin: 0px;
- }
- #posts {
- width: 520px;
- padding-left:225px;
- margin-top: 5px;
- }
- .post {
- width: 500px;
- margin: 5px;
- text-align: left;
- {block:ifNotTransparentPosts}background: {color:Posts Bg};{/block:ifNotTransparentPosts}
- padding: 5px;
- }
- .post img {
- max-width: 100%;
- }
- .audio_player iframe {
- width: 100%;
- height: 60px;
- }
- .chat .line {
- padding: 5px;
- border: 1px solid rgba(0,0,0,.1);
- border-top: 0px;
- }
- .chat .line:first-child {
- border-top: 1px solid rgba(0,0,0,.1);
- }
- .chat .line.even {
- background: rgba(0,0,0,.01);
- }
- .label {
- font-weight: bold;
- }
- .reblogg {
- font-size: 9px;
- font-family: "Strait";
- margin: -5px;
- margin-top: 5px;
- letter-spacing: 1px;
- text-align: center;
- padding: 5px;
- color: {color:Tags and info};
- background: {color:Tags and info Bg};
- opacity: 1;
- }
- .reblogg a {
- color: {color:Tags and info};
- }
- .reblogg a:hover {
- color: {color:Tags and info hover};
- }
- .reblogg:hover {
- opacity: .9;
- }
- .ralsir{
- float: right;
- }
- .title {
- font-size: 130%;
- }
- blockquote {
- margin-left:5px;
- border-left: 3px solid {color:Blockquotes};
- padding-left:5px;
- }
- .tags {
- text-align: left;
- clear: both;
- }
- .va {
- width: 1px;
- height: 100%;
- display: inline-block;
- vertical-align: middle;
- }
- .sym {
- font-family: "General Store";
- margin-right: 5px;
- display: inline-block;
- }
- .unos {
- float: left;
- text-transform: uppercase;
- }
- .like_button {position:relative; display:inline-block;
- cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important; }
- #oh {}
- .like_button iframe {position:absolute; top:0; left:0; width:100%;
- height: 15px;
- opacity: 0;
- margin-top: -3px;
- z-index: 5;
- cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important;}
- .like_button::before {content:'j'; font-family:'general store'!important; text-transform:lowercase!important; position:relative; font-size:8px; z-index:3;
- cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer !important;}
- .like_button:hover:before, .like_button.liked:before {color:#ff0000;
- cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important;
- }
- .rebloggit:hover {
- color: green;
- }
- .minjs {
- height: 0px;
- clear: both;
- width: 100%;
- }
- .asker img{
- height: 55px;
- float:left;
- margin: 5px;
- border: 1px {color:Posts Bg} solid;
- }
- .arrow_box {
- background: {color:Tags and info bg};
- padding: 5px;
- color: {color:Tags and info};
- }
- .askername {
- font-size: 12px;
- font-family: pathway gothic one;
- letter-spacing: 1px;
- text-transform: uppercase;
- padding-top: 9px;
- }
- .answer {
- clear:both;
- }
- /*START IMPALA*/ #thingy { position: fixed; bottom: 10px; width: 354px; left: 50%; right: 50%; margin-left: -500px; } #trunky { width: 260px; position: relative; bottom: -55px; margin-bottom: 5px; z-index: 6; margin-left: 45px; min-height: 145px; border-bottom: 0; overflow: hidden; } #trunk { width: 245px; background: {color:Impala}; border: 2px solid #fff; opacity: 0; padding: 5px; position: relative; bottom: -305px; z-index: 6; min-height: 145px; border-bottom: 0; } #thingy:hover #trunk { opacity: 1; bottom: -4px; } #desc { width: 160px; text-align: center; display: inline-block; padding: 5px; background: {color:Description bg}; font-size: smaller; text-align: justify; color:{color:Description text}; margin-left: 75px; min-height: 135px; } img#miniscle { width: 70px; position:absolute; top: 80px; left: 5px; } img#portrait { width: 70px; position:absolute; top: 5px; left: 5px; } #uno { height: 0px; width: 200px; border: transparent 50px solid; border-top: 0px transparent; position:relative; z-index: 3; border-bottom:{color:Impala} 100px solid; } #unorep { margin-top: -95px; margin-left: 15px; height: 0px; width: 190px; border: transparent 40px solid; border-bottom:#ffffff 90px solid; border-top: 0px transparent; z-index: 4; position:relative; } #unobor { height: 0px; width: 204px; margin-left: -8px; border: transparent 56px solid; border-bottom:#ffffff 110px solid; border-top: 0px transparent; margin-bottom: -107px; z-index: 2; position:relative; } #agentsofshield { height: 50px; overflow: hidden; margin-left: 25px; margin-bottom: -2px; position: relative; z-index: 5; } #dos { width: 350px; background: {color:Impala}; height: 100px; -webkit-border-radius: 30px 30px 10px 10px; border-radius: 30px 30px 10px 10px; border: 2px solid #ffffff; } #dosmos { background: {color:Impala}; height: 25px; width: 366px; -webkit-border-radius: 0px 0px 0px 90px; border-radius: 0px 0px 0px 90px; border: 2px solid #ffffff; border-top:0; } #dosmosdos{ width: 366px; height: 10px; background: {color:Impala}; -webkit-border-radius: 90px 0px 0px 0px; border-radius: 90px 0px 0px 0px; border: 2px solid #ffffff; border-bottom:0; } #tresmos { background: {color:Impala}; height: 25px; width: 366px; -webkit-border-radius: 0px 0px 90px 0px; border-radius: 0px 0px 90px 0px; border: 2px solid #ffffff; border-top:0; margin-left: -362px; } #tresmosdos{ width: 366px; height: 10px; background: {color:Impala}; margin-left: -362px; -webkit-border-radius: 0px 90px 0px 0px; border-radius: 0px 90px 0px 0px; border: 2px solid #ffffff; border-bottom:0; } #ohss { width: 8px; overflow:hidden; margin-left: -8px; } #ohssoh { width: 8px; overflow:hidden; margin-left: 350px; margin-top:-39px; } #thingy table { border-collapse:collapse; } #thingy td { border: 3px solid #ffffff; width: 25px; color: transparent; background: {color:Impala}; font-size: 2px; } #hysteria table { -moz-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -webkit-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -o-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -ms-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -webkit-box-shadow: 16px 14px 10px -12px {color:Impala}; box-shadow: 16px 14px 10px -12px {color:Impala}; margin-top: -2px; } #hysteria{ overflow: hidden; height: 33px; display: inline-block; margin-right: -2px; position: relative; z-index: 4; } #hysterias table { -moz-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -webkit-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -o-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -ms-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -webkit-box-shadow: 16px 14px 10px -12px {color:Impala}; box-shadow: 16px 14px 10px -12px {color:Impala}; margin-top: -2px; } #hysterias{ overflow: hidden; height: 33px; display: inline-block; margin-left: -5px; position: relative; z-index: 4; } #headlighteruno{ border-radius: 20px; border: 2px #ffffff solid; background: #ffffff; display: inline-block; margin-right: -28px; margin-top: -2px; position: relative; z-index: 300; vertical-align: top; } #headlighteruno div { width: 25px; height: 25px; display: inline-block; -webkit-border-radius: 30px; border-radius: 30px; border: 2px {color:Impala} solid; background: #ffffff; } #headlighteruno div:first-child { margin-right: -2px; } #headlighterdos{ border-radius: 20px; border: 2px #ffffff solid; background: #ffffff; display: inline-block; margin-left: -28px; margin-top: -2px; position: relative; z-index: 300; vertical-align: top; } #headlighterdos div { width: 25px; height: 25px; display: inline-block; -webkit-border-radius: 30px; border-radius: 30px; border: 2px {color:Impala} solid; background: #ffffff; } #headlighterdos div:first-child { margin-right: -2px; } #masshysteria { margin-left: -1px; width: 321px; font-size: 17px; margin-top: 25px; padding-left: 16px; padding-right: 16px; margin-bottom: -36px text-align: center; border-top: 7px solid #ffffff;-webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; } #thingy:hover .h div { background: {color:Headlights}; -webkit-box-shadow: 0px 0px 30px -2px {color:Headlights}; box-shadow: 0px 0px 30px -2px {color:Headlights}; } #cease { margin-top: -13px; position: relative; z-index: 2; margin-left: 65px; margin-right: 70px; opacity: .9; -webkit-box-shadow: 0px 10px 10px 5px {color:Impala}; box-shadow: 0px 10px 10px 5px {color:Impala}; } #burrows { height: 0; border-top: 30px solid #ffffff; width: 280px; border-left: 5px solid transparent; border-right: 5px solid transparent; margin-left: 32px; margin-top: -40px; } #thebar { height: 10px; width: 270px; background: {color:Impala}; -webkit-border-radius: 90px; border-radius: 90px; margin-top: -15px; margin-left: 5px; } #those { margin-top: -10px; } #hella { width: 60px; height: 22px; background: #ffffff; border: 1px solid {color:Impala}; text-align: center; padding-bottom: 2px;-webkit-border-radius: 0px 0px 05px 05px; border-radius: 0px 0px 5px 05px; font-family: 'Economica', sans-serif; margin-left: 110px; margin-top: -13px; position:relative; z-index: 10; -webkit-box-shadow: inset 0px 0px 10px 0px {color:Impala}; box-shadow: inset 0px 0px 10px 0px {color:Impala}; } #kanz { font-size: 7px; color: #000; } #kaz { font-weight: bold; color: #000; font-size: 18px;margin-top: -3px; } #tireuno { -webkit-border-radius: 0px 0px 90px 90px; border-radius: 0px 0px 90px 90px; width: 45px; height: 40px; background: {color:Impala}; border: #ffffff solid 2px; border-top: 0px; margin-right: 85px; display:inline-block; } #tiredos { -webkit-border-radius: 0px 0px 90px 90px; border-radius: 0px 0px 90px 90px; width: 45px; height: 40px; background: {color:Impala}; border: #ffffff solid 2px; border-top: 0px; margin-left: 85px; display:inline-block; } #tire { margin-top: 8px; margin-left: 40px; } #overtrunk { position: relative; z-index: 4; } {block:ifNotCircleSidebar}{block:ifSidebarImage}#animage img{ width: 200px;background: #fff; z-index: 1;bottom: 300px;margin-left: 75px;border: 2px solid #fff;position: absolute;}{/block:ifSidebarImage}{/block:ifNotCircleSidebar}{block:ifCircleSidebar}{block:ifSidebarImage}#animage { width: 350px; height: 350px; background: #fff; -webkit-border-radius: 350px; border-radius: 350px; z-index: 1; background: url("{image:Sidebar}"); background-size: 100% 100%; margin-top: -300px;border: 2px solid #fff;position: absolute;}{/block:ifSidebarImage}{/block:ifCircleSidebar} #blogtitle {text-align: center; font-size: 22px; font-family: "Port Lligat Slab";font-variant: small-caps; text-transform: none; color:{color:Blog Title}; position:absolute; margin: 5px; margin-left: 50px;width: 200px;z-index:100; height: 50px;} #pagelinks a { font-size: 16px; padding: 5px; color: {color:Navi Links}; display: inline-block; font-family: "Balthazar"; text-transform: uppercase;} #pagelinks a:hover {opacity: .8;} .current_page{ opacity: .7; font-size: 16px;padding: 5px; color: {color:Navi Links}; display: inline-block;font-family: "Balthazar"; text-transform: uppercase;} #pagelinks { margin-top:-55px; } #links { width: 350px; position: absolute; text-align:center; padding: 5px; opacity: 0; } #thingy:hover #links { opacity: 1; } #links a { color: {color:sidebar links}; font-family: "Balthazar"; text-transform: uppercase; }
- .vc {
- display: inline-block;
- width: 198px;
- vertical-align: middle;
- line-height: 20px;
- }
- #sub {
- font-family:"Iceberg";
- }
- /*END IMPALA*/
- ol,ul {
- padding: 0;
- list-style: inside;
- }
- ol.notes {
- padding: 0px;
- list-style-type: none;=
- }
- ol.notes li.note {
- padding: 5px;
- background: rgba(125,125,125,0.05);
- border: 1px solid rgba(125,125,125,0.1);
- margin: 10px;
- }
- ol.notes li.note:nth-child(odd) {
- margin-right: 30px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- display: inline-block;
- margin: 3px;
- }
- {CustomCss}
- </style>
- <link href='http://fonts.googleapis.com/css?family=Passero+One|Squada+One|Pathway+Gothic+One|Strait|Iceberg|Special+Elite|Port+Lligat+Slab|Balthazar|Economica' rel='stylesheet' type='text/css'>
- <meta name="if:White Credit" content="0"> <link href='http://fonts.googleapis.com/css?family=Squada+One' rel='stylesheet' type='text/css'>{block:ifNotWhiteCredit}<link type="text/css" rel="stylesheet" href="http://static.tumblr.com/iwxqvyr/EkKmrd769/blackcredit.css">{/block:ifNotWhiteCredit} {block:ifWhiteCredit}<link type="text/css" rel="stylesheet" href="http://static.tumblr.com/iwxqvyr/Y8amrd9tl/whitecredit.css">{/block:ifWhiteCredit}
- </head>
- <body>
- <a href="http://foomthemes.tumblr.com"><div id="credit"> <nobr><div id="foom">FOOM</div>THEMES</nobr> </div></a>
- <img id="cursor" src="{image:Cursor}" />
- <!--START IMPALA--><div id="thingy"> <div id="trunky"><div id="trunk"><img id="portrait" src="{portraitURL-128}">{block:ifAntiPossession}<img id="miniscle" src="http://24.media.tumblr.com/a0913bb8cc4d74091647ee12d0e34845/tumblr_mfik2nkGrZ1r19lyfo1_400.jpg">{/block:ifAntiPossession}<div id="desc">{description}</div></div></div><div id="animage">{block:ifNotCircleSidebar}<img src="{image:Sidebar}">{/block:ifNotCircleSidebar}</div> <div id="agentsofshield"> <div id="blogtitle"><div class="va"></div><div class="vc">{block:ifNotBlogTitle}{title}{/block:ifNotBlogTitle}{block:ifBlogTitle}{text:Blog title}{/block:ifBlogTitle}<div id="sub">{text:Subtitle}</div></div><div class="va"></div></div> <div id="unobor"></div> <div id="uno"></div> <div id="unorep"></div> </div> <div id="overtrunk"> <div id="links">{block:ifHome}<a href="/">HOME</a>{/block:ifHome} {block:AskEnabled}{block:ifAsk}<a href="/ask">{text:ask}</a>{/block:ifAsk}{/block:AskEnabled} {block:SubmissionsEnabled}{block:ifSubmit}<a href="/submit">{text:Submit}</a>{/block:ifSubmit}{/block:SubmissionsEnabled} {block:ifArchive}<a href="/archive">{text:archive}</a>{/block:ifArchive} {block:ifRandomLink}<a href="random">Random</a>{/block:ifRandomLink}{block:HasPages}{block:pages} <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- </div><div id="dos"> <div id="masshysteria"> <div id="headlighteruno" class="h"><div></div><div></div></div> <div id="hysteria"><table border="1"><tr><td>I</td><td></td><td></td><td></td></tr> <tr><td>I</td><td></td><td></td><td></td></tr> <tr><td>I</td><td></td><td></td><td></td></tr> <tr><td>I</td><td></td><td></td><td></td></tr></table></div> <div id="hysterias"><table><tr><td>I</td><td></td><td></td><td></td></tr> <tr><td>I</td><td></td><td></td><td></td></tr> <tr><td>I</td><td></td><td></td><td></td></tr> <tr><td>I</td><td></td><td></td><td></td></tr></table></div> <div id="headlighterdos" class="h"><div></div><div></div></div> <div id="cease"><table><tr><td>I</td><td></td><td></td><td></td><td></td><td></td></tr> <tr><td>I</td><td></td><td></td><td></td><td></td><td></td></tr></table></div> </div> <div id="those"> <div id="ohss"><div id="dosmosdos"></div> <div id="dosmos"></div></div> <div id="ohssoh"><div id="tresmosdos"></div> <div id="tresmos"></div></div> </div> </div> <div id="burrows"> <div id="thebar"></div> <div id="hella"> <div id="ohnono"> <div id="kanz">KANSAS</div> <div id="kaz">KAZ 2Y5</div> </div> </div> </div> <div id="tire"><div id="tireuno"></div><div id="tiredos"></div></div> <center>{block:Pagination}<div id="pagelinks"><br>{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}</div></center></div><!--END IMPALA-->
- <center>
- <div id="posts">
- {block:Posts}
- <div class="post">
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-128}"/></div>
- <div class="askername"><nobr>{Asker}</nobr></div>
- <div class="arrow_box"><strong>{Question}</strong></div>
- <div class="answer">
- {Answer}
- </div>
- {/block:Answer}
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- <div class="caption">{Body}</div>
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></center>{LinkCloseTag}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Panorama}
- {LinkOpenTag}
- <center><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></center>
- {LinkCloseTag}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Panorama}
- {block:Photoset}
- <center>{Photoset-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <center><div class="title">"{Quote}"</div>
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}</center>
- {/block:Quote}
- {block:Link}
- <a href="{URL}" {Target}><div class="title">{Name}</div></a>
- {block:Description}
- <div class="caption">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- <div class="chat">
- {block:Lines}
- <div class="{Alt} user_{UserNumber} line">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Video}
- {Video-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioPlayerWhite}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Date}<div class="reblogg">
- <div class="ralsir"><a href="{ReblogURL}" class="sym rebloggit" title="Reblog">d</a>
- <div style="margin-top:-10px; margin-left:30px;" id="oh"><a title="like this post">{LikeButton color="grey" size="10"}</a></div></div>
- <div class="unos">
- <a href="{permalink}">{12Hour}:{minutes}{AMPM} | {monthNumber}/{DayOfMonth}/{shortyear}</a>
- |
- <a href="{Permalink}" >{NoteCountWithLabel}</a>
- {block:RebloggedFrom}|
- <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
- {/block:RebloggedFrom}
- {block:ContentSource}|
- <a href="{SourceURL}" title="{SourceTitle}">SOURCE</a>
- {/block:ContentSource}
- </div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}" style="text-transform:none;">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
- <div class="minjs"></div>
- </div></div>
- {block:PostNotes}<div class="post">{PostNotes}</div>{/block:PostNotes}{/block:Date}
- {/block:Posts}
- </div></center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment