The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> sidebar images won't appear on index page? tumblr theme
Elis
post Sep 26 2015, 08:35 AM
Post #1





Group: Members
Posts: 1
Joined: 26-September 15
Member No.: 23,578



i just added this new theme to my tumblog yesterday (manually by pastebin, if that makes a difference) that supports two sidebar images, one by each side of the header (on my page, i put gifs), like this: http://under-this-roof.tumblr.com/page/2

i'm not really familiar to html and theme builds so i have no idea how to stop this from happening, but when i go to the index page, my sidebar gifs don't appear. they do on every single page, but the index. see: http://under-this-roof.tumblr.com

i use opera, and also does the friend i sent my blog link to; on both our PCs the images seemed to load, but didn't show afterwards. they appear on the customize page, too.

i added more meta variables just to be able to change some colors (like pagination background), and some letter-spacing, word-spacing and raised the font-size to the description text. also added <i> to the header roman numbers, but didn't change anything else; the problem was already happening before that.

here's the code:



<!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:SearchPage}{lang:Search Results For SearchQuery} - {/block:SearchPage} {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,a
ttribute:"title"});});})(jQuery);</script>

<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width" />

<link rel="shortcut icon" href="{favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}

<meta name="image:Sidebar Image 1" content=""/>
<meta name="image:Sidebar Image 2" content=""/>

<meta name="if:250px Posts" content="0"/>
<meta name="if:One Column" content="1"/>
<meta name="if:Show Captions" content="1"/>
<meta name="if:Infinite Scroll" content="0"/>
<meta name="if:5 Accent Colours" content="1"/>
<meta name="if:Accentuated Tags" content="0"/>
<meta name="if:Black And White Posts" content="0"/>
<meta name="if:Zooming Post Images" content="1"/>
<meta name="if:Tiny Cursor" content="1">
<meta name="if:Updates Tab" content="1"/>

<meta name="font:General Font" content="calibri" />
<meta name="text:General Font Size" content="8px"/>
<meta name="if:Uppercase Text" content="1"/>

<meta name="color:Background" content="#fafafa"/>
<meta name="color:Post Background" content="#ffffff"/>
<meta name="color:Post Border" content="#f1f1f1"/>
<meta name="color:Text" content="#8f8f8f"/>
<meta name="color:Links" content="#222222"/>
<meta name="color:Title" content="#ffffff"/>

<meta name="color:Header" content="#111111"/>
<meta name="color:Pagination" content="#111111"/>
<meta name="color:Description Text" content="#111111"/>
<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="#97c5e0" />
<meta name="color:Alternative Accent" content="#cccccc" />

<meta name="color:Scrollbar" content="#000000"/>

<meta name="text:Home Link" content="Index"/>
<meta name="text:Message Link" content="Message"/>
<meta name="text:Link1 Name" content="Link 1 Name"/>
<meta name="text:Link1 Url" content="http://"/>
<meta name="text:Link2 Name" content="Link 2 Name"/>
<meta name="text:Link2 Url" content="http://"/>
<meta name="text:Link3 Name" content="Link 3 Name"/>
<meta name="text:Link3 Url" content="http://"/>

<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>

<!--- 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='//fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic,700italic|Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />

<!--- SPECIAL FONTS --->

<style type="text/css">

/* basic styles */

/* --- SCROLLBAR ---*/

::-webkit-scrollbar {background-color:{color:Background}; height:5px; width:4px}::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:40px;}::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:5px!important}

iframe#tumblr_controls {top:auto;right:0;bottom:2px;z-index:99999;opacity:.5!important;position:fixed!important;-webkit-transition:opacity .4s linear;transition:opacity .4s linear;}

iframe#tumblr_controls:hover {opacity:.67!important;}

/* --- SCROLLBAR ---*/

/* --- IMAGE EFFECT ---*/

.imgp {
background:{color:Background};
overflow:hidden;
}

.imgp img {
background-color:{color:Post Background};
-webkit-transform: scale(1.00);
-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.3);
}{/block:IfZoomingPostImages}

