-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMMM-Forum.css
95 lines (79 loc) · 1.34 KB
/
MMM-Forum.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
.MMM-Forum {
font-size: 0.75em;
text-align: center;
margin: 0;
padding: 0;
.solved::before {
content: "✔";
margin-right: 0.5ch;
}
.topic-title,
.title,
.teaser {
margin-bottom: -0.5em;
}
.teaser {
font-style: italic;
}
.info,
.user,
.category,
.time {
display: inline-block;
}
.info > div {
margin-right: 0.5ch;
font-size: smaller;
}
.user::before {
content: "– 𝪅";
margin-right: 0.5ch;
}
.user::after,
.time::after,
.message-time::after,
.category::after {
content: "–";
margin-left: 0.5ch;
}
.message-time::before {
content: "–";
margin-right: 0.5ch;
margin-top: -0.5em;
}
.category::before {
content: "▭";
margin-right: 0.5ch;
}
.update {
font-size: smaller;
font-style: italic;
}
.header {
font-size: large;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: dotted;
margin-top: 0.5em;
&::after,
&::before {
margin-left: 1ch;
margin-right: 1ch;
}
}
.topics-header::after,
.topics-header::before {
content: "🕮";
}
.notifications-header::after,
.notifications-header::before {
content: "🕯";
}
.messages-header::after,
.messages-header::before {
content: "🖂";
}
header {
margin-bottom: -0.15em;
}
}