css style
[myslice.git] / portal / static / css / register.css
1 #commentForm {
2     
3     margin:0 auto;
4     width:800px;
5     padding:10px;
6     font-size:12pt;
7     overflow:auto;
8     }    
9 input {
10         /*border:2px solid #456879;*/
11         height: 22px;
12         width: 200px;
13         /* font-size: 10px; */
14     }    
15 label { 
16         float: left;
17         font-weight: bold;
18         text-align: right;
19         margin-right: 20px;
20         width: 200px;
21         display: inline-block;
22         
23 }
24 .OneLabTitle{
25     padding-top: 12px;
26     background-color: #C1DAD7;
27     border: 1px solid #61210B;
28     text-align: center;
29 }
30 .fed4fireTitle{
31     padding-top: 12px;
32     background-color: orange; 
33     border: 1px solid #61210B;
34     text-align: center;
35 }
36
37 label.error { float: none; color: red; padding-left: .5em; vertical-align: top; font-size: 12px; }
38
39 p {
40 /*border-bottom:1px solid #B7DDF2;*/
41 color:#666666;
42 /* font-size:10px; */
43 /* margin-bottom:20px; */
44 /* padding-bottom:10px; */
45 }
46
47
48
49 legend {
50     position: relative;
51     top: -2px;
52     background: cornsilk;
53     padding: 10px 100px;
54     border: 2px groove threedface;
55     border-top: none;
56     box-shadow: inset 0 -5px 5px rgba(0,0,0,.2);
57     text-shadow: 1px 1px 2px rgba(0,0,0,.3);
58     font-weight: bold;
59     font-size: 25px;
60     margin-left: 90px;
61 }
62
63 textarea:focus, input:focus {
64     border: 2px solid #900;
65 }
66
67 .required{
68 font-size:12pt;
69 }
70 .submit {
71 /* float:right; */
72 text-align: center;
73 margin-top: 15px;
74 margin-left: 250px;
75 }
76 .field {
77 padding:10px;
78 }
79 .hint{
80     display:none;
81     }
82 .field:hover .hint {
83     position: absolute;
84     display: block;
85     margin: -30px 0 0 455px;
86     color: #FFFFFF;
87     padding: 7px 10px;
88     background: rgba(0, 0, 0, 0.6);
89  
90     -moz-border-radius: 7px;
91     -webkit-border-radius: 7px;
92     border-radius: 7px;
93     }
94     
95
96     
97