.pset {
background-color:{color:Post Background};
-webkit-transform: scale(1.0);
-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.15);
}{/block:IfZoomingPostImages}

/* --- IMAGE EFFECT ---*/

/* --- BODY ---*/

#s-m-t-tooltip{
position:absolute;
margin-top: 15px;
margin-left:15px;
z-index:9999999999999;
background:{color:Links};
color:{color:Post Background};
{block:IfUppercaseText}
text-transform:uppercase;
{/block:IfUppercaseText}
{block:IfNotUppercaseText}
text-transform:normal;
{/block:IfNotUppercaseText}
letter-spacing:0.5px;
line-height:13px;
font-family:{font:General Font};
font-size:{text:General Font Size};
max-width:300px;
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:Text};
background:{color:Background};
font: 9px 'Trebuchet MS', sans-serif;
font-family:'open sans', 'helvetica neue', arial, sans-serif;
}

{block:IfTinyCursor}*, body, a, a:hover {cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;} {/block:IfTinyCursor}

b, strong {color:{color:Text};word-wrap:normal;}
i, em {color: color:{color:Text};word-wrap:normal;}
p {margin-top:5px;margin-bottom:5px}
ol {list-style:normal;}
ul {list-style:square;}
small {font-family:{font:General Font};font-size:{text:General Font Size};}
big {font-family:{font:General Font};font-size:{text:General Font Size};}

blockquote {
padding-left:10px;
margin-left:15px;
margin-top:5px;
border-left:1px solid {color:Post Border};
}

a {
font-weight:normal;
word-wrap:initial;
text-decoration:none;
{block:IfUppercaseText}
text-transform:uppercase;
{/block:IfUppercaseText}
{block:IfNotUppercaseText}
text-transform:normal;
{/block:IfNotUppercaseText}
font-family:{font:General Font};
font-size:{text:General Font Size};
color:{color:Text};
word-wrap: break-word;
-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 {
color:{color: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;
}

.caption a, .text a, #description a, #tab11 a {
padding:0px;
position:relative;
border-bottom:1px solid {color:Post Border};
}

.caption a:before, .text a:before, #description a:before, #tab11 a:before{
content:'';
top:99%;
width:0;
height:1px;
right:50%;
background:{color:Links};
position:absolute;
transition:all .2s linear;
-webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
}

.caption a:hover::before, .text a:hover::before, #description a:hover::before, #tab11 a:hover::before{
width:100%;
right:0;
}

h2 {
font-family: 'Montserrat', sans-serif;
font-size:14px;
margin-top:-5px;
line-height:12px;
padding-bottom:3px;
margin-bottom:-3px;
border-bottom:1px solid {color:Post Border};
color:{color: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;
}

h2:first-letter {color:{color:Accent 1};}

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 {width:50%;}

/* --- BODY ---*/

/* --- POST ENTRIES ---*/

#big {
position:absolute;z-index:9999;
min-height:100%;
background-color:{color:background};
right:0;margin-left:auto;margin-right:auto;
{block:IndexPage}{block:ifNotOneColumn}
{block:if250pxPosts}width:950px;left:47px;top:133px;{/block:if250pxPosts}
{block:ifNot250pxPosts}width:950px;left:60px;top:140px;{/block:ifNot250pxPosts}{/block:ifNotOneColumn}{block:ifOneColumn}width:530px;left:0px;top:110px;{/block:ifOneColumn}{/block:IndexPage}{block:PermalinkPage}width:530px;left:0px;top:110px;{/block:PermalinkPage}
}

.entries {
position:relative;
text-align:left;
display:inline-block;
margin:0px 35px 35px 0px;
padding:0px 0px 0px 0px;
{block:IndexPage}{block:ifNotOneColumn}
{block:if250pxPosts}width:275px;{/block:if250pxPosts}
{block:ifNot250pxPosts}width:425px;{/block:ifNot250pxPosts}
{/block:ifNotOneColumn}{block:ifOneColumn}width:531px;margin-bottom:40px;{/block:ifOneColumn}{/block:IndexPage}
{block:PermalinkPage}width:531px;{/block:PermalinkPage}
}

