/[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 167 by dpavlin, Sat Nov 26 21:11:41 2005 UTC revision 169 by dpavlin, Sat Nov 26 23:26:51 2005 UTC
# Line 21  Line 21 
21          color: #c0c0c0;          color: #c0c0c0;
22  }  }
23    
24    .navigation a:hover {
25            background-color: #ffffff;
26            color: #000080;
27    }
28            
29    
30  /*  /*
31  #div_record_nr {  #div_record_nr {
32          width: 5em;          width: 5em;
# Line 52  Line 58 
58          color: #000000;          color: #000000;
59  }  }
60    
61  #div_template_list {  .tab:hover {
62          display: inline;          background-color: #ffffff;
63          border: 2px solid #ffcc88;          color: #000080;
64          float: right;          border-top: 1px solid #c0c0c0;
65          font-size: 80%;          border-left: 1px solid #c0c0c0;
66            border-right: 1px solid #c0c0c0;
67  }  }
68    
69  /* define editors */  /* define editors */
# Line 66  Line 73 
73          background-color: #f0f0f0;          background-color: #f0f0f0;
74          border: 1px solid #c0c0c0;          border: 1px solid #c0c0c0;
75          padding: 1em;          padding: 1em;
76            overflow: hidden;
77    }
78    
79    #div_template_form, #div_css_form {
80            display: inline;
81            float: left;
82    }
83    
84    #div_template_list {
85            display: inline;
86            position: relative;
87            top: 0;
88            left: 0;
89            margin-left: 1em;
90    }
91    
92    #div_template_list {
93            margin: 0;
94            color: #000000;
95            margin-left: 1em;
96            font-size: 70%;
97    }
98    
99    #div_template_list li {
100            margin-left: 1em;
101            border: 1px solid #c0c0c0;
102            list-style-type: none;
103            overflow: hidden;
104            margin-bottom: 2px;
105    }
106    
107    #div_template_list a, #div_template_list:link, #div_template_list:visited {
108    
109            text-decoration: none;
110            background-color: #c0c0c0;
111            color: #ffffff;
112            display: block;
113            padding: 4px;
114    }
115    
116    #template_list_selected {
117            padding: 4px;
118    /*      font-weight: bold;*/
119    }
120    
121    #div_template_list a:hover {
122            background-color: #ffffff;
123            color: #000080;
124  }  }
125    
 /*  
126  #div_template, #div_css {  #div_template, #div_css {
127          position: relative;          position: relative;
128          display: block;          display: block;
129          clear: left;          float: left;
130  }  }
131  */  
132    
133  /* bar with buttons and status */  /* bar with buttons and status */
134  .edit_bar {  .edit_bar {

Legend:
Removed from v.167  
changed lines
  Added in v.169

  ViewVC Help
Powered by ViewVC 1.1.26