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

Diff of /Webpacus/root/editor/editor.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 189 by dpavlin, Tue Nov 29 13:02:53 2005 UTC revision 243 by dpavlin, Wed Dec 14 23:04:05 2005 UTC
# Line 73  DIV, DIV * { Line 73  DIV, DIV * {
73    
74  /* define editors */  /* define editors */
75    
76  #div_editors {  .editors {
         display: block;  
         width: 100%;  
77          background-color: #f0f0f0;          background-color: #f0f0f0;
78          border: 1px solid #c0c0c0;          border: 1px solid #c0c0c0;
79          padding: 1em;          margin: 0;
80            padding: 0;
81          overflow: hidden;          overflow: hidden;
82  }          width: 100%;
   
 #div_template_form, #div_css_form {  
         display: block;  
         float: left;  
         clear: none;  
         z-index: 2;  
83  }  }
84    
85  /* buttons above textarea */  /* buttons above textarea */
86  .content_toolbar {  .content_toolbar {
87          display: block;          padding: 0.5em;
88  }  }
89    
90  /* buttons and status bar below */  /* buttons and status bar below */
91  .edit_bar {  .edit-bar {
92          display: block;          width: 100%;
93          margin-top: 0.5em;          padding: 0.5em;
         width: 40em;  
94  }  }
95    
96  #div_template_list, #div_css_list {  /* file lists on right side */
97          display: block;  .file-list {
98          min-width: 20em;          vertical-align: top;
99          color: #000000;          color: #000000;
100          font-size: 70%;          font-size: 70%;
101            width: 100%;
102          margin: 0;          margin: 0;
103          /* margin-left: 50em; */          padding: 0;
         float: right;  
         clear: none;  
104  }  }
105    
106  #div_template_list ul, #div_css_list ul {  .file-list ul {
107          display: block;          margin: 1em;
         width: 100%;  
         z-index: 1;  
108          padding: 0;          padding: 0;
109          margin: 0;          list-style-position: inside;
110  }  }
111    
112  #div_template_list li, #div_css_list li {  .file-list li {
         display: block;  
         width: 100%;  
         margin: 0;  
         margin-left: 1em;  
         margin-bottom: 2px;  
         border: 1px solid #c0c0c0;  
113          list-style-type: none;          list-style-type: none;
114          overflow: hidden;          overflow: hidden;
115          white-space: nowrap;          white-space: nowrap;
116            margin: 4px;
117            border: 1px solid #c0c0c0;
118  }  }
119    
120  #div_template_list a, #div_template_list a:link, #div_template_list a:visited,  .file-list a, .file-list a:link, .file-list a:visited {
 #div_css_list a, #div_css_list a:link, #div_css_list a:visited  
 {  
121          text-decoration: none;          text-decoration: none;
122            display: block;
123          background-color: #c0c0c0;          background-color: #c0c0c0;
124          color: #ffffff;          color: #ffffff;
125          padding: 4px;          padding: 4px;
         display: block;  
         min-width: 15em;  
126          white-space: nowrap;          white-space: nowrap;
127  }  }
128    
129  #template_list_selected {  .file-list a:hover, .file-list a:hover {
         padding: 4px;  
         margin: 4px;  
         min-width: 15em;  
         /* font-weight: bold; */  
 }  
   
 #div_template_list a:hover, #div_css_list a:hover {  
130          background-color: #ffffff;          background-color: #ffffff;
131          color: #000080;          color: #000080;
132  }  }
133    
134  #div_template, #div_css {  .file-selected {
135          position: relative;          padding: 4px;
         display: block;  
         float: left;  
136  }  }
137    
138    .editor-form {
139            margin-left: 1em;
140    }
141    
142    
143    /* notice text */
144  .notice {  .notice {
145          color: #808080;          color: #808080;
146          font-size: 70%;          font-size: 70%;
# Line 174  DIV, DIV * { Line 153  DIV, DIV * {
153          margin-top: 1em;          margin-top: 1em;
154          padding: 1em;          padding: 1em;
155          border: 1px dashed #808080;          border: 1px dashed #808080;
156            overflow: hidden;
157  }  }
158    
159  /* progress indicator picture */  /* progress indicator picture */
# Line 208  DIV, DIV * { Line 188  DIV, DIV * {
188  .tidy_warning {  .tidy_warning {
189          color: #c0c000;          color: #c0c000;
190  }  }
191    
192    /* error */
193    .error {
194            color: #c00000;
195    }
196    

Legend:
Removed from v.189  
changed lines
  Added in v.243

  ViewVC Help
Powered by ViewVC 1.1.26