.post {
position:relative;
padding:14px 12px 12px 12px;
background-color:{color:Post Background};
border:1px solid {color:Post Border};
color:{color:Post Text};
{block:IfUppercaseText}
text-transform:uppercase;
{/block:IfUppercaseText}
{block:IfNotUppercaseText}
text-transform:normal;
{/block:IfNotUppercaseText}
font-family:{font:General Font};
font-size:{text:General Font Size};
{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%;}

/* --- POST ENTRIES ---*/

/* --- HEADER ---*/

#header {
height:100px;
z-index:99999;
position:fixed;
overflow:hidden;
background:{color:Header};
right:0;margin-left:auto;margin-right:auto;
{block:if250pxPosts}left:0px;width:702px;{/block:if250pxPosts}
{block:ifNot250pxPosts}left:0px;width:691px;{/block:ifNot250pxPosts}
{block:ifOneColumn}left:0px;width:531px;{/block:ifOneColumn}
{block:PermalinkPage}left:0px;width:531px;{/block:PermalinkPage}
}

#sidebarimage1 img{
width:100px;
height:100px;
z-index:999;
position:fixed;
margin-left:-100px;
}

#sidebarimage2 img{
width:100px;
height:100px;
z-index:999;
position:fixed;
{block:if250pxPosts}margin-left:702px;{/block:if250pxPosts}
{block:ifNot250pxPosts}margin-left:691px;{/block:ifNot250pxPosts}
{block:ifOneColumn}margin-left:531px;{/block:ifOneColumn}
{block:PermalinkPage}margin-left:531px;{/block:PermalinkPage}
}

#links {
margin-top:30px;
left:0px;right:0px;margin-left:auto;margin-right:auto;
z-index:9999999;
position:fixed;
text-align:center;
-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:hover #links{
margin-top:3px;
-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:hover #links a{
font-size:15px;
-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 a{
margin:5px;
font-size:28px;
font-family: 'Montserrat', sans-serif;
display:inline-block;
color:{color:Title};
}

{block:IfNot5AccentColours}
#links a:hover {color:{color:Alternative Accent};}
{/block:IfNot5AccentColours}

{block:If5AccentColours}
#links a:hover:nth-child(5n+1){color:{color:Accent 1};}
#links a:hover:nth-child(5n+2){color:{color:Accent 2};}
#links a:hover:nth-child(5n+3){color:{color:Accent 3};}
#links a:hover:nth-child(5n+4){color:{color:Accent 4};}
#links a:hover:nth-child(5n+5){color:{color:Accent 5};}
{/block:If5AccentColours}

#description {
color:{color:Description Text};
font-family:calibri;
font-size:9px;
word-spacing:1px;
line-height:9px;
margin-top:30px;
left:0px;right:0px;margin-left:auto;margin-right:auto;
height:65px;
z-index:999;
overflow:auto;
width:250px;
padding-right:4px;
position:fixed;
text-transform:uppercase;
text-align:justify;
opacity:0;
-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:hover #description{
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;
}

/* --- HEADER ---*/

/* --- PAGINATION ---*/

.pagination {
letter-spacing:1px;
font-family:'open sans', 'helvetica neue', arial, sans-serif;
margin-top:10px;
text-align:center;
width:530px;
padding-bottom:30px;
z-index:99999;
left:0px;right:0px;margin-left:auto;margin-right:auto;
position:relative;
{block:IfInfiniteScroll}display:none;{block:IfInfiniteScroll}
{block:IfNotInfiniteScroll}display:block;{block:IfNotInfiniteScroll}
text-transform:uppercase;
}

.pagination a, .current {
margin-top:50px;
color:{color:Header};
background-color:{color:Pagination};
margin-left:2px;
border:1px solid {color:Post Border};
padding:1px 5px;
font-family:'open sans', 'helvetica neue', arial, sans-serif;
font-size:10px;}

.current {background-color:{color:Header};color:{color:Title};}

