/[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 173 - (show annotations)
Sun Nov 27 02:19:49 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 2486 byte(s)
 r11182@llin:  dpavlin | 2005-11-27 03:22:15 +0100
 fix for overlap of ul element over textarea. position: relative is evil.

1 /* record browsing */
2
3 .navigation {
4 background: #e0e0e0;
5 padding: 0.5em;
6 display: block;
7 }
8
9 .navigation a, .navigation:link, .navigation:visited {
10 color: #000000;
11 text-decoration: none;
12 background-color: #f0f0f0;
13 border: 1px solid #c0c0c0;
14 padding: 0.2em 0.5em 0.2em 0.4em;
15 -moz-border-radius: 1.5em;
16 }
17
18 .nav_disable, .nav_disable:link, .nav_disable:visited {
19 background-color: #e0e0e0;
20 border: 1px solid #c0c0c0;
21 color: #c0c0c0;
22 }
23
24 .navigation a:hover {
25 background-color: #ffffff;
26 color: #000080;
27 }
28
29
30 /*
31 #div_record_nr {
32 width: 5em;
33 border: 1px solid #ff0000;
34 }
35 */
36
37 #div_editor_toolbar {
38 margin-top: 0.5em;
39 }
40
41 #div_editor_toolbar a {
42 display: inline;
43 padding: 3px 0.5em 3px 0.5em;
44 text-decoration: none;
45 -moz-border-radius-topleft: 1.5em;
46 -moz-border-radius-topright: 1.5em;
47 }
48 .tab, .tab:link, .tab:visited {
49 background-color: #c0c0c0;
50 color: #ffffff;
51 }
52
53 .tab_selected, .tab_selected:link, .tab_selected:visited {
54 background-color: #f0f0f0;
55 border-top: 1px solid #c0c0c0;
56 border-left: 1px solid #c0c0c0;
57 border-right: 1px solid #c0c0c0;
58 color: #000000;
59 }
60
61 .tab:hover {
62 background-color: #ffffff;
63 color: #000080;
64 border-top: 1px solid #c0c0c0;
65 border-left: 1px solid #c0c0c0;
66 border-right: 1px solid #c0c0c0;
67 }
68
69 /* define editors */
70
71 #div_editors {
72 display: block;
73 background-color: #f0f0f0;
74 border: 1px solid #c0c0c0;
75 padding: 1em;
76 overflow: hidden;
77 }
78
79 #div_template_form, #div_css_form {
80 display: inline;
81 float: left;
82 z-index: 2;
83 }
84
85 #div_template_list {
86 display: block;
87 margin-left: 1em;
88 margin: 0;
89 color: #000000;
90 margin-left: 1em;
91 font-size: 70%;
92 }
93
94 #div_template_list ul {
95 z-index: 1;
96 }
97
98 #div_template_list li {
99 margin-left: 1em;
100 border: 1px solid #c0c0c0;
101 list-style-type: none;
102 overflow: hidden;
103 margin-bottom: 2px;
104 }
105
106 #div_template_list a, #div_template_list:link, #div_template_list:visited {
107
108 text-decoration: none;
109 background-color: #c0c0c0;
110 color: #ffffff;
111 display: block;
112 padding: 4px;
113 }
114
115 #template_list_selected {
116 padding: 4px;
117 /* font-weight: bold;*/
118 }
119
120 #div_template_list a:hover {
121 background-color: #ffffff;
122 color: #000080;
123 }
124
125 #div_template, #div_css {
126 position: relative;
127 display: block;
128 float: left;
129 }
130
131
132 /* bar with buttons and status */
133 .edit_bar {
134 margin-top: 0.5em;
135 }
136
137 .notice {
138 color: #808080;
139 font-size: 70%;
140 }
141
142 /* define record */
143
144 #div_record {
145 clear: left;
146 margin-top: 1em;
147 padding: 1em;
148 border: 1px dashed #808080;
149 }
150
151 /* progress indicator picture */
152 #working {
153 margin-left: 2em;
154 }

  ViewVC Help
Powered by ViewVC 1.1.26