Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
- <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}
- <!----Thanks for choosing my theme! The only thing I ask is that you do NOT remove the credit from the bottom corner. It's really small so you don't even notice it.
- You can edit this as MUCH as you want, but DO NOT use this as a base code! There are plenty of free base codes available online to use :)
- Enjoy! <3 Stef--->
- <!-- pop up ask begin -->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!-- pop up ask end -->
- <!-- colors -->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:sbtitle" content="#ccc"/>
- <meta name="color:Text" content=""/>
- <meta name="color:Link" content="000"/>
- <meta name="color:linkhover" content"000"/>
- <meta name="color:info border" content="#eee"/>
- <meta name="color:scrollbar" content="#D6D5D5">
- <meta name="color:scrollbarbg" content="#FCFCFC">
- <meta name="color:pagination" content="">
- <meta name="color:paginationhover" content="">
- <meta name="color:tooltip background" content="#fff"/>
- <meta name="color:tooltip border" content="#bbb"/>
- <meta name="color:tooltip text" content="#bbb"/>
- <meta name="color:gradient1" content="#fff">
- <meta name="color:gradient2" content="#aaa">
- <meta name="color:entries border" content="#fff">
- <!-- images -->
- <meta name="image:background" content=""/>
- <!-- text -->
- <meta name="text:sbtitle" content=""/>
- <meta name="text:link1" content="refresh">
- <meta name="text:link1 url" content="/">
- <meta name="text:link2" content="message">
- <meta name="text:link2 url" content="/ask">
- <meta name="text:link3" content="submit">
- <meta name="text:link3 url" content="">
- <meta name="text:link4" content="about">
- <meta name="text:link4 url" content="">
- <meta name="text:url without tumblr dot com" content="">
- <!--switches-->
- <meta name="if:whitecursor" content="1">
- <meta name="if:blackcursor" content="0">
- <!--updates color customization-->
- <meta name="color:updates title" content="">
- <meta name="color:box1" content="">
- <meta name="color:box2" content="">
- <meta name="color:box3" content="">
- <meta name="color:box4" content="">
- <meta name="color:box5" content="">
- <meta name="color:box6" content="">
- <!--end-->
- <!-- this is for the descritption on hover-->
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- $('li.drawer div:nth-child(2)').hide();
- $('li.drawer h4').click(function () {
- if ($(this).hasClass('open')) {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
- else {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
- $(this).next().slideDown();
- $(this).addClass('open');}
- });
- });
- </script>
- <!--end hover-->
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <!-- for slide in updates -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".click").click(function(){
- $(".closed").toggleClass("open");
- });
- });
- </script>
- <!-- for slide in ask -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".clickask").click(function(){
- $(".closedask").toggleClass("openask");
- });
- });
- </script>
- <style type="text/css">
- /* slide in updates tab */
- .closed {
- width:145px;
- height:235px;
- padding-left:10px;
- padding-right:10px;
- margin-right:-245px;
- -webkit-transition:all 0.6s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.6s;
- -o-transition:all 0.6s;
- transition:all 0.6s;
- }
- .open {
- width:145px;
- padding-left:10px;
- padding-right:10px;
- height:245px;
- margin-right:20px;
- -webkit-transition:all 0.6s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.6s;
- -o-transition:all 0.6s;
- transition:all 0.6s;
- }
- #popup {
- height:245px;
- right:0px;
- top:20px;
- position:fixed;
- background-color:{color:gradient1};
- color:{color:sbtitle};
- padding-top:10px;
- border: 2px solid white;
- }
- #popup a {
- color:{color:sbtitle};
- }
- #popupask a {
- color:{color:sbtitle};
- }
- .closedask {
- width:350px;
- height:225px;
- padding-left:10px;
- padding-right:10px;
- margin-left:20px;
- margin-top:-1305px;
- overflow-y:scroll;
- -webkit-transition:all 0.6s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.6s;
- -o-transition:all 0.6s;
- transition:all 0.6s;
- }
- .openask {
- width:350px;
- padding-left:10px;
- margin-left:20px;
- padding-right:10px;
- height:315px;
- margin-top:0px;
- z-index:999;
- overflow-y:scroll;
- -webkit-transition:all 0.6s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.6s;
- -o-transition:all 0.6s;
- transition:all 0.6s;
- }
- #popupask {
- height:460px;
- margin-left:20px;
- top:20px;
- position:fixed;
- background-color:{color:gradient1};
- color:{color:sbtitle};
- padding-top:0px;
- border: 2px solid white;
- overflow-y:scroll;
- }
- /* hover pop up */
- #s-m-t-tooltip{
- max-width:300px;
- margin:10px;
- padding:2px 4px;
- border:1px solid {color:tooltip border};
- border-radius:0px;
- background:{color:tooltip background};
- color:{color:tooltip text};
- z-index:999999;
- font-size:8px;
- font-style:normal;
- letter-spacing:1px;
- text-transform:uppercase;
- box-shadow:0px 0px 0px rgba(0,0,0,.1);}
- {block:ifwhitecursor}
- /*the two lines below are for the tiny cursor*/
- *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
- {/block:ifwhitecursor}
- {block:ifblackcursor}
- *, body, a, a:hover {cursor: url(https://31.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;}
- {/block:ifblackcursor}
- body {
- background:{color:background};
- background: url({image:Background}) no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:11px;
- line-height:125%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- a:hover {
- color: {color:linkhover};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- ::-webkit-scrollbar {background-color:transparent; height:8px; width:5px}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
- h1 {
- font-weight:normal;
- font-family: 'Open Sans Condensed', sans-serif;
- font-size:12px;
- text-align:center;
- font-style:normal;
- line-height:150%;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- }
- h2 {
- font-size:15px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:sbtitle};
- font-weight:normal;
- padding:5px;
- padding-bottom:2px;
- }
- h3 {
- font-size:15px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:link};
- font-weight:normal;
- padding:5px;
- padding-bottom:2px;
- }
- p {
- line-height:125%;
- }
- blockquote {
- border-left:2px solid {color:box2};
- padding-left:5px;
- margin:5px;
- line-height:125%;
- overflow-x:hidden;
- }
- br {
- line-height:100%;
- }
- #entries {
- background-image: linear-gradient({color:gradient1}, {color:gradient2});
- padding:10px;
- padding-top:50px;
- margin-left: auto;
- padding-left:70px;
- margin-right:auto;
- border: 3px solid {color:entries border};
- overflow-y:scroll;
- width:330px;
- height:400px;
- margin-top:100px;
- margin-bottom:-50px;
- }
- #post {
- width:250px;
- line-height:0;
- margin-bottom:50px;
- }
- #post img {
- max-width:250px;
- display: block;
- margin-left: auto;
- margin-right: auto
- }
- #post img, #post li, #post blockquote {max-width: 100%;}
- .caption {width:100%;
- margin-top:10px;
- }
- #sidebar {
- width:150px;
- position:fixed;
- margin-left:20%;
- margin-top:175px;
- }
- #title {
- font-size:20px;
- text-align:center;
- margin-bottom:7px;
- color:{color:sbtitle};
- letter-spacing: 3px;
- opacity: 1;
- font-family: 'Open Sans Condensed', sans-serif;
- position:fixed;
- text-transform:uppercase;
- margin-top:-10px;
- width: 160px;
- }
- #sidebar:hover #sidebarimage{
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #othersidebar {
- right:20%;
- position:fixed;
- width:150px;
- margin-top:175px;
- }
- #links {
- font-size: 18px;
- font-family: 'Open Sans Condensed', sans-serif;
- width: 156px;
- text-align: center;
- word-spacing: 10px;
- letter-spacing:1px;
- padding-bottom: 10px;
- opacity: 1;
- position:fixed;
- color: {color:sbtitle};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #links a {
- color: {color:sbtitle};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #links a:hover {
- color: {color:linkhover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #sidebar:hover #links {
- opacity: 1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /* DESCRIPTION HOVER */
- #description {
- overflow:auto;
- margin-top:15px;
- margin-left: 10px;
- padding: 10px 5px 10px 5px;
- opacity:1;
- background: transparent;
- line-height:10px;
- z-index:30px;
- position:fixed;
- font-size:9px;
- font-family: 'Maven Pro', sans-serif;
- width:130px;
- text-align: center;
- color: {color:text};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #description a {
- color: {color:link};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #sidebar:hover #description {
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #pagination {
- font-size:9px;
- position:absolute;
- text-align:center;
- margin-top:15px;
- margin-bottom: 10px;
- width:156px;
- font-family: arial;
- word-spacing: 10px;
- color: {color:pagination};
- }
- #pagination a {
- color: {color:paginationhover};
- -o-transition-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- }
- #pagination a:hover {
- color: {color:pagination};
- -o-transition-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- }
- #info {
- font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
- width:260px;
- color:{color:sbtitle};
- padding-top:10px;
- padding:5px;
- word-spacing:2px;
- opacity:0;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-style:normal;
- text-align:center;
- background:transparent;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #info a {
- margin-right:2px;
- color:{color:sbtitle};
- font-style:normal;
- }
- #info a:hover {
- color:{color:linkhover};
- }
- #post:hover #info {
- opacity:1;
- }
- .tags {
- font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
- color:{color:sbtitle};
- width:270px;
- text-transform:normal;
- background:transparent;
- line-height:120%;
- font-size:9px;
- text-align:center;
- opacity:0;
- letter-spacing:1px;
- padding-top:5px;
- padding-bottom:15px;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .tags a{
- color:{color:sbtitle};
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- .tags a:hover{
- color:{color:linkhover};
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- #post:hover .tags {
- opacity:1;
- }
- #thingies {
- width:300px;
- margin-top:-40px;
- opacity:0;
- -o-transition-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- }
- #post:hover #thingies {
- opacity:1;
- -o-transition-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- }
- #asker {
- float:left;
- margin-right:5px;
- margin-top: 2px;
- line-height:150%;
- }
- #asker img {
- border-radius: 100%;
- }
- #ask {
- line-height:150%;
- }
- #answer {
- padding: 10px;
- text-align: left;
- color: {color:Text};
- line-height:150%;
- }
- #credit a {
- background-color:transparent;
- font-weight:bold;
- font-size:12px;
- color: {color:sbtitle};
- padding:3px;
- font-family:calibri ;
- letter-spacing:1px;
- position:fixed;
- right:10px;
- border: 0px solid #ccc;
- bottom:5px;
- -o-transition-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- }
- #credit a:hover {
- background: {color:sbtitle};
- color:{color:linkhover};
- border-radius: 100%;
- -o-transition-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- }
- .tags .comma:last-child {
- display: none;
- }
- #muchpost {
- background:white;
- width:250px;
- border:10px solid white;
- line-height:0;
- margin-bottom:50px;
- line-height:150%;
- }
- {CustomCSS}</style></head><body>
- <div id="popup" class="closed">
- <div style="font-size:12px; padding-top: 3px; padding-left:5px; padding-bottom:3px; color:white; margin-top: -10px; margin-bottom:10px; width:110%; background:{color:box1}; line-height:200%; margin-left:-10px; text-align:center;">U P D A T E S</div>
- <div style="padding-top:1px;text-transform:uppercase; opacity:.9; font-family: calibri; font-size:11px; line-height:10px; text-align:justify; color:{color:sbtitle};"><div class="updatesinfo">
- <center>updates here</center>
- <br>
- <div style="color:{color:box1}; padding:1px; font-size:10px"><b>COOL TITLE</b></div>
- <div style="font-size:8px;">
- <a title="linky yo" href="http://darklordofall.co.vu/">✿</a>
- </div></div></div>
- </div>
- <!-- pop up ask information below -->
- <div id="popupask" class="closedask"><br>
- <h1>F A Q</h1>
- <br>Here is where a question can go!? </br>
- <blockquote>
- Type an answer here. To add more questions, just copy this and the previous < br > text </ br > to add more questions. Copy up until the /blockquote part.</br>
- </blockquote>
- <br>If you want a private response, please put ** at the beginning of your message!</br> <center><i class="fa fa-chevron-down"></i></center>
- <br><center><b>ASK TITLE HERE.</b></center></br>
- <br><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:url without tumblr dot com}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></br>
- </div>
- <div id="othersidebar">
- <div id="links">
- <a href="{text:link1 url}" title="{text:Link1}">I</a>
- <a class="clickask" title="{text:Link2}">II</a>
- <a href="{text:link3 url}" title="{text:Link3}">III</a>
- <a href="{text:link4 url}" title="{text:Link4}">IV</a>
- <a class="click" title="updates">V</a>
- <p></p>
- </div>
- <div id="description">{Description}</div>
- </div>
- <div id="sidebar">
- <div id="title">{text:sbtitle}</div>
- <div id="pagination">
- {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>
- <div id="credit"><a title="themes by stefany" target="blank"href="http://themaqeddon.tumblr.com"><i class="fa fa-code"></i></a></font></div>
- </div>
- <div id="entries">{block:Posts}<div id="post"><div id="muchpost">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
- {block:Photoset}{Photoset-250}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
- {block:Quote}<h3>“{Quote}”</h3><h1>{Source}</h1>{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}{AudioPlayerWhite}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
- {block:Video}{Video-250}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
- {block:Answer}<div id="asker"><a href="{AskerURL}" title="{AskerName}"><img src="{AskerPortraitURL-24}" /></a></div><br><div id="ask">{Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
- {block:IfRemovePostInfo}
- <div style="visibility:hidden;">
- {/block:IfRemovePostInfo}
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- <div id="thingies">
- {block:Date}
- <div id="info">
- <a title="{Month} {DayofMonth}"href="{Permalink}">{12HourWithZero}:{Minutes} {AmPm}</a>{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountwithlabel}</i></a> {/block:NoteCount}
- {block:RebloggedFrom} | <a title="{ReblogParentName}" href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}{block:ContentSource} | <a title="{SourceTitle}" href="{SourceURL}"> ©</a> {/block:ContentSource}
- </div>
- {block:HasTags}
- <div class="tags">{block:Tags}
- <a href="{TagURL}">{Tag}</a><span class="comma">, </span>
- {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- {/block:Posts}
- {block:IfRemovePostInfo}
- </div>
- {/block:IfRemovePostInfo}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement