/[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

Annotation of /Webpacus/root/editor/editor.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 137 - (hide annotations)
Thu Nov 24 22:29:39 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 539 byte(s)
 r9111@llin:  dpavlin | 2005-11-24 22:22:05 +0100
 move more design to css, minor tweaks

1 dpavlin 137 #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    

  ViewVC Help
Powered by ViewVC 1.1.26