-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcustom.css
More file actions
117 lines (97 loc) · 1.82 KB
/
Copy pathcustom.css
File metadata and controls
117 lines (97 loc) · 1.82 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
/*
Placeholder for custom user CSS
mainly to be overridden in profile/static/custom/custom.css
This will always be an empty file in IPython
*/
.reveal h1,
.reveal h2 {
margin: 0 0 22px 0;
/*color: #e2e2e2;*/
color: #f08;
font-family: "Proxima Nova","League Gothic", Impact, sans-serif;
line-height: 0.8em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none;
text-align: left;
}
h3,
h4,
h5,
h6 {
margin: 0 0 22px 0;
/*color: #e2e2e2;*/
color: #151516;
font-family: "Proxima Nova","League Gothic", Impact, sans-serif;
line-height: 0.8em;
letter-spacing: 0.02em;
text-shadow: none;
text-align: left;}
em {
color:#f08;
}
strong {
background: rgba(81, 190, 122,.3);
color: #149c47;
}
table {
font-size: 12px;
color:#151515;
margin: 45px;
width: 480px;
text-align: left;
border-collapse: collapse;
border-color: #fff !important;
}
th {
padding: 6px;
font-weight: normal !important;
font-size: 13px;
color: #ffffff;
background: #336688;
}
tbody tr th {
padding: 6px;
font-weight: normal !important;
font-size: 12px;
color: #ffffff;
background: #5293be;
}
/*tr:nth-child(even) {
padding: 5px;
background: #CFCFCF;
border-top: 1px solid #ffffff;
color: #669;
}
tr:nth-child(odd) {
padding: 5px;
background: #EDEDED;
border-top: 1px solid #ffffff;
color: #669;
}*/
td {
padding: 5px;
border-top: 1px solid #ffffff;
color: #151516;
}
tbody tr:hover td {
background: #d0dafd;
}
.rendered_html tr, .rendered_html td {
border: 1px solid #fff !important;
}
.rendered_html th {
border: 2px solid #fff !important;
}
tr:nth-child(even) {
padding: 5px;
background: #ffffff;
border-top: 1px solid #95B3D7;
color: #669;
}
tr:nth-child(odd) {
padding: 5px;
background: #DCE6F1;
border-top: 1px solid #95B3D7;
color: #669;
}