Published by Mijingo

movie icon image

EE Insider Blog

Spend your time learning and developing sites with ExpressionEngine and we'll use this blog to keep you informed of all the news related to ExpressionEngine and CodeIgniter.

» Read more in the Archives.

» Have a tip? Send us your EE news.

Learn ExpressionEngine Today

Over a series of 8 videos, watch and learn as Ryan builds an entire ExpressionEngine website from beginning to end. Get started now.

Nerdery CP Theme

Brian Litzinger released a simple theme for the ExpressionEngine control panel.

It’s a very slight tweaking but perhaps enough to help take the edge off the default CP theme.

This is intended to be a simple revision of the default CP theme. It lessens the rounded corners, removes the pink (images too), and cleans up a few mis-guided pixels. It is not intended to be a full CP overhaul, just a redux. Click the Skitch link to see some screenshots.

Learn more about and download the theme: Nerdery Theme (GitHub page).

Posted on Mar 28, 2011 by Ryan Irelan

Filed Under: Design, EE Add-ons, ExpressionEngine 2

Kenny Meyers10:59 on 03.28.2011

Love the name!

Nathan15:17 on 03.28.2011

A slight issue in IE 8:

CP navigation items all have blue backgrounds by default, i.e., when not being hovered over.

Seems like it should be a simple thing to fix. Any ideas?

Nathan16:31 on 03.28.2011

Think I solved it.

In the override.css file, at about line 488, I changed this block:
#navigationTabs li.parent a:active,
#navigationTabs li.parent.active a

to this:

#navigationTabs li.parent a:active,
#navigationTabs li.parent.active a.first_level

Hope that helps someone else!

There are still some weird flickering issues with the overlapping triangle on the third-tier submenu, but it’s acceptable for me at this point.

brian19:34 on 04.01.2011

Thanks for the mention! I probably should put in the readme that I have done zero testing in IE. It should be fine in webkit and FireFox though.

Michael04:49 on 05.04.2011

Conflict with CP analytics.

Love this theme - its basically the first thing to add when starting a new EE project smile

But i’m having a problem when using CP analytics, which also is a must for me.

In Add-ons -> Accesories it creates a php-header error and in the CP analytics accessoy in the footer the css is really messed up.

Any ideas on what causes this?