/[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 165 - (show annotations)
Sat Nov 26 20:21:54 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 1107 byte(s)
 r11165@llin:  dpavlin | 2005-11-26 20:59:24 +0100
 record browsing in editor works again

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

  ViewVC Help
Powered by ViewVC 1.1.26