-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
73 lines (60 loc) · 1.34 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.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;
}
.license-info {
font-family: Arial, sans-serif; /* Modern font */
font-size: 14px; /* Readable font size */
line-height: 1.5; /* Better line spacing */
}
.license-info a {
color: #0073e6; /* Link color */
text-decoration: none; /* Remove underline */
}
.license-info a:hover {
text-decoration: underline; /* Underline on hover */
}