Leltár

Adatlapok

Trükktár

TeveClub filmek



[ Mi ez? ] [ Írok ide ]
haverok:

Maya naplója


jaredleto [320918 AL], gazdája Maya
naive.tumblr.com

Ugrás egy másik naplóhoz!

Tartalomjegyzék
A napló közvetlen linkje:
http://teveclub.hu/naplo/320918
naive.tumblr.com

<!--

FLICKERS V2
BY NAEIVE
LEAVE VISIBLE CREDIT OR I'LL REPORT YOU
I WILL NOT ANSWER YOUR HTML QUESTIONS XO

-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<meta name="color:link" content="#7faac9"/>
<meta name="color:hover" content="#a3bdcf"/>
<meta name="color:blockquote" content="#efefef"/>
<meta name="color:border" content="#ccc"/>
<meta name="color:background" content="#fafafa"/>
<meta name="color:post background" content="#ffffff"/>
<meta name="image:background" content="0"/>
<meta name="image:sidebar" content="0"/>
<meta name="if:transparent sidebar" content="0"/>
<meta name="if:faded images" content="1"/>
<meta name="if:shadow" content="0"/>
<meta name="if:rounded corners" content="0"/>
<meta name="if:custom font" content="1">
<meta name="if:custom cursor" content="1">
<meta name="if:cross cursor" content="0">
<meta name="if:white tumblr controls" content="1"/>
<meta name="if:show sidebar image" content="0">
<meta name="if:show title" content="0">
<meta name="if:show description" content="1">
<meta name="text:Link One Title" content="" />
<meta name="text:Link One" content="" />
<meta name="text:Link Two Title" content="" />
<meta name="text:Link Two" content="" />
<meta name="text:Link Three Title" content="" />
<meta name="text:Link Three" content="" />
<meta name="text:Link Four Title" content="" />
<meta name="text:Link Four" content="" />
<meta name="text:Link Five Title" content="" />
<meta name="text:Link Five" content="" />

<title>{Title}{block:PostTitle} : {PostTitle}{/block:PostTitle}</title>
<link rel="shortcut icon" href="{Favicon}">
{block:Description}
<meta name="description" content="{MetaDescription}"/>
{/block:Description}
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css">

<style type="text/css">



body {
color: #777;
background:{color:background}
url({image:background});
background-repeat: repeat;
background-attachment: fixed;
{block:ifcustomfont}
font-family: consolas;
line-height:110%;
font-size: 10px;
{/block:ifcustomfont}

{block:ifnotcustomfont}
font-family: helvetica;
font-size: 10px;
line-height:120%;
{/block:ifnotcustomfont}

{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
}

{block:ifcustomcursor}

body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}

{/block:ifcustomcursor}

::-webkit-scrollbar-thumb{
background-color: {color:link};
border: 2px solid {color:background};
height:auto;
-moz-border-radius: 10px;
border-radius: 10px;
}

::-webkit-scrollbar {
height:auto;
width:9px;
background-color: #999999;
border: 4px solid {color:background};
}



#infscr-loading {
position: absolute;
bottom: 0;
left: 25%;
}
a:link, a:active, a:visited{

color:{color:Link};
text-decoration: none;

}
a:hover {
color:{color:Hover};

text-decoration: none;
{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
{block:ifcustomcursor}
cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur);
{/block:ifcustomcursor}
}


#content {
{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
{block:ifcustomcursor}
cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur);
{/block:ifcustomcursor}
padding-top:10px;
{block:indexpage}
width:670px;
padding-left:10px;
margin-left:240px;
{/block:indexpage}

{block:permalinkpage}
width: 120px;
margin-left:390px;
{/block:permalinkpage}
float: left;
}

{block:ifwhitetumblrcontrols}

iframe#tumblr_controls {
position:fixed !important;-webkit-filter: invert(100%) ;
-moz-transition: all 0.8s ease-out;
-webkit-transition: opacity 0.7s linear;
-webkit-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
opacity: 0.5;}

{/block:ifwhitetumblrcontrols}


iframe#tumblr_controls {
top:2px !important;
right:3px !important;
position: fixed !important;
-webkit-transition: opacity 0.7s linear;
opacity: 0.5;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}

iframe#tumblr_controls:hover {
-webkit-transition: opacity 0.7s linear;
opacity: 1;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

::selection {
background:#f1f1f1;
color: #777;
}

::-moz-selection {
background:#f1f1f1;
color: #777;
}


#note3 {
width: 500px;
text-align:left;
}

