tumblr text colour?

edited February 2014 in Style Development
alright so. i have i light background but no idea how to change the colour of the text on the right sidebar? i don't see anything in my coding for it.

the code is really long, so bare with me.

body {










































background: url('http://i60.tinypic.com/2chxtud.gif') center fixed #000000 repeat !important;








}




















ol#posts li blockquote,















body.mceContentBody blockquote {















margin-left: 0 !important;















margin-right: 0 !important;















padding-left: 10px !important;















border-width: 4px !important;















border-color: #feecef !important;















}















ol#posts li blockquote blockquote,















body.mceContentBody blockquote blockquote {















border-color: #d0fcfc !important;















}















ol#posts li blockquote blockquote blockquote,















body.mceContentBody blockquote blockquote blockquote {















border-color: #feecef !important;















}















ol#posts li blockquote blockquote blockquote blockquote,















body.mceContentBody blockquote blockquote blockquote blockquote {















border-color: #d4f0ff !important;















}















ol#posts li blockquote blockquote blockquote blockquote blockquote,















body.mceContentBody blockquote blockquote blockquote blockquote blockquote {















border-color: #feecef !important;















}















#dashboard_index #content {







background: rgba(100,250,250,100) !important;







}















#content {







background: rgba(100,250,250,1) !important;







-webkit-border-radius: 20px;







-moz-border-radius: 20px;







border-radius: 20px;







margin: auto;







padding: 20px 20px;







}















h1 {







color: #494949;







text-shadow: 0 0 3px #494949;







}















.no_posts_found, h1.dashboard_header {







color: #494949;







}















img#content_top, img#content_bottom {







display: none;







}















#right_column a#dashboard_switch_blog_menu_current #dashboard_switch_blog_arrow_current {







background: url(http://24.media.tumblr.com/tumblr_m6foppgzB31ru6u1xo2_r1_250.png);







}















#right_column .dashboard_nav_item {







background: url(http://24.media.tumblr.com/tumblr_m6foppgzB31ru6u1xo1_250.png) repeat-x;







background-attachment: initial;







background-position-x: 50%;







background-position-y: 100%;







background-origin: initial;







background-clip: initial;







background-color: initial;







}















#right_column .dashboard_nav_item #hide_radar {







background-image: url(http://24.media.tumblr.com/tumblr_m6foppgzB31ru6u1xo1_250.png);







background-repeat-x: no-repeat;







background-repeat-y: repeat;







background-attachment: initial;







background-position-x: 0%;







background-position-y: 0%;







background-origin: initial;







background-clip: initial;







background-color: transparent;







}















#right_column .dashboard_nav_item .dashboard_controls_radar_media.photo, #right_column .dashboard_nav_item .dashboard_controls_radar_media.photoset, #right_column .dashboard_nav_item .dashboard_controls_radar_media.video {







background: rgba(100,250,250,1);







}















#nav .nav_item.active {







background: rgba(100,250,250,1) !important;







}












#nav .nav_item .nav_menu a {

color:#494949 !important;

border-top-color:0px #494949 !important;

}




#nav .nav_item .nav_item_nipple .nav_item_nipple_pixel {







background: rgba(100,250,250,1) !important;







}















ol#posts li.notification.alt {







background-color: rgba(100,250,250,1);







}















ol#posts li.notification.first_notification {







background-color: rgba(0,0,0,0.8);







}















ol#posts li.notification {







background-color: rgba(0,0,0,0.8);







border-bottom: 1px solid #000000;







}















ol#posts li.notification.last_notification {







border-bottom: 1px solid #000000;







}















ol#posts li.post .permalink {







background: rgba(100,250,250,100);







}















#right_column .dashboard_nav_item #dashboard_controls_suggested_blogs {







background: rgba(0,0,0,0.8);







border: solid #494949;







}















ol#posts li.post .post_avatar{







border-bottom: 0px solid #494949;







}















#right_column .dashboard_nav_item #dashboard_controls_suggested_blogs .dashboard_controls_suggested_blog {







border-top: 1px solid #000000;







border-bottom: 1px solid #000000;







}















#right_column a#dashboard_switch_blog_menu_current:hover {







background: url(http://24.media.tumblr.com/tumblr_m6foppgzB31ru6u1xo1_250.png);







}















#right_column a#dashboard_switch_blog_menu_current:hover #dashboard_switch_blog_arrow_current {







background: url(http://24.media.tumblr.com/tumblr_m6foppgzB31ru6u1xo1_250.png);







}















form.dashboard_options_form {







background-color: rgba(100,100,100,100);







border-bottom: 1px solid #000000;







border-bottom-left-radius: 10px 10px;







border-bottom-left-radius: 10px 10px;







border-bottom-right-radius: 10px 10px;







border-bottom-right-radius: 10px 10px;







border-top-left-radius: 10px 10px;







border-top-left-radius: 10px 10px;







border-top-right-radius: 10px 10px;







border-top-right-radius: 10px 10px;







color: #494949;







display: block;







font-size: 13px;






margin-bottom: 25px;







padding: 15px 22px;







}















form.dashboard_options_form .option_container {







border-top: 1px solid #000000;







}















.no_posts_found, h1.dashboard_header {







color: #000000;







}

Comments

  • Probably needs tweaking, but here's a start:
        #right_column a, #right_column a * { color: #000 !important; }
        #right_column .section_header { color: #066 !important; }
    
Sign In or Register to comment.