-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.css
86 lines (84 loc) · 1.35 KB
/
sample.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
body {
background-color: white
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
li {
float: right;
text-align: center;
}
a {
display: block;
padding: 8px;
text-decoration: none;
color: black !important ;
}
.blue-button {
background-color: blue;
color: white;
margin-top: 4px;
height: 28px;
border: 0px;
border-radius: 2px;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
}
.first {
position: fixed;
top: 30%;
left: 30%;
display: block;
text-align: center;
}
.first input {
display: block;
width: 600px;
height: 40px;
margin-top: 30px;
border: 1px solid #dfe1e5;
border-radius: 50px;
}
.first p a {
display: inline-block !important;
color: blue !important;
}
.left {
float: left;
padding-left: 17px;
}
.left a {
color: gray !important;
}
.onmyown {
color: gray !important;
padding-left: 22px;
height: 40px;
background-color: #f2f2f2;
border: 1px solid #e4e4e4;
vertical-align: middle;
}
.leftright {
display: inline-block;
width: 100%;
background-color: #f2f2f2;
height: 40px;
}
.right {
float: right;
margin-right: 30px;
}
.right a {
color: gray !important;
}
.ade button {
margin: 11px 4px 4px 11px;
padding: 10px 5px 10px 5px;
border: 0px;
border-radius: 2px;
}