#sidebar img {
{block:ifroundedcorners}-moz-border-radius: 5px;
border-radius: 5px;
{block:ifroundedcorners}
{block:iffadedimages}
opacity:.8;
filter:alpha(opacity=80);
-webkit-transition: all ease-in 250ms;
-moz-transition: all ease-in 250ms;
-o-transition: all ease-in 250ms;
-ms-transition: all ease-in 250ms;
transition: all ease-in 250ms;
{/block:iffadedimages}
{block:ifnotshowdescription}
{block:ifnotshowtitle}
padding-bottom:5px;
border-bottom: 1px solid {color:border};
{/block:ifnotshowtitle}
{/block:ifnotshowdescription}
}

#sidebar {
{block:ifnottransparentsidebar}
border: 1px solid {color:border};
background-color:{color:post background};
{block:ifshadow}
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
{/block:ifshadow}
{/block:ifnottransparentsidebar}

{block:iftransparentsidebar}
background-color:transparent;
{/block:iftransparentsidebar}

position:fixed;
width:180px;
margin-left:930px;
margin-top:125px;
height:auto;
padding:5px;
text-align:left;
color:#777;
{block:ifroundedcorners}-moz-border-radius: 5px;
border-radius: 5px;
{block:ifroundedcorners}
{block:ifshadow}
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
{/block:ifshadow}
}

.description{
padding:5px;
{block:ifnotshowtitle}
border-top: 1px solid {color:border};
{/block:ifnotshowtitle}
}
.titulo {
padding:5px 5px 5px 5px;
font-size:14px;
letter-spacing:1px;
border-bottom: 1px solid {color:border};
font-family:courier;
text-transform:uppercase;
line-height:105%;
}

ol.notes img {
width: 16px;
display: inline;
position: relative;
top: 3px;
}

.entry {
border: 1px solid {color:border};
{block:ifroundedcorners}-moz-border-radius: 5px;
border-radius: 5px;
{/block:ifroundedcorners}

float: left;
{block:indexpage}
width: 200px;
margin: 5px;
{/block:indexpage}

{block:permalinkpage}
margin: 10px;
padding-left:5px;
width: 500px;
{/block:permalinkpage}

display: block;
padding:5px;
background:{color:post background};
{block:ifshadow}
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
{/block:ifshadow}
position: relative;
}
.entry img {
{block:ifroundedcorners}-moz-border-radius: 5px;
border-radius: 5px;
{block:ifroundedcorners}
display: block;
max-width: 100%;
{block:iffadedimages}
opacity:0.8;
filter:alpha(opacity=80);
-webkit-transition: all ease-in 250ms;
-moz-transition: all ease-in 250ms;
-o-transition: all ease-in 250ms;
-ms-transition: all ease-in 250ms;
transition: all ease-in 250ms;
{/block:iffadedimages}
}
.entry:hover img {
{block:iffadedimages}
opacity:1;
filter:alpha(opacity=100);
-webkit-transition: all ease-in 250ms;
-moz-transition: all ease-in 250ms;
-o-transition: all ease-in 250ms;
-ms-transition: all ease-in 250ms;
transition: all ease-in 250ms;
{/block:iffadedimages}
}


.entry:hover .details {
opacity: 1.0;
margin:12px 0px 0px 0px;
filter: alpha(opacity = 100);
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}

.perms {
color:black;
font-size:9px;
opacity: 0;
-webkit-transition-duration: .75s;top:0px;
width:200px;
height:10px;
padding-bottom:7px;
padding-top:1px;
background-color: #fff;
position: absolute;
margin-top:5px;
text-align:center;
text-transform:uppercase;
font-family:consolas;
letter-spacing:1px;
display:block;
}

.entry:hover .perms {
opacity:0.9;
z-index:999999;
padding-top:10px;}




#pagination{
display:none;
}



.permalink2 {
color: #000000;
padding-top: 0px;
padding-bottom: 0px;
font-size: 10px;
text-align: center;
opacity: 0;
filter: alpha(opacity = 0);
-webkit-transition: all ease-in 250ms;
-moz-transition: all ease-in 250ms;
-o-transition: all ease-in 250ms;
-ms-transition: all ease-in 250ms;
transition: all ease-in 250ms;

}
.quote {
font-family: arial;
font-size: 20px;
color: {color:link};
float: left;
margin-right: 5px;
}

blockquote, q {
padding-left:5px;padding-top:7px;
padding-right:5px;padding-bottom:7px;
margin-left:5px; margin-right:5px;
border-left: 2px solid #ccc;
border-right: 2px solid #ccc;
background-color:{color:blockquote};
}

li.drawer a {
margin: 0px 5px;}

.label {
text-transform:uppercase;
color:{color:Link}
}

.question {
text-align:left;
padding-left:5px;padding-top:7px;
padding-right:5px;padding-bottom:7px;
border-left: 2px solid {color:Link};
border-right: 2px solid {color:Link};
background-color:{color:blockquote};
}

.answer {
text-align:left;
padding-left:5px;padding-top:7px;
padding-right:5px;padding-bottom:7px;
}

.text {
padding: 10px;
}

