/[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 194 by dpavlin, Tue Nov 29 14:42:28 2005 UTC revision 357 by dpavlin, Sat Jan 7 23:43:38 2006 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 93  DIV, DIV * { Line 60  DIV, DIV * {
60          padding: 0.5em;          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 */  /* file lists on right side */
70  .file-list {  .file-list {
71          vertical-align: top;          vertical-align: top;
# Line 100  DIV, DIV * { Line 73  DIV, DIV * {
73          font-size: 70%;          font-size: 70%;
74          width: 100%;          width: 100%;
75          margin: 0;          margin: 0;
76          padding 0;          padding: 0;
77  }  }
78    
79  .file-list ul {  .file-list ul {
80          margin: 0;          margin: 1em;
81          padding 0;          padding: 0;
82          list-style-position: inside;          list-style-position: inside;
83  }  }
84    
85  .file-list li {  .file-list li {
         padding 0;  
86          list-style-type: none;          list-style-type: none;
87          overflow: hidden;          overflow: hidden;
88          white-space: nowrap;          white-space: nowrap;
# Line 136  DIV, DIV * { Line 108  DIV, DIV * {
108          padding: 4px;          padding: 4px;
109  }  }
110    
 /*  
111  .editor-form {  .editor-form {
112          border: 2px dashed #ff0000;          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 */  /* notice text */
146  .notice {  .notice {
# Line 153  DIV, DIV * { Line 152  DIV, DIV * {
152    
153  #div_record {  #div_record {
154          clear: left;          clear: left;
         margin-top: 1em;  
155          padding: 1em;          padding: 1em;
156          border: 1px dashed #808080;          margin: 0;
157            border: 1px dashed #e0e0e0;
158          overflow: hidden;          overflow: hidden;
159  }  }
160    
# Line 191  DIV, DIV * { Line 190  DIV, DIV * {
190  .tidy_warning {  .tidy_warning {
191          color: #c0c000;          color: #c0c000;
192  }  }
193    
194    /* error */
195    .error {
196            color: #c00000;
197    }
198    

Legend:
Removed from v.194  
changed lines
  Added in v.357

  ViewVC Help
Powered by ViewVC 1.1.26