Alles klar. Vielen Dank! Hier im übrigen was man mir an anderer Stelle schon zu meinem "Oroblem" (Damn it, Typo...) gesagt hat:
ZitatSorry, aber das Theme ist in der sTurkut komplett unvorteilhaft aufgebaut. Das Div photo ist viel größer als der Container Deiner WEbseite und links neben dem Div photo ist noch ein data - div, der komplett leer ist. Deswegen und wegen dem zu großen Photo Div, wird das Bild nciht komplett angezeigt.
Auch wird die eingebundene Font / Schriftart nicht gefunden: downloadable font: download failed (font-family: "Damion" style:normal weight:normal stretch:normal src index:1): bad URI or cross-site access not allowed source: http://static.tumblr.com/srkzstu/mDBma51sb/n4-ujavern754yrptkhfp-vvdin1pk8aktelp...
Das könnte das Problem sein, das Du wegen den Schriften hast.
Leider kann ich damit absolut gar nichts anfangen und weitere Hilfestellung dabei wie genau ich die Probleme behebe gab es auch nicht. Hier also der Code in mehreren Teilen:
Edit: Ich würde gern auch den Rest posten aber mir wird ständig angezeigt, dass ich die maximale Zeichenlänge überschritten hab. Ich schätze wenn Niemand dazwischen noch etwas postet, zählt alles was ich jetzt noch zu schreiben versuche zum alten Post dazu.
<html>
<head>
<title> {Title}{block:PostTitle} - {PostTitle}{/block:PostTitle} </title>
<link rel="shortcut icon" href="{Favicon}"> <link rel="alternate" type="application/rss+xml" href="{RSS}"> <script src="http://static.tumblr.com/srkzstu/X0Sm9oe4g/jquerygoogle.min.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/srkzstu/pZEma76tw/style.css"/>
<meta name="text:Disqus Shortname" content=""/> <meta name="text:Facebook Username" content=""/> <meta name="text:Twitter Username" content=""/> <meta name="text:Youtube Username" content=""/> <meta name="text:Vimeo Username" content=""/> <meta name="text:Linkedin Username" content=""/> <meta name="text:Behance Username" content=""/> <meta name="text:Flickr Username" content=""/> <meta name="text:Pinterest Username" content=""/> <meta name="text:Dribbble Username" content=""/> <meta name="text:Google Username" content=""/> <meta name="text:CSSBrigit Username" content=""/> <meta name="text:Graawl Username" content=""/> <meta name="if:Show My Latests Tweets" content="0"/> <meta name="color:Background" content="#fcfcfc"/> <meta name="text:Header Title" content="Your Title/name Here"/> <meta name="font:Header Title Font" content="Damion, Helvetica Neue"/> <meta name="color:Header Info Text" content="#ffffff"/> <meta name="color:Header Info Text Shadow" content="#555555"/> <meta name="color:Link" content="#1569C7"/> <meta name="color:Link Hover" content="#C85A17"/> <meta name="if:Use Tiptip Tooltips" content="1"/> <meta name="if:Show Top Bar" content="1"/> <meta name="if:Show Search Box" content="1"/> <meta name="text:Top Bar Title" content="My Blog"/> <meta name="image:Background" content=""/> <meta name="text:Categories" content="Tag1, Tag2, Tag3, Tag4"/> <meta name="if:Show Categories Menu" content="1"/> <meta name="if:Show Pages In Sidebar" content="1"/> <meta name="image:Header Background" content="http://static.tumblr.com/srkzstu/wB3ma3fhh/grass_by_jorlin.jpg"/> <meta name="text:Header Background Img Vertical Align" content="50%"/> <meta name="if:Show Members In Header" content="1"/> <meta name="if:Show Members In Sidebar" content="1"/> <meta name="if:Show Social Media Icons In Header" content="1"/> <meta name="if:Show Social Media Icons In Sidebar" content="1"/> <meta name="if:Use Special Photosets" content="1"/> <meta name="if:Show People I Follow" content="1"/> <meta name="if:Show Stuff I Like" content="1"/> <!-- ><meta name="if:Shape Style" content="0"/> --> <meta name="if:VH Active Video Header" content="1"/> <meta name="if:VH Show Video Controls" content="1"/> <meta name="if:VH Mute Audio" content="1"/> <meta name="text:VH Youtube Video URL" content="http://www.youtube.com/watch?v=BsekcY04xvQ"/> <meta name="text:VH Video Opacity" content="1.0"/> <meta name="text:VH Video Quality" content="default"/> <meta name="if:Show Tags In Posts" content="1"/> <meta name="text:Tags Indicator" content="Archived in:"/> <meta name="if:Show Facebook Like Button In Sidebar" content="1"/> <meta name="if:IS Use Infinite Scroll" content="1"/> <meta name="if:IS Autoload New Posts" content="0"/> <meta name="if:Top Bar Transparent Background Color" content="0"/> <meta name="text:Group members label" content="Group Members"/> <meta name="text:Header Height" content="420px"/> <meta name="if:Adjust Header Height To Window Height" content="0"/>
<meta name="text:Google Analytics ID" content=""/>
<style type="text/css">
@font-face { font-family: 'Damion'; font-style: normal; font-weight: 400; src: local('Damion'), url(http://static.tumblr.com/srkzstu/mDBma51sb/n4-ujavern754yrptkhfp-vvdin1pk8aktelpez5c0a.woff) format('woff'); }
/* -------- custom options affecting the CSS ------- */
a {
color:{color:Link};
} a:hover { color:{color:Link Hover}; }
body { background:url('{image:Background}') center top repeat; background-color:{color:Background};
}
#tumblr_controls {
top:{text:Header Height} !important; right:15px !important; {block:IfHideTumblrControls} display: none; {/block:IfHideTumblrControls} }
{block:IfNotShowTopBar} #tumblr_controls { top:10px !important; } .bighead { padding-top:40px; } {/block:IfNotShowTopBar}
{block:IfShapeStyle} body {text-align:center;padding:0 20px;} .fullcontent { text-align:left; max-width:1000px; margin:auto; margin:20px auto; background-color:rgba(130,130,130,0.1); padding:5px; border-radius:2px;
}
.fullcontent-int {
background-color:#fcfcfc; box-shadow: 0px 1px 2px rgba(10,10,10, 0.3), 0px 1px 4px rgba(10,10,10, 0.1); border-radius:3px; overflow:hidden;position:relative; }
{/block:IfShapeStyle}
{block:IfTopBarTransparentBackgroundColor}
.bigmenu { background:-webkit-gradient(linear, center top, center bottom, color-stop(1%, rgba(0, 0, 0, 1) ), color-stop(99%, rgba(00, 00, 00, 0))); box-shadow:none; } {/block:IfTopBarTransparentBackgroundColor}
.bighead { background-position:center {text:Header Background Img Vertical Align};
}
.bighead .head-author { height:{text:Header Height}; }
.bighead .head-author .legend { text-shadow:1px 1px 1px {color:Header Info Text Shadow} !important;
color:{color:Header Info Text}; }
.bighead .head-author .legend .desc a { color:{color:Header Info Text}; }
.bighead .head-author .legend .desc .big { font-family:{font:Header Title Font}; }
li.activity-row .tablastyle .center .icon-reblog {
background-color:{color:Background};
}
li.activity-row .tablastyle .center .reblog-source { background-color:{color:Background};
}
.cuerpo .column-right .cuadro label span { background-color:{color:Background}; }
.pagination.fade { background: -webkit-gradient(linear, center top, center bottom, color-stop(7%, rgba({RGBcolor:Background}, 0) ), color-stop(42%, rgba({RGBcolor:Background}, 1)));
}
@-moz-document url-prefix() {
.pagination.fade {
background: -moz-linear-gradient( rgba({RGBcolor:Background}, 0) 7%, rgba({RGBcolor:Background}, 1) 42%);
} }
#footer { background:url('http://static.tumblr.com/srkzstu/iwnm9j0yw/oscurecedor2.png') center center repeat, url('{image:Header Background}') center top no-repeat; background-size:cover; box-shadow:0 1px 3px rgba(0, 0, 0, 0.8) inset; }
{CustomCSS} </style>
<script type="text/javascript" charset="utf-8">
function cargar2(div, URL) {
$("#div-" + div + " .notescount").addClass('loading');
$("#nota-" + div).animate({opacity: 0.1}, 200, function () {
$("#nota-" + div).load(URL, function () {
$("#div-" + div + " .notescount").removeClass("loading");
$("#nota-" + div).slideDown(200)
$("#nota-" + div).animate({opacity: 1.0}, 200)
$("#div-" + div + " .notescount").removeClass("pending");
})
});
};
{block:TagPage}
selectcat('{Tag}')
{/block:TagPage}
function selectcat(categoria) {
$('#cat-' + categoria.replace(' ','X')).addClass('active')
}
</script>
</head>
<body>
{block:IfVHActiveVideoHeader}
<a id="bgndVideo" href="{text:VH Youtube Video URL}" class="movie {opacity:{text:VH Video Opacity}, isBgndMovie:{width:'window',{block:IfVHMuteAudio}mute:1{/block:IfVHMuteAudio} },optimizeDisplay:true, {block:IfVHShowVideoControls}showControls:true,{/block:IfVHShowVideoControls} ID:'bighead', ratio:'16/9', loop: 1, quality:'{text:VH Video Quality}'}"></a>
{/block:IfVHActiveVideoHeader}
<div class="fullcontent {block:PermalinkPage}permalinkpage{/block:PermalinkPage}"> <div class="fullcontent-int">
<div id="bighead" class="bighead" style="background-image:url('{image:Header Background}');">
{block:IfShowTopBar}
<div class="bigmenu">
<div class="bigmenu-int">
{block:IfShowSearchBox}
<div class="busqueda">
<form action="/search" method="get">
<input onclick="$(this).val('')" type="text" class="textbox" name="q" value="Search"/>
</form>
</div>
{/block:IfShowSearchBox}
{block:IfTopBarTitle}
<a href="/"><span class="top-title">{text:Top Bar Title}</span> </a>
{/block:IfTopBarTitle}
{block:HasPages}
<div id="paginas">
<span class="home"><a class="noactive" href="/">Home</a></span>
{block:Pages} / <span class="{Label}"><a class="noactive" href="{URL}">{Label}</a></span> {/block:Pages}
</div>
{/block:HasPages}
</div>
</div>
{/block:IfShowTopBar}
<div class="head-author">
<div class="legend">
<div class="photo">
<a href="/"><img src="{PortraitURL-128}"></a>
</div>
<div class="desc">
<span class="big">{text:Header Title}</span>
<span class="sub">
{Description}
</span>
{block:IfShowSocialMediaIconsInHeader}
<div class="head-socialmedia socialmedia">
{block:IfFacebookUsername}
<a target="_blank" class="facebook" href="http://facebook.com/{text:Facebook Username}"></a>
{/block:IfFacebookUsername}
{block:IfTwitterUsername}
<a target="_blank" class="twitter" href="http://twitter.com/{text:Twitter Username}"></a>
{/block:IfTwitterUsername}
{block:IfGraawlUsername}
<a target="_blank" class="graawl" href="http://graawl.com/user/{text:Graawl Username}"></a>
{/block:IfGraawlUsername}
{block:IfGoogleUsername}
<a target="_blank" class="google" href="http://google.com/{text:Google Username}"></a>
{/block:IfGoogleUsername}
{block:IfDribbbleUsername}
<a target="_blank" class="dribbble" href="http://dribbble.com/{text:Dribbble Username}"></a>
{/block:IfDribbbleUsername}
{block:IfCSSBrigitUsername}
<a target="_blank" class="cssbrigit" href="http://cssbrigit.com/user/{text:CSSBrigit Username}"></a>
{/block:IfCSSBrigitUsername}
{block:IfYoutubeUsername}
<a target="_blank" class="youtube" href="http://youtube.com/user/{text:Youtube Username}"></a>
{/block:IfYoutubeUsername}
{block:IfFlickrUsername}
<a target="_blank" class="flickr" href="http://www.flickr.com/people/{text:Flickr Username}"></a>
{/block:IfFlickrUsername}
{block:IfPinterestUsername}
<a target="_blank" class="pinterest" href="http://pinterest.com/{text:Pinterest Username}"></a>
{/block:IfPinterestUsername}
{block:IfLinkedinUsername}
<a target="_blank" class="linkedin" href="http://linkedin.com/{text:Linkedin Username}"></a>
{/block:IfLinkedinUsername}
{block:IfBehanceUsername}
<a target="_blank" class="behance" href="http://behance.com/{text:Behance Username}"></a>
{/block:IfBehanceUsername}
</div>
{/block:IfShowSocialMediaIconsInHeader}
{block:IfShowMembersInHeader}
{block:GroupMembers}
<br>
<div class="ul-title">{text:Group members label}</div>
<div class="head-members">
<ul>
{block:GroupMember}
<li><a href="{GroupMemberURL}" title="{GroupMemberName}"><img src="{GroupMemberPortraitURL-40}" alt="{GroupMemberName}" /></a></li>
{/block:GroupMember}
</ul>
</div>
{/block:GroupMembers}
{/block:IfShowMembersInHeader}
</div>
</div>
</div>
</div>
<div class="cuerpo-content">
<div class="cuerpo">
<div class="column-left">
<ul class="posts">
{block:TagPage}
<li class="activity-row" style="background-image:none";>
<div class="tablastyle">
<div class="left">
</div>
<div class="center">
</div>
<div class="right">
<div class="li-indicator">
Posts tagged "{Tag}" <a href="/"><span class="quit"></span></a>
</div>
</div>
</div>
</li>
{/block:TagPage}
{block:SearchPage}
{block:SearchResults}
<li class="activity-row" style="background-image:none";>
<div class="tablastyle">
<div class="left">
</div>
<div class="center">
</div>
<div class="right">
<div class="li-indicator">
{lang:SearchResultCount results for SearchQuery 2} <a href="/"><span class="quit"></span></a>
</div>
</div>
</div>
</li>
{/block:SearchResults}
{block:NoSearchResults}
<li class="activity-row" style="background-image:none";>
<div class="tablastyle">
<div class="left">
</div>
<div class="center">
</div>
<div class="right">
<div class="li-indicator">
{lang:No search results for SearchQuery 2} <a href="/"><span class="quit"></span></a>
</div>
</div>
</div>
</li>
{/block:NoSearchResults}
{/block:SearchPage}
{block:Posts}
<li id="div-{PostID}" class="activity-row {PostType}">
<div class="tablastyle">
<div class="left">
<a class="tiptip" title="{PostAuthorName}" href="{PostAuthorURL}">
<img class="author-img" src="{PostAuthorPortraitURL-40}">
</a>
</div>
<div class="center">
<div title="" class="tiptip puntito">
{block:RebloggedFrom}
<div class="reblog-source">
<a title="Reblogged from {ReblogParentTitle}" class="tiptip" href="{ReblogParentURL}">
<img src="{ReblogParentPortraitURL-30}"></a>
</div>
<span class="icon-reblog">
</span>
{/block:RebloggedFrom}
</div>
</div>
{block:Text}
<div class="right">
<span class="sentence">
<span class="sentence-int">
<div class="options">
<a class="optionlist">
</a>
<ul class="submenu">
<li><a href="{Permalink}">Permalink</a></li>
<li><a target="_blank" href="http://twitter.com/home?status={ShortURL}">Share on Twitter</a></li>
</ul>
</div>
<span class="arrow"></span>
<span class="sentence-text">
<b>{PostAuthorName}</b> {block:NotReblog}published {/block:NotReblog}{block:RebloggedFrom}reblogged{/block:RebloggedFrom} a {PostType} post
Alles anzeigen