/[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 163 by dpavlin, Sat Nov 26 18:18:10 2005 UTC revision 259 by dpavlin, Fri Dec 16 13:20:57 2005 UTC
# Line 1  Line 1 
1  #div_css {  /* record browsing */
2          display: block;  
3    DIV, DIV * {
4            box-sizing: border-box !important;
5            -moz-box-sizing: border-box !important;
6  }  }
7    
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 {
13          display: inline;          display: inline;
14          padding: 3px 0.5em 3px 0.5em;          padding: 3px 0.5em 3px 0.5em;
15          text-decoration: none;          text-decoration: none;
         color: #000000;  
16          -moz-border-radius-topleft: 1.5em;          -moz-border-radius-topleft: 1.5em;
17          -moz-border-radius-topright: 1.5em;          -moz-border-radius-topright: 1.5em;
18  }  }
19    
20  .tab, .tab:link, .tab:visited  {  .tab, .tab:link, .tab:visited  {
21          background-color: #c0c0c0;          background-color: #c0c0c0;
22            color: #ffffff;
23  }  }
24    
25  .tab_selected, .tab_selected:link, .tab_selected:visited {  .tab_selected, .tab_selected:link, .tab_selected:visited {
26          background-color: #f0f0e0;          background-color: #f0f0f0;
27            border-top: 1px solid #c0c0c0;
28            border-left: 1px solid #c0c0c0;
29            border-right: 1px solid #c0c0c0;
30            color: #000000;
31    }
32    
33    .tab:hover {
34            background-color: #ffffff;
35            color: #000080;
36            border-top: 1px solid #c0c0c0;
37            border-left: 1px solid #c0c0c0;
38            border-right: 1px solid #c0c0c0;
39    }
40    
41    /* define editors */
42    
43    .editors {
44            background-color: #f0f0f0;
45          border: 1px solid #c0c0c0;          border: 1px solid #c0c0c0;
46            margin: 0;
47            padding: 0;
48            overflow: hidden;
49            width: 100%;
50  }  }
51    
52  #div_template_list {  /* buttons above textarea */
53          display: inline;  .content_toolbar {
54          border: 2px solid #ffcc88;          padding: 0.5em;
         float: right;  
         z-index: 10;  
55  }  }
56    
57  #div_editors {  /* buttons and status bar below */
58          display: block;  .edit-bar {
59            width: 100%;
60            padding: 0.5em;
61    }
62    
63    /* file lists on right side */
64    .file-list {
65            vertical-align: top;
66            color: #000000;
67            font-size: 70%;
68            width: 100%;
69            margin: 0;
70            padding: 0;
71    }
72    
73    .file-list ul {
74            margin: 1em;
75            padding: 0;
76            list-style-position: inside;
77    }
78    
79    .file-list li {
80            list-style-type: none;
81            overflow: hidden;
82            white-space: nowrap;
83            margin: 4px;
84            border: 1px solid #c0c0c0;
85  }  }
86    
87  #div_template, #div_css {  .file-list a, .file-list a:link, .file-list a:visited {
88          position: relative;          text-decoration: none;
89          display: block;          display: block;
90          clear: left;          background-color: #c0c0c0;
91            color: #ffffff;
92            padding: 4px;
93            white-space: nowrap;
94  }  }
95    
96  #div_record {  .file-list a:hover, .file-list a:hover {
97            background-color: #ffffff;
98            color: #000080;
99    }
100    
101    .file-selected {
102            padding: 4px;
103    }
104    
105    .editor-form {
106            margin-left: 1em;
107    }
108    
109    /* record navigation */
110    
111    .navigation {
112            background: #e0e0e0;
113            padding: 0.5em;
114          display: block;          display: block;
115          clear: left;          margin: 0;
116          margin-top: 1em;          margin-top: 1em;
         border-top: 1px solid #e0e0e0;  
         padding: 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 */
140  .notice {  .notice {
141          color: #808080;          color: #808080;
142          font-size: 70%;          font-size: 70%;
143  }  }
144    
145  .template_form {  /* define record */
146          background-color: #e0e0ff;  
147    #div_record {
148            clear: left;
149            padding: 1em;
150            margin: 0;
151            border: 1px dashed #e0e0e0;
152            overflow: hidden;
153  }  }
154  .css_form {  
155          border-color: #ffffe0;  /* progress indicator picture */
156    #working {
157            margin-left: 2em;
158  }  }
159    
160  .navigation {  /* HTML tidy */
161          background: #e0e0e0;  
162          padding: 0.5em;  .tidy {
163            clear: left;
164            border: 2px solid #808080;
165            margin-top: 1em;
166            padding: 1em;
167            color: #808080;
168    }
169    
170    .tidy tt {
171            clear: left;
172          display: block;          display: block;
173            background-color: #e0e0e0;
174            padding: 2px;
175            margin-left: 2em;
176            color: #000000;
177  }  }
178    
179    .tidy_error {
180            margin-top: 0.5em;
181            color: #c00000;
182    }
183    
184    .tidy_warning {
185            color: #c0c000;
186    }
187    
188    /* error */
189    .error {
190            color: #c00000;
191    }
192    

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

  ViewVC Help
Powered by ViewVC 1.1.26