Skip to content

Commit

Permalink
Added green forest theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent authored and dim committed Oct 11, 2010
1 parent b3c6e4a commit 856605e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
4 changes: 4 additions & 0 deletions forest/info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
description: Simple Forest Theme (Green/Grey/White)
files:
- stylesheets/theme.css

36 changes: 36 additions & 0 deletions forest/stylesheets/theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
body { background: #fff; }
a { color:#006633; text-decoration:none; background:none; }
a:focus,
a:hover { color:#00AA30; text-decoration:underline; background:none; }

#header{ background: #2EA82E; }
#header #status_info #login_info a { color:#f4f2e5; }
#header #menu { background: #009933; border-bottom:1px solid #006B24; border-top:1px solid #00BB00; }
#header #menu ul { border-top:0; }
#header #menu a,
#header #menu a:visited { color:#f4f2e5; padding-bottom:3px; }
#header #menu #main-navigation li,
#header #menu #main-navigation li a,
#header #menu #base-navigation li,
#header #menu #base-navigation li a { border:0; }

#header #menu a.active,
#header #menu a:hover { background:#006600; text-decoration:none; color:#fff; }

.border,
.colborder,
.content-header,
.content-footer { border-color:#c7b88e; }


th, tr.even td { background-color: #eee; }
tr.odd td { background-color: #fff; }
pre { background-color: #c7b88e; }
table tfoot th,
table tfoot td { background:none; }

ul.sortable li,
ul.non-sortable li { border-color:#c7b88e; }

table.record-list tbody tr:hover td { background: #ddd; }

2 changes: 2 additions & 0 deletions info.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
- default
- joy
- forest

0 comments on commit 856605e

Please sign in to comment.