THEME:
CARMAH
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url('https://www.tumblr.com/login'),
url('http://www.tumblr.com/dashboard'),
url('http://www.tumblr.com/new/blog'),
url('http://www.tumblr.com/inbox'),
url('http://www.tumblr.com/help'),
url('https://www.tumblr.com/preferences'),
url('http://www.tumblr.com/lookup'),
url('http://www.tumblr.com/explore'),
url('http://www.tumblr.com/following'),
url('http://www.tumblr.com/likes'),
url-prefix('http://www.tumblr.com/new/'),
url-prefix('http://www.tumblr.com/tumblelog/'),
url-prefix('http://www.tumblr.com/tagged/'),
url-prefix('http://www.tumblr.com/spotlight/'),
url-prefix('http://www.tumblr.com/edit/') {
/*sets text color for ALL text*/
/*
* {
color:rgba(255, 255, 255, 1.0) !important;
}
*/
/*BIG BACKGROUND begin - background for the entire screen*/
body {
background:url("http://static.tumblr.com/blpgwiz/zfWluzt4l/tumblr_luzp3poz7s1qc5cc5o1_500.jpg") no-repeat fixed !important;
background-color: rgba(44,71,98, 0.95) !important;
background-position: 0% 0% !important;
background-size: 100% 100% !important;
}
/*BIG BACKGROUND end*/
/*CONTENT begin - background for posts, icon bar, sidebar*/
#content {
background: rgba(44,71,98, .50) !important;
}
/*CONTENT*/
/*POST BACKGROUND begin*/
#posts LI[class*=" post"] {
background: rgba(255, 255, 255, 1.0) !important;
}
/*POST BACKGROUND end*/
/*RADAR begin - removes radar blue frame - softens appearance*/
.post.photo_post .photo, .post.photo_post .video_thumbnail {
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.0) !important;
border-radius: 12px !important;
}
.content.is_media, .mask.top, .mask.bottom {
background: none !important;
}
/*RADAR end*/
/*NEW CONTENT begin - text post message body background*/
.mceContentBody {
color: rgba(0, 0, 0, 1.0) !important;
background: rgba(255,255,255, .50) !important;
}
/*NEW CONTENT end*/
/*DO NOT DELETE THIS BRACKET*/}