diff options
| author | hukl <contact@smyck.org> | 2009-04-13 17:56:46 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-13 17:56:46 +0200 |
| commit | 27167671722b7c7a997c8bed7713ee9013bac326 (patch) | |
| tree | d69f8853bbbeaeebdda2ba9dc8d08b8090b4a523 /public/stylesheets/admin.css | |
| parent | 8e90dd908c7e1d7fb8fb0e7c175b820e9b7b7c61 (diff) | |
rebuilding the admin interface
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 162 |
1 files changed, 67 insertions, 95 deletions
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 @@ | |||
| 1 | body { | 1 | body { |
| 2 | font-family: 'Lucida Grande', Arial, sans-serif; | 2 | font-family: Helvetica, Arial, sans-serif; |
| 3 | font-size: 11px; | 3 | font-size: 12px; |
| 4 | } | 4 | } |
| 5 | 5 | ||
| 6 | a { | 6 | a { |
| 7 | color: #009cff; | 7 | color: #000000; |
| 8 | } | 8 | text-decoration: none; |
| 9 | |||
| 10 | table {} | ||
| 11 | |||
| 12 | table#node_table { | ||
| 13 | border-collapse: collapse; | ||
| 14 | width: 880px; | ||
| 15 | } | 9 | } |
| 16 | 10 | ||
| 17 | table#node_table tr.table_headers { | 11 | .right { |
| 18 | height: 20px; | 12 | text-align: right; |
| 19 | } | 13 | } |
| 20 | 14 | ||
| 21 | table#node_table th { | 15 | #navigation { |
| 22 | padding-left: 15px; | 16 | padding-left: 125px; |
| 17 | float: left; | ||
| 23 | } | 18 | } |
| 24 | 19 | ||
| 25 | table#node_table tr { | 20 | #navigation a:hover { |
| 26 | height: 65px; | 21 | color: #ffffff; |
| 22 | background-color: #000000; | ||
| 27 | } | 23 | } |
| 28 | 24 | ||
| 29 | table#node_table tr.odd:hover, table#node_table tr.even:hover { | 25 | #navigation a, #subnavigation a { |
| 30 | background-color: #E4F2FD; | 26 | letter-spacing: 1px; |
| 27 | padding-left: 5px; | ||
| 28 | padding-right: 5px; | ||
| 29 | text-transform: lowercase; | ||
| 31 | } | 30 | } |
| 32 | 31 | ||
| 33 | table#node_table td h4 { | 32 | #subnavigation a { |
| 34 | margin-top: 0px; | 33 | color: #969696; |
| 35 | margin-bottom: 5px; | ||
| 36 | } | 34 | } |
| 37 | 35 | ||
| 38 | table#node_table td p { | 36 | #subnavigation a:hover { |
| 39 | margin-top: 0px; | 37 | color: #ffffff; |
| 40 | margin-bottom: 0px; | 38 | background-color: #ff9600; |
| 41 | } | 39 | } |
| 42 | 40 | ||
| 43 | table#node_table td a { | 41 | #subnavigation a.selected { |
| 44 | text-decoration: none; | 42 | color: #ffffff; |
| 43 | background-color: #ff9600; | ||
| 45 | } | 44 | } |
| 46 | 45 | ||
| 47 | table#node_table td a:hover { | 46 | #navigation a.selected { |
| 48 | text-decoration: underline; | 47 | color: #ffffff; |
| 48 | background-color: #000000; | ||
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | tr.even { | 51 | input[type=text], textarea { |
| 52 | border: 1px solid #808080; | 52 | width: 700px; |
| 53 | font-size: 12px; | ||
| 54 | font-family: Helvetica; | ||
| 55 | border: 1px solid #989898; | ||
| 53 | } | 56 | } |
| 54 | 57 | ||
| 55 | tr.odd { | 58 | select { |
| 56 | border: 1px solid #808080; | 59 | font-size: 12px; |
| 57 | background-color: #f5f5f5; | 60 | border: 1px solid #989898; |
| 58 | } | 61 | } |
| 59 | 62 | ||
| 60 | th { | 63 | input[type=text]#page_title { |
| 61 | text-align: left; | 64 | font-size: 14px; |
| 65 | padding-top: 6px; | ||
| 66 | padding-bottom: 4px; | ||
| 67 | padding-left: 3px; | ||
| 68 | padding-right: 3px; | ||
| 69 | font-weight: bold; | ||
| 62 | } | 70 | } |
| 63 | 71 | ||
| 64 | th.node_id { | 72 | input[type=submit] { |
| 65 | width: 30px; | 73 | width: 65px; |
| 74 | border: 1px solid #989898; | ||
| 75 | background-color: #ffffff; | ||
| 66 | } | 76 | } |
| 67 | 77 | ||
| 68 | th.title { | 78 | textarea#page_abstract { |
| 69 | width: 450px; | 79 | height: 150px; |
| 80 | padding: 5px; | ||
| 70 | } | 81 | } |
| 71 | 82 | ||
| 72 | 83 | #page_editor textarea#page_body { | |
| 73 | th.path { | 84 | height: 600px; |
| 74 | } | 85 | } |
| 75 | 86 | ||
| 76 | th.actions { | 87 | select { |
| 77 | width: 150px; | 88 | b |
| 78 | } | 89 | } |
| 79 | 90 | ||
| 80 | th.editor { | 91 | table {} |
| 81 | width: 150px; | ||
| 82 | } | ||
| 83 | 92 | ||
| 84 | th.revision { | 93 | tr {} |
| 85 | width: 30px; | ||
| 86 | } | ||
| 87 | 94 | ||
| 88 | td { | 95 | td { |
| 89 | padding-left: 15px; | ||
| 90 | padding-right: 0px; | ||
| 91 | } | ||
| 92 | |||
| 93 | td.title { | ||
| 94 | font-size: 11px; | ||
| 95 | } | ||
| 96 | |||
| 97 | td.path { | ||
| 98 | font-size: 11px; | ||
| 99 | } | ||
| 100 | |||
| 101 | td.actions { | ||
| 102 | font-size: 11px; | ||
| 103 | } | ||
| 104 | |||
| 105 | |||
| 106 | td div.actions { | ||
| 107 | padding-top: 5px; | 96 | padding-top: 5px; |
| 97 | padding-bottom: 5px; | ||
| 98 | padding-right: 10px; | ||
| 108 | } | 99 | } |
| 109 | 100 | ||
| 110 | input[type=text] { | 101 | td.description { |
| 111 | width: 300px; | 102 | width: 100px; |
| 112 | } | 103 | text-align: right; |
| 113 | 104 | text-transform: lowercase; | |
| 114 | .page_editor input[type=text] { | 105 | letter-spacing: 1px; |
| 115 | width: 600px; | 106 | vertical-align: top; |
| 116 | } | ||
| 117 | |||
| 118 | .page_editor textarea { | ||
| 119 | width: 600px; | ||
| 120 | } | ||
| 121 | |||
| 122 | #navigation { | ||
| 123 | height: 40px; | ||
| 124 | border-bottom: 1px solid #f1f1f1; | ||
| 125 | font-size: 20px; | ||
| 126 | line-height: 30px; | ||
| 127 | } | ||
| 128 | |||
| 129 | #subnavigation { | ||
| 130 | font-size: 15px; | ||
| 131 | padding-top: 10px; | ||
| 132 | } | ||
| 133 | |||
| 134 | #navigation a { | ||
| 135 | text-decoration: none; | ||
| 136 | } | 107 | } |
| 137 | 108 | ||
| 138 | #diffview { | 109 | div#page_editor { |
| 139 | width: 1024px; | 110 | margin-top: 40px; |
| 111 | margin-left: 15px; | ||
| 140 | } \ No newline at end of file | 112 | } \ No newline at end of file |
