/[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 243 by dpavlin, Wed Dec 14 23:04:05 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 139  DIV, DIV * { Line 106  DIV, DIV * {
106          margin-left: 1em;          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 150  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;          overflow: hidden;
153  }  }
154    

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

  ViewVC Help
Powered by ViewVC 1.1.26