/[webpac2]/Webpacus/root/editor/editor.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Webpacus/root/editor/editor.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 259 - (show annotations)
Fri Dec 16 13:20:57 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 2946 byte(s)
 r11724@llin:  dpavlin | 2005-12-16 18:21:07 +0100
 tweak CSS for navigation in the middle

1 /* record browsing */
2
3 DIV, DIV * {
4 box-sizing: border-box !important;
5 -moz-box-sizing: border-box !important;
6 }
7
8 #div_editor_toolbar {
9 margin-top: 1em;
10 }
11
12 #div_editor_toolbar a {
13 display: inline;
14 padding: 3px 0.5em 3px 0.5em;
15 text-decoration: none;
16 -moz-border-radius-topleft: 1.5em;
17 -moz-border-radius-topright: 1.5em;
18 }
19
20 .tab, .tab:link, .tab:visited {
21 background-color: #c0c0c0;
22 color: #ffffff;
23 }
24
25 .tab_selected, .tab_selected:link, .tab_selected:visited {
26 background-color: #f0f0f0;
27 border-top: 1px solid #c0c0c0;
28 border-left: 1px solid #c0c0c0;
29 border-right: 1px solid #c0c0c0;
30 color: #000000;
31 }
32
33 .tab:hover {
34 background-color: #ffffff;
35 color: #000080;
36 border-top: 1px solid #c0c0c0;
37 border-left: 1px solid #c0c0c0;
38 border-right: 1px solid #c0c0c0;
39 }
40
41 /* define editors */
42
43 .editors {
44 background-color: #f0f0f0;
45 border: 1px solid #c0c0c0;
46 margin: 0;
47 padding: 0;
48 overflow: hidden;
49 width: 100%;
50 }
51
52 /* buttons above textarea */
53 .content_toolbar {
54 padding: 0.5em;
55 }
56
57 /* buttons and status bar below */
58 .edit-bar {
59 width: 100%;
60 padding: 0.5em;
61 }
62
63 /* file lists on right side */
64 .file-list {
65 vertical-align: top;
66 color: #000000;
67 font-size: 70%;
68 width: 100%;
69 margin: 0;
70 padding: 0;
71 }
72
73 .file-list ul {
74 margin: 1em;
75 padding: 0;
76 list-style-position: inside;
77 }
78
79 .file-list li {
80 list-style-type: none;
81 overflow: hidden;
82 white-space: nowrap;
83 margin: 4px;
84 border: 1px solid #c0c0c0;
85 }
86
87 .file-list a, .file-list a:link, .file-list a:visited {
88 text-decoration: none;
89 display: block;
90 background-color: #c0c0c0;
91 color: #ffffff;
92 padding: 4px;
93 white-space: nowrap;
94 }
95
96 .file-list a:hover, .file-list a:hover {
97 background-color: #ffffff;
98 color: #000080;
99 }
100
101 .file-selected {
102 padding: 4px;
103 }
104
105 .editor-form {
106 margin-left: 1em;
107 }
108
109 /* record navigation */
110
111 .navigation {
112 background: #e0e0e0;
113 padding: 0.5em;
114 display: block;
115 margin: 0;
116 margin-top: 1em;
117 }
118
119 .navigation a, .navigation:link, .navigation:visited {
120 color: #000000;
121 text-decoration: none;
122 background-color: #f0f0f0;
123 border: 1px solid #c0c0c0;
124 padding: 0.2em 0.5em 0.2em 0.4em;
125 -moz-border-radius: 1.5em;
126 }
127
128 .nav_disable, .nav_disable:link, .nav_disable:visited {
129 background-color: #e0e0e0;
130 border: 1px solid #c0c0c0;
131 color: #c0c0c0;
132 }
133
134 .navigation a:hover {
135 background-color: #ffffff;
136 color: #000080;
137 }
138
139 /* notice text */
140 .notice {
141 color: #808080;
142 font-size: 70%;
143 }
144
145 /* define record */
146
147 #div_record {
148 clear: left;
149 padding: 1em;
150 margin: 0;
151 border: 1px dashed #e0e0e0;
152 overflow: hidden;
153 }
154
155 /* progress indicator picture */
156 #working {
157 margin-left: 2em;
158 }
159
160 /* HTML tidy */
161
162 .tidy {
163 clear: left;
164 border: 2px solid #808080;
165 margin-top: 1em;
166 padding: 1em;
167 color: #808080;
168 }
169
170 .tidy tt {
171 clear: left;
172 display: block;
173 background-color: #e0e0e0;
174 padding: 2px;
175 margin-left: 2em;
176 color: #000000;
177 }
178
179 .tidy_error {
180 margin-top: 0.5em;
181 color: #c00000;
182 }
183
184 .tidy_warning {
185 color: #c0c000;
186 }
187
188 /* error */
189 .error {
190 color: #c00000;
191 }
192

  ViewVC Help
Powered by ViewVC 1.1.26