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>{block:TagPage}#{Tag} : {/block:TagPage} {block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
- <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>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--Default Variables-->
- <meta name="if:Show Captions" content="1"/>
- <meta name="if:Black And White Posts" content="0"/>
- <meta name="if:Zooming Post Images" content="1"/>
- <meta name="if:Post Images Upon Scroll" content="1">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Tiny Cursor" content="1">
- <meta name="if:Tags Upon Hover" content="0">
- <meta name="font:Post Font" content="Sofia Pro" />
- <meta name="font:Description Font" content="Sofia Pro" />
- <meta name="font:Tags Font" content="Sofia Pro" />
- <meta name="text:Post Font Size" content="10px"/>
- <meta name="text:Description Font Size" content="8px"/>
- <meta name="text:Tags Font Size" content="7px"/>
- <meta name="color:Background" content="#fafafa"/>
- <meta name="color:Post Background" content="#ffffff"/>
- <meta name="color:Post Border" content="#f1f1f1"/>
- <meta name="color:Post Text" content="#222222"/>
- <meta name="color:Post Links" content="#8f8f8f"/>
- <meta name="color:Titles" content="#000000"/>
- <meta name="color:Links" content="#ffffff"/>
- <meta name="color:Description" content="#ffffff"/>
- <meta name="color:Accent 1" content="#df6c7a" />
- <meta name="color:Accent 2" content="#df9a6c" />
- <meta name="color:Accent 3" content="#e5de71" />
- <meta name="color:Accent 4" content="#8bea71" />
- <meta name="color:Accent 5" content="#70e7d3" />
- <meta name="color:Info Squares" content="#000000"/>
- <meta name="color:Tags" content="#000000"/>
- <meta name="color:Tooltip Accent" content="#000000"/>
- <meta name="color:Tooltip Text" content="#ffffff"/>
- <meta name="color:Selection" content="#df6c7a"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="image:Header Image" content="http://static.tumblr.com/680099a6a8f571e519f5dbc444202cb4/xasysa0/h9vnmuyf0/tumblr_static_1erto17fu5b4cwc4k8444wc4g.jpg"/>
- <meta name="text:Title" content="Aristos Achaion"/>
- <meta name="text:Subtitle" content="I would know him in death, at the end of the world"/>
- <meta name="text:Home Link Title" content="Index Page"/>
- <meta name="text:Link 2 Title" content="Message"/>
- <meta name="text:Link 2 Url" content="/ask"/>
- <meta name="text:Link 3 Title" content="Submissions"/>
- <meta name="text:Link 3 Url" content="/submit"/>
- <meta name="text:Link 4 Title" content="Navigation"/>
- <meta name="text:Link 4 Url" content="http://"/>
- <meta name="text:Link 5 Title" content="5th Link"/>
- <meta name="text:Link 5 Url" content="http://"/>
- <meta name="color:Tab Text" content="#222222"/>
- <meta name="color:Tab Links" content="#b6b6b6"/>
- <meta name="color:Tab Links Hover" content="#000000"/>
- <meta name="if:Updates Tab" content="1"/>
- <!-- jquery for tooltips-->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
- <script>
- $(document).ready(function() {
- var stickyNavTop = $('#nav, #sidebar, #entries, #sidebar2').offset().top;
- var stickyNav = function(){
- var scrollTop = $(window).scrollTop();
- if (scrollTop > stickyNavTop) {
- $('#nav, #sidebar, #entries, #sidebar2').addClass('sticky');
- }
- else {
- $('#nav, #sidebar, #entries, #sidebar2').removeClass('sticky');
- }
- };
- stickyNav();
- $(window).scroll(function() {
- stickyNav();
- });
- });
- </script>
- <!---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 --->
- <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'>
- <link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic,700italic|Inconsolata:400,700' rel='stylesheet' type='text/css'>
- <!--- SPECIAL FONTS --->
- <style type="text/css">
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar-thumb:vertical {
- height:3px; border-left:3px solid {color:background}; border-right:3px solid {color:background}; background-color:{color:Scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Scrollbar};height:4px; border-top:3px solid {color:background}; border-bottom:3px solid {color:background};}
- ::-webkit-scrollbar {
- width:10px; height:10px; border:5px solid {color:background}; background-color:{color:Scrollbar};}
- ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{display:block; height:5px; width:3px; border-right:3px solid {color:background}; border-left:3px solid {color:background}; background-color:{color:Scrollbar};}
- iframe#tumblr_controls {white-space:nowrap;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter: invert(100%);filter:invert(100%);opacity:.4;padding:4px;}
- /* --- SCROLLBAR ---*/
- /* --- IMAGE EFFECT ---*/
- .imgp {
- background:{color:Background};
- overflow:hidden;
- }
- .imgp img {
- width: 500px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- {block:IfZoomingPostImages}
- .po:hover .imgp img {
- -webkit-transform: scale(1.08);
- }{/block:IfZoomingPostImages}
- .pset {
- width: 500px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- {block:IfZoomingPostImages}
- .po:hover .pset {
- -webkit-transform: scale(1.08);
- }{/block:IfZoomingPostImages}
- /* --- IMAGE EFFECT ---*/
- /* --- BODY ---*/
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- margin-left:15px;
- z-index:9999999999999;
- background:{color:Post Text};
- color:{color:Post Background};
- text-transform:uppercase;
- letter-spacing:0.5px;
- font-family:calibri;
- line-height:13px;
- max-width:300px;
- font-size:8px;
- padding:2px 6px;
- -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 {
- color: {color:Post Text};
- background-color:{color:background};
- font: 9px 'Trebuchet MS', sans-serif;
- font-family:'open sans', 'helvetica neue', arial, sans-serif;
- }
- b, strong {color: color:{color:Post text};word-wrap:normal;}
- i, em {color: color:{color:Post text};word-wrap:normal;}
- p {margin-top:5px;margin-bottom:5px}
- ol {list-style:normal;}
- ul {list-style:square;}
- small {font-size:8px;}
- big {font-size:10px;}
- blockquote {
- padding-left:10px;
- margin-left:10px;
- margin-top:5px;
- border-left:1px solid;
- }
- a {
- font-weight:normal;
- word-wrap:initial;
- text-decoration:none;
- text-transform:lowercase;
- font-family: {text:Post Font};
- font-size: {text:Post Font Size};
- color:{color:Post Links};
- -moz-outline-style:none;
- -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 {
- -moz-outline-style:none;
- -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:nth-child(5n+1){color:{color:Accent 1};}
- a:hover:nth-child(5n+2){color:{color:Accent 2};}
- a:hover:nth-child(5n+3){color:{color:Accent 3};}
- a:hover:nth-child(5n+4){color:{color:Accent 4};}
- a:hover:nth-child(5n+5){color:{color:Accent 5};}
- h1 {
- font-size:15px;
- text-transform:uppercase;
- font-weight:bold;
- line-height:1.2em;
- font-family:{font:Post Font};
- color:{color:Post Text};
- }
- h1 a{
- font-size:15px;
- text-transform:uppercase;
- font-weight:bold;
- line-height:1.2em;
- text-decoration:none;
- font-family:{font:Post Font};
- color:{color:Post Text};
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- font-family:inconsolata, consolas, monospace;
- }
- pre a{
- font-size:8px;
- }
- .caption {
- text-align:left;
- display:block;
- }
- .caption img {
- max-width:450px;
- }
- /* --- BODY ---*/
- /* --- POST ENTRIES ---*/
- #entries {
- padding-top:20px;
- {block:PermalinkPage}opacity:1;{/block:PermalinkPage}
- {block:IndexPage}opacity:0;{/block:IndexPage}
- margin-left:auto;
- margin-right:auto;
- z-index:99;
- width:544px;
- overflow:hidden;
- padding-bottom:30px;
- {block:PermalinkPage}margin-top:46px;{/block:PermalinkPage}
- {block:IndexPage}margin-top:60px;{/block:IndexPage}
- font-family: {font:Post Font};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #entries.sticky {
- opacity:1;
- -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 {
- margin-top:0px;
- margin-bottom:5px;
- width:500px;
- position:relative;
- z-index:999;
- word-wrap:normal;
- font-family: {font:Post Font};
- font-size: {text:Post Font Size};
- padding:20px 20px 14px 20px;
- background-color:{color:Post Background};
- border:1px solid {color:Post Border};
- {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{
- width:100%;
- }
- #container {
- width:900px;
- margin: 0 auto;
- }
- #headerborder {
- width:100%;
- height:6px;
- margin-top:-1px;
- background:{color:background};
- overflow-y:hidden;
- }
- .headercolour {
- width:20%;
- height:100%;
- float:left;
- opacity:1;
- }
- /* --- POST ENTRIES ---*/
- /* --- HEADER / SIDEBAR ---*/
- #header {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 2s;
- position:absolute;
- top:0px;
- left:0;
- background:{color:Background};
- width:100%;
- height:100%;
- }
- #sidebar {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 2s;
- text-align:right!important;
- position:relative;
- width:500px;
- border:15px double {color:Description};
- opacity:1;
- padding:150px 120px;
- margin-top:5%;
- margin-left:auto;
- margin-right:auto;
- background:{color:background} url('{image:Header Image}') bottom left fixed repeat;
- height:auto;
- {block:PermalinkPage}display:none;{/block:PermalinkPage}
- z-index:99999999999999999999999999999999;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #sidebar2 {
- width:130px;
- z-index:9;
- top:50px;
- height:10px;
- display:none;
- margin-left:30px;
- position: fixed;
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1s;
- }
- #sidebar2.sticky{
- display:block;
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1s;
- }
- #nav {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration:1s;
- display:none;
- position:fixed;
- z-index:99999999999999999;
- opacity:1;
- left:0px;
- {block:PermalinkPage}margin-top:-40px;display:block;{/block:PermalinkPage}
- {block:IndexPage}margin-top:300px;{/block:IndexPage}
- text-align:center;
- width:100%;
- text-transform:uppercase;
- font-size:25px;
- height:50px;
- }
- #nav a{
- font-family:calibri;
- margin:8px 0px 6px -5px;
- font-size:8px;
- padding:1px 3px;
- width:90px;
- display:inline-block;
- font-weight:bold;
- border:1px solid transparent;
- letter-spacing:0.5px;
- text-decoration:none;
- text-transform:uppercase;
- }
- #nav a:nth-child(5n+1)
- {background-color:{color:Accent 1};color:{color:Description};}
- #nav a:nth-child(5n+2)
- {background-color:{color:Accent 2};color:{color:Description};}
- #nav a:nth-child(5n+3)
- {background-color:{color:Accent 3};color:{color:Description};}
- #nav a:nth-child(5n+4)
- {background-color:{color:Accent 4};color:{color:Description};}
- #nav a:nth-child(5n+5)
- {background-color:{color:Accent 5};color:{color:Description};}
- #nav a:hover:nth-child(5n+1){background-color:transparent;color:{color:Titles};border:1px solid {color:Titles};}
- #nav a:hover:nth-child(5n+2){background-color:transparent;color:{color:Titles};border:1px solid {color:Titles};}
- #nav a:hover:nth-child(5n+3){background-color:transparent;color:{color:Titles};border:1px solid {color:Titles};}
- #nav a:hover:nth-child(5n+4){background-color:transparent;color:{color:Titles};border:1px solid {color:Titles};}
- #nav a:hover:nth-child(5n+5){background-color:transparent;color:{color:Titles};border:1px solid {color:Titles};}
- #nav.sticky{
- top:-300px;
- display:block;
- background:{color:Background};
- -webkit-animation-name: fade-in;
- -webkit-animation-duration:1s;
- }
- /* --- HEADER / SIDEBAR ---*/
- /* --- TITLES ---*/
- #title {
- font-family:'source sans pro', 'trebuchet ms', sans-serif;
- width:496px;
- padding:5px 2px;
- height:auto;
- color:{color:Description};
- border-bottom:3px solid {color:Description};
- text-align:center;
- margin-top:0px;
- margin-left:0px;
- overflow:hidden;
- font-size:22px;
- letter-spacing:2px;
- text-transform:uppercase;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #title:first-letter{
- color:{color:Titles};
- }
- #sidebar:hover #title{
- letter-spacing:6px;
- margin-bottom:40px;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #subtitle {
- font-family:calibri;
- width:470px;
- padding:3px 15px 5px 15px;
- background:{color:Titles};
- height:15px;
- color:{color:Description};
- z-index:99;
- opacity:0;
- text-align:center;
- margin-top:-30px;
- margin-left:0px;
- line-height:18px;
- font-size:10px;
- text-transform:uppercase;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #sidebar:hover #subtitle{
- opacity:1;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #title2 {
- font-family:'open sans', 'helvetica neue', arial, sans-serif;
- height:auto;
- overflow:hidden;
- font-weight:bold;
- width:540px;
- {block:PermalinkPage}margin-top:0px;padding-top:2px;font-size:9px;letter-spacing:2px;{/block:PermalinkPage}
- {block:IndexPage}border-top:3px solid {color:Titles};padding-top:3px;font-size:14px;margin-top:13px;letter-spacing:5px;{/block:IndexPage}
- color:{color:Titles};
- text-align:center;
- margin-right:auto;
- margin-left:auto;
- text-shadow:3px 1px 1px {color:Description};
- text-transform:uppercase;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- /* --- TITLES ---*/
- /* --- LINKS ---*/
- #links{
- padding:10px 10px 5px 5px;
- height:auto;
- text-align:center;
- border-top:3px solid {color:Description};
- }
- #links a{
- background:{color:Titles};
- padding:4px;
- opacity:0.6;
- color:{color:Description};
- text-decoration:none;
- height:11px;
- overflow:hidden;
- width:87px;
- letter-spacing:0.5px;
- text-align:center;
- display:inline-block;
- font-family:calibri;
- font-size:8px;
- text-transform:uppercase;
- }
- #links a:hover:nth-child(5n+1){background-color:{color:Accent 1};opacity:1;}
- #links a:hover:nth-child(5n+2){background-color:{color:Accent 2};opacity:1;}
- #links a:hover:nth-child(5n+3){background-color:{color:Accent 3};opacity:1;}
- #links a:hover:nth-child(5n+4){background-color:{color:Accent 4};opacity:1;}
- #links a:hover:nth-child(5n+5){background-color:{color:Accent 5};opacity:1;}
- #sidebar:hover #links a{
- opacity:1;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- /* --- LINKS ---*/
- /* --- DESCRIPTION ---*/
- #description {
- z-index:5;
- display:block;
- text-align:justify;
- text-transform:uppercase;
- margin-top:0px;
- padding:10px;
- color:{color:Description};
- font-family:{font:Description Font};
- font-size:{text:Description Font Size};
- }
- #description a
- {color:{color:Post Links};text-transform:uppercase;font-size:9px;
- }
- /* --- DESCRIPTION ---*/
- /* --- PAGINATION ---*/
- #pagination {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 2s;
- font-size:8px;
- {block:ifinfinitescroll}
- display:none;
- {/block:ifinfinitescroll}
- letter-spacing:1px;
- padding-bottom:10px;
- margin-top:-10px;
- text-align:center;
- margin-left:-20px;
- text-transform:uppercase;
- }
- #pagination a {
- display:inline-block;
- margin:0 5px;
- text-decoration:none;
- outline:none;
- font-weight:bold;
- padding:0 5px;
- color:{color:Post Links};
- border-radius:3px;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- }
- #pagination a:hover{
- color:{color:Accent 1};
- }
- #prev{
- margin-left:-11px;
- width:20px;
- height:20px;
- font-size:12px;
- text-align:left;
- margin-top:-18px;
- z-index:9999999999999999999999999999999999999999;
- }
- #prev a{
- font-size:12px;
- background:{color:Description};
- color:{color:Titles};
- text-decoration:none;
- outline:none;
- padding:1px 5px;
- }
- #prev a:hover{
- background:{color:Accent 1};
- color:{color:Description};
- }
- #next{
- margin-left:465px;
- width:20px;
- height:20px;
- font-size:12px;
- margin-top:-20px;
- z-index:9999999999999999999999999999999999999999;
- text-align:left;
- }
- #next a{
- font-size:12px;
- background:{color:Description};
- text-decoration:none;
- outline:none;
- color:{color:Titles};
- padding:1px 5px;
- }
- #next a:hover{
- background:{color:Accent 1};
- color:{color:Description};
- }
- /* --- PAGINATION ---*/
- /* --- POST INFO ---*/
- #info {
- position:relative;
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- {block:IndexPage}width:calc({select:post width}px);{/block:IndexPage}
- height:auto;
- z-index:99;
- opacity:1;
- margin-top:8px;
- margin-left:0px;}
- .notes {
- margin-top:6px;
- position:relative;
- {block:IndexPage}margin-left:auto;margin-right:auto;{/block:IndexPage}
- {block:PermalinkPage}margin-left:-2px;{/block:PermalinkPage}
- z-index:9999999999999999999999999999999999999999999999;
- width:57px;
- margin-bottom:0px;}
- .notes a {
- display:inline-block;
- background:{color:Info Squares};
- text-decoration:none;
- margin:0px 2px;
- height:6px;
- width:6px;
- }
- #date {
- width:10px;
- height:10px;
- position:relative;
- text-decoration:none;
- }
- #date a:hover {background:{color:Accent 1};}
- #date:hover .date2 {
- opacity:1;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- .date2 {
- text-transform:uppercase;
- color:{color:Post Text};
- opacity:0;
- padding:2px;
- margin-top:-12px;
- margin-left:92px;
- width:408px;
- position:relative;
- text-align:right;
- letter-spacing:1.5px;
- font-weight:bold;
- font-family: {font:Tags Font};
- font-size: {text:Tags Font Size};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #notes {
- width:10px;
- margin-top:-10px;
- margin-left:12px;
- height:10px;
- position:relative;
- }
- #notes a:hover {background:{color:Accent 2};}
- #notes:hover .notes2 {
- opacity:1;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- .notes2 {
- text-transform:uppercase;
- color:{color:Post Text};
- opacity:0;
- padding:2px;
- margin-top:-12px;
- margin-left:80px;
- position:relative;
- text-align:right;
- width:408px;
- letter-spacing:1.5px;
- font-weight:bold;
- font-family: {font:Tags Font};
- font-size: {text:Tags Font Size};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #reblog {
- width:10px;
- margin-top:-10px;
- margin-left:24px;
- height:10px;
- position:relative;
- }
- #reblog a:hover {background:{color:Accent 3};}
- #reblog:hover .reblog2 {
- opacity:1;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- .reblog2 {
- text-transform:uppercase;
- color:{color:Post Text};
- opacity:0;
- padding:2px;
- margin-top:-12px;
- margin-left:67px;
- position:relative;
- text-align:right;
- width:408px;
- letter-spacing:1.5px;
- font-weight:bold;
- font-family: {font:Tags Font};
- font-size: {text:Tags Font Size};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #from {
- width:10px;
- margin-top:-10px;
- margin-left:36px;
- height:10px;
- position:relative;
- }
- #from a:hover {background:{color:Accent 4};}
- #from:hover .from2 {
- opacity:1;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- .from2 {
- text-transform:uppercase;
- color:{color:Post Text};
- opacity:0;
- padding:2px;
- margin-top:-12px;
- margin-left:56px;
- position:relative;
- text-align:right;
- width:408px;
- letter-spacing:1.5px;
- font-weight:bold;
- font-family: {font:Tags Font};
- font-size: {text:Tags Font Size};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #by {
- width:10px;
- margin-top:-10px;
- margin-left:48px;
- height:10px;
- position:relative;
- }
- #by a:hover {background:{color:Accent 5};}
- #by:hover .by2 {
- opacity:1;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- .by2 {
- text-transform:uppercase;
- color:{color:Post Text};
- opacity:0;
- padding:2px;
- margin-top:-12px;
- margin-left:45px;
- position:relative;
- text-align:right;
- width:408px;
- letter-spacing:1.5px;
- font-weight:bold;
- font-family: {font:Tags Font};
- font-size: {text:Tags Font Size};
- -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 INFO ---*/
- /* --- POST TAGS ---*/
- #tags {
- width:500px;
- margin-left:0px;
- font-family: {font:Tags Font};
- font-size: {text:Tags Font Size};
- margin-top:-60px;
- position:relative;
- overflow:hidden;
- height:auto;
- {block:ifNotTagsUponHover}
- opacity:1;
- {/block:ifNotTagsUponHover}
- {block:ifTagsUponHover}
- opacity:0;
- {/block:ifTagsUponHover}
- word-wrap: break-word;
- text-indent:-2px;
- 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;
- }
- {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}
- #tags a:hover:nth-child(5n+1){background-color:{color:Accent 1};color:white;}
- #tags a:hover:nth-child(5n+2){background-color:{color:Accent 2};color:white;}
- #tags a:hover:nth-child(5n+3){background-color:{color:Accent 3};color:white;}
- #tags a:hover:nth-child(5n+4){background-color:{color:Accent 4};color:white;}
- #tags a:hover:nth-child(5n+5){background-color:{color:Accent 5};color:white;}
- #tags a {
- margin:2px;
- border-radius:1px;
- padding:0px 4px;
- line-height:16px;
- text-transform: uppercase;
- font-size: {text:Tags Font Size};
- font-weight:bold;
- text-decoration:none;
- outline:none;
- text-align:left;
- border:1px solid transparent;
- letter-spacing:0.5px;
- color:{color:Tags};
- font-family: {font: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;
- }
- /* --- POST TAGS ---*/
- /* --- QUOTES ---*/
- #mark {
- font: bold 40px georgia;
- margin-top:-38px;
- margin-left:-30px;
- position: absolute;
- float:left;
- z-index:99;
- color:{color:Accent 1};
- 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:Accent 2};
- }
- #source {
- padding-top:5px;
- margin-top:4px;
- padding-left:40px;
- padding-bottom:5px;
- text-align:left;
- text-transform:uppercase;
- border:2px solid transparent;
- background-color:none;
- color:{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;
- }
- #source a {
- text-transform:uppercase;
- text-decoration:none;
- }
- /* --- QUOTES ---*/
- /* --- AUDIO PLAYER ---*/
- #audio {
- position:relative;
- min-height:60px;}
- #audioimage {
- width:60px;
- height:60px;
- position:absolute;
- z-index:2;}
- #audioimage img {
- margin-left:0px;
- }
- #audiobackground {
- margin-top:5px;
- margin-left:5px;
- 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:400px;
- height:70px;
- overflow:hidden;}
- #audioinfo {
- background-color:transparent;
- font-size:8px;
- font-family: {text:Post Font};
- color:#b6b6b6;
- text-transform:uppercase;
- height:6px;
- width:405px;
- padding:4px;
- line-height:90%;
- margin-bottom:1.5px;
- margin-top:1px;
- margin-left:68px;
- text-align:left;
- }
- #audioinfo b{
- color:{color:post text};
- padding:0.5px 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: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;}
- /* --- AUDIO PLAYER ---*/
- /* --- CHATS ---*/
- ul.chat {
- margin:0px;
- padding:0px;
- }
- .chat li {
- list-style-type:none;
- margin-left:0px;
- padding:4px;
- }
- .odd .label {
- color:{color:Accent 1};
- }
- .even .label {
- color:{color:Accent 2};
- }
- .label {
- font-weight:bold;
- text-transform:uppercase;
- font-family: {text:Post Font};
- letter-spacing:1px;
- font-size:8px;
- }
- .chat li.odd {
- background-color:{color:Background};
- margin-bottom:1px;
- }
- .chat li.even {
- background-color:{color:Post Background};
- opacity:1;
- margin-bottom:1px;
- }
- /* --- CHATS ---*/
- /* --- QUESTIONS ---*/
- .ask {
- padding:20px;
- overflow-y:auto;
- background-color:{color:Background};
- }
- .ask i {
- float:right;
- font-style:inherit;
- }
- .ask a {
- text-decoration:none;
- }
- /* --- QUESTIONS ---*/
- /* --- NOTES ---*/
- .posties *{
- margin:0;
- padding-top:0px;
- padding-right:0px;
- padding-left:0px;
- width:535px;
- }
- .posties {
- clear:both;
- margin-top:30px;
- padding-bottom:0px;
- text-align:right;
- font-size:0px;
- height:151px;
- margin-top:40px;
- overflow:auto;
- margin-left:10px;
- width:545px;
- }
- .posties a{
- font-size:0px;
- width:30px;
- opacity:0.5;
- z-index:9;
- height:30px;
- background:{color:Background};
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition: all 0.6s;
- transition: all 0.6s;
- }
- .posties a:hover{
- 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;
- }
- .posties li{
- padding:0;
- list-style-type:none;
- display:inline-block;
- width:35px;
- height:40px;
- margin:0px;
- overflow:hidden;
- }
- .posties img{
- width:21px;
- display:inline-block;
- text-align:right;
- float:left;
- z-index:999999;
- background-color:{color:Post Background};
- border:1px solid {color:Post Border};
- height:21px;
- padding:4px;
- }
- .more_notes_link {background:{color:Accent 1};width:10px; height:10px;}
- /* --- NOTES ---*/
- /* --- PAGE PAGINATION ---*/
- .pagepagination{
- position:absolute;
- width:510px;
- margin-top:25px;
- margin-left:0px;
- margin-right:auto;
- }
- .pagepagination a{
- display:inline-block;
- color:#ffffff;
- text-transform:uppercase;
- font-family:{text:Post Font};
- font-size:8px;
- text-decoration:none;
- padding:0 2% 0 2%;
- background:{color:Post Text};
- }
- .pagepagination a:hover:nth-child(2n+1)
- {background:{color:Accent 1};color:white;}
- .pagepagination a:hover:nth-child(2n+2)
- {background:{color:Accent 1};color:white;}
- /* --- PAGE PAGINATION ---*/
- /* --- SELECTION ---*/
- ::selection {
- background-color:none;
- color:{color:Selection};
- }
- ::-moz-selection {
- background-color:none;
- color:{color:Selection};
- }
- /* --- SELECTION ---*/
- /* --- DON´T DELETE THE CREDIT PLEASE ---*/
- .credit, .credit a {
- width:15px;
- height:15px;
- bottom:7px;
- right:10px;
- padding:4px;
- font-size:9px;
- letter-spacing:2px;
- color:#ffffff;
- z-index:1;
- line-height:15px;
- position:fixed;
- text-align:center;
- font-family:calibri;
- text-decoration:none;
- text-transform:uppercase;
- background-color:{color:Accent 1};
- 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;
- background-color:{color:Header};
- color:{color:Links};
- transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);}
- /* --- DON´T DELETE THE CREDIT PLEASE ---*/
- #infscr-loading {display:none!important;}
- /* UPDATES TAB */
- #tab16 {
- position:fixed;
- right:-115px;
- top:45px;
- width:130px;
- z-index:0;
- font-size:11px;
- padding:10px;
- }
- #tab16 a{
- text-decoration:none;
- background:none;
- padding:0.5px 2px;
- color:{color:Tab Links};
- 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;
- }
- #tab16 a:hover{
- background:none;
- color:{color:Tab Links 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 ---*/
- #tab16line1 {
- height:10px;
- width:10px;
- display: inline-block;
- position:fixed;
- opacity:1;
- background-color:{color:Accent 1};
- }
- #tab16line1:hover #tab16textbox1{
- width:80px;
- height:120px;
- padding-right:20px;
- opacity:1;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- #tab16textbox1 {
- width:0px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- border-top:2px solid {color:Accent 1};
- padding-top:5px;
- margin-top:4px;
- margin-right:0px;
- float:right;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- text-align:right;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- /* --- UPDATES TAB BOX 1 ---*/
- /* --- UPDATES TAB BOX 2 ---*/
- #tab16line2 {
- height:10px;
- width:10px;
- display: inline-block;
- position:fixed;
- margin-top:14px;
- opacity:1;
- background-color: {color:Accent 2};
- }
- #tab16line2:hover #tab16textbox2{
- width:80px;
- height:120px;
- padding-right:20px;
- opacity:1;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- #tab16textbox2 {
- width:0px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- border-top:2px solid {color:Accent 2};
- padding-top:5px;
- margin-top:4px;
- margin-right:0px;
- float:right;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- text-align:right;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- /* --- UPDATES TAB BOX 2 ---*/
- /* --- UPDATES TAB BOX 3 ---*/
- #tab16line3 {
- height:10px;
- width:10px;
- display: inline-block;
- position:fixed;
- margin-top:28px;
- background-color: {color:Accent 3};
- }
- #tab16line3:hover #tab16textbox3{
- width:80px;
- height:120px;
- padding-right:20px;
- opacity:1;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- #tab16textbox3 {
- width:0px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- border-top:2px solid {color:Accent 3};
- padding-top:5px;
- margin-top:4px;
- margin-right:0px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- float:right;
- text-align:right;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- /* --- UPDATES TAB BOX 3 ---*/
- /* --- UPDATES TAB BOX 4 ---*/
- #tab16line4 {
- height:10px;
- width:10px;
- display: inline-block;
- position:fixed;
- margin-top:42px;
- background-color: {color:Accent 4};
- }
- #tab16line4:hover #tab16textbox4{
- width:80px;
- height:120px;
- padding-right:20px;
- opacity:1;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- #tab16textbox4 {
- width:0px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- border-top:2px solid {color:Accent 4};
- padding-top:5px;
- margin-top:4px;
- margin-right:0px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- float:right;
- text-align:right;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- /* --- UPDATES TAB BOX 4 ---*/
- /* --- UPDATES TAB BOX 5 ---*/
- #tab16line5 {
- height:10px;
- width:10px;
- display: inline-block;
- position:fixed;
- margin-top:56px;
- background-color: {color:Accent 5};
- }
- #tab16line5:hover #tab16textbox5{
- width:80px;
- height:120px;
- padding-right:20px;
- opacity:1;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- #tab16textbox5 {
- width:0px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- border-top:2px solid {color:Accent 5};
- padding-top:5px;
- margin-top:4px;
- margin-right:0px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- float:right;
- text-align:right;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- /* --- UPDATES TAB BOX 5 ---*/
- /* UPDATES TAB */
- {CustomCSS}
- @-webkit-keyframes fade-in {
- 0% { opacity: 0; }
- 50% { opacity: 0; }
- 100% { opacity: 1; }
- </style>
- {block:IfUpdatesTab}
- <div id="tab16">
- <!-- UPDATES TAB BOX 1 START -->
- <div id="tab16line1">
- <div id="tab16textbox1">
- <div style="width:80px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Accent 1}";>
- <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 id="tab16line2">
- <div id="tab16textbox2">
- <div style="width:80px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Accent 2}";>
- <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 id="tab16line3">
- <div id="tab16textbox3">
- <div style="width:80px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Accent 3}";>
- <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 id="tab16line4">
- <div id="tab16textbox4">
- <div style="width:80px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Accent 4}";>
- <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 id="tab16line5">
- <div id="tab16textbox5">
- <div style="width:80px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:8px;padding:1px; background-color:{color:Accent 5}";>
- <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}
- </head><body>
- <div id="container">
- <div id="sidebar2">
- </div>
- <div id="nav">
- <a href="/">{text:Home Link Title}</a>
- <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
- <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
- <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
- <a href="{text:Link 5 URL}">{text:Link 5 Title}</a>
- <div id="title2">{block:IndexPage}{text:Title}{/block:IndexPage}{block:PermalinkPage}{text:Subtitle}{/block:PermalinkPage}</div>
- </div>
- <div id="sidebar">
- <div id="title">{text:Title}</div>
- <div id="subtitle">{Text:Subtitle}
- {block:IfNotInfiniteScroll}
- {block:Pagination}
- {block:PreviousPage}<div id="prev"><a href="{PreviousPage}" title="previous page">«</a></div>{/block:PreviousPage}
- {block:NextPage}<div id="next"><a href="{NextPage}" title="next page">»</a></div>{/block:NextPage}
- {/block:Pagination}
- {block:IfNotInfiniteScroll}
- {block:IfInfiniteScroll}{/block:IfInfiniteScroll}</div>
- <div id="description">{Description}</P> <CENTER><B>!!! HOVER FOR MORE !!! SCROLL DOWN FOR MORE !!!</B></CENTER></div>
- <div id="links">
- <a href="/">{text:Home Link Title}</a>
- <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
- <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
- <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
- <a href="{text:Link 5 URL}">{text:Link 5 Title}</a>
- </div>
- </div>
- <div id="header"></div>
- <span class="credit">
- <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a></span>
- <div id="entries">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div id="post">
- <div class="po">
- <!----- 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}<div class="imgp"><img src="{PhotoURL-500}" target="_blank"></div>{LinkCloseTag}
- {block:Caption}{block:ifShowCaptions}
- <span class="caption">{Caption}</span>
- {/block:ifShowCaptions}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="imgp"><div class="pset">{Photoset-500}</div></div>
- {block:Caption}{block:ifShowCaptions}
- <span class="caption">{Caption}</span>
- {/block:ifShowCaptions}{/block:Caption}
- {/block:Photoset}
- <!----- 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}<div class="imgp"><div class="pset">{Video-500}</div></div>
- {block:Caption}{block:ifShowCaptions}
- <span class="caption">{Caption}</span>
- {/block:ifShowCaptions}{/block:Caption}{/block:Video}
- {block:Link}<h1><a href="{URL}" target="_blank" {Target}>{Name}</a></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" style="max-width:60px;" img src="https://38.media.tumblr.com/27c7e2c0db27e7c0573b9a098873f6c5/tumblr_nfeb2dRHoU1trnu46o1_400.jpg"/>
- {block:AlbumArt}
- <img id="audioimage" style="max-width:60px;" 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}<!-- answer --><div class="ask accent">{Question}<i>— {Asker}</i></div><div class="reply text">{Answer}</div>{/block:Answer}
- <!----- ASKS POSTS ----->
- <!----- INFO SECTION ----->
- <div id="info">
- <div class="notes">
- <div id="date"><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}"></a><div class="date2">{24HourWithZero}:{Minutes} - {dayofmonthwithZero} {month} {year}</div></div>
- <div id="notes"><a href="{Permalink}"></a><div class="notes2">{NoteCountwithLabel}</div></div>
- <div id="reblog"><a href="{ReblogURL}" target="blank"></a><div class="reblog2">reblog this post</div></div>
- {block:RebloggedFrom}
- <div id="from"><a href="{ReblogParentURL}" target="blank"></a><div class="from2">reblogged from {ReblogParentName}</div></div>
- <div id="by"><a href="{ReblogRootURL}" target="blank"></a><div class="by2">originally by {ReblogRootName}</div></div>
- {/block:RebloggedFrom}
- </div>
- {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}"># {Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div></div>
- <!----- INFO SECTION ----->
- <!----- PAGE PAGINATION ----->
- <div class="pagepagination">
- {block:PermalinkPagination}
- {block:PreviousPost}
- <a href="{PreviousPost}">⇚ go to Previous Post</a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}" style="position:absolute; right:0;">go to Next Post ⇛</a>
- {/block:NextPost}
- {/block:PermalinkPagination}
- </div>
- <!----- PAGE PAGINATION ----->
- </div>
- {block:PostNotes}
- <div class="posties">{PostNotes-64}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div></div>
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">previous</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>
- {/block:NextPage}</div>{/block:Pagination}
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement