/[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 357 - (show annotations)
Sat Jan 7 23:43:38 2006 UTC (18 years, 3 months ago) by dpavlin
File MIME type: text/css
File size: 3028 byte(s)
 r381@llin:  dpavlin | 2006-01-08 00:35:45 +0100
 resize textarea and store it's size into cookie, added log link at top [0.30]

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 /* buttons to resize textarea */
64 .resize-bar {
65 display: block;
66 float: right;
67 }
68
69 /* file lists on right side */
70 .file-list {
71 vertical-align: top;
72 color: #000000;
73 font-size: 70%;
74 width: 100%;
75 margin: 0;
76 padding: 0;
77 }
78
79 .file-list ul {
80 margin: 1em;
81 padding: 0;
82 list-style-position: inside;
83 }
84
85 .file-list li {
86 list-style-type: none;
87 overflow: hidden;
88 white-space: nowrap;
89 margin: 4px;
90 border: 1px solid #c0c0c0;
91 }
92
93 .file-list a, .file-list a:link, .file-list a:visited {
94 text-decoration: none;
95 display: block;
96 background-color: #c0c0c0;
97 color: #ffffff;
98 padding: 4px;
99 white-space: nowrap;
100 }
101
102 .file-list a:hover, .file-list a:hover {
103 background-color: #ffffff;
104 color: #000080;
105 }
106
107 .file-selected {
108 padding: 4px;
109 }
110
111 .editor-form {
112 margin-left: 1em;
113 }
114
115 /* record navigation */
116
117 .navigation {
118 background: #e0e0e0;
119 padding: 0.5em;
120 display: block;
121 margin: 0;
122 margin-top: 1em;
123 }
124
125 .navigation a, .navigation:link, .navigation:visited {
126 color: #000000;
127 text-decoration: none;
128 background-color: #f0f0f0;
129 border: 1px solid #c0c0c0;
130 padding: 0.2em 0.5em 0.2em 0.4em;
131 -moz-border-radius: 1.5em;
132 }
133
134 .nav_disable, .nav_disable:link, .nav_disable:visited {
135 background-color: #e0e0e0;
136 border: 1px solid #c0c0c0;
137 color: #c0c0c0;
138 }
139
140 .navigation a:hover {
141 background-color: #ffffff;
142 color: #000080;
143 }
144
145 /* notice text */
146 .notice {
147 color: #808080;
148 font-size: 70%;
149 }
150
151 /* define record */
152
153 #div_record {
154 clear: left;
155 padding: 1em;
156 margin: 0;
157 border: 1px dashed #e0e0e0;
158 overflow: hidden;
159 }
160
161 /* progress indicator picture */
162 #working {
163 margin-left: 2em;
164 }
165
166 /* HTML tidy */
167
168 .tidy {
169 clear: left;
170 border: 2px solid #808080;
171 margin-top: 1em;
172 padding: 1em;
173 color: #808080;
174 }
175
176 .tidy tt {
177 clear: left;
178 display: block;
179 background-color: #e0e0e0;
180 padding: 2px;
181 margin-left: 2em;
182 color: #000000;
183 }
184
185 .tidy_error {
186 margin-top: 0.5em;
187 color: #c00000;
188 }
189
190 .tidy_warning {
191 color: #c0c000;
192 }
193
194 /* error */
195 .error {
196 color: #c00000;
197 }
198

  ViewVC Help
Powered by ViewVC 1.1.26