.pagination a:hover{background-color:{color:Header};color:{color:Title};}

/* --- PAGINATION ---*/

/* --- INFO SECTION ---*/

#info {margin-top:7px;padding:0px 4px 2px 4px;text-align:center;position:relative;display:block;border:1px solid {color:Post Border};z-index:0;}

#info a {
display:inline-block;padding:2px 4px;font-family:calibri;font-size:8px;color:white;margin:2px 1px 0px 1px;}

{block:If5AccentColours}
#info a:nth-child(5n+1){background:{color:Accent 1};}
#info a:nth-child(5n+2){background:{color:Accent 2};}
#info a:nth-child(5n+3){background:{color:Accent 3};}
#info a:nth-child(5n+4){background:{color:Accent 4};}
#info a:nth-child(5n+5){background:{color:Accent 5};}
{/block:If5AccentColours}

{block:IfNot5AccentColours}
#info a{background:{color:Alternative Accent};}
{/block:IfNot5AccentColours}

#info a:hover{box-shadow:inset 0px -20px 0px {color:Links};}

.tags {
display:block;
text-align:justify;
{block:IndexPage}margin-top:-22px;{/block:IndexPage}
{block:PermalinkPage}margin-top:5px;{/block:PermalinkPage}
padding:4px;
position:relative;
line-height:12px;
z-index:99;
{/block:IfNotAccentuatedTags}
background-color:{color:Post Background};border:1px solid {color:Post Border};{/block:IfNotAccentuatedTags}
{block:IfAccentuatedTags}
background-color:{color:Links};border:0px solid transparent;
{/block:IfAccentuatedTags}
-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 .tags {
margin-top:7px;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;
transition:all 0.5s;
}

.tags a {
font-family:calibri;
font-style:normal;
margin:0px;
text-align:justify;
padding:2px 3px;
text-transform:uppercase;
{/block:IfNotAccentuatedTags}color:{color:Text};{/block:IfNotAccentuatedTags}
{block:IfAccentuatedTags}color:white;{/block:IfAccentuatedTags}
font-size:8px;
}

{block:IfAccentuatedTags}
.tags a:hover {box-shadow:inset 0px 20px 0px white;color:{color:Links};}{/block:IfAccentuatedTags}

{block:IfNot5AccentColours}
.tags a:hover {box-shadow:inset 0px 20px 0px {color:Alternative Accent};color:white;}
{/block:IfNot5AccentColours}

{block:If5AccentColours}{block:IfNotAccentuatedTags}
.tags a:hover:nth-child(5n+1)
{color:white;box-shadow:inset 0px 20px 0px {color:Accent 1};}
.tags a:hover:nth-child(5n+2)
{color:white;box-shadow:inset 0px 20px 0px {color:Accent 2};}
.tags a:hover:nth-child(5n+3)
{color:white;box-shadow:inset 0px 20px 0px {color:Accent 3};}
.tags a:hover:nth-child(5n+4)
{color:white;box-shadow:inset 0px 20px 0px {color:Accent 4};}
.tags a:hover:nth-child(5n+5)
{color:white;box-shadow:inset 0px 20px 0px {color:Accent 5};}
{/block:IfNotAccentuatedTags}{/block:If5AccentColours}

/* --- INFO SECTION ---*/

/* --- QUOTES ---*/

.quote {
padding:0px;
font-family: 'Montserrat', sans-serif;
font-size:14px;
color:{color:Links};
}

.quote:first-letter{
padding:0px;
font-family: 'Montserrat', sans-serif;
font-size:14px;
text-transform:uppercase;
color:{color:Links};
}

.quote-source {
text-align:right;
margin-top:-3px;
font-weight:bold;
color:{color:Text};
padding-top:5px;
font-size:8px;
text-transform:uppercase;
font-family:calibri;
}

.quote-source a{
text-align:right;
font-weight:bold;
font-size:8px;
text-transform:uppercase;
font-family:calibri;
}

/* --- QUOTES ---*/

/* --- 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;
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 ---*/

/* --- 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.3;
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:white;
-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 {
{block:IndexPage}{block:ifNotOneColumn}{block:if250pxPosts}width:250px;{/block:if250pxPosts}{block:ifNot250pxPosts}width:400px;{/block:ifNot250pxPosts}{/block:ifNotOneColumn}{block:ifOneColumn}width:500px;{/block:ifOneColumn}{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}
height:52px;
padding-top:8px;
overflow:hidden;}

#audioinfo {
font-size:8px;
font-family: calibri;
color:{color:Text};
text-transform:uppercase;
{block:IndexPage}{block:ifNotOneColumn}{block:if250pxPosts}width:170px;{/block:if250pxPosts}{block:ifNot250pxPosts}width:320px;{/block:ifNot250pxPosts}{/block:ifNotOneColumn}{block:ifOneColumn}width:420px;{/block:ifOneColumn}{/block:IndexPage}{block:PermalinkPage}width:420px;{/block:PermalinkPage}
display:inline-block;
margin:0.5px;
margin-left:73px;
text-align:left;
}

#audioinfo b{
color:{color:Text};
padding:0.5px 1px 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:20px;
color:{color:Post Border};
margin-right:4px;
background:{color: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 ---*/

/* --- QUESTIONS ---*/

#question {
padding:10px 20px;
border:2px solid {color:Links};
}

