/[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

Contents of /Webpacus/root/editor/editor.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 166 - (show annotations)
Sat Nov 26 20:21:59 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 1525 byte(s)
 r11166@llin:  dpavlin | 2005-11-26 21:16:19 +0100
 disable and style record navigation buttons

1 /* record browsing */
2
3 .navigation {
4 background: #e0e0e0;
5 padding: 0.5em;
6 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 {
36 display: inline;
37 padding: 3px 0.5em 3px 0.5em;
38 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 {
56 display: inline;
57 border: 2px solid #ffcc88;
58 float: right;
59 z-index: 10;
60 }
61
62 /* define editors */
63
64 #div_editors {
65 display: block;
66 background-color: #f0f0f0;
67 border: 1px solid #c0c0c0;
68 padding: 1em;
69 }
70
71 #div_template, #div_css {
72 position: relative;
73 display: block;
74 clear: left;
75 }
76
77 /* bar with buttons and status */
78 .edit_bar {
79 margin-top: 0.5em;
80 }
81
82 .notice {
83 color: #808080;
84 font-size: 70%;
85 }
86
87 /* define record */
88
89 #div_record {
90 display: block;
91 clear: left;
92 padding: 1em;
93 }
94

  ViewVC Help
Powered by ViewVC 1.1.26