/[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 193 by dpavlin, Tue Nov 29 14:31:26 2005 UTC revision 259 by dpavlin, Fri Dec 16 13:20:57 2005 UTC
# Line 5  DIV, DIV * { Line 5  DIV, DIV * {
5          -moz-box-sizing: border-box !important;          -moz-box-sizing: border-box !important;
6  }  }
7    
 .navigation {  
         background: #e0e0e0;  
         padding: 0.5em;  
         display: block;  
 }  
   
 .navigation a, .navigation:link, .navigation:visited {  
         color: #000000;  
         text-decoration: none;  
         background-color: #f0f0f0;  
         border: 1px solid #c0c0c0;  
         padding: 0.2em 0.5em 0.2em 0.4em;  
         -moz-border-radius: 1.5em;  
 }  
   
 .nav_disable, .nav_disable:link, .nav_disable:visited {  
         background-color: #e0e0e0;  
         border: 1px solid #c0c0c0;  
         color: #c0c0c0;  
 }  
   
 .navigation a:hover {  
         background-color: #ffffff;  
         color: #000080;  
 }  
   
 /*  
 #div_record_nr {  
         width: 5em;  
         border: 1px solid #ff0000;  
 }  
 */  
   
8  #div_editor_toolbar {  #div_editor_toolbar {
9          margin-top: 0.5em;          margin-top: 1em;
10  }  }
11    
12  #div_editor_toolbar a {  #div_editor_toolbar a {
# Line 100  DIV, DIV * { Line 67  DIV, DIV * {
67          font-size: 70%;          font-size: 70%;
68          width: 100%;          width: 100%;
69          margin: 0;          margin: 0;
70          padding 0;          padding: 0;
71  }  }
72    
73  .file-list ul {  .file-list ul {
74          margin: 0;          margin: 1em;
75          padding 0;          padding: 0;
76          list-style-position: inside;          list-style-position: inside;
77  }  }
78    
79  .file-list li {  .file-list li {
         padding 0;  
80          list-style-type: none;          list-style-type: none;
81          overflow: hidden;          overflow: hidden;
82          white-space: nowrap;          white-space: nowrap;
# Line 136  DIV, DIV * { Line 102  DIV, DIV * {
102          padding: 4px;          padding: 4px;
103  }  }
104    
 /*  
105  .editor-form {  .editor-form {
106          border: 2px dashed #ff0000;          margin-left: 1em;
107    }
108    
109    /* record navigation */
110    
111    .navigation {
112            background: #e0e0e0;
113            padding: 0.5em;
114            display: block;
115            margin: 0;
116            margin-top: 1em;
117    }
118    
119    .navigation a, .navigation:link, .navigation:visited {
120            color: #000000;
121            text-decoration: none;
122            background-color: #f0f0f0;
123            border: 1px solid #c0c0c0;
124            padding: 0.2em 0.5em 0.2em 0.4em;
125            -moz-border-radius: 1.5em;
126  }  }
 */  
127    
128    .nav_disable, .nav_disable:link, .nav_disable:visited {
129            background-color: #e0e0e0;
130            border: 1px solid #c0c0c0;
131            color: #c0c0c0;
132    }
133    
134    .navigation a:hover {
135            background-color: #ffffff;
136            color: #000080;
137    }
138    
139  /* notice text */  /* notice text */
140  .notice {  .notice {
# Line 153  DIV, DIV * { Line 146  DIV, DIV * {
146    
147  #div_record {  #div_record {
148          clear: left;          clear: left;
         margin-top: 1em;  
149          padding: 1em;          padding: 1em;
150          border: 1px dashed #808080;          margin: 0;
151            border: 1px dashed #e0e0e0;
152            overflow: hidden;
153  }  }
154    
155  /* progress indicator picture */  /* progress indicator picture */
# Line 190  DIV, DIV * { Line 184  DIV, DIV * {
184  .tidy_warning {  .tidy_warning {
185          color: #c0c000;          color: #c0c000;
186  }  }
187    
188    /* error */
189    .error {
190            color: #c00000;
191    }
192    

Legend:
Removed from v.193  
changed lines
  Added in v.259

  ViewVC Help
Powered by ViewVC 1.1.26