/[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 137 by dpavlin, Thu Nov 24 22:29:39 2005 UTC revision 165 by dpavlin, Sat Nov 26 20:21:54 2005 UTC
# Line 1  Line 1 
1  #div_css {  #div_editor_toolbar {
2          display: block;          margin-top: 0.5em;
3  }  }
4    
5  #div_editor_toolbar a {  #div_editor_toolbar a {
6          display: inline;          display: inline;
7          background-color: #c0c0c0;          padding: 3px 0.5em 3px 0.5em;
         padding: 1px;  
8          text-decoration: none;          text-decoration: none;
9            -moz-border-radius-topleft: 1.5em;
10            -moz-border-radius-topright: 1.5em;
11    }
12    .tab, .tab:link, .tab:visited  {
13            background-color: #c0c0c0;
14            color: #ffffff;
15    }
16    
17    .tab_selected, .tab_selected:link, .tab_selected:visited {
18            background-color: #f0f0f0;
19            border-top: 1px solid #c0c0c0;
20            border-left: 1px solid #c0c0c0;
21            border-right: 1px solid #c0c0c0;
22            color: #000000;
23  }  }
24    
25  #div_template_list {  #div_template_list {
# Line 16  Line 29 
29          z-index: 10;          z-index: 10;
30  }  }
31    
32    /* define editors */
33    
34  #div_editors {  #div_editors {
35          display: block;          display: block;
36            background-color: #f0f0f0;
37            border: 1px solid #c0c0c0;
38            padding: 1em;
39  }  }
40    
41  #div_template, #div_css {  #div_template, #div_css {
# Line 26  Line 44 
44          clear: left;          clear: left;
45  }  }
46    
47  #div_record {  /* bar with buttons and status */
48          display: block;  .edit_bar {
49          clear: left;          margin-top: 0.5em;
50  }  }
51    
52  .notice {  .notice {
# Line 36  Line 54 
54          font-size: 70%;          font-size: 70%;
55  }  }
56    
57  .template_form {  /* define record */
58          background-color: #e0e0ff;  
59  }  #div_record {
60  .css_form {          display: block;
61          border-color: #ffffe0;          clear: left;
62            padding: 1em;
63  }  }
64    
65    /* record browsing */
66    
67    .navigation {
68            background: #e0e0e0;
69            padding: 0.5em;
70            display: block;
71    }

Legend:
Removed from v.137  
changed lines
  Added in v.165

  ViewVC Help
Powered by ViewVC 1.1.26