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">
- <!--- Theme by iamthemelocked
- DO NOT REMOVE THE CREDIT
- DO NOT COPY
- DO NOT CLAIM AS YOUR OWN
- IF YOU DO THEN I´LL MAKE YOU INTO SHOES
- BIT NOT GOOD, ISN´T IT?--->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link href='http://fonts.googleapis.com/css?family=Alegreya+SC' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Advent+Pro:400,300' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Belleza' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC' rel='stylesheet' type='text/css'>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <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:0,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!--- POP UP STUFF --->
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><class="btn_close" title="Close Window" alt="Close" /></a>');
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!--- POP UP STUFF --->
- <!--- OPTIONS --->
- <meta name="if:Black and White Posts" content="0"/>
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Tags Upon Hover" content="1">
- <meta name="if:Tiny Cursor" content="1">
- <meta name="if:Show Captions" content="1"/>
- <meta name="if:Pop Up Links" content="1"/>
- <!--- OPTIONS --->
- <!--- IMAGES --->
- <meta name="image:Header Image" content=""/>
- <!--- IMAGES --->
- <!--- FONTS --->
- <meta name="font:Post Font" content="calibri" />
- <meta name="font:Tags Font" content="calibri" />
- <!--- FONTS --->
- <!--- FONT SIZES --->
- <meta name="text:Post Font Size" content="10px"/>
- <meta name="text:General Links Font Size" content="10px"/>
- <meta name="text:Tags Font Size" content="8px"/>
- <!--- FONTS SIZES--->
- <!--- GENERAL COLOURS --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Posts Background" content="#f6f6f6"/>
- <meta name="color:Post Text" content="#222222"/>
- <meta name="color:General Links" content="#cb2f66"/>
- <meta name="color:General Links Hover" content="#ffffff"/>
- <!--- GENERAL COLOURS --->
- <!--- HEADER / SIDEBAR --->
- <meta name="color:Header Background" content="#000000"/>
- <meta name="color:Header Accent 1" content="#cb2f66"/>
- <meta name="color:Header Accent 2" content="#FAA716"/>
- <meta name="color:Header Accent 3" content="#fdd017"/>
- <meta name="color:Header Links" content="#ffffff"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Description Text" content="#f6f6f6"/>
- <meta name="color:Pagination Button" content="#000000"/>
- <meta name="color:Pagination Text" content="#ffffff"/>
- <meta name="color:Pagination Button Hover" content="#cb2f66"/>
- <meta name="color:Pagination Text Hover" content="#ffffff"/>
- <!--- HEADER / SIDEBAR --->
- <!--- INFO SECTION --->
- <meta name="color:Post Accent 1" content="#cb2f66"/>
- <meta name="color:Post Accent 2" content="#faa716"/>
- <meta name="color:Info Background" content="#000000"/>
- <meta name="color:Info Text" content="#ffffff"/>
- <meta name="color:Info Text Hover" content="#000000"/>
- <!--- INFO SECTION --->
- <!--- TAGS --->
- <meta name="color:Tags" content="#000000"/>
- <meta name="color:Tags Hover" content="#ffffff"/>
- <!--- TAGS --->
- <!--- POSTS --->
- <meta name="color:Chat Background 1" content="#f6f6f6"/>
- <meta name="color:Chat Background 2" content="#f0eeee"/>
- <meta name="color:Music Player Text" content="#b6b6b6"/>
- <meta name="color:Music Player Titles" content="#000000"/>
- <!--- POSTS --->
- <!--- OTHER --->
- <meta name="color:Tooltip Background" content="#000000"/>
- <meta name="color:Tooltip Text" content="#ffffff"/>
- <meta name="color:Selection" content="#000000"/>
- <meta name="color:Selection Hover" content="#ffffff"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <!--- OTHER --->
- <!--- TITLE --->
- <meta name="text:Title" content="P for partners"/>
- <meta name="text:Scroll To Top Button" content="Scroll back up"/>
- <!--- TITLE --->
- <!--- LINKS --->
- <meta name="text:Link 1 Name" content="Home"/>
- <meta name="text:Link 1 Url" content="/"/>
- <meta name="text:Link 2 Name" content="Askbox"/>
- <meta name="text:Link 2 Url" content="/ask"/>
- <meta name="text:Link 3 Name" content="Link 3"/>
- <meta name="text:Link 3 Url" content="http://"/>
- <meta name="text:Link 4 Name" content="Link 4"/>
- <meta name="text:Link 4 Url" content="http://"/>
- <meta name="text:Link 5 Name" content="Link 5"/>
- <meta name="text:Link 5 Url" content="http://"/>
- <!--- LINKS --->
- <!--- UPDATES TAB COLOURS --->
- <meta name="color:Tab Titles" content="#000000"/>
- <meta name="color:Tab Text" content="#222222"/>
- <meta name="color:Tab Links" content="#b6b6b6"/>
- <meta name="color:Tab Line 1 Colour" content="#fe89b3"/>
- <meta name="color:Tab Line 2 Colour" content="#fe6299"/>
- <meta name="color:Tab Line 3 Colour" content="#fe3b80"/>
- <meta name="color:Tab Line 4 Colour" content="#cb2f66"/>
- <meta name="color:Tab Line 5 Colour" content="#98234d"/>
- <!--- UPDATES TAB COLOURS --->
- <!---UPDATES TAB ON/OFF --->
- <meta name="if:Updates Tab" content="1"/>
- <!---UPDATES TAB ON/OFF --->
- <!---INFINTE SCROLL --->
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- {block:IfNotInfiniteScroll}{/block:IfNotInfiniteScroll}
- <!---INFINTE SCROLL --->
- <!--- SPECIAL FONTS --->
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Petit+Formal+Script::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <link href='http://fonts.googleapis.com/css?family=Disco' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Aguafina Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Wisdom Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
- <!--- SPECIAL FONTS --->
- <style type="text/css">
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar-thumb:vertical {
- height:10px; border:2px solid {color:background}; background-color:{color:Scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:background};border:2px solid {color:Scrollbar};}
- ::-webkit-scrollbar {
- width:11px; height:5px; border:5px solid {color:background}; background-color:{color:Scrollbar};}
- ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{display:block; height:7px; border-right:2px solid {color:background}; border-left:2px solid {color:background}; background-color:{color:Scrollbar};}
- iframe#tumblr_controls {-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; right:3px !important; position: fixed !important;}
- /* --- SCROLLBAR ---*/
- /* --- BODY ---*/
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- letter-spacing:1px;
- z-index:9999999999999;
- background:{color:Tooltip Background};
- color:{color:Tooltip Text};
- text-transform:uppercase;
- letter-spacing:2px;
- max-width:320px;
- border:4px double {color:background};
- font-size:8px;
- padding:1px 2px 1px 2px;
- -webkit-transition:all 0.4s;
- -moz-transition:all 0.4s;
- -ms-transition:all 0.4s;
- -o-transition:all 0.4s;
- transition:all 0.4s;
- }
- body {
- background:{color:background};
- margin:0px;
- font-size: {text:Post Font Size};
- color:{color:Post text};
- font-family: {font:Post Font};
- line-height:120%;
- }
- b, strong {color: color:{color:Post text};}
- i, em {color: color:{color:Post text};}
- p {margin-top:5px;margin-bottom:5px}
- ol {list-style:normal;}
- ul {list-style:square;}
- small {font-size:8px;}
- big {font-size:10px;}
- a {
- text-decoration:none;
- outline:none;
- padding:1px 2px;
- font-size:{text:General Links Font Size};
- text-transform:uppercase;
- -moz-outline-style:none;
- color:{color:General Links};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- a:hover {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- background:{color:General Links};
- color:{color:General Links Hover};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- blockquote {
- padding-left:10px;
- margin-left:10px;
- margin-top:5px;
- border-left:1px solid;
- }
- h1 {
- font-size:22px;
- text-align:left;
- line-height:120%;
- text-transform:lowercase;
- line-height:15px;
- color:{color:General Links};
- font-family:"wisdom script";
- }
- h1:first-letter {
- text-transform:uppercase;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- font-weight:bold;
- font-size:8px;
- font-family:"DISCO";
- text-transform:uppercase;
- }
- pre a{
- font-size:8px;
- }
- .caption {
- text-align:left;
- display:block;
- }
- .caption img {
- max-width:490px;
- }
- /* --- BODY ---*/
- /* --- POST ENTRIES ---*/
- #entries {
- width:580px;
- margin-left:auto;
- margin-right:auto;
- left:40%;
- text-align:justify;
- margin-top:200px;
- margin-bottom:50px;
- font-family: {font:Post Font};
- }
- #post {
- font-family: {font:Post Font};
- margin-top:-15px;
- margin-bottom:20px;
- width:500px;
- font-size: {text:Post Font Size};
- background:{color:Posts Background};
- padding:40px 40px 30px 40px;
- {block:IfBlackandWhitePosts}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- filter: grayscale(100%);
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #post:hover {
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- filter: grayscale(0%);
- {block:IfBlackandWhitePosts}
- }
- #post img {
- margin-left:-2px;
- }
- /* --- POST ENTRIES ---*/
- /* --- HEADER / SIDEBAR ---*/
- #header{
- background:{color:Header Background};
- height:170px;
- top:0px;
- left:0px;
- text-align:center;
- width:100%;
- position:fixed;
- z-index:99;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5s;
- }
- #header.sticky {
- position:fixed;
- top:-128px;
- left:0px;
- z-index:999;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5s;
- }
- #bottomheader{
- background:{color:background};
- height:16px;
- bottom:0px;
- padding:10px;
- text-align:center;
- width:100%;
- position:fixed;
- z-index:99;
- }
- /* --- HEADER / SIDEBAR ---*/
- /* --- IMAGES ---*/
- #image img{
- width:298px;
- height:110px;
- margin-top:15px;
- margin-left:-150px;
- margin-right:auto;
- position:fixed;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #header:hover #image img{
- margin-top:-300px;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- /* --- IMAGES ---*/
- /* --- DESCRIPTION ---*/
- #description {
- font-family:arial;
- line-height:120%;
- font-size:7px;
- width:255px;
- height:45px;
- border:1px solid {color:Description Text};
- text-transform:uppercase;
- margin-top:-200px;
- padding:20px;
- opacity:1;
- left:30%;
- right:30%;
- overflow:hidden;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- text-shadow:3px 3px 1px transparent;
- color:{color:Description Text};
- position:fixed;
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -ms-transition:all 0.7s;
- -o-transition: all 0.7s;
- transition: all 0.7s;
- }
- #header:hover #description{
- margin-top:40px;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- /* --- DESCRIPTION ---*/
- /* --- TITLE ---*/
- #title {
- font-family:"DISCO";
- font-size:15px;
- text-transform:uppercase;
- width:289px;
- background:{color:Header Accent 3};
- opacity:1;
- height:10px;
- padding:4px;
- margin-top:-200px;
- left:30%;
- right:30%;
- overflow:hidden;
- margin-left:auto;
- margin-right:auto;
- position:fixed;
- text-align:center;
- color:{color:Title};
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -ms-transition:all 0.7s;
- -o-transition: all 0.7s;
- transition: all 0.7s;
- }
- #header:hover #title{
- margin-top:16px;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- /* --- TITLE ---*/
- /* --- LINKS ---*/
- .navi {
- width:297px;
- height:1px;
- left:36%;
- right:36%;
- margin-left:auto;
- margin-right:auto;
- margin-top:-2px;
- background:#222222;
- }
- #links {
- width:300px;
- left:36%;
- right:36%;
- opacity:0.8;
- overflow:hidden;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- height:20px;
- margin-top:140px;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #header:hover #links{
- opacity:1;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #link1, #link2, #link3, #link4, #link5, #link6 {
- display:inline-block;
- width:55px;
- font-family:arial;
- letter-spacing:0.5px;
- margin:1px;
- text-align:center;
- font-size:7px;
- overflow:hidden;
- padding:0.5px;
- line-height:13px;
- margin:-1px;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #link1 {
- background:{color:Header Accent 1};
- }
- #link2 {
- background:{color:Header Accent 2};
- }
- #link3 {
- background:{color:Header Accent 3};
- }
- #link4 {
- background:{color:Header Accent 2};
- }
- #link5 {
- background:{color:Header Accent 1};
- }
- #links a:link, #links a:active, #links a:visited {
- color:{color:Header Links};
- }
- #links a:hover{
- background:none;
- color:transparent;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- .naviline {
- width:56px;
- height:1px;
- left:36%;
- right:36%;
- margin-left:auto;
- margin-right:auto;
- background:transparent;
- margin-top:-1px;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #header:hover .naviline {
- background:{color:Header Links};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- /* --- LINKS ---*/
- /* --- PAGINATION ---*/
- #pagination {
- width:500px;
- height:27px;
- text-transform:uppercase;
- font-family:calibri;
- bottom:20px;
- background:{color:background};
- line-height:18px;
- left:34%;
- margin-left:auto;
- margin-right:auto;
- padding:1px;
- text-align:center;
- }
- #pagination a {
- color:{color:Pagination Text};
- background:{color:Pagination Button};
- padding: 2px 5px;
- text-transform:uppercase;
- margin: 0px 1px;
- border:1px solid {color:Pagination Button};
- width:auto;
- font-size:9px;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- -ms-transition:all 0.8s;
- -o-transition: all 0.8s;
- transition: all 0.8s;
- }
- .current {
- color:{color:post text};
- background:{color:background};
- padding: 2px 5px;
- text-transform:uppercase;
- margin: 0px 1px;
- border:2px solid {color:Pagination Button};
- width:auto;
- font-size:9px;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- -ms-transition:all 0.8s;
- -o-transition: all 0.8s;
- transition: all 0.8s;
- }
- #pagination a:hover {
- color:{color:Pagination Text Hover};
- background:{color:Pagination Button Hover};
- border:1px solid {color:Pagination Button Hover};
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- -ms-transition:all 0.8s;
- -o-transition: all 0.8s;
- transition: all 0.8s;
- }
- /* --- PAGINATION ---*/
- /* --- POST INFO ---*/
- #info {
- background:{color:Info Background};
- color:{color:Info Text};
- opacity:1;
- letter-spacing:1px;
- margin:auto;
- font-family:calibri;
- font-size:7.5px;
- padding:1.5px;
- text-align:center;
- margin-top:6px;
- text-transform:uppercase;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #info a {
- font-size:7.5px;,
- font-family:calibri;
- margin:2px;
- border-radius:1px;
- color:{color:Info Text};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #info a:hover {
- color:{color:Info Text Hover};
- background-color:{color:background};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #post:hover #info {
- box-shadow:inset 500px 0 0 0 {color:Post Accent 1};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #post:hover #info:hover {
- box-shadow:inset 500px 0 0 0 {color:Post Accent 2};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- /* --- POST INFO ---*/
- /* --- POST TAGS ---*/
- #tags {
- {block:IfTagsUponHover}
- opacity:0;
- {/block:IfTagsUponHover}
- padding: 4px;
- text-align: center;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #tags a {
- margin: 0px 5px;
- color:{color:Tags};
- border-radius:1px;
- text-transform: uppercase;
- font-size:{text:Tags Font Size};
- font-family:{text:Tags Font};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #tags a:hover {
- color:{color:Tags Hover};
- background-color:{color:Post Accent 1};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- {block:IfTagsUponHover}
- #post:hover #tags{
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- {/block:IfTagsUponHover}
- /* --- POST TAGS ---*/
- /* --- QUOTES ---*/
- #mark {
- font: bold 40px georgia;
- margin-top:-38px;
- margin-left:-30px;
- position: absolute;
- float:left;
- color:#ffffff;
- transform:rotate(180deg);
- -ms-transform:rotate(180deg);
- -webkit-transform:rotate(180deg);
- }
- #quote {
- background-color:transparent;
- padding:15px;
- font-family:'lato', helvetica, arial;
- text-align:left;
- font-weight:bold;
- font-size:11px;
- border:2px solid {color:Post Text};
- color:{color:Post Text};
- }
- #quote:first-letter {
- font-weight:bold;
- font-size:14px;
- text-align:center;
- font-family:'lato', helvetica, arial;
- text-transform:uppercase;
- color:{color:Post Accent 1};
- }
- #source {
- padding-top:5px;
- margin-top:4px;
- padding-left:40px;
- padding-bottom:5px;
- text-align:left;
- text-transform:uppercase;
- background-color:{color:Post Accent 1};
- color:#ffffff;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #source:hover {
- box-shadow:inset 500px 0 0 0 {color:Post Accent 2};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- /* --- QUOTES ---*/
- /* --- AUDIO PLAYER ---*/
- #audio {
- position:relative;
- min-height:60px;}
- #audioimage {
- width:60px;
- height:60px;
- position:absolute;
- z-index:2;}
- #audiobackground {
- margin-top:5px;
- margin-left:3px;
- width:50px;
- height:50px;
- z-index:3;
- position:absolute;
- opacity:0.2;
- background-color:white;
- -webkit-transition:all 0.6s ease-out;
- -moz-transition:all 0.6s ease-out;
- transition:all 0.6s ease-out;}
- #audiobackground:hover {
- opacity:0.8;
- transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- background-color:#ffffff;
- -webkit-transition:all 0.6s ease-out;
- -moz-transition:all 0.6s ease-out;
- transition:all 0.6s ease-out;}
- #audioplayer {
- width:20px;
- height:20px;
- margin-top:11px;
- margin-left:11px;
- overflow:hidden;}
- #audiobig {
- width:500px;
- height:70px;
- overflow:hidden;}
- #audioinfo {
- background-color:transparent;
- font-size:8px;
- font-family:calibri;
- color:{color:Music Player Text};
- text-transform:uppercase;
- height:6px;
- width:425px;
- padding:4px;
- line-height:80%;
- margin-bottom:1px;
- margin-top:1.5px;
- margin-left:68px;
- text-align:left;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #audioinfo b{
- color:{color:Music Player Titles};
- padding:2px;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #audioinfo:hover b{
- margin-left:40px;
- color:{color:Background};
- margin-right:4px;
- background:{color:General Links};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;}
- /* --- AUDIO PLAYER ---*/
- /* --- CHATS ---*/
- ul.chat {
- margin:0px;
- padding:0px;
- }
- .chat li {
- list-style-type:none;
- margin-left:0px;
- padding:4px;
- }
- .odd .label {
- color:{color:General Links};
- }
- .even .label {
- color:{color:General Links};
- }
- .label {
- font-weight:bold;
- text-transform:uppercase;
- font-family:calibri;
- letter-spacing:2px;
- font-size:8px;
- }
- .chat li.odd {
- background-color:{color:Chat Background 1};
- margin-bottom:1px;
- }
- .chat li.even {
- background-color:{color:Chat Background 2};
- opacity:1;
- margin-bottom:1px;
- }
- #ll {
- font-size:12px;
- text-transform:uppercase;
- text-align:center;
- padding:4px;
- color:{color:General Links};
- letter-spacing:3px;
- font-family:calibri;
- border:4px double #cccccc;
- }
- /* --- CHATS ---*/
- /* --- QUESTIONS ---*/
- #question {
- padding:15px;
- font-family:calibri;
- letter-spacing:1px;
- font-weight:bold;
- color:{color:post text};
- border:2px solid {color:post text};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #post:hover #question {
- border:2px solid {color:Post Accent 1};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #post:hover #question:hover {
- border:2px solid {color:Post Accent 2};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #ask {
- float:right;
- text-align:right;
- }
- #asker {
- margin-top:-8px;
- margin-right:-3px;
- padding:0px 4px 0px 8px;
- font-family:calibri;
- font-size:10px;
- text-align:right;
- text-transform:uppercase;
- letter-spacing:0px;
- background:{color:Posts Background};
- color:{color:General Links};
- }
- #asker a {
- color:{color:General Links};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #asker a:hover {
- color:{color:post text};
- background:none;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #portrait {
- height:16px;
- opacity:1;
- width:16px;
- background:transparent;
- float:right;
- margin-right:8px;
- margin-top:-6px;
- border:1px solid {color:post text};
- padding:2px;
- }
- #replies {
- margin-top:18px;
- padding:15px;
- font-family:calibri;
- letter-spacing:1px;
- border:2px solid {color:post text};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #replies img{
- max-width:460px;
- }
- #me {
- margin-top:-22px;
- margin-left:-12px;
- width:128px;
- text-transform:uppercase;
- padding:0px 4px 0px 6px;
- font-family:calibri;
- font-size:10px;
- text-align:left;
- letter-spacing:0px;
- background:{color:Posts Background};
- color:{color:General Links};
- }
- #meportrait {
- height:16px;
- opacity:1;
- width:16px;
- background:transparent;
- float:left;
- margin-right:5px;
- margin-top:-6px;
- border:1px solid {color:post text};
- padding:2px;
- }
- #meportrait img {
- margin-left:0px;
- }
- #post:hover #replies {
- border:2px solid {color:Post Accent 1};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- #post:hover #replies:hover {
- border:2px solid {color:Post Accent 2};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- /* --- QUESTIONS ---*/
- /* --- NOTES ---*/
- ol.pagenotes {
- display: none!important;
- font-weight:none;
- text-align:left;
- margin-top:-30px;
- padding-bottom:2%;
- font-size:8px;
- list-style-type:upper-roman;
- }
- ol.notes li.note{
- margin-left:20px;
- letter-spacing:2px;
- width:420px;
- padding:4px;
- font-size:8px;
- text-transform:uppercase;
- list-style-type:upper-roman;
- }
- ol.notes li.note a{
- font-size:8px;
- }
- ol.notes li.note img.avatar {
- width:0px;
- height:0px;
- }
- /* --- NOTES ---*/
- /* --- SELECTION ---*/
- ::selection {
- background-color:{color:Selection};
- color:{color:Selection Hover};
- }
- ::-moz-selection {
- background-color:{color:Selection};
- color:{color:Selection Hover};
- }
- /* --- SELECTION ---*/
- /* --- DON´T DELETE THE CREDIT PLEASE ---*/
- .credit, .credit a {
- width:15px;
- height:15px;
- bottom:10px;
- right:10px;
- padding:4px;
- font-size:9px;
- letter-spacing:2px;
- color:#ffffff;
- line-height:15px;
- position:fixed;
- text-align:center;
- color:{color:background};
- font-family:calibri;
- text-transform:uppercase;
- background-color:{color:General Links};
- border:1px solid #cccccc;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .credit a:hover {
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- background-color:#000000;}
- /* --- DON´T DELETE THE CREDIT PLEASE ---*/
- /* UPDATES TAB */
- #tab15 {
- position:fixed;
- left:10px;
- top:53px;
- width:130px;
- font-size:11px;
- padding:10px;
- }
- #tab15 a{
- text-decoration:none;
- color:{color:Tab Links Colour};
- font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab15 a:hover{
- background:none;
- color:{color:Tab Links Colour Hover};
- font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* UPDATES TAB */
- /* --- UPDATES TAB BOX 1 ---*/
- #tab15line1 {
- height:12px;
- width: 80px;
- margin-top:0px;
- display: inline-block;
- float:left;
- line-height:12px;
- font-size:8.5px;
- text-transform:uppercase;
- margin-left:5px;
- color:{color:Tab Titles};
- text-align:left;
- opacity:1;
- padding-left:6px;
- font-family:calibri;
- border-left:3px solid {color:Tab Titles};
- background-color: transparent;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- #tab15line1:hover {
- color:#ffffff;
- box-shadow:inset 80px 0 0 0 {color:Tab Line 1 Colour};
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .tab15textbox1 {
- width:82px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- margin-top:3px;
- margin-left:5px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:0;
- text-align:left;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .click1 .tab15textbox1 {
- opacity:1;
- overflow:hidden;
- padding-top:4px;
- height:130px; /* EXTEND THE HEIGHT OF BOX 1 HERE */
- }
- /* --- UPDATES TAB BOX 1 ---*/
- /* --- UPDATES TAB BOX 2 ---*/
- #tab15line2 {
- height:12px;
- width: 80px;
- margin-top:3px;
- display: inline-block;
- float:left;
- font-size:8.5px;
- line-height:12px;
- font-family:calibri;
- text-transform:uppercase;
- margin-left:5px;
- color:{color:Tab Titles};
- text-align:left;
- padding-left:6px;
- opacity:1;
- border-left:3px solid {color:Tab Titles};
- background-color: transparent;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- #tab15line2:hover {
- color:#ffffff;
- box-shadow:inset 80px 0 0 0 {color:Tab Line 2 Colour};
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .tab15textbox2 {
- width:82px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- margin-top:3px;
- text-transform:uppercase;
- overflow:hidden;
- margin-left:5px;
- opacity:0;
- text-align:left;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .click1 .tab15textbox2 {
- opacity:1;
- overflow:hidden;
- padding-top:4px;
- height:130px; /* EXTEND THE HEIGHT OF BOX 2 HERE */
- }
- /* --- UPDATES TAB BOX 2 ---*/
- /* --- UPDATES TAB BOX 3 ---*/
- #tab15line3 {
- height:12px;
- width: 80px;
- font-size:8.5px;
- margin-top:5px;
- display: inline-block;
- float:left;
- line-height:12px;
- text-transform:uppercase;
- margin-left:5px;
- color:{color:Tab Titles};
- text-align:left;
- font-family:calibri;
- opacity:1;
- padding-left:6px;
- border-left:3px solid {color:Tab Titles};
- background-color: transparent;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- #tab15line3:hover {
- color:#ffffff;
- box-shadow:inset 80px 0 0 0 {color:Tab Line 3 Colour};
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .tab15textbox3 {
- width:82px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- margin-top:3px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:0;
- margin-left:5px;
- text-align:left;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .click1 .tab15textbox3 {
- opacity:1;
- overflow:hidden;
- padding-top:4px;
- height:130px; /* EXTEND THE HEIGHT OF BOX 3 HERE */
- }
- /* --- UPDATES TAB BOX 3 ---*/
- /* --- UPDATES TAB BOX 4 ---*/
- #tab15line4 {
- height:12px;
- width: 80px;
- margin-top:5px;
- display: inline-block;
- float:left;
- font-size:8.5px;
- line-height:12px;
- text-transform:uppercase;
- margin-left:5px;
- color:{color:Tab Titles};
- text-align:left;
- font-family:calibri;
- opacity:1;
- padding-left:6px;
- border-left:3px solid {color:Tab Titles};
- background-color: transparent;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- #tab15line4:hover {
- color:#ffffff;
- box-shadow:inset 80px 0 0 0 {color:Tab Line 4 Colour};
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .tab15textbox4 {
- width:82px;
- margin-left:5px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- margin-top:3px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:0;
- text-align:left;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .click1 .tab15textbox4 {
- opacity:1;
- overflow:hidden;
- padding-top:4px;
- height:130px; /* EXTEND THE HEIGHT OF BOX 4 HERE */
- }
- /* --- UPDATES TAB BOX 4 ---*/
- /* --- UPDATES TAB BOX 5 ---*/
- #tab15line5 {
- height:12px;
- width: 80px;
- font-family:calibri;
- margin-top:5px;
- display: inline-block;
- float:left;
- line-height:12px;
- font-size:8.5px;
- text-transform:uppercase;
- margin-left:5px;
- color:{color:Tab Titles};
- text-align:left;
- opacity:1;
- padding-left:6px;
- border-left:3px solid {color:Tab Titles};
- background-color: transparent;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- #tab15line5:hover {
- color:#ffffff;
- box-shadow:inset 80px 0 0 0 {color:Tab Line 5 Colour};
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .tab15textbox5 {
- width:82px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- margin-top:3px;
- text-transform:uppercase;
- overflow:hidden;
- margin-left:5px;
- opacity:0;
- text-align:left;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .click1 .tab15textbox5 {
- opacity:1;
- overflow:hidden;
- padding-top:4px;
- height:130px; /* EXTEND THE HEIGHT OF BOX 5 HERE */
- }
- /* --- UPDATES TAB BOX 5 ---*/
- /* UPDATES TAB */
- #scrollToTop:link,
- #scrollToTop:visited {
- display: none;
- position: fixed;
- bottom: 14px;
- right: 45px;
- }
- #scrollToTop:link:hover {
- background:none;
- }
- {CustomCSS}</style>
- <!-- SCROLL CODES -->
- <script type="text/javascript">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <script>
- $(function(){
- var header = $('#header').offset().top;
- $(window).scroll(function(){
- if( $(window).scrollTop() > header ) {
- $('#header').addClass("sticky");
- } else {
- $('#header').removeClass("sticky");
- }
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $('#link1').mouseenter(function(){
- $('.naviline').animate({
- marginLeft:"0px",
- }, 100, function() {
- });
- });
- $('#link2').mouseenter(function(){
- $('.naviline').animate({
- marginLeft:"60px",
- }, 100, function() {
- });
- });
- $('#link3').mouseenter(function(){
- $('.naviline').animate({
- marginLeft:"121px",
- }, 100, function() {
- });
- });
- $('#link4').mouseenter(function(){
- $('.naviline').animate({
- marginLeft:"181px",
- }, 100, function() {
- });
- });
- $('#link5').mouseenter(function(){
- $('.naviline').animate({
- marginLeft:"241px",
- }, 100, function() {
- });
- });
- $('#sidebar').mouseleave(function(){
- $('.naviline').animate({
- marginLeft:"0px",
- }, 100, function() {
- });
- });
- });
- </script>
- <!-- SCROLL CODES -->
- </head><body>
- <script src="//code.jquery.com/jquery-1.10.2.js"></script>
- <script src="//code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
- <script>
- $(document).ready(function(){
- $(".updatesbox").click(function(){
- $(this).toggleClass("click1");
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $("#updates").mouseleave(function(){
- $(".updatesbox").removeClass("click1");
- });
- });
- </script>
- {block:IfUpdatesTab}
- <div id="tab15">
- <!-- UPDATES TAB BOX 1 START -->
- <div class="updatesbox">
- <a title="click">
- <div id="tab15line1">Box 1</div>
- </a>
- <div class="tab15textbox1">
- <div style="width:80px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Tab Line 1 Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
- This is where your text belongs. </p>
- <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
- New paragraph with < p > < / p > and
- </br>New line with < br > without the spaces</p>
- links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
- </div>
- </div>
- <!-- UPDATES TAB BOX 1 END -->
- <!-- UPDATES TAB BOX 2 START -->
- <div class="updatesbox">
- <a title="click">
- <div id="tab15line2">Box 2</div>
- </a>
- <div class="tab15textbox2">
- <div style="width:80px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Tab Line 2 Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
- This is where your text belongs. </p>
- <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
- New paragraph with < p > < / p > and
- </br>New line with < br > without the spaces</p>
- links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
- </div>
- </div>
- <!-- UPDATES TAB BOX 2 END -->
- <!-- UPDATES TAB BOX 3 START -->
- <div class="updatesbox">
- <a title="click">
- <div id="tab15line3">Box 3</div>
- </a>
- <div class="tab15textbox3">
- <div style="width:80px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Tab Line 3 Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
- This is where your text belongs. </p>
- <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
- New paragraph with < p > < / p > and
- </br>New line with < br > without the spaces</p>
- links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
- </div>
- </div>
- <!-- UPDATES TAB BOX 3 END -->
- <!-- UPDATES TAB BOX 4 START -->
- <div class="updatesbox">
- <a title="click">
- <div id="tab15line4">Box 4</div>
- </a>
- <div class="tab15textbox4">
- <div style="width:80px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Tab Line 4 Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
- This is where your text belongs. </p>
- <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
- New paragraph with < p > < / p > and
- </br>New line with < br > without the spaces</p>
- links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
- </div>
- </div>
- <!-- UPDATES TAB BOX 4 END -->
- <!-- UPDATES TAB BOX 5 START -->
- <div class="updatesbox">
- <a title="click">
- <div id="tab15line5">Box 5</div>
- </a>
- <div class="tab15textbox5">
- <div style="width:80px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:8px;padding:1px; background-color:{color:Tab Line 5 Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
- This is where your text belongs. </p>
- <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
- New paragraph with < p > < / p > and
- </br>New line with < br > without the spaces</p>
- <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="theme by iamthemelocked">©</a>
- </div>
- </div>
- <!-- UPDATES TAB BOX 5 END -->
- </div>
- {/block:IfUpdatesTab}
- {block:ifTinyCursor}
- <style type="text/css">body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}</style>
- {/block:ifTinyCursor}
- <div id="header">
- <div id="image"><img src="{image:Header Image}">
- <div id="title">{text:Title}</div>
- <div id="description">{Description}</div>
- </div>
- <div id="links">
- {/block:IfLink1Name}
- <a href="{text:Link 1 URL}">
- <div id="link1">{text:Link 1 Name}</div></a>
- {/block:IfLink1Name}
- {/block:IfLink2Name}
- <a href="{text:Link 2 URL}">
- <div id="link2">{text:Link 2 Name}</div></a>
- {/block:IfLink2Name}
- {/block:IfLink13Name}
- <a href="{text:Link 3 URL}">
- <div id="link3">{text:Link 3 Name}</div></a>
- {/block:IfLink3Name}
- {/block:IfLink4Name}
- <a href="{text:Link 4 URL}">
- <div id="link4">{text:Link 4 Name}</div></a>
- {/block:IfLink4Name}
- {/block:IfLink5Name}
- <a href="{text:Link 5 URL}">
- <div id="link5">{text:Link 5 Name}</div></a>
- {/block:IfLink5Name}
- </div>
- <div class="navi"><div class="naviline"></div></div>
- </div>
- <div id="bottomheader"><div id="pagination">
- {block:IfNotInfiniteScroll}
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="10"}
- {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- {/block:Pagination}
- {block:IfNotInfiniteScroll}
- {block:IfInfiniteScroll}{/block:IfInfiniteScroll}
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <a href="javascript:;" id="scrollToTop" rel="nofollow" title="Go back to Top"><b> <big>{text:Scroll To Top Button}</big></b></a>
- <span class="credit">
- <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a></span></div>
- <div id="entries">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div id="post">
- <!----- TEXT / PHOTO POSTS ----->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" target="_blank">{LinkCloseTag}
- {block:Caption}{block:ifShowCaptions}
- <span class="caption">{Caption}</span>
- {/block:ifShowCaptions}{/block:Caption}
- {/block:Photo}
- {block:Photoset}{Photoset-500}
- {block:Caption}{block:ifShowCaptions}
- <span class="caption">{Caption}</span>
- {/block:ifShowCaptions}{/block:Caption}{/block:Photoset}
- {block:PermalinkPage}
- {block:ifNotShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifNotShowCaptions}
- {/block:PermalinkPage}
- <!----- TEXT / PHOTO POSTS ----->
- <!----- QUOTES / CHAT / VIDEOS / LINKS POSTS ----->
- {block:Quote}<div id="quote">{Quote}</div>
- <div id="source">{block:Source}{Source}{/block:Source}<div id="mark">“</div></div>{/block:Quote}
- {block:Video}{Video-500}
- {block:Caption}{block:ifShowCaptions}
- <span class="caption">{Caption}</span>
- {/block:ifShowCaptions}{/block:Caption}{/block:Video}
- {block:Link}<h1><div id="ll"><a href="{URL}" target="_blank" {Target}>{Name}</a></div></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
- {block:Chat}
- <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- <!----- QUOTES / CHAT / VIDEOS / LINKS POSTS ----->
- <!----- AUDIO POSTS ----->
- {block:Audio}
- <div id="audio">
- <div id="audiobackground"><div id="audioplayer">
- {AudioPlayerWhite}
- </div></div>
- <img id="audioimage" img src="https://38.media.tumblr.com/27c7e2c0db27e7c0573b9a098873f6c5/tumblr_nfeb2dRHoU1trnu46o1_400.jpg"/>
- {block:AlbumArt}
- <img id="audioimage" src="{AlbumArtURL}" />
- {/block:AlbumArt}
- <div id="audiobig">
- {block:TrackName}
- <div id="audioinfo"><b>Track: </b>{TrackName}</div>
- {/block:TrackName}
- {block:Artist}
- <div id="audioinfo"><b>Artist: </b> {Artist}</div>
- {/block:Artist}{block:Album}
- <div id="audioinfo"><b>Album: </b>{Album}</div>
- {/block:Album}
- <div id="audioinfo"><b>Played: </b>{PlayCountWithLabel}</div>
- </div></div>{block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Audio}
- <!----- AUDIO POSTS ----->
- <!----- ASKS POSTS ----->
- {block:Answer}
- <div id="question">{Question}</div>
- <div id="ask"><div id="asker">{Asker} <div id="portrait"><img src="{AskerPortraitURL-16}"></div></div></div>
- <div id="replies"><div id="me">The Blogger replied: <div id="meportrait"><img src="{PortraitURL-16}"/></div>
- </div></br>{Replies}</div>
- {/block:Answer}
- <!----- ASKS POSTS ----->
- <!----- INFO SECTION ----->
- {block:Date}<div id="info">
- <a href="{Permalink}">{TimeAgo} | {DayOfMonthWithZero} {ShortMonth}</a> -
- {block:NoteCount}<a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount} -
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="reblogged from">{ReblogParentName}</a> -
- <a href="{ReblogRootURL}" title="orginally by">{ReblogRootName}</a>{/block:RebloggedFrom} -
- <a href="{ReblogURL}" target="blank">reblog</a>
- </div>
- <!----- INFO SECTION ----->
- <!----- TAGS SECTION ----->
- {block:HasTags}
- <div id="tags">
- {block:Tags}<a href="{TagURL}">● {Tag}</a>{/block:Tags}</div>
- {/block:HasTags}{/block:Date}</div>
- <!----- TAGS SECTION ----->
- <!----- POST NOTES ----->
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <!----- POST NOTES ----->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement