-
Notifications
You must be signed in to change notification settings - Fork 10
/
feedback.css
102 lines (97 loc) · 1.92 KB
/
feedback.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
body {
background-color: #F5FBFF;
background-image: url("registration4.jpg");
background-repeat: no-repeat;
background-position: 922px 480px;
}
#toppara
{
position: relative;
top: 60px;
margin-left:160px;
margin-right: 180px;
font-size: 22px;
font-family: 'Droid Sans',sans-serif;
font-style: italic;
letter-spacing: 0.5px;
z-index:-1;
border: 3px solid #5B2C6F;
padding: 20px;
}
.formcss fieldset {
position: relative;
top: 90px;
margin-left: 20px;
margin-right: 36%;
border: 2px solid ;
font-family: Tahoma;
letter-spacing: 1px;
font-size: 18px;
background-color: #E6F5FF;
border-radius: 3px;
}
.formcss fieldset input[type="text"],input[type="email"],input[type="password"],input[list],input[type="number"]
{
padding: 3.5px;
border: 2px solid #2874A6;
font-family: Arial;
border-radius: 2px;
}
.formcss fieldset span
{
color: #E74C3C;
font-size: 12px;
font-family: "Droid Sans",sans-serif;
}
.formcss fieldset input[type="submit"],input[type="reset"]
{
padding: 5px;
font-family: Tahoma;
border: 2px solid #5DADE2;
font-size: 18px;
border-radius: 2px;
background-color: #AED6F1;
transition: background-color 0.1s linear;
}
.formcss fieldset input[type="submit"]:hover,input[type="reset"]:hover
{
cursor: pointer;
background-color: #D6EAF8;
color: #641E16;/*#4A235A;*/
}
.formcss textarea
{
border: 2px solid #2874A6;
font-family: Arial;
border-radius: 2px;
}
div#footer, div#footer a {
background-color: #003375;
min-width: 40%;
width: 100%;
position: relative;
left: 0px;
right: 0px;
color: #DCFFFE;
font-size: 14px;
font-family: "Droid Sans", sans-serif;
letter-spacing: 2px;
overflow: auto;
text-decoration: none;
}
div#footer ul#credits {
list-style-type: circle;
color: #DCFFFE;
}
div#footer span#footright1 {
margin-left: 85%;
font-size: 19px;
position: absolute;
top: 50%;
}
div#footer span#footright2 {
margin-left: 85%;
font-size: 14px;
position: absolute;
top: 65%;
}