-
Notifications
You must be signed in to change notification settings - Fork 1
/
addactor.css
157 lines (140 loc) · 2.82 KB
/
addactor.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
.container, body{
background: none repeat scroll 0% 0% #ECECEC;
width: 100%;
height: 100%;
}.showid{
display:none;
}
.heading{
width: 98%;
height: 70px;
border-radius: 3px;
border: 1px solid #E0E3E9;
background: none repeat scroll 0% 0% #EFEFEF;
margin: auto;
}
.heading h1{
width: 79.8%;
height: 100%;
margin: auto;
padding-top: 20px;
color: #3498DB;
font-size: 30px;
font: verdana, arial;
}
.about{
height: 150px;
}
/*
* This Section only affects the form part of the profile page
*/
.form {
height: 1200px;padding-bottom: 40px;
width: 65%;
margin: auto;
margin-top: 20px;
border-radius: 3px;
border: 1px solid #E0E3E9;
background: none repeat scroll 0% 0% #FFF;
}
.form_header{
padding: 22.5px;
text-rendering: optimizelegibility;
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
border-bottom: 1px solid #EFF3FA;
}
.form-heading {
font-size: 23px;
font-weight: 600;
}
.profile_description{
color: #7F919E;
font-size: 15px;
margin-top: 2px;
}
.form_content{
padding: 22.5px 22.5px 30px;
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
width: 70%;
margin: auto;
}
.fieldset {
margin-top: 15px;
}
label {
padding-bottom: 0px;
}
label {
padding-right: 15px;
padding-bottom: 5px;
padding-top: 6px;
font-weight: 600;
}
label {
color: #7F919E;
}
input[type="text"],input[type="file"],.gender{
width: 100%;
margin-bottom: 10px;
border: medium none;
background: none repeat scroll 0% 0% #E2E2E2;
font-size: 1.05em;
color: #022F70;
}
input[type="text"],.gender{
border-radius: 2px;
transition: all 0.2s ease 0s;
background: none repeat scroll 0% 0% #FCFCFC;
font-size: 0.75rem;
outline: medium none;
padding: 8px;
box-shadow: none;
}
input[type="file"]{
border-radius: 2px;
transition: all 0.2s ease 0s;
background: none repeat scroll 0% 0% #FCFCFC;
font-size: 0.75rem;
outline: medium none;
padding: 8px;
box-shadow: none;
}
input[type="submit"] {
width: 20%;
margin: auto;
margin-top: 4px;
border: medium none;
height: 38px;
}
input[type="submit"], button[type="submit"] {
border-radius: 2px;
background-color: #3498DB;
border: medium none;
color: #FFF;
outline: medium none;
padding: 6px;
}
#footer{
margin-top: 50px;
background-color: #161616;
border-top: 2px solid #9AA5AD;
height: 48px;
text-align: right;
position: absolute;
left: 0;
margin-bottom: 0;
width: 100%;
}
#footer a{
padding-right: 5px;
text-decoration: none;
font-family: monospace;
font-size: 0.8em;
color: #FFF;
}
#footer a:hover{
color: #4364DA;
}
.footer{
width: 80%;
}