-
Notifications
You must be signed in to change notification settings - Fork 0
/
StyleSheetcommon.css
80 lines (69 loc) · 1.48 KB
/
StyleSheetcommon.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
html{
height:100%;
}
body {
background-attachment: fixed;
background-image:url("images/bgg.jpg");
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.Logo {
font-size: 100px;
font-family: 'Trebuchet MS',monospace;
font-style: normal;
font-weight: 900;
display: inline-block;
color: #ff4930;
margin-left:45%;
}
.button {
background-color: #EE3824;
cursor: pointer;
border: none;
border-radius: 2px;
color: white;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
font-variant: small-caps;
transition-duration: 0.4s;
}
.button:hover {
background-color: #dd3913;
}
#del{
font-size: 18px;
color: white;
font-weight: 500;
}
/* account page*/
#Buttondelete {
display:inline;
font-size:18px;
}
.dip {
background-color: hsla(0,100%,0%,0.2);
border: none;
height: auto;
margin: 10px auto 0;
width: auto;
margin-left: 350px; /* Same as the width of the sidenav */
font-size: 28px; /* Increased text to enable scrolling */
padding:20px 90px;
}
/* ALL THEM LABELS */
.message {
font-size: 18px;
color: white;
font-weight: 500;
margin: 0;
}
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
#Button1, #Button2, #Button3 {
font-size: 18px;
}
}