source: trunk/gsdl3/extensions/gsdl-as/web/form.css@ 8724

Last change on this file since 8724 was 8724, checked in by schweer, 19 years ago

wizard for creating subscriptions: saving state works

  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1@import url("default.css");
2
3form {
4 margin: 10px 0px;
5 border: 1px dashed gray;
6 border-left: 10px solid #9CBE9C;
7 padding: 2px;
8 padding-left: 8px;
9 width: auto;
10 background-color: #DCDCDC;
11}
12
13td, th {
14 padding: 0px 5px;
15}
16
17thead tr {
18 background-color: #CCCCCC;
19}
20
21tr.even {
22 background-color: #CCCCCC;
23}
24
25.explanation {
26 font-size: small;
27}
28
29#progress {
30 font-size: x-small;
31 border: 0px solid black;
32 width: 80%;
33 margin: 5px auto;
34}
35
36#progress td {
37 width: 25%;
38 vertical-align: top;
39 text-align: center;
40 color: #555;
41 border-top: 10px solid #CCC;
42}
43
44#progress td.completed {
45 border-top-color: #9CBE9C;
46 color: #000;
47}
48
49#progress td.current {
50 background-color: #F0E68C;
51 font-style: italic;
52 color: #000;
53}
54
55table.subscription {
56 font-size: small;
57}
58
59.rssbutton {
60 background: #ff6600;
61 color: #ffffff;
62 border-left: 1px solid #cc9966;
63 border-top: 1px solid #ccaa99;
64 border-right: 1px solid #993300;
65 border-bottom: 1px solid #331100;
66 padding: 0px 0.5em 0px 0.5em;
67 font-family: helvetica, arial, sans-serif;
68 font-weight: bold;
69 font-size: xx-small;
70 margin-top: 1em;
71}
72
Note: See TracBrowser for help on using the repository browser.