forked from ontox-hu/ontoxRepRes
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (64 loc) · 1.24 KB
/
style.css
File metadata and controls
88 lines (64 loc) · 1.24 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
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 10px;
}
h2 {
font-size: 36px ;
padding: .5em 0 .2em 0;
color: #2441a0 !important;
text-shadow: 1px 1px 0px #fff;
}
pre {
border: 0px solid #cccccc;
border-radius: 0px;
}
/* ---------- Links ----------------- */
.book .book-body .page-wrapper .page-inner section.normal a {
color: #e0017b;
}
.book .book-body .page-wrapper .page-inner section.normal a:hover {
color: #e0017b; /* darker color when hovering */
text-decoration: none;
}
/*--- LOGO ---*/
.toc-logo {
padding-left: 15px !important;
padding-right: 15px !important;
}
.toc-logo img {
max-width: 100%;
margin-bottom: 1px;
}
.summary > li:first-child {
height: auto !important;
}
.book .book-summary {
background: white;
border-right: none;
}
#TOC {
top: 40%;
position: fixed;
width: 210px;
}
.tocify {
border: none;
color: grey;
border-radius: 0px;
}
.tocify-extend-page {
display: none;
}
.book .book-summary ul.summary li.active>a {
color: #e0017b;
}
.book .book-summary ul.summary li a:hover {
background-color: #ffffff;
color: #e0017b;
}
/* ---------- Button ----------------- */
.Rchunk {
background-color: #E8E8E8 !important;
}
.Rout {
background-color: #F8F8F8 !important;
}