/[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 188 by dpavlin, Sun Nov 27 20:03:51 2005 UTC revision 189 by dpavlin, Tue Nov 29 13:02:53 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 70  Line 75 
75    
76  #div_editors {  #div_editors {
77          display: block;          display: block;
78            width: 100%;
79          background-color: #f0f0f0;          background-color: #f0f0f0;
80          border: 1px solid #c0c0c0;          border: 1px solid #c0c0c0;
81          padding: 1em;          padding: 1em;
# Line 77  Line 83 
83  }  }
84    
85  #div_template_form, #div_css_form {  #div_template_form, #div_css_form {
86          display: inline;          display: block;
87          float: left;          float: left;
88            clear: none;
89          z-index: 2;          z-index: 2;
90  }  }
91    
92  /* buttons above textarea */  /* buttons above textarea */
93  .content_toolbar {  .content_toolbar {
94          display: block;          display: block;
         width: 40em;    /* ugly! */  
95  }  }
96    
97  /* buttons and status bar below */  /* buttons and status bar below */
98  .edit_bar {  .edit_bar {
99            display: block;
100          margin-top: 0.5em;          margin-top: 0.5em;
101          width: 40em;          width: 40em;
102  }  }
103    
104  #div_template_list, #div_css_list {  #div_template_list, #div_css_list {
105          display: block;          display: block;
106          margin-left: 1em;          min-width: 20em;
         margin: 0;  
107          color: #000000;          color: #000000;
         margin-left: 1em;  
108          font-size: 70%;          font-size: 70%;
109            margin: 0;
110            /* margin-left: 50em; */
111            float: right;
112            clear: none;
113  }  }
114    
115  #div_template_list ul {  #div_template_list ul, #div_css_list ul {
116            display: block;
117            width: 100%;
118          z-index: 1;          z-index: 1;
119            padding: 0;
120            margin: 0;
121  }  }
122    
123  #div_template_list li {  #div_template_list li, #div_css_list li {
124            display: block;
125            width: 100%;
126            margin: 0;
127          margin-left: 1em;          margin-left: 1em;
128            margin-bottom: 2px;
129          border: 1px solid #c0c0c0;          border: 1px solid #c0c0c0;
130          list-style-type: none;          list-style-type: none;
131          overflow: hidden;          overflow: hidden;
132          margin-bottom: 2px;          white-space: nowrap;
133  }  }
134    
135  #div_template_list a, #div_template_list:link, #div_template_list:visited {  #div_template_list a, #div_template_list a:link, #div_template_list a:visited,
136    #div_css_list a, #div_css_list a:link, #div_css_list a:visited
137    {
138          text-decoration: none;          text-decoration: none;
139          background-color: #c0c0c0;          background-color: #c0c0c0;
140          color: #ffffff;          color: #ffffff;
         display: block;  
141          padding: 4px;          padding: 4px;
142            display: block;
143            min-width: 15em;
144            white-space: nowrap;
145  }  }
146    
147  #template_list_selected {  #template_list_selected {
148          padding: 4px;          padding: 4px;
149  /*      font-weight: bold;*/          margin: 4px;
150            min-width: 15em;
151            /* font-weight: bold; */
152  }  }
153    
154  #div_template_list a:hover {  #div_template_list a:hover, #div_css_list a:hover {
155          background-color: #ffffff;          background-color: #ffffff;
156          color: #000080;          color: #000080;
157  }  }
# Line 140  Line 162 
162          float: left;          float: left;
163  }  }
164    
   
165  .notice {  .notice {
166          color: #808080;          color: #808080;
167          font-size: 70%;          font-size: 70%;

Legend:
Removed from v.188  
changed lines
  Added in v.189

  ViewVC Help
Powered by ViewVC 1.1.26