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 5: RUPTURED BY 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="#eeeeee">
- <meta name="color:Posts Bg" content="#ffffff">
- <meta name="color:Blockquotes" content="#eeeeee">
- <meta name="color:Description Text" content="#000000">
- <meta name="color:Description Bg" content="#ffffff">
- <meta name="color:Tags and Info BG" content="#eeeeee">
- <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="10">
- <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:Blog Title" content="#000000"/>
- <meta name="color:Border" content="#dadada">
- <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;
- 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;
- }
- #sidebar {
- padding: 10px;
- padding-top: 0;
- padding-bottom: 0;
- overflow: hidden;
- border: 10px {color:Border} solid;
- background: {color:Description BG} center top;
- position: relative;
- z-index: 3;
- }
- #img1 {
- width: 100px;
- height: 50%;
- overflow: hidden;
- display: inline-block;
- position: relative;
- top: 0px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -ms-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- z-index: 3;
- }
- #img2 {
- width: 100px;
- overflow: hidden;
- display: inline-block;
- position: relative;
- top: 0px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -ms-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- z-index: 3;
- }
- #img2 img {
- margin-left: -100px;
- z-index: 3;
- }
- #sideimg {
- width: 220px;
- margin-left: -20px;
- z-index: 3;
- margin-bottom: -3px;
- }
- #sidebar:hover #img1 {
- left: -100px;
- }
- #sidebar:hover #img2 {
- left: 100px;
- }
- #description {
- position: relative;
- {block:IfSidebarImage}position: absolute;{/block:IfSidebarImage}
- z-index: 2;
- height: 100%;
- width: 200px;
- margin-left: -10px;
- color: {color:Description Text};
- height: 100%;
- }
- #desc1 {width: 198px; max-height: 100%; overflow: auto; display: inline-block; vertical-align: middle;
- }
- #desc {padding: 3px;}
- #avi img {
- width: 75px;
- border: {color:Border} solid 5px;
- position: relative;
- {block:IfNotSidebarInnerImage}margin-bottom: 13px;{/block:IfNotSidebarInnerImage}
- {block:IfSidebarInnerImage}width: 35px;
- left: -60px;{/block:IfSidebarInnerImage}
- }
- #links {
- margin-top: 10px;
- }
- #links a.link {
- display: inline-block;
- width: 70px;
- padding: 5px;
- margin:2.5px;
- background: {color:Border};
- font-family: "Share Tech Mono", Arial, sans-serif;
- text-decoration: none;
- font-size: smaller;
- text-transform: uppercase;
- color: {color:Sidebar Links};
- }
- #links a.link:hover {
- letter-spacing: 3px;
- opacity: .5;
- }
- #links {
- margin-top: -3px;
- }
- #blogt {
- padding: 10px;
- padding-top: 0;
- padding-bottom: 0;
- margin-bottom: -3px;
- font-family: "Strait";
- position: relative;
- z-index:9;
- font-size: 15px;
- z-index: 100;
- text-shadow: 1px 0px 1px {color:Border}, -1px 0px 1px {color:Border}, 1px 1px 1px {color:Border}, 1px -1px 1px {color:Border},-1px 1px 1px {color:Border},0px 1px 1px {color:Border}, 0px -1px {color:Border}, -1px -1px 1px {color:Border};
- color: {color:Blog Title};
- }
- #blogt a {
- color: {color:Blog Title};
- }
- #blogt a:hover {
- color: {color:Blog Title};
- }
- #sbar {
- position:fixed; margin-left: -380px;
- width: 220px;
- left: 50%;
- right: 50%;
- top: 160px;
- }
- #holder #links {
- display: inline-block;
- margin: 0;
- font: inherit;
- left: 5px;
- outline:none;
- -webkit-appearance:none;
- border: solid {color:Border} 1px;
- position: relative;
- top: -5px;
- width: 140px;
- z-index: 13;
- }
- @media screen and (-webkit-min-device-pixel-ratio:0) {
- #holder #links t {
- padding-right:30px;
- }
- }
- #holder:after {
- pointer-events: none;
- content: "▼";
- text-shadow: 1px 0px 1px #000, -1px 0px 1px #000, 1px 1px 1px #000, 1px -1px 1px #000,-1px 1px 1px #000,0px 1px 1px #000, 0px -1px #000, -1px -1px 1px #000;
- position: relative;
- left: -12px;
- top: -5px;
- padding: 3px;
- color: #fff;
- background: {color:Border};
- opacity: .6;
- font-size: 80%;
- z-index: 14;
- }
- #nlinks {
- margin-left: -5px;
- }
- #nlinks a {
- padding: 3px;
- background: {color:Description Bg};
- border: 1px solid #ccc;
- font-family: strait;
- display: inline-block;
- color: {color:Description Text};
- height: 10px;
- font-size: 9px;
- width: 10px;
- }
- #nlinks span, #nlinks a:hover {
- padding: 3px;
- background: {color:Description Bg};
- border: 1px solid #ccc;
- font-family: strait;
- display: inline-block;
- color: {color:Description Text};
- height: 10px;
- font-size: 9px;
- width: 10px;
- -webkit-filter: contrast(.8);
- }
- 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' 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}" />
- <center>
- <div id="sbar">
- <div id="blogt"><big><big><a href="/">{block:ifBlogTitle}{text:Blog Title}{/block:ifBlogTitle}{block:ifNotBlogTitle}{Title}{/block:ifNotBlogTitle}</a></big></big></div>
- <div id="sidebar">
- <center><div id="description">
- {block:Description}
- <div class="va"></div><div id="desc1"><div id="desc">{Description}</div></div><div class="va"></div>
- {/block:Description}
- </div></center>
- {block:IfSidebarImage}<div id="sideimg"><div id="img1"><img src="{image:Sidebar}" width="200"></div><div id="img2"><img src="{image:Sidebar}" width="200"></div>
- </div>{/block:IfSidebarImage}</div>
- <div id="holder"><select id="links" onchange="location.href=this.options[this.selectedIndex].value;">
- <option>LINKS</option>
- <option value="/">HOME</option>
- {block:AskEnabled}<option value="/ask">ASK</option>{/block:AskEnabled}
- {block:SubmissionsEnabled} <option value="/submit">SUBMIT</option>{/block:SubmissionsEnabled}
- <option value="/archive">ARCHIVE</option>
- {block:HasPages}{block:Pages}
- <option value="{URL}">{label}</option>
- {/block:Pages}{/block:HasPages}
- </select>
- </div>
- {block:Pagination}
- <div id="nlinks">
- {block:PreviousPage}<a href="{PreviousPage}" title="Previous Page"><div class="prev">←</div></a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span>{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}" title="Next Page"><div class="next">→</div></a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <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