#question:first-letter {color:{color:Accent 1};font-weight:bold;}

#asker {
text-align:right;
background:{color:Links};
text-transform:uppercase;
font-size:8px;
font-family:calibri;
color:{color:Title};
height:10px;
margin-bottom:5px;
padding-right:5px;
line-height:9px;
}

#asker a{
text-align:right;
color:white;
font-weight: bold;
font-size:8px;
font-family:calibri;
text-transform:uppercase;
}

#answer{padding-left:10px;}

/* --- QUESTIONS ---*/

/* --- PAGE PAGINATION ---*/

.pagepagination{
position:absolute;
width:530px;
margin-top:10px;
margin-left:0px;
margin-right:auto;
}

.pagepagination a{
display:inline-block;
color:#ffffff;
text-transform:uppercase;
font-family:calibri;
font-size:8px;
text-decoration:none;
padding:0 2% 0 2%;
background:{color:Links};
}

.pagepagination a:hover:nth-child(2n+1)
{background:{color:Accent 1};color:white;}
.pagepagination a:hover:nth-child(2n+2)
{background:{color:Accent 2};color:white;}

/* --- PAGE PAGINATION ---*/

/* --- NOTES ---*/

.pagenotes a {text-decoration:none;font-family:calibri;background:none;color:{color:Links};}

ol.notes {
font-weight:none;
background:none;
text-align:left;
font-size:8px;
font-family:calibri;
margin-left:0px;
height:auto;
width:500px;
text-transform:uppercase;
margin-top:30px;
list-style-type:upper-roman;
}

ol.notes li.note {
padding:5px;
color:{color:Text};
background:{color:Background};
margin:2px 0;
font-size:8px;
font-family:calibri;
text-transform:uppercase;
width:480px;
list-style-type:upper-roman;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition:all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

ol.notes li.note a{
font-size:8px;
font-family:calibri;
text-transform:uppercase;
}

ol.notes li.note:hover {
background: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;
}

ol.notes li.note img.avatar {
width:0px;
height:0px;
}

/* --- NOTES ---*/

/* --- SELECTION ---*/

::selection {
background-color:{color:Post Background};
color:{color:Text};
border-radius:2px;
}

::-moz-selection {
background-color:{color:Post Background};
color:{color:Text};
border-radius:2px;
}

/* --- SELECTION ---*/

/* --- DON´T DELETE THE CREDIT PLEASE ---*/

.credit, .credit a {
width:12px;
height:12px;
bottom:7px;
right:10px;
padding:2px;
font-size:8px;
letter-spacing:1px;
color:white;
z-index:1;
line-height:12px;
position:fixed;
text-align:center;
font-family:calibri;
text-decoration:none;
text-transform:uppercase;
background-color:{color:Accent 1};
border:1px solid #cccccc;
z-index:9999999999999999999999;
-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:black;
color:white;
transform:rotate(360deg);
-ms-transform:rotate(360deg);
-webkit-transform:rotate(360deg);}

/* --- DON´T DELETE THE CREDIT PLEASE ---*/

/* UPDATES TAB */

/* --- UPDATES TAB ---*/

#tab11 {
position:fixed;
float:right;
z-index:9999999999999999;
font-size:8px;
line-height:110%;
text-align:right;
font-family:calibri;
display:inline-block;
top:0px;right:10px;
}

