The Artima Developer Community
Sponsored Link

Python Buzz Forum
My Custom CSS for Tumblr’s Dashboard: #dashboard_index { background: #050505 !important;...

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Aaron Brady

Posts: 576
Nickname: insommeuk
Registered: Aug, 2003

Aaron Brady is lead developer for Crestsource
My Custom CSS for Tumblr’s Dashboard: #dashboard_index { background: #050505 !important;... Posted: Oct 30, 2010 5:36 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Aaron Brady.
Original Post: My Custom CSS for Tumblr’s Dashboard: #dashboard_index { background: #050505 !important;...
Feed Title: insom.me.uk
Feed URL: http://feeds2.feedburner.com/insommeuk
Feed Description: Posts related to using Python. Some tricks and tips, observations, hacks, and the Brand New Things.
Latest Python Buzz Posts
Latest Python Buzz Posts by Aaron Brady
Latest Posts From insom.me.uk

Advertisement

My Custom CSS for Tumblr’s Dashboard:

My Dashboard

#dashboard_index { background: #050505 !important; }

#dashboard_index #content { background: #050505 !important }

#dashboard_switch_blog_arrow_current { background: none !important }

#dashboard_index #right_column .dashboard_nav_item { background: none !important }

#dashboard_index #right_column #dashboard_nav_following { background: #BBC552 !important }

#dashboard_index ol#posts img.arrow { display: none !important }

#dashboard_index div#right_column img.arrow { display: none !important }

#dashboard_index ol#posts li.post { background: #fff !important; 
 color: #999 !important; border-radius: 5px !important; 
 border: 2px solid #bbb !important}

#dashboard_index ol#posts li.post a { color: #999 !important }

For Chrome, just place this in:

C:\Users\You!\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css

Read: My Custom CSS for Tumblr’s Dashboard: #dashboard_index { background: #050505 !important;...

Topic: Ontologies of Algorithm Implementations Previous Topic   Next Topic Topic: Computers are completely unintelligent. Just big adding machines that count on their fingers....

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use