-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
97 lines (79 loc) · 1.42 KB
/
index.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
87
88
89
90
91
92
93
94
95
96
97
body {
font-family: 'Noto Sans','Roboto', sans-serif;
max-width: 1000px;
margin: auto;
}
.output-border {
font-family: 'Source Code Pro', monospace !important;
font-size: 0.85em;
border: 1px dashed #999;
border-top: none;
padding: 4px;
overflow-x: auto;
}
.cell-border {
font-family: 'Source Code Pro', monospace !important;
padding-left: 6px;
border: 1px dashed #999;
overflow-x: auto;
}
.chart-placeholder {
width: 100%
}
.cell-error > .output-border {
border-color: red;
color: red;
padding: 8px;
}
table {
border: 1px solid #ddd;
border-collapse: collapse;
}
td, th {
white-space: nowrap;
border: 1px solid #ddd;
padding: 7px;
}
th {
background-color: #eee;
}
tbody tr td:first-of-type {
background-color: #eee;
}
iframe {
height: 600px;
width: 100%;
border: 0;
}
.center {
text-align: center;
}
.general-output .output-border {
background-color: #FDFDFD;
}
.json-output .output-border {
background-color: #FDFDFD;
}
.code-cell-with-output {
margin-bottom: 15px;
}
.flex-col {
display: flex;
flex-direction: column;
}
.flex-row {
display: flex;
flex-direction: row;
}
.flex-grow {
flex-grow: 1;
}
.flex-center-content {
justify-content: center;
align-items: center;
}
.dfn-ad {
font-family: 'Noto Sans', sans-serif;
font-family: 'Raleway', sans-serif;
color: white;
}