-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles_e.css
117 lines (117 loc) · 2.37 KB
/
styles_e.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
body {
background-color: rgb(105, 174, 201);
margin-bottom: 50px;
}
.body {
margin-left: 280px;
margin-right: 100px;
background-color: rgb(78, 226, 226);
margin-bottom: 30px;
border-radius: 10px;
}
.head {
text-align: center;
border-radius: 5px;
background-color: black;
color: white;
padding: 10px;
margin: 10px;
}
.show, .fading, .slide, .animation, .stop, .callback, .chaining {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: center;
}
button {
height: 30px;
width: 200px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
background-color: blue;
border: 1px solid blue;
color: white;
cursor: pointer;
border-radius: 7px;
margin: 5px;
text-transform: uppercase;
}
header {
margin-left: -30px;
}
li {
margin: 5px;
font-size: medium;
font-weight: 500px;
background-color: rgb(129, 129, 163);
padding: 7px;
display: block;
cursor: e-resize;
}
ul {
display: inline-block;
position: fixed;
}
a {
text-decoration: none;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: large;
font-weight: 200px;
}
.f1, .f2, .f3 {
height: 80px;
width: 80px;
display: none;
text-align: center;
}
.anim, .anim2, .anim3, .anim4 {
height: 80px;
width: 80px;
text-align: center;
position: absolute;
}
.slidd, .slidu, .slidt, .back, .chain2 {
padding: 5px;
margin-left: 60px;
margin-right: 60px;
text-align: center;
background-color: rgb(163, 163, 163);
border: 1px solid rgb(77, 75, 75);
border-radius: 5px;
}
.stp2 {
padding: 5px;
display: none;
margin: 30px;
padding: 50px;
font-size: 18px;
text-align: center;
background-color: rgb(163, 163, 163);
border: solid 1px #666;
border-radius: 6px;
}
a.top, a.next {
background-color: red;
color: white;
height: 34px;
width: 100px;
border-radius: 14px;
text-decoration: none;
border: 0.001px solid red;
padding-left: 40px;
padding-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
}
a.top {
margin-left: 300px;
margin-top: 40px;
}
a.next {
margin-left: 613px;
}
hr {
color: black;
margin: 10px;
height: 3px;
background-color: white;
border-radius: 5px;
}