From 27167671722b7c7a997c8bed7713ee9013bac326 Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 13 Apr 2009 17:56:46 +0200 Subject: rebuilding the admin interface --- public/stylesheets/admin.css | 162 ++++++++++++++++++------------------------- 1 file changed, 67 insertions(+), 95 deletions(-) (limited to 'public/stylesheets/admin.css') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index d2d966f..b2a1f29 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -1,140 +1,112 @@ body { - font-family: 'Lucida Grande', Arial, sans-serif; - font-size: 11px; + font-family: Helvetica, Arial, sans-serif; + font-size: 12px; } a { - color: #009cff; -} - -table {} - -table#node_table { - border-collapse: collapse; - width: 880px; + color: #000000; + text-decoration: none; } -table#node_table tr.table_headers { - height: 20px; +.right { + text-align: right; } -table#node_table th { - padding-left: 15px; +#navigation { + padding-left: 125px; + float: left; } -table#node_table tr { - height: 65px; +#navigation a:hover { + color: #ffffff; + background-color: #000000; } -table#node_table tr.odd:hover, table#node_table tr.even:hover { - background-color: #E4F2FD; +#navigation a, #subnavigation a { + letter-spacing: 1px; + padding-left: 5px; + padding-right: 5px; + text-transform: lowercase; } -table#node_table td h4 { - margin-top: 0px; - margin-bottom: 5px; +#subnavigation a { + color: #969696; } -table#node_table td p { - margin-top: 0px; - margin-bottom: 0px; +#subnavigation a:hover { + color: #ffffff; + background-color: #ff9600; } -table#node_table td a { - text-decoration: none; +#subnavigation a.selected { + color: #ffffff; + background-color: #ff9600; } -table#node_table td a:hover { - text-decoration: underline; +#navigation a.selected { + color: #ffffff; + background-color: #000000; } -tr.even { - border: 1px solid #808080; +input[type=text], textarea { + width: 700px; + font-size: 12px; + font-family: Helvetica; + border: 1px solid #989898; } -tr.odd { - border: 1px solid #808080; - background-color: #f5f5f5; +select { + font-size: 12px; + border: 1px solid #989898; } -th { - text-align: left; +input[type=text]#page_title { + font-size: 14px; + padding-top: 6px; + padding-bottom: 4px; + padding-left: 3px; + padding-right: 3px; + font-weight: bold; } -th.node_id { - width: 30px; +input[type=submit] { + width: 65px; + border: 1px solid #989898; + background-color: #ffffff; } -th.title { - width: 450px; +textarea#page_abstract { + height: 150px; + padding: 5px; } - -th.path { +#page_editor textarea#page_body { + height: 600px; } -th.actions { - width: 150px; +select { + b } -th.editor { - width: 150px; -} +table {} -th.revision { - width: 30px; -} +tr {} td { - padding-left: 15px; - padding-right: 0px; -} - -td.title { - font-size: 11px; -} - -td.path { - font-size: 11px; -} - -td.actions { - font-size: 11px; -} - - -td div.actions { padding-top: 5px; + padding-bottom: 5px; + padding-right: 10px; } -input[type=text] { - width: 300px; -} - -.page_editor input[type=text] { - width: 600px; -} - -.page_editor textarea { - width: 600px; -} - -#navigation { - height: 40px; - border-bottom: 1px solid #f1f1f1; - font-size: 20px; - line-height: 30px; -} - -#subnavigation { - font-size: 15px; - padding-top: 10px; -} - -#navigation a { - text-decoration: none; +td.description { + width: 100px; + text-align: right; + text-transform: lowercase; + letter-spacing: 1px; + vertical-align: top; } -#diffview { - width: 1024px; +div#page_editor { + margin-top: 40px; + margin-left: 15px; } \ No newline at end of file -- cgit v1.3