-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
109 lines (102 loc) · 2.17 KB
/
style.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
/* POSITIONING */
.topcorner{
position:absolute;
top:20px;
right:30px;
font-size: large;
}
.qbox {
position: absolute;
top: 25%;
width: 100%;
text-align: center;
}
.topleftc{
position:absolute;
top:175px;
text-indent: 50px;
}
.midright {
position:relative;
left:25px;
}
/*FEATURE STYLING */
#impic {
color: #4285f4;
font: 16px/16px roboto-regular, arial, sans-serif;
white-space: nowrap;
text-align: center;
}
.commfont {
font-family: arial,sans-serif;
}
.fname {
background: #fff;
border: 1px solid #d9d9d9;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
border-top: 1px solid #c0c0c0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #000;
font-family: arial, sans-serif;
font-size: 13px;
font-weight: normal;
margin: 0;
outline: 0;
padding: 4px;
}
.fname:focus {
border: 1px solid #4d90fe;
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
}
#as_button {
box-shadow: none;
background-color: #4d90fe;
background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
border: 1px solid #3079ed;
color: #fff;
border-radius: 2px;
cursor: default;
font-size: 18px;
font-weight: bold;
text-align: right;
white-space: nowrap;
outline: 0;
line-height: 1.6;
}
input[type="text"] {
background: #fff;
border: 1px solid #d9d9d9;
border-radius: 30px;
border-top: 1px solid #c0c0c0;
box-sizing: border-box;
color: #000;
font-family: arial, sans-serif;
font-size: 13px;
font-weight: normal;
margin: 0px;
outline: 0;
padding: 15px;
width: 400px;
height: 30px;
box-shadow: 0 1px 2px #DDDDDD;
}
input[type="text"]:hover {
box-shadow: 0 1px 2px #B3B3B3;
}
input[type="submit"] {
margin: 25px;
background-color: white;
font-family: arial, sans-serif;
border-color: white;
color:black;
box-shadow: white;
}
input[type="submit"]:hover {
box-shadow: 0 1px 2px #b3b3b3;
}