-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
58 lines (48 loc) · 986 Bytes
/
styles.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
.tm-img-fluid {
max-height: 600px;
max-width: 600px;
}
.tm-rounded {
border-radius: .25rem !important;
}
.flex-container {
display: flex;
}
#topomojo-markdown {
margin-top: 10px;
}
#topomojo-markdown table {
border-collapse: collapse;
}
#topomojo-markdown table td,
#topomojo-markdown table th {
border: 1px solid #ddd;
padding: 8px;
}
#topomojo-markdown table tr:nth-child(even) {
background-color: #f2f2f2;
}
#topomojo-markdown table tr:hover {
background-color: #ddd;
}
#topomojo-markdown table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #f5f5f5;
color: black;
}
.notification-box {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 0 solid transparent;
border-radius: .5rem;
max-width: 300px;
word-wrap: break-word;
}
.notification-style {
color: #00434e;
background-color: #cce6ea;
border-color: #b8dce2;
}