From 65a420b22755f774dc2422f7fdf3709e01289945 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sat, 18 Sep 2010 21:11:18 -0700 Subject: theme cleanup --- view/theme/shady/style.css | 70 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 view/theme/shady/style.css (limited to 'view/theme/shady') diff --git a/view/theme/shady/style.css b/view/theme/shady/style.css new file mode 100644 index 000000000..071310541 --- /dev/null +++ b/view/theme/shady/style.css @@ -0,0 +1,70 @@ +@import url('../default/style.css'); + +body { + background: #DDDDDD; + color: #444444; +} + +.nav-link { + color: #444444; + background: #F4F4F4; +} +.nav-selected { + background: #DDDDDD !important; +} + +.nav-commlink { + color: #444444; + background: #F4F4F4; +} + +.profile-tabs { + color: #444444; + background: #F4F4F4; + +} + +a, a:visited { + color: #8888FF; + text-decoration: none; +} + +a:hover { + color: #0000FF; + text-decoration: underline; +} + +.fakelink, .fakelink:visited { + color: #8888FF; +} + +.fakelink:hover { + color: #0000FF; +} + +.wall-item-content-wrapper.comment { + background: #CCCCCC; +} + +.comment-edit-wrapper { + background: #CCCCCC; +} + +.comment-wwedit-wrapper { + background: #CCCCCC; +} + +#photos-upload-perms-menu, #photos-upload-perms-menu:visited { + color: #8888FF; +} + +#photos-upload-perms-menu:hover { + color: #0000FF; +} +#settings-default-perms-menu, #settings-default-perms-menu:visited { + color: #8888FF; +} + +#settings-default-perms-menu:hover { + color: #0000FF; +} -- cgit v1.2.3