/[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 138 by dpavlin, Thu Nov 24 22:29:44 2005 UTC revision 164 by dpavlin, Sat Nov 26 20:21:49 2005 UTC
# Line 2  Line 2 
2          display: block;          display: block;
3  }  }
4    
5    #div_editor_toolbar {
6            margin-top: 0.5em;
7    }
8    
9  #div_editor_toolbar a {  #div_editor_toolbar a {
10          display: inline;          display: inline;
11          background-color: #c0c0c0;          padding: 3px 0.5em 3px 0.5em;
         padding: 1px;  
12          text-decoration: none;          text-decoration: none;
13            -moz-border-radius-topleft: 1.5em;
14            -moz-border-radius-topright: 1.5em;
15    }
16    .tab, .tab:link, .tab:visited  {
17            background-color: #c0c0c0;
18            color: #ffffff;
19    }
20    
21    .tab_selected, .tab_selected:link, .tab_selected:visited {
22            background-color: #f0f0f0;
23            border-top: 1px solid #c0c0c0;
24            border-left: 1px solid #c0c0c0;
25            border-right: 1px solid #c0c0c0;
26            color: #000000;
27  }  }
28    
29  #div_template_list {  #div_template_list {
# Line 18  Line 35 
35    
36  #div_editors {  #div_editors {
37          display: block;          display: block;
38            background-color: #f0f0f0;
39            border: 1px solid #c0c0c0;
40            padding: 1em;
41  }  }
42    
43  #div_template, #div_css {  #div_template, #div_css {
# Line 29  Line 49 
49  #div_record {  #div_record {
50          display: block;          display: block;
51          clear: left;          clear: left;
52            margin-top: 1em;
53            border-top: 1px solid #e0e0e0;
54            padding: 1em;
55  }  }
56    
57  .notice {  .notice {
# Line 36  Line 59 
59          font-size: 70%;          font-size: 70%;
60  }  }
61    
 .template_form {  
         background-color: #e0e0ff;  
 }  
 .css_form {  
         border-color: #ffffe0;  
 }  
   
62  .navigation {  .navigation {
63          background: #e0e0e0;          background: #e0e0e0;
64          padding: 0.5em;          padding: 0.5em;

Legend:
Removed from v.138  
changed lines
  Added in v.164

  ViewVC Help
Powered by ViewVC 1.1.26