#tab11 a{
text-decoration:none;
background:none;
text-transform:uppercase;
color:{color:Links};
font-size:8px;
-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 BOX 1 START ---*/

#tab11line1 {
height:30px;
width:6px;
margin-top:0px;
display: inline-block;
float:left;
margin-left:5px;
opacity:1;
background-color: {color:Accent 1};
-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;
}

#tab11box1 {
width: 0px;
height: 10px;
display: inline-block;
float:right;
opacity:1;
padding-bottom:4px;
margin-top:5px;
padding-top:4px;
overflow:hidden;
border-right:6px solid {color:Accent 1};
text-transform:uppercase;
color:{color:Text};
-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;
}

#tab11line1:hover #tab11box1 {
padding-right:5px;
padding-left:4px;
height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
width: 70px; /* --- CHANGE THE CONTENT´S WIDTH 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 BOX 1 END ---*/

/* --- UPDATES TAB BOX 2 START ---*/

#tab11line2 {
height:50px;
width:6px;
display: inline-block;
float:left;
margin-left:4px;
opacity:1;
background-color: {color:Accent 2};
-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;
}

#tab11box2 {
width: 0px;
height: 15px;
display: inline-block;
float:right;
opacity:1;
margin-top:35px;
padding-bottom:4px;
padding-top:4px;
overflow:hidden;
border-right:6px solid {color:Accent 2};
text-transform:uppercase;
color:{color:Text};
-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;
}

#tab11line2:hover #tab11box2 {
padding-right:5px;
padding-left:4px;
height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
width: 70px; /* --- CHANGE THE CONTENT´S WIDTH 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 BOX 2 END ---*/

/* --- UPDATES TAB BOX 3 START ---*/

#tab11line3 {
height:70px;
width:6px;
display: inline-block;
float:left;
margin-left:4px;
opacity:1;
background-color: {color:Accent 3};
-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;
}

#tab11box3 {
width: 0px;
height: 15px;
display: inline-block;
float:right;
opacity:1;
margin-top:62px;
padding-bottom:4px;
padding-top:4px;
overflow:hidden;
border-right:6px solid {color:Accent 3};
text-transform:uppercase;
color:{color:Text};
-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;
}

#tab11line3:hover #tab11box3 {
padding-right:5px;
padding-left:4px;
height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
width:70px; /* --- CHANGE THE CONTENT´S WIDTH 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 BOX 3 END ---*/

/* --- UPDATES TAB BOX 4 START ---*/

#tab11line4 {
height:100px;
width:6px;
display: inline-block;
float:left;
margin-left:4px;
opacity:1;
background-color: {color:Accent 4};
-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;
}

#tab11box4 {
width: 0px;
height: 15px;
display: inline-block;
float:right;
opacity:1;
margin-top:92px;
padding-bottom:4px;
padding-top:4px;
overflow:hidden;
border-right:6px solid {color:Accent 4};
text-transform:uppercase;
color:{color:Text};
-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;
}

#tab11line4:hover #tab11box4 {
padding-right:5px;
padding-left:4px;
height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
width:70px; /* --- CHANGE THE CONTENT´S WIDTH 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 BOX 4 END ---*/

/* --- UPDATES TAB BOX 4 START ---*/

#tab11line5 {
height:130px;
width:6px;
display: inline-block;
float:left;
margin-left:4px;
opacity:1;
background-color: {color:Accent 5};
-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;
}