.entry:hover .permalink2 {
opacity: 1;
filter: alpha(opacity = 100);
-webkit-transition: all ease-in 250ms;
-moz-transition: all ease-in 250ms;
-o-transition: all ease-in 250ms;
-ms-transition: all ease-in 250ms;
transition: all ease-in 250ms;
}

#pp {
text-align: center;
width: 100%;
padding-top: 2px;
}



.permahover {
text-align: right;
line-height:200%;
opacity: 0.0;
filter: alpha(opacity = 0);
font-size: 9px;
line-height: 9px;
text-transform: uppercase;
}

.entry:hover .permahover {
text-align: center;
opacity: 1;
filter: alpha(opacity = 50);

}

.video embed, .video object, .video iframe{
{block:IndexPage}
width:200px /**/ !important;{/block:IndexPage}
{block:PermalinkPage}width:500px !important;
{/block:PermalinkPage}
height:auto !important;
}



.b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
padding-bottom : 0px;}

#newHeader {
padding-bottom: 2px;
text-align: center;

}

div.panel {
width: 260px;
padding: 15px 20px;
color: #333;
text-align: center;
line-height: 22px;
display: none;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
}
div.panel p {
margin: 10px 0;
}
div.panel p a, div.textPost p a, div.audioPost p a {
color: #333;
text-decoration: none;
border-bottom: 1px dotted;
font-style: italic;
font-weight: bold;
}

#album
{
{block:IndexPage}
width:80px;
height:80px;
margin:10px;
{/block:IndexPage}
float:left;
{block:PermalinkPage}
width:500px;
height:500px;
{/block:PermalinkPage}

}


#infos
{float:left;
margin-top:10px;
background-color: #e4e4e4;
padding:5px;
width:80px;
}

#player
{float:left;
{block:IndexPage}
width:60px;
margin-top:10px;
padding-left:33px;
{/block:IndexPage}
padding-top:10px;
padding-bottom:10px;
height:20px;
background-color:#e4e4e4;
overflow:hidden;
{block:PermalinkPage}
margin-top:5px;
width:265px;
padding-left:235px;
{/block:PermalinkPage}
}




</style>

<script type="text/javascript">
$(window).load(function(){
$("p").remove(":contains('Source:')");
$("p").remove(":contains('via ')");
});
</script>

</head>
<body>


<div id="sidebar">
{block:ifshowsidebarimage}<a title="/" href="/"><img src="{image:sidebar}" width=180px></a>
{/block:ifshowsidebarimage}
{block:ifshowtitle}<div class="titulo"><a href="/">{title}</a></div>{/block:ifshowtitle}
{block:ifshowdescription} <div class="description">{description} </div> {/block:ifshowdescription}
<div style="text-align:right;{block:ifnotshowdescription} {block:ifnotshowtitle}
padding-top:3px;
{/block:ifnotshowtitle}{/block:ifnotshowdescription}"><select onchange='location=this.options[this.selectedIndex].value;' style=' {block:ifcustomfont}
font-family: consolas;
line-height:90%;
font-size: 10px;
text-transform:lowercase;
{/block:ifcustomfont}

{block:ifnotcustomfont}
font-family: helvetica;
font-size: 10px;
line-height:120%;
text-transform:uppercase;
{/block:ifnotcustomfont}color:#777;width:105px;background-color:white;border:{color:border} 1px solid; height:20px;
{block:ifcrosscursor}
cursor: crosshair;
{/block:ifcrosscursor}
{block:ifcustomcursor}
cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur);
{/block:ifcustomcursor}
'>


<option>navigation</option>

<option value="/">home</option>
<option value="/ask">message</option>
{block:IfLinkOneTitle}<option value="{text:Link One}"> {text:Link One Title} </option>{/block:ifLinkOneTitle}
{block:ifLinkTwoTitle}<option value="{text:Link Two}"> {text:Link Two Title} </option>{/block:ifLinkTwoTitle}
{block:ifLinkThreeTitle}<option value="{text:Link Three}"> {text:Link Three Title} </option>{/block:ifLinkThreeTitle}
{block:ifLinkFourTitle}<option value="{text:Link Four}">{text:Link Four Title} </option>{/block:ifLinkFourTitle}
{block:ifLinkFiveTitle}<option value="{text:Link Five}"> {text:Link Five Title} </option>{/block:ifLinkFiveTitle}
<option value="http://naeive.tumblr.com/">theme</option>

</select></div>
</div>


<div id="content">
{block:Posts}
<div class="entry">

{block:Text}
<div class="text">
<div style="text-transform:uppercase">{block:Title}
<a href="{Permalink}">{Title}</a>
{/block:Title}</div>
{Body}
{block:indexpage}
<div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
{/block:indexpage}

</div>
{/block:Text}

