-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
87 lines (68 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
74
75
76
77
78
79
80
81
82
83
84
85
86
@font-face {
font-family: 'Pretendard-Regular';
src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/[email protected]/Pretendard-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@import url("https://fonts.googleapis.com/css?family=Fira+Code");
.caption {
text-align: center;
}
code {
color: hsl(210,8%,15%);
border-radius: 5px;
}
div.tab-pane > p {
display: inline;
}
.thumnail-image{
width: 200px !important;
margin: auto;
}
.navbar-title {
font-family: cursive;
font-weight: bold;
}
.quarto-post {
font-size: 0.9em !important;
padding: 0.2em 0.5em 0.5em 0.2em !important;
}
.quarto-category .listing-categories .listing-category {
font-size: 0.8em !important;
}
/*Nav bar*/
/* Header , footer color*/
#quarto-header .nav-footer {
background-color: dodgerblue;
}
.thumnail-image{
width: 150px !important;
}
main, p {
font-size: 1rem !important;
}
h3 {
font-weight: 600;
}
/*kable font size*/
.cell-output-display{
font-size: 0.9rem;
font-family: 'Roboto', Arial;
}
.navbar{
padding-top: 0.3rem;
padding-bottom: 0.3em;
}
.quarto-listing-title{
font-size: 2rem;
}
.quarto-listing-category{
font-size: 0.8rem;
line-height: 2em;
}
/* right-sidebar CATEGORY WORD */
.quarto-listing-category-title{
text-transform: uppercase;
line-height: 2em;
text-align: center;
}