/[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 163 - (show annotations)
Sat Nov 26 18:18:10 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 980 byte(s)
 r11162@llin:  dpavlin | 2005-11-26 19:20:32 +0100
 more work on editor

1 #div_css {
2 display: block;
3 }
4
5 #div_editor_toolbar {
6 margin-top: 0.5em;
7 }
8
9 #div_editor_toolbar a {
10 display: inline;
11 padding: 3px 0.5em 3px 0.5em;
12 text-decoration: none;
13 color: #000000;
14 -moz-border-radius-topleft: 1.5em;
15 -moz-border-radius-topright: 1.5em;
16 }
17 .tab, .tab:link, .tab:visited {
18 background-color: #c0c0c0;
19 }
20
21 .tab_selected, .tab_selected:link, .tab_selected:visited {
22 background-color: #f0f0e0;
23 border: 1px solid #c0c0c0;
24 }
25
26 #div_template_list {
27 display: inline;
28 border: 2px solid #ffcc88;
29 float: right;
30 z-index: 10;
31 }
32
33 #div_editors {
34 display: block;
35 }
36
37 #div_template, #div_css {
38 position: relative;
39 display: block;
40 clear: left;
41 }
42
43 #div_record {
44 display: block;
45 clear: left;
46 margin-top: 1em;
47 border-top: 1px solid #e0e0e0;
48 padding: 1em;
49 }
50
51 .notice {
52 color: #808080;
53 font-size: 70%;
54 }
55
56 .template_form {
57 background-color: #e0e0ff;
58 }
59 .css_form {
60 border-color: #ffffe0;
61 }
62
63 .navigation {
64 background: #e0e0e0;
65 padding: 0.5em;
66 display: block;
67 }

  ViewVC Help
Powered by ViewVC 1.1.26