#tab11box5 {
width: 0px;
height: 15px;
display: inline-block;
float:right;
opacity:1;
margin-top:122px;
padding-bottom:4px;
padding-top:4px;
overflow:hidden;
border-right:6px solid {color:Accent 5};
text-transform:uppercase;
color:{color:Text};
-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;
}

#tab11line5:hover #tab11box5 {
padding-right:5px;
padding-left:4px;
height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
width:70px; /* --- CHANGE THE CONTENT´S WIDTH 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 BOX 5 END ---*/

/* --- UPDATES TAB ---*/

{CustomCSS}</style>

</head><body>

{block:IfUpdatesTab}

<div id="tab11">

<div id="tab11line1">
<div id="tab11box1">
<div style="padding:2px;background-color:{color:Accent 1}";>
<FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 1</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>

<div id="tab11line2">
<div id="tab11box2">
<div style="padding:2px;background-color:{color:Accent 2}";>
<FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 2</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>

<div id="tab11line3">
<div id="tab11box3">
<div style="padding:2px;background-color:{color:Accent 3}";>
<FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 3</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>

<div id="tab11line4">
<div id="tab11box4">
<div style="padding:2px;background-color:{color:Accent 4}";>
<FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 4</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>

<div id="tab11line5">
<div id="tab11box5">
<div style="padding:2px;background-color:{color:Accent 5}";>
<FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 5</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></p>
</div></div>


</div>

{/block:IfUpdatesTab}

<div id="header">

<div id="links">
<a href="/" title="{text:Home Link}"><i><style= text-transform:lowercase>I   </i></a>
<a href="/ask" title="{text:Message Link}"><i>II   </i></a>
<a href="{text:Link1 Url}" title="{text:Link1 Name}"><i>III   </i></a>
<a href="{text:Link2 Url}" title="{text:Link2 Name}"><i>IV   </i></a>
<a href="{text:Link3 Url}" title="{text:Link3 Name}"><i>V</i></a> </div>

<div id="sidebarimage1"><img src="{image:Sidebar Image 1}"></div>
<div id="sidebarimage2"><img src="{image:Sidebar Image 2}"></div>

<div id="description">{Description}</div></div>

<div id="big">
<div id="content">
{block:Posts}<article class="entries"><div class="post">

<div class="po">

