/[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 166 by dpavlin, Sat Nov 26 20:21:59 2005 UTC
# Line 1  Line 1 
1  #div_css {  /* record browsing */
2    
3    .navigation {
4            background: #e0e0e0;
5            padding: 0.5em;
6          display: block;          display: block;
7  }  }
8    
9    .navigation a, .navigation:link, .navigation:visited {
10            color: #000000;
11            text-decoration: none;
12            background-color: #f0f0f0;
13            border: 1px solid #c0c0c0;
14            padding: 0.2em 0.5em 0.2em 0.4em;
15            -moz-border-radius: 1.5em;
16    }
17    
18    .nav_disable, .nav_disable:link, .nav_disable:visited {
19            background-color: #e0e0e0;
20            border: 1px solid #c0c0c0;
21            color: #c0c0c0;
22    }
23    
24    /*
25    #div_record_nr {
26            width: 5em;
27            border: 1px solid #ff0000;
28    }
29    */
30    
31    #div_editor_toolbar {
32            margin-top: 0.5em;
33    }
34    
35  #div_editor_toolbar a {  #div_editor_toolbar a {
36          display: inline;          display: inline;
37          background-color: #c0c0c0;          padding: 3px 0.5em 3px 0.5em;
         padding: 1px;  
38          text-decoration: none;          text-decoration: none;
39            -moz-border-radius-topleft: 1.5em;
40            -moz-border-radius-topright: 1.5em;
41    }
42    .tab, .tab:link, .tab:visited  {
43            background-color: #c0c0c0;
44            color: #ffffff;
45    }
46    
47    .tab_selected, .tab_selected:link, .tab_selected:visited {
48            background-color: #f0f0f0;
49            border-top: 1px solid #c0c0c0;
50            border-left: 1px solid #c0c0c0;
51            border-right: 1px solid #c0c0c0;
52            color: #000000;
53  }  }
54    
55  #div_template_list {  #div_template_list {
# Line 16  Line 59 
59          z-index: 10;          z-index: 10;
60  }  }
61    
62    /* define editors */
63    
64  #div_editors {  #div_editors {
65          display: block;          display: block;
66            background-color: #f0f0f0;
67            border: 1px solid #c0c0c0;
68            padding: 1em;
69  }  }
70    
71  #div_template, #div_css {  #div_template, #div_css {
# Line 26  Line 74 
74          clear: left;          clear: left;
75  }  }
76    
77  #div_record {  /* bar with buttons and status */
78          display: block;  .edit_bar {
79          clear: left;          margin-top: 0.5em;
80  }  }
81    
82  .notice {  .notice {
# Line 36  Line 84 
84          font-size: 70%;          font-size: 70%;
85  }  }
86    
87  .template_form {  /* define record */
88          background-color: #e0e0ff;  
89  }  #div_record {
90  .css_form {          display: block;
91          border-color: #ffffe0;          clear: left;
92            padding: 1em;
93  }  }
94    

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

  ViewVC Help
Powered by ViewVC 1.1.26