/[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 138 - (show annotations)
Thu Nov 24 22:29:44 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 611 byte(s)
 r9112@llin:  dpavlin | 2005-11-24 23:30:01 +0100
 changing of templates again work. with a little more testing this will be
 0.02 version :-)

1 #div_css {
2 display: block;
3 }
4
5 #div_editor_toolbar a {
6 display: inline;
7 background-color: #c0c0c0;
8 padding: 1px;
9 text-decoration: none;
10 }
11
12 #div_template_list {
13 display: inline;
14 border: 2px solid #ffcc88;
15 float: right;
16 z-index: 10;
17 }
18
19 #div_editors {
20 display: block;
21 }
22
23 #div_template, #div_css {
24 position: relative;
25 display: block;
26 clear: left;
27 }
28
29 #div_record {
30 display: block;
31 clear: left;
32 }
33
34 .notice {
35 color: #808080;
36 font-size: 70%;
37 }
38
39 .template_form {
40 background-color: #e0e0ff;
41 }
42 .css_form {
43 border-color: #ffffe0;
44 }
45
46 .navigation {
47 background: #e0e0e0;
48 padding: 0.5em;
49 display: block;
50 }

  ViewVC Help
Powered by ViewVC 1.1.26