/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;list-style-type: none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
*{
outline: none;
-moz-outline: none;
}
blockquote{ padding-left:10px;border-left:3px solid #f5f5f5;margin:5px 0px 5px 0px;}
li{list-style-type: circle;margin-left: 15px;}
ul.titleLinks li, ul.bottomLinks li, ul.chat li, .note, .like{list-style-type: none;margin:0px;}
ol.notes{text-align: left;}
.note, .like{
margin: 5px 0px;
}
ol.notes li .avatar {
width:18px;
height:18px;
vertical-align: middle;
}
.note, .like{float:left;margin:5px 5px 0px 0px;line-height: 16px;}
.action, .note blockquote, .like blockquote{display:none;}
.more_notes_link_container{padding:0px !important;}
.action a{color: #fff !important;}
.note, .like{z-index:10;}
.note:hover, .like:hover{position:relative;z-index:100;}
.note:hover .action, .like:hover .action{
display: block;
position:absolute;
float:left;
white-space:nowrap;
top:-2.2em;
left:.5em;
background:#000;
color:#fff;
padding: 1px 5px;
z-index:10;
}
h1,h2,h3,h4,h5,h6{font-weight: bold;}
.right{float: right;} .left{float: left;} .clear {clear: both;}
a:link, a:visited{color:#000000;}
a{
text-decoration:none;
opacity: 1;
filter:alpha(opacity=100);
-webkit-transition: opacity 0.5s ease, color 0.5s ease;
-moz-transition: opacity 0.5s ease, color 0.5s ease;
transition: opacity 0.5s ease, color 0.5s ease;
-o-transition: opacity 0.5s ease, color 0.5s ease;
}
a:hover {
color:#444444;
opacity: 0.75;
filter:alpha(opacity=75);
}
a:active {color:#222222;}
#tumblr_controls{
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
}
body{
font-size:100%;
color: #777777;
font-family: 'Open Sans', sans-serif;
text-align: center;
word-wrap: break-word;
background-color: #fcf8fc;
background-image: url(http://assets.tumblr.com/images/x.gif);
background-repeat: repeat;
background-attachment: fixed;
background-position: top left;
}
#container{
/*1 columns */
/*2 columns */
/*3 columns */
/*4 columns */
/*5 columns */
position: relative;
text-align: left;
height: 100%;
margin: 0px auto;
z-index:0;
min-height: 800px;
height: auto !important;
height: 800px;
}
#header{
max-width: 940px;
width:expression(document.body.clientWidth > 940? "940px": "auto" );
text-align:center;
margin: 0px auto;
}
#header h1{
margin-top:20px;
font-size: 2em;
text-align:center;
font-weight: normal !important;
cursor: pointer;
color:#333333;
}
#header h1 a{text-decoration: none;color:#333333;}
#head_description{
font-size:0.7em;
margin: 4px 0 10px;
color:#777777;
}
#head_description a{color:#888888;}
#imagetitle{
margin-top:10px;
max-width:940px;
width:expression(document.body.clientWidth > 940? "940px": "auto" );
cursor: pointer;
}
#content{
margin:-10px auto;
position:relative;
padding-bottom:20px;
}
ul#titlePages{display:none}
ul.titleLinks{
margin:10px 0px;
font-size: 0.6em;
text-transform: uppercase;
}
ul.titleLinks li{display: inline;margin-left: 25px;}
ul.titleLinks li:first-child{margin-left: 0px;}
ul.titleLinks a, ul.bottomLinks a{
color:#888888;
text-decoration:none;
}
ul.bottomLinks{
font-size:0.8em;
text-transform: uppercase;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #f5f5f5;
}
ul.bottomLinks li{
text-align: right;
margin-top:5px;
}
.posts{
overflow: hidden;
position:relative;
margin: 20px 10px 0px;
background-color: #fbfbfb;
z-index:9000;
float: left;
}
.posts, .opacityColorPhotoEffect{
width: 145px;
/*1 columns */
/*2 columns */
/*3 columns */
/*4 columns */
/*5 columns */
}
img.photo{
margin-top: -10px;
margin-left: -10px;
margin-bottom: -15px;
}
.photosetPost{
text-align:center;
margin-top: -10px;
margin-left:-10px;
margin-bottom: -15px;
}
.videoPost iframe, .video_player{
margin-top: -10px;
margin-left: -10px;
margin-bottom: -15px;
width:145px;
/*1 columns */
/*2 columns */
/*3 columns */
/*4 columns */
/*5 columns */
}
#footer{
font-size: 0.6em;
margin: 30px auto 50px;
padding-top: 5px;
width: 500px;
border-top: 1px solid #f5f5f5;
color:#777777;
}
#footer a{text-decoration: none;color:#888888;}
.chat li.odd, .chat li.even{padding:5px;line-height:1em;}
.chat li.odd{color:#444444;background-color:#f5f5f5;}
.chat li.even{color:#000000;margin:5px 0px}
.title{font-size:0.9em;color:#444444;}
.title a{color:#444444;text-decoration:none;}
.caption{font-size:0.7em;margin-left:3px;line-height:1.3em;margin-top:5px;text-align:left;}
.caption ul{margin-top: 5px;}
.label{font-weight:bold;font-size:1em}
.asker{color:#000000;font-weight:bold;text-decoration:none;}
.quest{
font-size:0.7em;
width: 145px;
/*1 columns */
/*2 columns */
/*3 columns */
/*4 columns */
/*5 columns */
}
.askAnswer , .answer_form_container{margin-top:10px;}
.audiotrack{width: 207px;}
.audiotrack li{margin: 5px 0px 0px;font-size: 0.7em;list-style-type: none;}
.audiotrack li:first-child{margin-top: 0px;}
.album_art{
height:151px;
width: 193px;
margin-right: 30px;
background: url('http://static.tumblr.com/dbek3sy/jG9lswgfn/audio_cover.png') no-repeat -150px 0px;
position: relative;
}
.effectalbumart{
height: 150px;
width: 150px;
position: absolute;
top: 0px;
left: 0px;
background: url(http://static.tumblr.com/dbek3sy/L7vlsqr0w/audio_cover.png) no-repeat 0px 0px;
z-index: 5000;
}
.audioplayercontainer{
height:125px;
/*1 columns */
/*2 columns */
/*3 columns */
/*4 columns */
/*5 columns */
}
.audioplayerout{
position: absolute;
background-color: #000;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
left: 50%;
margin-left: -30px;
top: 50%;
margin-top: -30px;
}
.audioplayerinto{
width: 20px;
height: 30px;
overflow: hidden;
margin: 17px 24px 13px 16px;
}
.audioimage{
background: #f5f5f5;
position: absolute;
z-index: -1;
top: 0px;
left: 0px;
width:145px;
/*1 columns */
/*2 columns */
/*3 columns */
/*4 columns */
/*5 columns */
}
.noteAudio{
padding:3px 6px;
position:absolute;
bottom: 10px;
right: 10px;
z-index: 10;
background: #fbfbfb;
opacity: 0;
filter:alpha(opacity=0);
font-size: 0.7em;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
}
.noteAudio a{margin-left:5px;color:#bbbbbb;}
.audioplayercontainer:hover .noteAudio{
opacity: 1;
filter:alpha(opacity=100);
}
.link{text-decoration:underline !important;}
.postnotesdiv{
font-size:0.7em;
text-align:left;
padding: 10px;
}
.countNote_pagePosts{
margin: 5px 0px;
border-bottom: 1px solid #f5f5f5;
padding: 5px 0px;
}
#pagination{
display:none;
margin-top:20px;
}
#pagination li{
display: inline-block;
font-size: 0.7em;
line-height: 35px;
background-color: #fbfbfb;
margin-left:10px;
}
#pagination li:first-child{margin-left: 0px;}
#pagination a{text-decoration:none;color: #000000;padding: 1px 15px;}
.current_page{color: #777777}
.current_page{padding: 1px 15px;}
.sociallike{
margin-top:10px;
padding-top: 10px;
border-top:1px solid #f5f5f5;
}
.install:hover , .preview:hover{
opacity:0.7;
filter:alpha(opacity=70);
}
.opacityColorPhotoEffect{
position:absolute;
height:100%;
background: #000000;
top:0px;
left:0px;
z-index: 9998;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
}
.descriprion_icons{
position: absolute;
display: block;
width: 25px;
height: 25px;
left: 50%;
top: 65%;
margin-top: -12px;
background: url(http://static.tumblr.com/dbek3sy/Oufm2q70l/lightglass_icons.png) no-repeat;
opacity:0;
filter:alpha(opacity=0);
z-index: 9999;
}
.reblog_icon{
background-position: 0px 0px;margin-left: -60px;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
-o-transition: all 0.25s ease;
}
.permalink_icon{
background-position: -25px 0px;margin-left: -30px;
-webkit-transition: all 0.45s ease;
-moz-transition: all 0.45s ease;
transition: all 0.45s ease;
-o-transition: all 0.45s ease;
}
.zoom_icon{
background-position: -50px 0px;margin-left: 0px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.heart_icon{
background-position: -75px 0px;margin-left: 30px;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
transition: all 0.8s ease;
-o-transition: all 0.8s ease;
}
.posts:hover .opacityColorPhotoEffect{opacity:0.4;filter:alpha(opacity=40);}
.posts:hover .descriprion_icons{top: 50%;opacity:1;filter:alpha(opacity=100);}
.description_posts{
margin-top: 10px;
font-size:0.6em;
border-top: 1px solid #f5f5f5;
padding-top: 5px;text-align:center;
}
.description_posts a{text-decoration: none;color: #bbbbbb;margin-left:10px;}
.description_posts a:hover, #zoomPost_content a:hover, .noteAudio a:hover{color: #000000;}
.description_posts a:first-child{margin-left: 0px;}
#postPageUl{
text-align:left;
}
#postPageUl li{
margin-left: 0px;
list-style-type: none;
margin-bottom: 5px;
}
#infscr-loading{
bottom: -60px;
position: absolute;
left: 50%;
margin-left:-8px;
width:16px;
height:20px;
overflow:hidden;
margin-bottom: 50px;
}
.atag{margin-right:7px;}
#zoomPost{
display:none;
width:100%;
height:100%;
position:fixed;
top:0px;
left:0px;
z-index:9990;
}
#zoomPost_content{
position: absolute;
left: 50%;
top: -300px;
opacity: 0;
margin-left: -260px;
width: 520px;
z-index:9992;
background-color: #fbfbfb;
box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
font-size:0.7em;
}
#zoomPost_content a{
margin-right:10px;
color: #bbbbbb;
}
#zoomPost_background{
width: 100%;
height: 100%;
background: #000;
opacity: 0.7;
filter:alpha(opacity=70);
z-index:9991;
}
#closeZoom{
width:15px;
height:15px;
position:absolute;
top:0px;
right:-25px;
background: url(http://static.tumblr.com/dbek3sy/0HDm2tn21/closezoomx.png) no-repeat;
cursor: pointer;
}
#videoZoom{
margin-bottom: 5px;
border:0px;
overflow:0px;
width:500px;
min-height:300px;
height:auto !important;
height: 300px;
display:none;
}
#topDiv{
position: fixed;
bottom: 20px;
right: 10px;
z-index: 9999;
display: none;
font-size: 0.7em;
cursor: pointer;
color: #777777;
}
#topDivA{text-transform:uppercase;}
dad:
those people on that tumblr website are gonna kidnap you one day
me:
dad they barely even leave their room
[Flash 9 is required to listen to audio.]
thisismebeinglame :
You’re beautiful, beautiful. You should know it (You’re beautiful, beautiful. You should know it) I think it’s time, thinks it’s time. That you show it. You’re beautiful, beautiful Baby whatcha doing, where you at. Where you at Why you acting so shy, holding back, holding back we’re not the only…