/[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 181 by dpavlin, Sun Nov 27 18:18:11 2005 UTC revision 193 by dpavlin, Tue Nov 29 14:31:26 2005 UTC
# Line 1  Line 1 
1  /* record browsing */  /* record browsing */
2    
3    DIV, DIV * {
4            box-sizing: border-box !important;
5            -moz-box-sizing: border-box !important;
6    }
7    
8  .navigation {  .navigation {
9          background: #e0e0e0;          background: #e0e0e0;
10          padding: 0.5em;          padding: 0.5em;
# Line 25  Line 30 
30          background-color: #ffffff;          background-color: #ffffff;
31          color: #000080;          color: #000080;
32  }  }
           
33    
34  /*  /*
35  #div_record_nr {  #div_record_nr {
# Line 45  Line 49 
49          -moz-border-radius-topleft: 1.5em;          -moz-border-radius-topleft: 1.5em;
50          -moz-border-radius-topright: 1.5em;          -moz-border-radius-topright: 1.5em;
51  }  }
52    
53  .tab, .tab:link, .tab:visited  {  .tab, .tab:link, .tab:visited  {
54          background-color: #c0c0c0;          background-color: #c0c0c0;
55          color: #ffffff;          color: #ffffff;
# Line 68  Line 73 
73    
74  /* define editors */  /* define editors */
75    
76  #div_editors {  .editors {
         display: block;  
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: inline;  
         float: left;  
         z-index: 2;  
83  }  }
84    
85  /* buttons above textarea */  /* buttons above textarea */
86  .content_toolbar {  .content_toolbar {
87          display: block;          padding: 0.5em;
         width: 40em;    /* ugly! */  
88  }  }
89    
90  /* buttons and status bar below */  /* buttons and status bar below */
91  .edit_bar {  .edit-bar {
92          margin-top: 0.5em;          width: 100%;
93          width: 40em;          padding: 0.5em;
94  }  }
95    
96  #div_template_list, #div_css_list {  /* file lists on right side */
97          display: block;  .file-list {
98          margin-left: 1em;          vertical-align: top;
         margin: 0;  
99          color: #000000;          color: #000000;
         margin-left: 1em;  
100          font-size: 70%;          font-size: 70%;
101            width: 100%;
102            margin: 0;
103            padding 0;
104  }  }
105    
106  #div_template_list ul {  .file-list ul {
107          z-index: 1;          margin: 0;
108            padding 0;
109            list-style-position: inside;
110  }  }
111    
112  #div_template_list li {  .file-list li {
113          margin-left: 1em;          padding 0;
         border: 1px solid #c0c0c0;  
114          list-style-type: none;          list-style-type: none;
115          overflow: hidden;          overflow: hidden;
116          margin-bottom: 2px;          white-space: nowrap;
117            margin: 4px;
118            border: 1px solid #c0c0c0;
119  }  }
120    
121  #div_template_list a, #div_template_list:link, #div_template_list:visited {  .file-list a, .file-list a:link, .file-list a:visited {
   
122          text-decoration: none;          text-decoration: none;
123            display: block;
124          background-color: #c0c0c0;          background-color: #c0c0c0;
125          color: #ffffff;          color: #ffffff;
         display: block;  
126          padding: 4px;          padding: 4px;
127            white-space: nowrap;
128  }  }
129    
130  #template_list_selected {  .file-list a:hover, .file-list a:hover {
         padding: 4px;  
 /*      font-weight: bold;*/  
 }  
   
 #div_template_list a:hover {  
131          background-color: #ffffff;          background-color: #ffffff;
132          color: #000080;          color: #000080;
133  }  }
134    
135  #div_template, #div_css {  .file-selected {
136          position: relative;          padding: 4px;
         display: block;  
         float: left;  
137  }  }
138    
139    /*
140    .editor-form {
141            border: 2px dashed #ff0000;
142    }
143    */
144    
145    
146    /* notice text */
147  .notice {  .notice {
148          color: #808080;          color: #808080;
149          font-size: 70%;          font-size: 70%;
# Line 165  Line 168 
168  .tidy {  .tidy {
169          clear: left;          clear: left;
170          border: 2px solid #808080;          border: 2px solid #808080;
         font-size: 50%;  
171          margin-top: 1em;          margin-top: 1em;
172          padding: 1em;          padding: 1em;
173          color: #808080;          color: #808080;

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

  ViewVC Help
Powered by ViewVC 1.1.26