Dit onderwerp heeft 337 reacties, en bestaat uit 14 pagina's. U bent momenteel op pagina 3 van 14.
De laatste reactie is geplaatst op 29-04-2012 00:40.
Ctrl + V #2
- Geplaatst op maandag 06 februari 2012 00:06
- Geplaatst op maandag 06 februari 2012 00:07chiromancyAuch ist das vielleicht nicht eigentlich Liebe, wenn ich sage, dass Du mir das Liebste bist; Liebe ist, dass Du mir das Messer bist, mit dem ich in mir wuhle. - Franz Kafka
- Geplaatst op maandag 06 februari 2012 12:33
- Geplaatst op dinsdag 07 februari 2012 11:56
- Geplaatst op dinsdag 07 februari 2012 11:59nienteeeeehttp://estherr2407.blogspot.com
- Geplaatst op dinsdag 07 februari 2012 17:47]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
- Geplaatst op dinsdag 07 februari 2012 18:53
- Geplaatst op woensdag 08 februari 2012 16:16De geanalyseerde bladen schetsen een beeld van het stereotype vrouwenbladen.O My Lordie
- Geplaatst op woensdag 08 februari 2012 22:08
- Geplaatst op donderdag 09 februari 2012 12:49Ra Ra Rasputin, lover of the Russian queen, they put some poison into his wine. Ra Ra Rasputin, Russia's greatest love machine, he drank it all and he said "I feel fine"
- Geplaatst op donderdag 09 februari 2012 16:37concrete angel martina mcbride
Liedje waar als je de clip ook kijkt 98% moet huilen - Geplaatst op donderdag 09 februari 2012 17:07
hahahaha dit dus, internet fotoYou'll survive, cause I'll be there. - Geplaatst op donderdag 09 februari 2012 17:52doe maar niet mijn girlscene wachtwoord!
ja gwn omdat ik dat kan - Geplaatst op donderdag 09 februari 2012 17:53
- Geplaatst op donderdag 09 februari 2012 17:57Life is like a box of chocolates. You never know what you\'re gonna get.
- Geplaatst op donderdag 09 februari 2012 17:58Niks=(Live your life with arms wide open!
- Geplaatst op donderdag 09 februari 2012 17:58Een verslag van 10 pagina's over de EU, die ik hier maar niet zal posten.Make-up can only make you look pretty on the outside but it doesn't help you if you're ugly on the inside. Unless you eat the make-up. - Audrey Hepburn
- Geplaatst op donderdag 09 februari 2012 18:00http://www.youtube.com/watch?v=aQzlJRjXSGY
ik zocht een liedje wat te maken had met de wintersport :')Sleepingbeautyx wijzigde dit bericht op 09-02-2012 18:00 met 21%mijn day zero project - Geplaatst op vrijdag 10 februari 2012 22:16# Nancy ❤ Axel zei (20:08):
bewwww
lol.. xD - Geplaatst op vrijdag 10 februari 2012 22:23~ All the time we spent together makes it hard to get you outta my system.
- Geplaatst op zaterdag 11 februari 2012 17:48
- Geplaatst op zaterdag 11 februari 2012 17:49jurkje met luipaardprint
- Geplaatst op zaterdag 11 februari 2012 17:51UU-Y857I-KHNSS-MGIPJ
Code van een tegoedbon bij de bol die ik al gebruikt heb
- Geplaatst op zaterdag 11 februari 2012 17:54<!-- Caligulas Theme by Modernise (modernise.tumblr.com), please leave at least ONE credit link <3! -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="font:Text" content="Lucinda Sans"/>
<meta name="text:Font Size" content="9px"/>
<meta name="color:Text" content="#888"/>
<meta name="color:Background" content="#fff"/>
<meta name="color:Post" content="#fff"/>
<meta name="color:Borders" content="#cccccc"/>
<meta name="color:Blockquote" content="#f5f5f5"/>
<meta name="color:Links" content="#000"/>
<meta name="color:Hover" content="#ccc"/>
<meta name="color:Permalink" content="#fff"/>
<meta name="color:Permalink Background" content="#FFF"/>
<meta name="image:Background" content=""/>
<meta name="image:Header" content=""/>
<meta name="if:Header Image" content="0"/>
<meta name="if:Title Font" content="1"/>
<link rel="shortcut icon" href="{Favicon}">
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}
<title>{Title}</title>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
//
$('a.poplight[href^=#]').click(function() {
var popID = $(this).attr('rel'); //Get Popup Name
var popURL = $(this).attr('href'); //Get Popup href to define size
var query= popURL.split('?');
var dim= query[1].split('&');
var popWidth = dim[0].split('=')[1]; //Gets the first query string value
$('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.png" class="btn_close" title="Close" alt="Close" /></a>');
var popMargTop = ($('#' + popID).height() + 80) / 2;
var popMargLeft = ($('#' + popID).width() + 80) / 2;
//Apply Margin to Popup
$('#' + popID).css({
'margin-top' : -popMargTop,
'margin-left' : -popMargLeft
});
$('body').append('<div id="fade"></div>');
$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
return false;
});
$('a.close, #fade').live('click', function() {
$('#fade , .popup_block').fadeOut(function() {
$('#fade, a.close').remove(); //fade them both out
});
return false;
});
});
</script>
</head>
<style type="text/css">
@font-face {
font-family:basket;
src: url('http://static.tumblr.com/iddq6cw/1irlvokks/mossy.ttf');
}
iframe#tumblr_controls {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;}
#fade { /*--Transparent background layer--*/
display: none; /*--hidden by default--*/
background: #000;
position: fixed; left: 0; top: 0;
width: 100%; height: 100%;
opacity: .80;
z-index: 9999;
}
.popup_block{
display: none; /*--hidden by default--*/
background: #fff;
padding: 20px;
border: 20px solid #ddd;
float: left;
font-size: 11px;
position: fixed;
top: 50%; left: 50%;
z-index: 99999;
/*--CSS3 Box Shadows--*/
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
/*--CSS3 Rounded Corners--*/
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
img.btn_close {
float: right;
margin: -50px -50px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}
body {
font-family:{font:Text};
font-size:{text:Font Size};
color:{color:Text};
letter-spacing:0px;
background-color:{color:background};
background-image:url('{image:Background}');
background-color:{color:Background};
background-repeat: repeat;
background-position: top center;
background-attachment: fixed;
text-align:justify;
line-height:100%;
cursor:crosshair;
}
.sidebar {
width:660px;
background-color:{color:Post};
z-index:1;
margin-left:auto;margin-right:auto;
position:relative;
text-align:center;
margin-top:0px;padding-bottom:20px;
}
#content {
width:100%; margin-left:auto; margin-right:auto;
position: relative;cursor:crosshair;
}
#karkat {
background-color:{color:Post};display:block;
width:660px;margin-left:auto;margin-right:auto;height:100%;
}
#content .posts {
width:640px;
right:auto;margin-top:0px;margin-left:auto;margin-right:auto;
position:relative;background-color:{color:Post};padding-left:20px;
}
#content .posts img {
{block:IndexPage}max-width: 300px; {/block:IndexPage}
{block:PermalinkPage}max-width: 600px; {/block:PermalinkPage}
}
#content .entry {
{block:IndexPage}width: 300px; float:left;
position: relative;
{/block:IndexPage}
margin-right:20px;
margin-bottom:20px;
padding:0px;
{block:PermalinkPage}width:600px; margin:auto; {/block:PermalinkPage}
background-color:#ffffff;
}
#navigation {
width:0px;
margin:auto;
position:absolute;
height:200%;
}
ul{
margin-left:-20px;
}
a {
color:{color:Links};
text-decoration: none;
}
a:hover {
color:{color:Hover};
-webkit-transition-duration: 1s;
text-decoration: none;cursor:crosshair;
}
.heading {
font-family:{font:Text};
font-size:15px;
text-decoration: none;
letter-spacing:0px;
font-weight:none;line-height:100%;
margin-bottom:0px;text-align:left;
}
::-webkit-scrollbar-thumb:vertical {
background-color:{color:Links};
height:auto;-webkit-border-radius:20px;
}
::-webkit-scrollbar-thumb:horizontal {
background-color:{color:Links};
height:6px !important;-webkit-border-radius:20px;
}
::-webkit-scrollbar {
height:6px;
width:6px;
background-color:{color:Background};
-webkit-border-radius:20px;
}
.chat ul {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
.chat li {
list-style-type: none;
padding-left:0px;
margin-right:0px;
}
.chat li.odd {
color: {color:Text};
}
.chat li.even {
color: {color:Links};
}
.label {
font-weight: bold;
font-size:9px;
}
blockquote {
padding-left:5px;padding-top:3px;
padding-right:5px;padding-bottom:3px;
margin-left:5px; margin-right:5px;
border-left: 2px solid {color:Borders};
border-right: 2px solid {color:Borders};
background-color:{color:blockquote};
}
.stan {
background-color:{color:Blockquote};
}
.kyle {
font-style:italic;
line-height:100%;margin-bottom:0px;
}
.img {
opacity:1;
filter:alpha(opacity=100);
-webkit-transition-duration:1s;
}
.img:hover {
opacity:0.8;
filter:alpha(opacity=80);
}
.audioplayer {
background-color: #fff;
-moz-box-shadow: 3px 3px 4px #ccc;
-webkit-box-shadow: 3px 3px 4px #ccc;
box-shadow: 3px 3px 4px #ccc;
}
.entry .permalink {
padding-top:0px;
}
.craig {
color:black;
font-size:8px;
opacity: 0;
-webkit-transition-duration: 1s;top:0px;
width:300px;
height:15px;padding-bottom:5px;
background-color: #fff;
position: absolute; margin-top:-5px;text-align:center;text-transform:Uppercase;font-family:trebuchet ms;letter-spacing:1px;
display:block;}
.entry:hover .craig {
{block:indexpage}opacity:0.85;
{/block:indexpage}z-index:999999;padding-top:10px;}
.permalink {
{block:IndexPage}
float:right;
position: absolute;
margin-top:0px;
opacity: 0;
z-index: 1000;
background-color:{color:Permalink Background};
text-align:right;
{/block:IndexPage}
}
.stoley img {
{block:IndexPage}max-width:300px;overflow-y:auto;{/block:IndexPage}
}
.butters a {
margin-top:20px;font-size:50px;color:{color:Links};-webkit-transition-duration:1s;font-family:{block:IfTitleFont}basket{/block:IfTitleFont}{block:IfNotTitleFont}courier new{/block:IfNotTitleFont};letter-spacing:-3px;line-height:100%;font-style:italic;max-width:500px;
}
.butters a:hover {
color:{color:Hover};
}
.kenny {
width:600px;
opacity: 1;
z-index: 10000;
margin-top:0px;
margin-left:0px;
margin-right:auto;
text-align:right;font-family:trebuchet ms; font-size:7px;letter-spacing:1px;text-transform:uppercase;
}
u {
color: #8DBA5C;
border-bottom: 1px dashed #888;
}
b.STRONG {
letter-spacing:2px;
font-size:9px;
font-weight:bold;
}
.tweek a {
font-size:15px;
line-height:100%;
padding:2px;
color:{color:Hover};
-webkit-transition-duration:1s;z-index:999999;
}
.tweek a: hover {
color:{color:Link};
}
.cartman {
margin-top:0;
margin-left:0px;
margin-right:auto;
margin-bottom:0px;
width:600px;
text-align:left;
background-color:#fff;
max-height:150px;
overflow-x:scroll;
}
.wendy {
text-align:center;width:500px;margin-left:auto;margin-right:auto;}
}
.video embed, .video object, .video iframe{
{block:IndexPage}
width:300px /**/ !important;{/block:IndexPage}
{block:PermalinkPage}width:600px !important;
{/block:PermalinkPage}
height:auto !important;
}
.album-art {
float: left;
width: 100px;
height: 100px;
overflow: hidden;
}
</style>
<script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
<script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
<script type="text/javascript">
$(window).load(function () {
$('.posts').masonry(),
$('.masonryWrap').infinitescroll({
navSelector : "div#navigation",
// selector for the paged navigation (it will be hidden)
nextSelector : "div#navigation a#nextPage",
// selector for the NEXT link (to page 2)
itemSelector : ".entry",
// selector for all items you'll retrieve
bufferPx : 10000,
extraScrollPx: 10,
loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
loadingText : "<em></em>",
},
// call masonry as a callback.
function() { $('.posts').masonry({ appendedContent: $(this) }); }
);
});
</script>
</head>
<body>
<div id="content">
<div id="karkat">
<div class="sidebar">
<div class="butters">
<a href="/"><center>
{block:IfHeaderImage}<img src="{image:Header}" width="250">{/block:IfHeaderImage}{block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
</center></a>
</div><div style="max-width:500px;margin-left:auto;margin-right:auto;">
{Description}</div>
<br><a href="#?w=500" rel="links" class="poplight">links</a>
{block:IndexPage}
<div class="column navigation" id="navigation">
{block:Pagination}
{block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
{block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
</div>
{/block:IndexPage}
</div>
<div class="posts">
{block:Posts}
<div class="entry">
{block:Text}
{block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
<div class="stoley">{Body}</div>
{block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
{block:PermalinkPage}
<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Text}
{block:Photo}
<div class="img">
{block:IndexPage}{LinkOpenTag}<a href="{Permalink}">{/block:IndexPage}
{block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
<img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="300"{/block:IndexPage}{block:PermalinkPage}width="600"{/block:PermalinkPage}/>
</a>
</div>{LinkCloseTag}
{block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
{block:PermalinkPage}
{block:Caption}{Caption}{/block:Caption}<br>
{/block:PermalinkPage}
{block:PermalinkPage}
<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Photo}
{block:Photoset}
{block:IndexPage}{block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="300" /></a>
{/block:Photos}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
{block:PermalinkPage}
{Photoset-500}<br>{block:Caption}{Caption}<br><br>{/block:Caption}
{/block:PermalinkPage}
{block:PermalinkPage}
<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Photoset}
{block:Quote}
<a href="{permalink}"><div class="heading"><i>{Quote}</i></div></a>
{block:Source} <div align="right">― {Source}</div>{/block:Source}
{block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
{block:PermalinkPage}
<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Quote}
{block:Link}
<div class="heading"><a href="{URL}"{Target}>→ {Name}</a></div>
{block:Description} {Description}{/block:Description}
{block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
{block:PermalinkPage}
<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Link}
{block:Video}
{block:PermalinkPage}<div class="video">{Video-500}
</div>{/block:PermalinkPage}
{block:IndexPage}<div class="video" width="300">{Video-250}
</div><div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
{block:PermalinkPage}
<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Video}
{block:Chat}
{block:Title}
<div class="heading"><a href="{Permalink}">{Title}</a></div>
{/block:Title}
<div class="chat ul">
{block:Lines}
<li class="{Alt} user_{UserNumber}">
{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
{/block:Lines}</div></li>
{block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
{block:PermalinkPage}
<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Chat}
{block:Audio}{block:PermalinkPage}
{block:AlbumArt}<div class="album-art"><img src="{AlbumArtURL}" height="100px"></div>{/block:AlbumArt}{/block:PermalinkPage}
<div class="audioplayer">{AudioPlayerWhite}</div>{block:Caption}{Caption}{/block:Caption}
{block:PermalinkPage}
{block:TrackName}<br><br>
<b>{TrackName}</b>
{/block:TrackName} by {block:Artist}
{Artist}
{/block:Artist}<br>{PlayCountWithLabel}{/block:PermalinkPage}
{block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
{block:PermalinkPage}
<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Audio}
{block:Answer}
<div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Links};border-right: 2px solid {color:Links};background-color:{color:blockquote};"><div class="stan">{Asker}: {Question}</div></div><div style="text-align:left;"><div class="kyle">{Answer}</div></div>
{block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}</div></a></div>{/block:IndexPage}
{block:PermalinkPage}
<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Answer}
</div>
{/block:Posts}
</div></div>
</div>
</div>
</div><div style="display:block;bottom:5px;right:5px;font-size:9px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:55554235555;opacity:0.75;">theme by <a href="http://modernise.tumblr.com"><span style="color:#000;">modernise</span></a></div>
</body>
<div id="links" class="popup_block">
<center><div style="font-family:basket;font-size:50px;line-height:50px;">links</div><br>
{block:AskEnabled}
<a href="/ask">message</a> ·{/block:AskEnabled}
{block:SubmitEnabled}
<a href="/submit">submit</a> ·{/block:SubmitEnabled}
<a href="/archive">history</a> ·
{block:HasPages}{block:Pages}
<a href="{URL}"><span>{Label} ·</span></a>
{/block:Pages}{/block:HasPages}
<a href="http://modernise.tumblr.com">theme</a>
</center>
</div>
</html>It does not make you a citizen of the world. It makes you full of shit. TUMBLR - Geplaatst op zaterdag 11 februari 2012 17:54




















