-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathhelppage.css
109 lines (101 loc) · 1.74 KB
/
helppage.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
@@ -3,13 +3,28 @@ body .first {
background-size: cover;
background-repeat: no-repeat;
}
#topmenu{
display:flex;
justify-content: space-between;
padding:auto 10px;
margin:0;
height: 60px;
}
input[placeholder] {
font-size: 0.8em;
}
.button {
border-radius: 10px;
}
.part{
border-radius: 10px;
}
.lgin{
display:none;
cursor: pointer;
}
.transparent {
background-color: transparent !important;
border-radius: 10px;
@@ -34,50 +49,18 @@ img {
width: 16px;
padding: 10px;
}
@media (min-width: 576px) {
.bor {
border-radius: 0;
}
#page{
margin:0;
}
@media (min-width: 768px) {
.bor {
border-radius: 10px;
}
.html {
overflow: hidden;
}
#arti{
margin:0;
padding:0;
}
#signUpLink{
border-radius: 10px 0 0 0;
}
#signInLink{
border-radius: 0 10px 0 0;
}
.bg {
background-color: rgb(38, 155, 120);
@@ -89,3 +72,47 @@ img {
height: 20px;
width: 20px;
}
@media only screen and (max-width: 768px) {
#mnu{
display:inline;
cursor: pointer;
}
.part{
display:none;
width:100%;
align-self: center;
}
.intro{
font-size:20px;
text-align: center;
}
#arti{
font-size:15px;
font-style: italic;
}
.pli{
text-align: center;
text-decoration: none;
}
#topmenu{margin:0;}
.container-fluid{
height:100px;
/* padding: 0; */
}
.appear{
display:block;
}
.hell{
display: none;
}
/* #signIn{
width:100%;
} */
.lgin{
display:inline;
}
}