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 15: PHYSICS YOU MORON 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:Background" content="#303030">
- <meta name="color:Border" content="#000000">
- <meta name="color:Border Text" content="#ffffff">
- <meta name="color:Content Bg" content="#f7f7f7">
- <meta name="color:Posts Bg" content="#ffffff">
- <meta name="color:Page Links" content="#ffffff">
- <meta name="color:Blog title" content="#ffffff">
- <meta name="color:Blockquotes" content="#cccccc">
- <meta name="color:Tags and Info BG" content="#ffffff">
- <meta name="color:Tags and Info" content="#aaaaaa">
- <meta name="color:Tags and Info Hover" content="#000000">
- <meta name="text:Blog Title" content="">
- <meta name="text:Font Size" content="15">
- <meta name="color:Scrollbar" content="#000000">
- <meta name="text:Scrollbar Width" content="8">
- <meta name="if:Use Mini Cursor" content="0">
- <meta name="if:Transparent Posts" content="0">
- <meta name="if:Border" 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 100%"/>
- <meta name="select:Background Style" content="background-attachment: fixed; background-size:cover;" 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="100%"/>
- <meta name="select:Background Style" content="background-size: cover;" title="Covered"/>
- <meta name="color:Sidebar Bg" content="#aaaaaa"/>
- <meta name="color:Sidebar Text" content="#ffffff"/>
- <meta name="text:Link1" content=""/>
- <meta name="text:Link1Text" content=""/>
- <meta name="text:Link2" content=""/>
- <meta name="text:Link2Text" content=""/>
- <meta name="text:Link3" content=""/>
- <meta name="text:Link3Text" content=""/>
- <meta name="text:Link4" content=""/>
- <meta name="text:Link4Text" content=""/>
- <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(){
- $("*[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');
- 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 !important;
- padding: 4px;
- background: {color:Posts Bg};
- margin-left: 16px;
- {block:IfCursorImage}
- margin-left: 36px;
- {/block:IfCursorImage}
- margin-top:5px;
- color: {color:Links Hover};
- border: 3px inset rgba(0,0,0,0.01);
- font-size: 11px;
- font-family: "Pathway Gothic One";
- letter-spacing: 2px;
- text-transform: uppercase;
- -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, .5);
- box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, .5);
- }
- {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: {block:ifPixelFont}"VT323",{/block:ifPixelFont} {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: 20px;
- padding-top: 90px;
- background: {color:Content bg};
- position: relative;
- border-left: {color:Border} 5px solid;
- border-right: {color:Border} 5px solid;
- }
- #contentbg {
- width: 520px;
- padding: 20px;
- background: {color:Content bg};
- border-left: {color:Border} 5px solid;
- border-right: {color:Border} 5px solid;
- position: fixed;
- height: 100%;
- left: 50%;
- z-index: -1;
- margin-left: -285px;
- }
- .post {
- width: 500px;
- text-align: left;
- border: 5px solid rgba(0,0,0,.01);
- {block:ifNotTransparentPosts}background: {color:Posts Bg};{/block:ifNotTransparentPosts}
- padding: 5px;
- margin-bottom: 20px;
- -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
- }
- .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: 16px;
- text-shadow: 0px 0px 3px {color:Text};
- letter-spacing: 2px;
- text-align: center;
- }
- 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:'♥'; text-transform:lowercase!important; position:relative; font-size:12px; 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;
- }
- .reblogbutton:hover {
- fill: green;
- }
- .reblogbutton {
- fill: {color:Tags and info};
- }
- .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;
- }
- #yo { border-radius: 100px; height:54px; width: 54px; background: url("{PortraitURL-128}") center center; background-size: cover; top: 5px; left: 5px; position: absolute; } #haha { width: 64px; height: 64px; position: relative; background: #fff; -webkit-border-radius: 100px; border-radius: 100px; border: 2px solid {color:border}; margin: -2px;} #linksys { position: absolute; margin: 30px; z-index:100; } #yoio { -webkit-border-radius: 100px 0px 0px 0px; border-radius: 100px 0px 0px 0px; height:32px; width: 32px; background: {color:Border}; position: absolute; top: 0; left:0; opacity: 0.7; } #yia { -webkit-border-radius: 0px 100px 0px 0px; border-radius: 0px 100px 0px 0px; height: 32px; width: 32px; background: {color:Border}; position: absolute; top: 0; right:0; opacity: 0.5; } #yi { -webkit-border-radius: 0px 0px 100px 0px; border-radius: 0px 0px 100px 0px; height: 32px; width: 32px; background: {color:Border}; position: absolute; bottom: 0; right:0; opacity: 0.7; } #yio { -webkit-border-radius: 0px 0px 0px 100px; border-radius: 0px 0px 0px 100px; height: 32px; width: 32px; background: {color:Border}; position: absolute; bottom: 0; left:0; opacity: 0.9; }
- .container{ position:relative; width: 64px; z-index:1; } .wrap, .circle{ -webkit-transition: -webkit-transform 500ms linear; -webkit-transform-style: preserve-3d; -moz-transition: -moz-transform 500ms linear; -moz-transform-style: preserve-3d; width:113px; height:113px; margin: auto; position:absolute; } .circle{ position:absolute; margin: auto; border:3px solid {color:Border}; border-radius: 230px; } .circle.c2{ border:2px solid {color:Border}; width: 79px; height: 79px; } .c2 { margin: 20px; } .wrap-electron{ border:0px solid #fff; position:absolute; width:100%; height:100%; -webkit-animation: electron 3s linear infinite; -moz-animation: electron 3s linear infinite; } .electron{ width:8px; height:8px; background:{color:Border}; left:50%; margin-left:-8px; border:none; top:-7px; -webkit-transform-origin:50% 50%; } .c2 .wrap-electron{ -webkit-animation: electron 2s linear infinite; -moz-animation: electron 2s linear infinite; margin: 14px; } .c2 .electron{ top:-6px; margin: 14px; } .wrap{ border:0px solid #aaaaaa; } .vertical{ -webkit-animation: vertical 8s linear infinite; -moz-animation: vertical 8s linear infinite; } .horizontal{ -webkit-animation: horizontalRevert 6s linear infinite; -moz-animation: horizontalRevert 6s linear infinite; } .vertical.c2{ -webkit-animation: vertical 4s linear infinite; -moz-animation: vertical 4s linear infinite; } .horizontal.c2{ -webkit-animation: horizontalRevert 3s linear infinite; -moz-animation: horizontalRevert 3s linear infinite; }
- @-webkit-keyframes electron { from { -webkit-transform: rotateZ(0deg); } to { -webkit-transform: rotateZ(360deg); } } @-webkit-keyframes horizontal { from { -webkit-transform: rotateY(0deg); } to { -webkit-transform: rotateY(360deg); } } @-webkit-keyframes horizontalRevert { from { -webkit-transform: rotateY(360deg); } to { -webkit-transform: rotateY(0deg); } } @-webkit-keyframes vertical { from { -webkit-transform: rotateX(0deg); } to { -webkit-transform: rotateX(360deg); } } @-webkit-keyframes verticalRevert { from { -webkit-transform: rotateX(360deg); } to { -webkit-transform: rotateX(0deg); } } @-webkit-keyframes lateral { from { -webkit-transform: rotateZ(0deg); } to { -webkit-transform: rotateZ(360deg); } } @-webkit-keyframes lateralRevert { from { -webkit-transform: rotateZ(360deg); } to { -webkit-transform: rotateZ(0deg); } } @-moz-keyframes electron { from { -moz-transform: rotateZ(0deg); } to { -moz-transform: rotateZ(360deg); } } @-moz-keyframes horizontal { from { -moz-transform: rotateY(0deg); } to { -moz-transform: rotateY(360deg); } } @-moz-keyframes horizontalRevert { from { -moz-transform: rotateY(360deg); } to { -moz-transform: rotateY(0deg); } } @-moz-keyframes vertical { from { -moz-transform: rotateX(0deg); } to { -moz-transform: rotateX(360deg); } } @-moz-keyframes verticalRevert { from { -moz-transform: rotateX(360deg); } to { -moz-transform: rotateX(0deg); } } @-moz-keyframes lateral { from { -moz-transform: rotateZ(0deg); } to { -moz-transform: rotateZ(360deg); } } @-moz-keyframes lateralRevert { from { -moz-transform: rotateZ(360deg); } to { -moz-transform: rotateZ(0deg); } }
- #atoms {
- left: 50%;
- margin-left: -343px;
- position: fixed;
- top:2px;
- z-index: 101;
- }
- #descs {
- position:fixed;
- top: 0;
- left: 50%;
- width: 520px;
- z-index: 100;
- margin-left: -280px;
- height: 20px;
- padding: 18px 20px;
- font-size: 0;
- border-bottom: 5px solid {color:Border};
- background: {color:Border};
- text-align: center;
- }
- #descs a {
- display: inline-block;
- font-size: 15px;
- font-family: strait;
- padding:2px 30px;
- position: relative;
- z-index: 10;
- color: {color:Border Text};
- }
- #descbg {
- background: {color:Border Text};
- opacity: .2;
- position: absolute;
- z-index: 5;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- bottom: 0;
- }
- #desc {
- border: 5px solid rgba(0,0,0,0.01);
- padding: 5px;
- background: #fff;
- position: fixed;
- top: 25px;
- left: 50%;
- margin-left: 310px;
- width: 115px;
- right: 50%;
- text-align: justify;
- outline: 5px solid {color:border};
- }
- #myimg {
- display: block;
- margin: -10px;
- margin-bottom: 5px;
- border-bottom: 5px {color:Border} solid;
- width: 135px;
- }
- #links {
- margin-top: 125px;
- }
- #links svg{
- width: 10px;
- height: 10px;
- padding: 9px;
- fill: {color:Border Text};
- }
- #links a {
- width: 29px;
- height: 29px;
- margin: 10px;
- background: {color:Border};
- border-radius: 20px;
- -webkit-border-radius: 20px;
- border: 1px solid transparent;
- display: block;
- margin-left: 45px;
- }
- #links a:hover {
- -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
- }
- #search {
- position: absolute;
- top: 35px;
- margin-left: -8px;
- width: 140px;
- padding: 5px;
- z-index: 10;
- background: {color:Posts Bg};
- color: {color:Text};
- border: 1px solid rgba(0,0,0,0.2);
- display: none;
- z-index:10;
- -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
- }
- #search input {
- padding: 3px;
- font-size: 10px;
- margin: 0;
- outline: 0;
- border: 1px solid rgba(0,0,0,0.1);
- }
- #seaarch {
- position:relative;
- overflow:visible;
- }
- #x {
- padding: 5px;
- font-size: 7px;
- border: 1px solid rgba(0,0,0,0.2);
- position:absolute;
- margin-left: -24px;
- margin-top: 1px;
- background: #fff;
- width: 7px;
- font-family: "Arial"
- color: #ccc;
- border-radius: 0;
- -webkit-border-radius: 0;
- }
- .arrow {
- position: relative;
- height: 100%;
- width: 100%;
- padding: 0;
- }
- .arrow:after, .arrow:before {
- bottom: 26px;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- }
- .arrow:after {
- border-color: rgba(255, 255, 255, 0);
- border-bottom-color: #ffffff;
- border-width: 7px;
- left: 50%;
- margin-left: -60px;
- }
- .arrow:before {
- border-color: rgba(204, 204, 204, 0);
- border-bottom-color: #aaaaaa;
- border-width: 8px;
- left: 50%;
- margin-left: -61px;
- }
- #linkerings a {
- display: block;
- padding: 3px;
- margin: 5px;
- text-align: left;
- border-left: 5px solid {color:Border};
- color: {color:Page Links};
- font-family: "Strait";
- }
- #linkerings {
- position: absolute;
- margin-left: 125px;
- }
- #linkerings a:hover {
- border-left: 10px solid {color:Border};
- }
- a#next {
- position: fixed;
- bottom: 0;
- margin: 20px;
- left: 50%;
- margin-left: 305px;
- padding: 5px;
- background: {color:Border};
- z-index: 100;
- width: 15px;
- color: {color:Border Text};
- height: 15px;
- text-align: center;
- border: 1px solid {color:Border};
- -webkit-box-shadow: 0px 0px 10px 0px {color:Border};
- box-shadow: 0px 0px 10px 0px {color:Border};
- }
- a#prev {
- position: fixed;
- bottom: 0;
- margin: 20px;
- left: 50%;
- margin-left: -330px;
- padding: 5px;
- background: {color:Border};
- z-index: 100;
- width: 15px;
- color: {color:Border Text};
- height: 15px;
- text-align: center;
- -webkit-box-shadow: 0px 0px 10px 0px {color:Border};
- box-shadow: 0px 0px 10px 0px {color:Border};
- border: 1px solid {color:Border};
- }
- a#next:hover, a#prev:hover {
- border-color: {color:Border Text};
- }
- #credit {
- padding: 2px;
- font-family: "Nova Mono";
- font-size: 11px;
- display: inline-block;
- color: #fff;
- text-shadow:
- -1px -1px 0 rgba(0,0,0,1),
- 1px -1px 0 rgba(0,0,0,1),
- -1px 1px 0 rgba(0,0,0,1),
- 1px 1px 0 rgba(0,0,0,1),
- -1px 0px 0 rgba(0,0,0,1),
- -0px -1px 0 rgba(0,0,0,1),
- 1px -0px 0 rgba(0,0,0,1),
- 0px 1px 0 rgba(0,0,0,1);
- height: 14px;
- width: 60px;
- overflow: hidden;
- z-index: 10000000000000000000000000;
- position: fixed;
- bottom: 0;
- margin: 30px;
- right: 0;
- }
- #credit #inner {
- animation:credit 3s infinite;
- -webkit-animation:credit 5s infinite;
- position: relative;
- -webkit-transition: all 0ms ease;
- -moz-transition: all 0ms ease;
- -ms-transition: all 0ms ease;
- -o-transition: all 0ms ease;
- transition: all 0ms ease;
- }
- @keyframes credit {
- 0% {top: 0; left: 0;}
- 19% {top: 0; left: 0; font-size: 11px;}
- 20% {top: -10px; left: -15px; font-size: 40px;}
- 21% {top: 0; left: 0; font-size: 11px;}
- 49% {top: 0; left: 0; font-size: 11px;opacity: 1;}
- 50% {top: -50px; left: 5px; font-size: 20px; opacity: .6;}
- 51% {top: 0; left: 0; font-size: 11px;opacity: 1;}
- 79% {top: 0; left: 0; font-size: 11px;}
- 80% {top: -30px; left: -35px; font-size: 30px;}
- 81% {top: 0; left: 0; font-size: 11px;}
- 100% {top: 0; left: 0;}
- }
- @-webkit-keyframes credit /* Webkit Browsers */ {
- 0% {top: 0; left: 0;}
- 19% {top: 0; left: 0; font-size: 11px;}
- 20% {top: -10px; left: -15px; font-size: 40px;}
- 21% {top: 0; left: 0; font-size: 11px;}
- 49% {top: 0; left: 0; font-size: 11px;opacity: 1;}
- 50% {top: -50px; left: 5px; font-size: 20px; opacity: .6;}
- 51% {top: 0; left: 0; font-size: 11px;opacity: 1;}
- 79% {top: 0; left: 0; font-size: 11px;}
- 80% {top: -30px; left: -35px; font-size: 30px;}
- 81% {top: 0; left: 0; font-size: 11px;}
- 100% {top: 0; left: 0;}
- }
- </style>
- <link href='http://fonts.googleapis.com/css?family=Passero+One|Squada+One|Pathway+Gothic+One|Strait|Iceberg|Special+Elite|Nosifer|Bigelow+Rules|Creepster|Butcherman|Nova+Mono|Nova+Slim|Eater|Henny+Penny|VT323|Freckle+Face' rel='stylesheet' type='text/css'>
- <script>
- $(document).ready(function(){
- $("span").click(function(){
- $("#search").fadeIn();
- });
- $("#x").click(function(){
- $("#search").hide();
- });
- });
- </script>
- </head>
- <body>
- <a href="http://foomthemes.tumblr.com"><div id="credit"> <nobr><div id="inner">FOOMTHEMES</nobr></div></div></a>
- {block:ifCursorImage}<img id="cursor" src="{image:Cursor}" />{/block:ifCursorImage}
- {block:PreviousPage}
- <a href="{PreviousPage}" id="prev">←</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" id="next">→</a>
- {/block:NextPage}
- <div id="desc">{block:HasPages}<div id="linkerings">{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}</div>{/block:HasPages}<img src="{image:Sidebar}" id="myimg">{Description}</div>
- <div id="atoms">
- <div id="linksys">
- <div id="haha">
- <div id="yoio"></div>
- <div id="yi"></div>
- <div id="yio"></div>
- <div id="yia"></div>
- <div id="yo"></div>
- </div>
- </div>
- <div class="container">
- <div class="wrap">
- <div class="circle horizontal c1">
- <div class="wrap-electron">
- <div class="circle electron"></div>
- </div>
- </div>
- <div class="circle vertical c1">
- <div class="wrap-electron">
- <div class="circle electron"></div>
- </div>
- </div>
- </div>
- <div class="wrap r">
- <div class="circle horizontal c2">
- <div class="wrap-electron">
- <div class="circle electron"></div>
- </div>
- </div>
- <div class="circle vertical c2">
- <div class="wrap-electron">
- <div class="circle electron"></div>
- </div>
- </div>
- </div>
- </div>
- <div id="links">
- <a href="/" title="home">
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 75 75" preserveAspectRatio="xMidYMid meet">
- <g transform="translate(0,75) scale(0.1,-0.1)" stroke="none">
- <path d="M172 567 c-110 -110 -172 -180 -172 -193 0 -26 18 -44 45 -44 12 0 26 5 33 12 9 9 12 -23 12 -145 0 -195 1 -197 115 -197 l75 0 0 115 0 115 90 0 90 0 0 -115 0 -115 75 0 c114 0 115 2 115 197 0 122 3 154 12 145 28 -28 78 -7 78 33 0 13 -61 81 -173 193 -131 131 -178 172 -197 172 -19 0 -66 -41 -198 -173z"/>
- </g>
- </svg>
- </a>
- <a href="/ask" title="ask">
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 75 75" preserveAspectRatio="xMidYMid meet">
- <g transform="translate(0,75) scale(0.1,-0.1)" stroke="none">
- <path d="M208 488 l162 -163 162 163 163 162 -325 0 -325 0 163 -162z"/>
- <path d="M0 375 c0 -135 3 -245 8 -245 4 0 62 55 130 123 l122 122 -123 123 c-67 67 -126 122 -130 122 -4 0 -7 -110 -7 -245z"/>
- <path d="M602 497 l-122 -122 123 -123 c67 -67 126 -122 130 -122 4 0 7 110 7 245 0 135 -3 245 -8 245 -4 0 -62 -55 -130 -123z"/>
- <path d="M167 222 c-64 -64 -117 -121 -117 -125 0 -4 144 -7 320 -7 176 0 320 3 320 8 0 4 -54 61 -120 127 l-120 119 -33 -32 c-41 -40 -56 -40 -92 -2 -16 17 -31 30 -35 30 -3 0 -58 -53 -123 -118z"/>
- </g>
- </svg>
- </a>
- {block:SubmissionsEnabled}
- <a href="/submit" title="submit">
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 300 300" preserveAspectRatio="xMidYMid meet">
- <g transform="translate(0,300) scale(0.1,-0.1)" stroke="none">
- <path d="M2464 2959 c-17 -5 -37 -16 -44 -24 -7 -8 -18 -15 -25 -15 -7 0 -46 -31 -87 -69 l-73 -70 255 -255 c200 -201 260 -256 280 -256 25 0 110 74 110 95 0 5 8 18 18 29 35 39 62 121 62 186 0 116 -83 249 -210 335 -71 48 -71 48 -163 50 -51 2 -106 -1 -123 -6z"/>
- <path d="M1147 1692 c-709 -710 -907 -913 -907 -932 -1 -14 -9 -43 -20 -65 -11 -22 -20 -49 -20 -60 0 -11 -9 -38 -20 -60 -11 -22 -19 -50 -20 -63 0 -13 -7 -36 -15 -51 -8 -16 -19 -46 -24 -67 -11 -44 -35 -116 -63 -186 -10 -26 -18 -58 -18 -72 0 -14 -9 -35 -20 -46 -11 -11 -20 -29 -20 -40 0 -18 5 -19 48 -13 26 3 66 14 89 24 23 11 52 19 65 19 13 1 41 9 63 20 22 11 48 19 58 20 11 0 33 7 50 15 18 8 55 21 82 29 28 8 77 22 110 31 33 9 65 20 70 25 6 4 26 11 45 15 19 4 51 14 70 23 49 21 1820 1790 1820 1817 0 13 -91 111 -252 272 -139 139 -255 253 -258 253 -3 0 -413 -408 -913 -908z m-640 -1157 c131 -141 142 -174 58 -175 -16 0 -43 -7 -58 -15 -15 -8 -45 -17 -65 -21 -20 -4 -61 -15 -90 -26 -71 -26 -86 -20 -77 33 4 23 16 60 26 83 10 23 19 50 19 61 0 11 9 38 20 60 11 22 19 52 20 66 1 68 37 51 147 -66z"/>
- </g>
- </svg>
- </a>
- {/block:SubmissionsEnabled}
- <a href="/archive" title="archive">
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 300 300" preserveAspectRatio="xMidYMid meet">
- <g transform="translate(0,300) scale(0.1,-0.1)" stroke="none">
- <path d="M126 2954 c-3 -9 -6 -665 -6 -1459 0 -1075 3 -1451 12 -1470 l11 -25 1362 0 1361 0 12 33 c9 25 12 378 12 1474 0 1240 -2 1442 -14 1452 -22 18 -334 11 -345 -8 -5 -7 -7 -39 -4 -70 8 -89 4 -91 -187 -91 -191 0 -195 2 -187 91 3 31 1 63 -4 70 -7 12 -113 14 -629 17 -422 2 -627 -1 -640 -8 -17 -9 -20 -21 -20 -81 0 -65 -1 -70 -26 -79 -38 -15 -294 -12 -324 3 -23 12 -25 17 -22 75 3 39 -1 68 -8 77 -19 23 -345 22 -354 -1z m2579 -723 c7 -13 7 -2009 0 -2022 -10 -15 -2378 -12 -2393 3 -17 17 -17 1999 0 2016 15 15 2383 18 2393 3z"/>
- <path d="M1049 1866 c-13 -14 -12 -363 2 -372 6 -3 88 -6 182 -6 128 1 172 4 178 14 11 17 11 339 0 356 -10 16 -346 23 -362 8z"/>
- <path d="M1609 1866 c-13 -14 -12 -363 2 -372 14 -8 338 -8 347 1 9 9 9 361 0 370 -10 11 -338 11 -349 1z"/>
- <path d="M2167 1868 c-13 -8 -18 -361 -5 -373 9 -9 347 -9 356 0 9 9 9 361 0 370 -9 9 -337 12 -351 3z"/>
- <path d="M655 1312 c-82 -1 -153 -6 -157 -10 -4 -4 -8 -83 -8 -176 -1 -131 1 -171 12 -177 7 -5 84 -9 170 -9 129 0 159 3 172 16 13 13 16 43 16 172 0 86 -4 162 -8 168 -11 17 -36 19 -197 16z"/>
- <path d="M1049 1306 c-15 -16 -12 -342 4 -358 20 -20 344 -9 357 12 12 18 13 320 1 338 -10 16 -346 23 -362 8z"/>
- <path d="M1609 1306 c-11 -12 -12 -336 0 -354 6 -11 45 -14 172 -13 143 1 166 4 177 19 10 13 12 57 10 179 -2 89 -6 164 -10 168 -10 11 -338 11 -349 1z"/>
- <path d="M2167 1308 c-16 -10 -22 -319 -7 -347 10 -20 19 -21 180 -21 161 0 170 1 180 21 12 22 10 332 -2 344 -9 9 -337 12 -351 3z"/>
- <path d="M494 749 c-4 -7 -6 -88 -6 -182 1 -125 5 -173 14 -179 18 -11 320 -10 338 2 21 13 32 337 12 357 -18 17 -347 19 -358 2z"/>
- <path d="M1047 753 c-4 -3 -7 -84 -7 -179 0 -129 3 -176 13 -186 10 -10 50 -12 179 -8 92 3 170 9 175 13 4 5 10 83 13 175 4 129 2 169 -8 179 -10 10 -57 13 -186 13 -95 0 -176 -3 -179 -7z"/>
- <path d="M1607 753 c-10 -9 -8 -346 2 -361 6 -11 45 -14 172 -13 140 1 166 4 177 18 8 12 12 66 12 184 0 143 -2 168 -16 173 -21 8 -339 8 -347 -1z"/>
- </g>
- </svg>
- </a>
- <a id="seaarch" href="javascript:void(0);">
- <span title="search">
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 128 128" preserveAspectRatio="xMidYMid meet">
- <g transform="translate(0,128) scale(0.1,-0.1)" stroke="none">
- <path d="M340 1261 c-88 -28 -140 -60 -201 -120 -144 -144 -181 -371 -90 -549 76 -150 259 -262 425 -262 63 0 166 26 216 55 25 14 28 11 226 -186 235 -234 233 -233 315 -150 83 82 83 80 -149 315 l-199 201 25 60 c50 122 41 279 -25 409 -54 106 -186 208 -304 235 -67 16 -178 12 -239 -8z m278 -126 c75 -33 142 -102 180 -183 23 -49 27 -70 27 -152 0 -84 -3 -102 -28 -151 -30 -62 -103 -136 -164 -167 -100 -51 -227 -48 -334 9 -69 37 -118 89 -157 169 -23 47 -27 67 -27 145 0 76 4 99 26 146 88 187 293 266 477 184z"/>
- </g>
- </svg>
- </span>
- <div id="search">
- <div class="arrow">
- <div id="x" title="close">X</div>
- <form action="/search" method="get">
- <input type="text" name="q" value="" placeholder="Search."/>
- <input type="submit" value="GO"/>
- </form>
- </div>
- </div>
- </a>
- </div>
- </div>
- <div id="descs"><div id="descbg"></div><a href="/">{block:ifBlogTitle}{text:Blog Title}{/block:ifBlogTitle}{block:ifNotBlogTitle}{Title}{/block:ifNotBlogTitle}</a></div>
- <div id="contentbg"></div>
- <center>
- <div id="posts">
- {block:NoSearchResults}
- <div class="post">
- <div class="title">Haha sorry dude.</div>
- That tag just doesn't exist.
- </div>
- {/block:NoSearchResults}
- {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"><svg width="9px" height="9px" viewBox="0 0 537 512" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="reblogbutton"><path d="M 98.893,177.139c0.00-7.462, 4.826-12.275, 12.288-12.275L 405.12,164.864 l0.00,83.469 l 118.72-120.947L 405.12,8.678l0.00,81.51 L 49.382,90.189 c-15.206,0.00-27.648,12.429-27.648,27.648l0.00,171.814 l 77.146-71.603L 98.88,177.139 z M 438.874,332.646c0.00,7.45-4.826,12.275-12.275,12.275L 123.75,344.922 l0.00-83.469 l-116.506,120.922l 116.506,120.947l0.00-81.498 l 356.864,0.00 c 15.206,0.00, 27.648-12.454, 27.648-27.648L 508.262,220.134 l-69.402,71.59L 438.861,332.646 z"></path></svg></a>
- <div style="margin-top:-13px; 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