{block:ContentSource}
<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
{/block:SourceLogo}
{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
{/block:ContentSource}

<!----- TEXT / PHOTO / PHOTOSET ----->

{block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="text">{Body}</div>{/block:Text}

{block:Photo}
{LinkOpenTag}<div class="imgp"><img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"/></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">{block:IndexPage}{block:ifNotOneColumn}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:ifNot250pxPosts}{Photoset-400}{/block:ifNot250pxPosts}{/block:ifNotOneColumn}{block:ifOneColumn}{Photoset-500}{/block:ifOneColumn}{block:IndexPage}
{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div></div> {block:Caption}{block:ifShowCaptions}<span class="caption">{Caption}</span>{/block:ifShowCaptions}{/block:Caption}{/block:Photoset}

<!----- TEXT / PHOTO / PHOTOSET ----->

<!----- QUOTES / CHAT / VIDEOS / LINKS POSTS ----->

{block:Quote}<div class="quote"><h2>{Quote}</h2></div>{block:Source}<div class="quote-source">{Source}</div>{/block:Source}{/block:Quote}

{block:Video}<div class="imgp"><div class="pset">{block:IndexPage}{block:ifNotOneColumn}{block:if250pxPosts}{Video-250}{/block:if250pxPosts}{block:ifNot250pxPosts}{Video-400}{/block:ifNot250pxPosts}{/block:ifNotOneColumn}{block:ifOneColumn}{Video-500}{/block:ifOneColumn}{block:IndexPage}
{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div></div>
{block:Caption}{block:ifShowCaptions}
<span class="caption">{Caption}</span>
{/block:ifShowCaptions}{/block:Caption}{/block:Video}

{block:Link}<a href="{URL}" target="_blank" {Target}><h2>{Name}</h2></a>{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">{AudioPlayer}</div></div>
<img id="audioimage" style="max-width:60px;" img src="http://www.i2symbol.com/images/symbols/music/beamed_sixteenth_notes_u266C_icon_256x256.png"/>
{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}<div id="question">{Question}</div><div id="asker">{Asker}</div></p><div id="answer">{Answer}</div>{/block:Answer}

<!----- ASKS POSTS ----->

<!----- INFO SECTION ----->

{block:IndexPage}{block:ifNotOneColumn}{block:if250pxPosts}{block:Date}<div id="info"><a href="{Permalink}" title="{DayofMonth}. {Month} {Year} | {TimeAgo}">Posted on</a><a href="{Permalink}" title="{NoteCountWithLabel}">Notes{block:NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}" target="blank">From</a>{/block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogRootURL}" title="{ReblogRootName}" target="blank">source</a>{/block:RebloggedFrom}{/block:Date}<a href="{ReblogURL}" target="_blank">Reblog</a></div>{/block:if250pxPosts}

{block:ifNot250pxPosts}{block:Date}<div id="info"><a href="{Permalink}">posted {TimeAgo}</a><a href="{Permalink}">{NoteCountWithLabel}{block:NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}" target="blank">Reblogged from</a>{/block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogRootURL}" title="{ReblogRootName}" target="blank">originally by</a>{/block:RebloggedFrom}{/block:Date}<a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:ifNot250pxPosts}{/block:ifNotOneColumn}

{block:ifOneColumn}{block:Date}<div id="info"><a href="{Permalink}">posted {TimeAgo} | {DayofMonth}. {Month}</a><a href="{Permalink}">{NoteCountWithLabel}{block:NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="blank">via: {ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogRootURL}" target="blank">org: {ReblogRootName}</a>{/block:RebloggedFrom}{/block:Date}<a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:ifOneColumn}{block:IndexPage}

{block:PermalinkPage}{block:Date}<div id="info"><a href="{Permalink}">posted {TimeAgo} | {DayofMonth}. {Month}</a><a href="{Permalink}">{NoteCountWithLabel}{block:NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="blank">via: {ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogRootURL}" target="blank">org: {ReblogRootName}</a>{/block:RebloggedFrom}{/block:Date}<a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:PermalinkPage}

{block:HasTags}<div class="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 ----->

<!----- NOTES ----->

{block:PostNotes}
<div class="pagenotes">{PostNotes}</div>
{/block:PostNotes}

<!----- NOTES ----->

</article>{/block:Posts}</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
{block:IfInfiniteScroll}
<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
<script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
{/block:IfInfiniteScroll}

<script>
(function() {
var $tumblelog = $('#content');
{block:IfInfiniteScroll}
$tumblelog.infinitescroll({
navSelector : ".pagination",
nextSelector : ".pagination a:first",
itemSelector : "article",
bufferPx : 50,
done : "",
loading: {
finishedMsg: "<p> </p>",
img : " ",
msg: null,
msgText: "<p> </p>"
},
},
function( newElements ) {
var $newElems = $( newElements ).css({ opacity: 0 });
$newElems.imagesLoaded(function(){
$newElems.animate({ opacity: 1 });
$tumblelog.masonry( 'appended', $newElems);
});
}
);
{/block:IfInfiniteScroll}
$tumblelog.imagesLoaded( function(){
$tumblelog.masonry({
columnWidth: function( containerWidth ) {
return containerWidth / 100;
}
});
});
})();
</script><script>
var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>

{block:Pagination}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:JumpPagination length="15"}{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}</div>

<span class="credit">
<a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a></span>

</body></html>



thank you very much!!! if you could give me a hand i'd really appreciate it! laugh.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Sep 26 2015, 09:49 AM
Post #2


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



I didn't see them on either page.
They'll show up by getting rid of the overflow: hidden; on #header in the CSS.

And next time, please don't post Tumblr codes, just the url to the page is enough, like you did. Tumblr code is not plain HTML, so it doesn't help us to help you.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 12:25 PM