-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_style.css
More file actions
96 lines (88 loc) · 1.47 KB
/
index_style.css
File metadata and controls
96 lines (88 loc) · 1.47 KB
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
<style>
.mainstyle {
font-family: serif;
color: #AFF35C;
font-size: 45px;
text-align: center;
font-weight: 300;
}
.login {
position: absolute;
z-index: 15;
top: 25%;
left: 50%;
margin: -100px 0 0 -150px;
width: 390px;
height: 212px;
border: solid;
border-radius: 20px;
border-width: 1.3px;
border-spacing: 50;
background-color: white;
}
hr {
display: block;
margin-top: 19.5em;
margin-bottom: 0.5em;
margin-left: 25em;
margin-right: 20em;
border-style: inset;
border-width: 2px;
}
.login2 {
position: absolute;
z-index: 15;
top: 60%;
left: 50%;
margin: -100px 0 0 -150px;
width: 390px;
height: 280px;
border: solid;
border-radius: 20px;
border-width: 1.3px;
border-spacing: 40;
background-color: white;
}
body {
background-image: url(bck.jpg);
line-height: 2;
}
}
.loginstyle {
color: #E0FCBF;
text-align: center;
font-size: 20;
}
#form1 {
color: #F655B0;
text-align: center;
}
#form2 {
color: #F655B0;
text-align: center;
}
.logup {
color: #AFF35C;
text-align: center;
font-size: 25;
font-weight: 150;
font-family: serif;
font-variant: small-caps;
}
.loginbutton {
-webkit-border-radius: 22;
-moz-border-radius: 22;
border-radius: 22px;
font-family: Georgia;
color: #ffffff;
font-size: 10px;
background: #d93434;
padding: 10px 20px 10px 20px;
border: solid #1f628d 2px;
text-decoration: none;
}
.loginbutton:hover {
background: #07ed5f;
text-decoration: none;
}
</style>