summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-13 17:56:46 +0200
committerhukl <contact@smyck.org>2009-04-13 17:56:46 +0200
commit27167671722b7c7a997c8bed7713ee9013bac326 (patch)
treed69f8853bbbeaeebdda2ba9dc8d08b8090b4a523 /public/stylesheets/admin.css
parent8e90dd908c7e1d7fb8fb0e7c175b820e9b7b7c61 (diff)
rebuilding the admin interface
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css162
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 @@
1body { 1body {
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
6a { 6a {
7 color: #009cff; 7 color: #000000;
8} 8 text-decoration: none;
9
10table {}
11
12table#node_table {
13 border-collapse: collapse;
14 width: 880px;
15} 9}
16 10
17table#node_table tr.table_headers { 11.right {
18 height: 20px; 12 text-align: right;
19} 13}
20 14
21table#node_table th { 15#navigation {
22 padding-left: 15px; 16 padding-left: 125px;
17 float: left;
23} 18}
24 19
25table#node_table tr { 20#navigation a:hover {
26 height: 65px; 21 color: #ffffff;
22 background-color: #000000;
27} 23}
28 24
29table#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
33table#node_table td h4 { 32#subnavigation a {
34 margin-top: 0px; 33 color: #969696;
35 margin-bottom: 5px;
36} 34}
37 35
38table#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
43table#node_table td a { 41#subnavigation a.selected {
44 text-decoration: none; 42 color: #ffffff;
43 background-color: #ff9600;
45} 44}
46 45
47table#node_table td a:hover { 46#navigation a.selected {
48 text-decoration: underline; 47 color: #ffffff;
48 background-color: #000000;
49} 49}
50 50
51tr.even { 51input[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
55tr.odd { 58select {
56 border: 1px solid #808080; 59 font-size: 12px;
57 background-color: #f5f5f5; 60 border: 1px solid #989898;
58} 61}
59 62
60th { 63input[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
64th.node_id { 72input[type=submit] {
65 width: 30px; 73 width: 65px;
74 border: 1px solid #989898;
75 background-color: #ffffff;
66} 76}
67 77
68th.title { 78textarea#page_abstract {
69 width: 450px; 79 height: 150px;
80 padding: 5px;
70} 81}
71 82
72 83#page_editor textarea#page_body {
73th.path { 84 height: 600px;
74} 85}
75 86
76th.actions { 87select {
77 width: 150px; 88 b
78} 89}
79 90
80th.editor { 91table {}
81 width: 150px;
82}
83 92
84th.revision { 93tr {}
85 width: 30px;
86}
87 94
88td { 95td {
89 padding-left: 15px;
90 padding-right: 0px;
91}
92
93td.title {
94 font-size: 11px;
95}
96
97td.path {
98 font-size: 11px;
99}
100
101td.actions {
102 font-size: 11px;
103}
104
105
106td div.actions {
107 padding-top: 5px; 96 padding-top: 5px;
97 padding-bottom: 5px;
98 padding-right: 10px;
108} 99}
109 100
110input[type=text] { 101td.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 { 109div#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