-
Notifications
You must be signed in to change notification settings - Fork 0
/
style-light.css
88 lines (82 loc) · 1.53 KB
/
style-light.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
body {
overflow-y: scroll;
max-width: max-content;
margin:auto;
}
#body {
max-width: 360px;
padding-bottom: 10px;
margin-top: 5px;
margin-bottom: 20px;
padding-left: 10px;
padding: 20px;
}
#title {
padding-left: 5px;
border-top-style: solid;
}
#menubar a {
color: white;
text-decoration: none;
}
#menubar {
border-bottom-style: solid;
border-left-style: solid;
border-right-style: solid;
border-width: 0.1px;
border-color: black;
padding: 10px;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 360px;
background-color: #f6f6f6;
}
.sortable {
margin: 0 auto;
padding: 10px;
}
.sortable td {
padding: 5px;
outline: solid 0.5px;
}
.blogpost-text{
text-align: justify;
}
.blogpost {
background-color: #f6f6f6;
margin: 5px;
border-color: grey;
border-style: solid;
border-radius: 10px;
padding: 10px;
padding-left: 20px;
padding-right: 20px;
}
.content{
padding-left: 5px;
padding-right: 5px;
}
#support {
border-style: solid;
border-color: black;
text-align: center;
width: fit-content;
margin-top: 20px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
max-width: max-content;
margin:auto;
}
code {
margin-top: 15px;
margin-bottom: 15px;
padding: 10px;
background-color: #141414;
color: white;
display: block;
border-radius: 10px;
text-shadow: 5px 5px 5px black, -2px -2px 2px #212121;
}