Tagging module www-register-wizard - www-register-wizard-4.3-0
[www-register-wizard.git] / rounded.css
1
2 div.rounded {
3  margin: 0pt auto;
4  width: 200px;
5  background-color: rgb(153, 170, 187);
6  font-family: Georgia;
7  font-variant: small-caps;
8  font-weight: bold;
9  font-size: 2em;
10  line-height: 4em;
11  font-size-adjust: none;
12  font-stretch: normal;
13  color: rgb(255, 255, 255);
14  text-align: center
15 }
16
17 div.plroundedconfirm {
18   margin: 0pt auto;
19   width: 700px;
20   background-color: #ddeeee;
21   font-family: Georgia;
22   /*font-variant: small-caps;*/
23   /*font-weight: bold;*/
24   /*font-size: 2em;*/
25   /*line-height: 2em;*/
26   font-size-adjust: none;
27   font-stretch: normal;
28   color: rgb(0, 0, 0);
29   text-align: left; 
30  }
31
32 div.plroundedupdate {
33   margin: 0pt auto;
34   width: 700px;
35   background-color: #ddeedd;
36   font-family: Georgia;
37   /*font-variant: small-caps;*/
38   /*font-weight: bold;*/
39   /*font-size: 2em;*/
40   /*line-height: 2em;*/
41   font-size-adjust: none;
42   font-stretch: normal;
43   color: rgb(0, 0, 0);
44   text-align: left; 
45  }
46
47 div.plroundedwhite {
48   margin: 5px auto;
49   width: 670px;
50   background-color: #ffffff;
51   /*font-variant: small-caps;*/
52   /*font-weight: bold;*/
53   /*font-size: 2em;*/
54   /*line-height: 2em;*/
55   font-size-adjust: none;
56   font-stretch: normal;
57   color: rgb(0, 0, 0);
58   text-align: left; 
59  }