#recommend {color: #FFF; border: none; position: absolute; top: 27px; right: 0;}
html,body {margin: 0; padding: 0; height:100%;}
body {
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: .75em;
color: #333;
background-image: url(http://static.tumblr.com/tignx6l/Ysnlv6cr6/ajbma.jpg);
text-align:center;
background-attachment:fixed;
background-color:#f1d2c3;
}
img {
border:0;}
h2 {
font-size:24px;
font-family:'Courier New', Courier, monospace;
color:#070707;
font-weight:lighter;
}
h3 {
font-size:18px;}
#container {
width:1000px;
position:relative;
margin: 0 auto;
padding-bottom:60px;
text-align:left;
background:#fff;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 25px;
}
.title {
padding:50px 25px;
font-size:45px;
font-weight:bold;
text-transform:uppercase;
font-family:'Courier New', Courier, monospace;
color: #289cbb;
text-shadow: 3px 3px 1px #ccc;
}
#menu {
width: 100%;
padding: 5px 0;
border-bottom: 1px dotted #EEE;
position: relative;
border-top: 1px dotted #EEE;
}
#nav {
font-weight: bold;
width:auto;
float:left;
font-size: 15px;
font-family:Helvetica Neue, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
}
#nav a:link, #nav a:active, #nav a:visited{
display:block;
padding:10px 20px;
border-right:1px solid #EEE;
text-decoration:none;
text-transform:uppercase;
margin:0;
color:#070707;
}
#nav a:hover {
color:#0a0a0a;
/**/
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
/**/
}
#nav li{
float:left;
position:relative;
}
#search {
float:right;
display:block;
padding:5px 15px;
margin-right:20px;
}
#search #input {
border:0 none;
background:transparent;
outline:none;
padding-bottom:10px;
color:#070707;
}
#content {
margin:0 25px;
position:relative;
}
/**/
.left_column {
width:500px;
float:right;
margin:0 30px;
position:relative;
}
.right_column {
width:300px;
margin-top:15px;
float:left;
margin-left:35px;
padding-right:34px;
border-right:1px dotted #EEE;
}
/**/
/**/
.right_column .theme {
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.right_column .theme #button a {
background-color:#ee9557;
color:#fff;
padding:15px;
font-size:15px;
text-decoration:none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
/**/
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
/**/
}
.right_column .theme #button a:active {
background-color:#ee9557;
color:#fff;
padding:15px;
font-size:15px;
text-decoration:none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.right_column .theme #button a:hover {
background-color:#0a0a0a;
color:#fff;
padding:15px;
font-size:15px;
text-decoration:none;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 18px;
}
.right_column .ask {
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.right_column .credit {
margin-top:20px;
font-size:9px;
color:#666;
}
.right_column .about {
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.right_column .about #ask_submit a, .right_column .about #ask_submit a:active {
background:url(http://static.tumblr.com/d0qlne1/tRSl58c9p/button_background.png) repeat-x;
height:20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:5px;
border:1px solid #CCC;
text-align:center;
color:#333;
/**/
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
/**/
}
.right_column .about #ask_submit a:hover {
background:url(http://static.tumblr.com/poxjlqi/ScJl6xedi/button_background_hover.png) repeat-x #0a0a0a;
height:20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:5px;
border:1px solid #59848e;
text-align:center;
color:#fff;
text-decoration:none;
}
.right_column .about p {
font-size:11px;}
.permalink {
margin:15px 0;
position:relative;}
.permalink .shorturl {
border: solid 1px #FFF;
outline: 0;
font: normal 13px/100% Verdana, Tahoma, sans-serif;
background: #FFFFFF;}
.permalink .shorturl textarea {
width: 400px;
max-width: 400px;
height: 100px;
}
.right_column .twitter {
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.right_column .connect {
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.right_column .connect img {
padding:5px;
}
.right_column .members {
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.right_column .members img {
padding:5px;
margin:5px;
border:1px solid #eee;
}
.right_column .following {
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.right_column .following img {
padding:3px;
margin:3px;
border:1px solid #eee;
}
.header {
text-align:center;
}
a .header {
text-decoration:none;
color:#289cbb;
}
.header img {
margin:0px;
max-width:1000px;
}
a:link {
text-decoration: none;
color: #ee9557;
/**/
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
/**/
}
a:visited {
text-decoration: none;
color: #ee9557;
}
a:hover {
text-decoration: underline;
color:#0a0a0a;
}
a:active {
text-decoration: none;
color:#0a0a0a;
}
.text h3 {
margin-top:0;
padding-top:0;}
.text img {
max-width:500px;}
.text blockquote img {
max-width:400px;}
.photo #photo img {
max-width:500px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
.photo #caption {
display:block;}
.photo #caption img {
max-width:500px;}
.photo #photo #large {
visibility:hidden;
position:absolute;
right:10px;
top:10px;
background:url(http://static.tumblr.com/d0qlne1/eifl8d542/magnify.png);
width:66px;
height:57px;}
.photo #photo:hover #large {
visibility:visible;}
.photo #photo {
position:relative;}
.quote #main {
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:18px;}
.quote #source {
color:#333;
font-style:italic;}
.quote img {
max-width:500px;}
.audio #art {
width:250px;float:left; height:250px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
position:relative;
margin-bottom:15px;
background:url(http://static.tumblr.com/d0qlne1/Uqcl57yts/defaultalbum.png);}
.audio #art:hover .audioplayercircle, .audio #art:hover .audioplayercircle .audioplayer {
visibility:visible;}
.audioplayercircle {
visibility:hidden;
position: absolute;
z-index: 3;
background: black;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
top: 100px;
left: 100px;
opacity: .8;}
.audioplayercircle .audioplayer {
visibility:hidden;
width: 20px;
height: 30px;
overflow: hidden;
margin: 17px 24px 13px 16px;}
.audio #record {
width:125px;
float:right;
height:250px;
background:url(http://static.tumblr.com/d0qlne1/7CYl4vuca/record.png) no-repeat;
margin-bottom:15px;}
.audio img,.link img,.video img.chat img,.answer img {
max-width:500px;}
.link #main {
font-size:18px;
padding-right:10px;}
.answer {
font-size:14px;}
.answer #question {
background: #eee;
padding: 20px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
text-align:center;
font-style:italic;
font-size:.9em}
.answer #bottom {
text-align:center;
position:relative;
height:75px;}
.answer #answer {
padding: 10px;
margin-top:10px;}
.navigation {
padding:25px;
height:100%;
color:#999;
font-size:16px;
text-align:right;}
.navigation a {
font-size:.75em;
line-height:0;
padding:2px 6px;
background-color: #ee9557;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
color:#FFF;
text-decoration:none;
/**/
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
/**/
}
.navigation a:hover, .current_page {
font-size:.75em;
line-height:0;
padding:2px 6px;
background-color: #0a0a0a;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
color:#FFF;
text-decoration:none;
-webkit-box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 4px;
}
#post {
border-bottom:1px dotted #eee;
padding-top:15px;
padding-bottom:5px;
border:none;
}
#post .notes {
visibility:hidden;
margin-top:15px;
margin-bottom:5px;
font-size:9px;
color:#999;
text-transform:uppercase;}
#post:hover .notes {
visibility:visible;}
#post:hover .notes img {
background:none;
border:none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
padding:0;
margin:0;}
#post:hover .notes a {
font-size:9px;
text-transform:uppercase;
color:#ee9557;
/**/
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
/**/
}
#post:hover .notes a:hover {
color:#0a0a0a;}
#post .tags {
visibility:hidden;
padding-left:25px;
padding-top:5px;
color:#FFF;
height:25px;
background:url(http://static.tumblr.com/d0qlne1/hhCl4vxh0/tags.png) no-repeat left;}
#post:hover .tags {
visibility:visible;}
#post:hover .tags a {
background-color:#999;
color:#fff;
font-size:9px;
margin:8px 0;
padding:0 4px 0 4px;
text-decoration:none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin-left:2px;
margin-right:2px;
/**/
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
/**/
}
#post:hover .tags a:hover {
background-color:#999;
color:#fff;
padding:0 4px 0 4px;
text-decoration:none;
-webkit-box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 4px;}
#credit{
padding-bottom:30px;
font-family:Helvetica, Arial;
font-size:13px;
color:#bbbbbb;
padding-left:70px;}
#credit a{
font-weight:bold;
color:#aaaaaa;}
.right_column .likes {
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;}
ul#likes {
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;}
li.like_post {
width: 300px;
padding: 0 40px 0 0;
float: left;
margin-bottom: 15px;}
li.like_post img {
max-width: 100%;}
li.like_post blockquote {
margin: 0;
padding: 0 0 0 10px;
border-left: 1px solid #eee;}
li.like_post ol, li.like_post ul {
margin: 0 0 0 15px;
padding: 0;}
li.like_post .like_link a {
font-weight: bold;}
li.like_post .like_title {
font-weight: bold;}
li.like_post .post_info_bottom {
margin: 10px 0 0 0;
display: block !important;}
#disqus_thread {
list-style-type:none;}
#post_nav {
color:#999;
font-size:1.25em;
margin:15px 0;
position:relative;}
#post_nav #previous {
float:left;}
#post_nav #next {
float:right;}
.source a {
text-decoration:none;
font-style:italic;}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
#twitter {
margin-top: 2px;
padding: 7px 10px;
background: #eaeaea;
color: #666;
font-size: 11px;
overflow: hidden;}
Ask
Stuff I like
-
To celebrate our Tumblr launch, we’re offering...
-
Ilustrações incríveis do brasileiro Gabriel...
-
See more stuff I like