-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstyles.css
90 lines (70 loc) · 1.89 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
html,body {height:100%;}
.wrapper {width:100%;height:100%;margin:0 auto;background:#CCC}
.h_iframe {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}
.top-right {
position: absolute;
top: 8px;
right: 16px;
}
<style>
.col2 {
columns: 2 200px; /* number of columns and width in pixels*/
-webkit-columns: 2 200px; /* chrome, safari */
-moz-columns: 2 200px; /* firefox */
}
.col3 {
columns: 3 100px;
-webkit-columns: 3 100px;
-moz-columns: 3 100px;
}
</style>
/* https://rstudio4edu.github.io/rstudio4edu-book/rmd-fancy.html#select-and-import-your-google-fonts-script-1 */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");
@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab:wght@100;400;900&display=swap'); */
body {
font-family: 'Lato';
color: #1f1f1f;
}
.title {
font-family: 'Muli';
font-weight: 900;
color: #34304a;
/* font-size: 15px; */
}
h2 {
font-family: 'Lato';
font-weight: 900;
color: #34304a;
/* font-size: 15px; */
}
h3 {
font-family: 'Lato';
font-weight: 400;
color: #34304a;
/* font-size: 15px; */
}
img {
display: inline-block;
margin: 10px 5px;
}
/*----------------NAVBAR ---------------*/
.navbar-default {
background-color: #34304a;
color: #1f1f1f;
font-family: 'Lato';
}
/* The . with the boxed represents that it is a class */
.boxed {
font-family.h2: 'Lato';
font-weight.h2: 400;
color.h2: #34304a;
background: #f2f2f2;
border: .5px #d3d3d3;
margin: 0px auto;
padding: 50px;
border-radius: 2px;
}