-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
124 lines (109 loc) · 2.1 KB
/
Copy pathstyles.css
File metadata and controls
124 lines (109 loc) · 2.1 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
/* css styles */
main.content a {
text-decoration: none;
/*color: rgb(0, 171, 238);
color: rgb(0, 153, 0);
color: #93C54B;*/
color: #88b844;
}
main.content a:hover {
text-decoration: underline;
}
div.math {
background-color: #F0F0F0;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: 0.7em;
padding-right: 0.7em;
margin-left: -0.7em;
margin-right: -0.7em;
margin-bottom: 1rem;
}
div.math > p {
margin: 0;
}
div.thm {
border-left: 4px solid #D6898E;
}
div.conj {
border-left: 4px solid #D6898E;
}
div.def {
border-left: 4px solid #57c1ae;
}
div.rem {
border-left: 4px solid #b1b1b1;
}
div.abstract {
border-left: 6px solid #e8e8e8;
/*border-bottom: 6px solid #e8e8e8;*/
padding-top: 0.3em;
padding-bottom: 0.3em;
padding-left: 1em;
padding-right: 0.8em;
margin-left: -1em;
margin-right: -0.8em;
margin-top: -1rem;
margin-bottom: 1rem;
font-style: italic;
}
div.abstract > p {
margin: 0;
}
hr.extend {
margin-top: 1.5em;
margin-bottom: 1.5em;
margin-left: -.5em;
margin-right: -.5em;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.quarto-grid-item .card-title {
margin-bottom: 0.75em;
opacity: 100%;
}
.quarto-grid-item .card-text {
font-size: .9em;
opacity: 100%;
}
.quarto-post {
padding-bottom: 0.5em;
margin-bottom: 0.5em;
}
span.comingsoon {
opacity: 35%
}
span.dropdown-text {
text-transform: none;
font-size: 15px;
font-weight: 300;
padding-top: 0.4rem;
padding-bottom: 0.4rem;
padding-right: 0.35rem;
padding-left: 0.35rem;
}
.dropdown-menu {
border-radius: 0px;
border-width: 1.5pt;
background-color: hsl(0, 0%, 98%);
border-color: #343A40;
--bs-dropdown-link-hover-bg: hsl(0, 0%, 90%);
}
.dropdown-item {
color: #343A40;
--bs-dropdown-link-hover-color: #2c3136;
}
div.quarto-grid-link {
border-radius: 0px;
}
.card {
--bs-card-border-radius: 0.0rem;
--bs-card-inner-border-radius: 0.0rem;
}
.dropdown {
margin-right: -7pt;
margin-left: -2pt;
}