/[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 167 - (show annotations)
Sat Nov 26 21:11:41 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 1534 byte(s)
 r11170@llin:  dpavlin | 2005-11-26 22:13:58 +0100
 implemented template list and switching

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 font-size: 80%;
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 /*
72 #div_template, #div_css {
73 position: relative;
74 display: block;
75 clear: left;
76 }
77 */
78
79 /* bar with buttons and status */
80 .edit_bar {
81 margin-top: 0.5em;
82 }
83
84 .notice {
85 color: #808080;
86 font-size: 70%;
87 }
88
89 /* define record */
90
91 #div_record {
92 display: block;
93 clear: left;
94 padding: 1em;
95 }
96

  ViewVC Help
Powered by ViewVC 1.1.26