projects/genea/out/css/field.css
1.
.titlelist {
2.
    color:red;
3.
}
4.
.titleedit {
5.
    color:black !important;
6.
    font-size:120%;
7.
    font-weight: bold;
8.
}
9.
 
10.
.formedit {
11.
 
12.
    txext-align: center;
13.
}
14.
 
15.
.formtable {
16.
 
17.
   xborder : 1px solid black;
18.
   xtext-align: center;
19.
   width: 50%;
20.
   margin: auto;
21.
 
22.
}
23.
 
24.
.formbutton {
25.
    
26.
  color : white;
27.
  text-decoration: none;
28.
  font-size:14px;
29.
 
30.
  /* remove default behavior */
31.
  appearance:none;
32.
  -webkit-appearance:none;
33.
 
34.
  /* usual styles */
35.
  padding:10px;
36.
  border:none;
37.
  background-color:#3F51B5;
38.
  color:#fff;
39.
  font-weight:600;
40.
  border-radius:5px;
41.
  xwidth:100%;
42.
 
43.
  box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
44.
 
45.
  cursor : pointer;
46.
 
47.
  margin-right:10px;
48.
}
49.
 
50.
.formbutton a {
51.
    color: white; 
52.
    text-decoration: none;
53.
}
54.
 
55.
.formbutton a:hover {
56.
  
57.
  color: white;
58.
  text-decoration: none;
59.
  font-size:14px;
60.
}
61.
 
62.
.editmessageError {
63.
    padding: 0;
64.
    width:100%;
65.
    color:red;
66.
    margin:0;
67.
    xtext-align:right;
68.
    font-size:100% !important;
69.
    font-weight: normal;
70.
}
71.
.editmessageInfo {
72.
    padding: 0;
73.
    width:100%;
74.
    color:green;
75.
    margin:0;
76.
    xtext-align:right;
77.
    xfloat: right;
78.
    font-size:100% !important;
79.
    font-weight: normal;
80.
}
81.
 
82.
 
83.
.linkbutton {
84.
    
85.
  color : white;
86.
  text-decoration: none;
87.
  font-size:14px;
88.
 
89.
  /* remove default behavior */
90.
  appearance:none;
91.
  -webkit-appearance:none;
92.
 
93.
  /* usual styles */
94.
  padding:5px;
95.
  border:none;
96.
  background-color:#3F51B5;
97.
  color:#fff;
98.
  font-weight:600;
99.
  border-radius:5px;
100.
  width:100%;
101.
 
102.
  box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
103.
 
104.
  margin-right:10px;
105.
}
106.
 
107.
.linkbutton a {
108.
    color: white; 
109.
    text-decoration: none;
110.
}
111.
 
112.
.linkbutton a:visited {
113.
  color: white;
114.
  text-decoration: none;
115.
  font-size:14px;
116.
}
117.
 
118.
.linkbutton a:hover {
119.
  color: white;
120.
  text-decoration: none;
121.
  font-size:14px;
122.
}
123.
 
124.
.linkbutton a:active {
125.
  color: white;
126.
  text-decoration: none;
127.
  font-size:14px;
128.
}
129.