-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
97 lines (82 loc) · 1.5 KB
/
style.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
/*
Project by Zua
https://github.com/thatziv/webhook
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
* {
text-align: center;
font-family: 'Roboto Condensed', sans-serif;
}
body {
background: #252424;
}
#container {
margin-top: 80px;
margin: auto;
margin-right: 25px;
margin-left: 25px;
box-shadow: 7px 7px #0000006c;
background: rgb(85, 85, 85);
padding: 25px;
}
#header {
text-align: center;
margin-top: 47px;
margin: auto;
font-size: 39px;
color: white;
}
#footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 10px;
background-color: rgba(0, 0, 0, 0.37);
color: white;
text-align: center;
}
.center-align {
text-align: center;
}
p {
font-size: 27px;
}
a, a:visited {
color: rgb(129, 129, 129)
}
#link, #username, #content, #avatar {
font-size: 25px;
background-color: #4e4e4e;
width: 75%;
padding: 20px;
border: 2px solid #000000c9;
}
#btn {
width: 35%;
font-size: 25px;
margin-top: 25px;
padding: 17px;
background-color: #1d6e6e;
border: 2px solid #000000c9;
}
#btn:hover {
background-color: #365a3f;
}
#cds {
width: 35%;
font-size: 25px;
margin-top: 25px;
padding: 17px;
background-color: #1d6e6e;
border: 2px solid #000000c9;
}
#cds:hover {
background-color: #365a3f;
}
#log {
text-align: center;
width: 5%;
background-color: rgb(110, 255, 43);
color: green;
}