Give the Drupal Administration Menu a new look
The Drupal Administration Menu module is really nice. It gives you quick and easy access to all administrative meny items and integrates with the devel module. I use it on all the sites I work on.
I’m not to fond of the default look so here follows what I have done to change it. The new css and background images are available for download.
The default look is black and transparent.


A bit to black and transparent for me and the text size was a tad small also I thought. With some alternative css and new background images I changed the look to this.


It looks better to my eyes at least :-).
Below you can download the new css and background images. It’s probably easiest to add this to your theme.
| Attachment | Size |
|---|---|
| admin_menu_alt.tar.gz | 1.21 KB |

Comments
Howto add alt admin menu to theme?
I'm obviously new to Drupal b/c I don't know how to add this excellent improvement to my Drupal 6.5 theme. Do you mind posting the generic or, even better, the specific steps I must take to add your alternative to the admin_menu look? Thx!
Download the *.tar.gz file
Download the *.tar.gz file and unpack it. Place the css file and the three images in the folder of your theme.
Open the *.info file for your theme and locate the css section. There you add the following to include the css file:
stylesheets[all][] = admin_menu_alt.cssApplied changes ... no change
I made the changes you directed and also ran cron, update, cache clear, logged out, cleared browser cache, and even tried "Wipe & Rebuild" under the Administration Menu. The admin_menu still looks the same ... black opaque.
What steps would you now recommend?
Thank You ... Admin_Menu looks great now!!!
Plz ignore my attempted post from earlier in the evening. The direction you gave worked perfectly and exposed another error I had in my theme-ing. My admin_menu looks great now. I love the alterations made in the look. Thanks again!
Hello,
Hello,
Really like the admin menu alteration however when I tried to implement it the menu showed up and worked but it stripped the background etc from my current theme and showed just white on all my pages.
Is there something I am doing wrong?
I am currently using the main Salamander theme at present.
Any information you can provide would be much appreciated
Many thanks
The css file I provide here
The css file I provide here should not affect anything but the admin menu. I believe you either made a misstake implementing the new look or the theme you are using is doing something unusual.
Ok.. I'll try again..
Ok.. I'll try again.. thanks
Does the "stylesheets[all][] = admin_menu_alt.css" need to be anywhere specific in the themes .info file for example at the top of the list?
Just put it somewhere among
Just put it somewhere among the other stylesheets lines in the info file.