{block:Photo}
{block:IndexPage}
<div class="perms">
<a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
</div>
{/block:IndexPage}
{block:indexpage}
{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
{/block:indexpage}
{block:permalinkpage}
{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
{/block:permalinkpage}
{/block:Photo}

{block:Photoset}
{block:IndexPage}
<div class="perms">
<a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
</div>
{block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="194" style="padding:3px;"/></a>
{/block:Photos}
{/block:IndexPage}

{block:permalinkpage}
{Photoset-500}
{/block:permalinkpage}
{/block:Photoset}

{block:Quote}
<div class="text">
<div class="quote">❝</div>
<span style="text-transform:uppercase;letter-spacing:1px;"> {Quote} </span>
{block:Source}
<div class="source"><div style="text-align:right; color:{color:link}">{Source}</div></div>
{/block:Source}
{block:indexpage}
<div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
{/block:indexpage}
</div>{/block:Quote}

{block:Link}
<div class="text">
<span style="text-transform:uppercase;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
{block:Description}
<div class="description">{Description}</div>
{/block:Description}
{block:indexpage}
<div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
{/block:indexpage}
</div>{/block:Link}

{block:Chat}
<div class="text">
{block:Title}
<a href="{Permalink}">{Title}</a>
{/block:Title}
<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:indexpage}
<div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
{/block:indexpage}
</div>{/block:Chat}

{block:Video}
{block:IndexPage}<div class="perms">
<a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
</div> <div class="video" width="200">{Video-250}
</div>
{/block:IndexPage}
{block:permalinkpage}
{Video-500}
{/block:permalinkpage}

{/block:Video}


{block:Audio}
{block:IndexPage}
<div id="album">{block:AlbumArt}<img width="80px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
<div id="player"><div style="margin-top:-3px;">{AudioPlayerGrey}</div></div>
<div id="infos">
{block:TrackName}{TrackName}{/block:TrackName}
{block:Artist}by {Artist}{/block:Artist}
</div>
<div class="perms">
<a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
</div>
{/block:IndexPage}
{block:PermalinkPage}
<div id="album">{block:AlbumArt}<img width="500px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
<div id="player"><div style="margin-top:-3px;margin-bottom:20px;">{AudioPlayerGrey}</div></div>

{/block:PermalinkPage}
{/block:Audio}


{block:Answer}<div class="text">
<div class="question">
<span style="text-transform:uppercase; color:{color:Link}">{Asker}:</span> {Question}</div><div class="answer">{Answer}</div>
{block:indexpage}
<div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a> </p></div>
{/block:indexpage}
</div>{/block:Answer}


{block:PermalinkPage}
<div id="note3"><div style="text-align:right; text-transform:uppercase;">
{block:NoteCount}<br>{block:Date}Posted {TimeAgo} {/block:Date} with {NoteCountwithLabel}
{block:HasTags}/ tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:NoteCount}</div>

{block:PostNotes}
{PostNotes}
{/block:PostNotes}
</div>
{/block:PermalinkPage}
</div>
{/block:Posts}
</div>

{block:Pagination}
<ul id="pagination">
{block:PreviousPage}
<li><a href="{PreviousPage}"></a></li>
{/block:PreviousPage}
{block:JumpPagination length="5"}
{block:CurrentPage}
<li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
{/block:CurrentPage}
{block:JumpPage}
<li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
{/block:JumpPage}
{/block:JumpPagination}
{block:NextPage}
<li><a id="nextPage" href="{NextPage}"></a></li>
{/block:NextPage}
</ul>
{/block:Pagination}

<script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
<script src="http://static.tumblr.com/fxpo5zq/HCHm5q8gs/infinitescroll.js"></script>
{block:IndexPage}
<script type="text/javascript">
$(window).load(function () {
$('#content').masonry(),
$('.masonryWrap').infinitescroll({
navSelector : '#pagination',
nextSelector : '#pagination a#nextPage',
itemSelector : ".entry",
bufferPx : 100,
loadingText : "<em></em>",
},
function() { $('#content').masonry({ appendedContent: $(this) }); }
);
});
</script>
{/block:IndexPage}

<script type="text/javascript">

$('.show').click(function(e){
e.preventDefault();
$('.panel').stop(true,true);
var target = $(this).attr('href');
if($('.panel').is(':visible')){
if($(target).is(':visible')){
$(target).slideUp();
return false;
}else{
$('.panel:visible').slideUp(400, function(){
$(target).slideDown();
});
}
}else {
$(target).slideDown();
}
});

</script>

<div style="position:fixed; bottom:10px; right:5px; opacity:.6">
<a href="http://naeive.tumblr.com"><img src="http://static.tumblr.com/mzoniyw/mxclpl0i4/e31d192b1a76dcc3887129e7ff8445ef.gif" width="20px"></a>
</div>

</html>



Problémás tartalom jelzése






© Napfolt Kft. - Médiaajánlat