forked from raffazizzi/variorum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-local.css
142 lines (104 loc) · 1.9 KB
/
style-local.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
html, body {
font-size: 16px !important;
}
.indent {
margin-left: 25px !important;
}
#TEI {
font-family: simonetta;
margin-left: 10px !important;
margin-top: -20px !important;
padding-top: 20px !important;
overflow: scroll;
font-size: 0.9rem;
/* Added for horizontal scrolling of long lines */
white-space: nowrap;
overflow-x: scroll;
width: 570px;
padding-right: 50px;
margin-right: 50px;
z-index: 1000;
}
#TEI ul li {
display: block;
width: 400px;
white-space: normal;
text-indent: -24px;
padding-left: 24px;
}
tei-p {
display: block;
width: 500px;
white-space: normal;
}
#contents {
padding-left: 0;
}
#select_source {
display: block !important;
min-height: 1000px;
position: relative;
background-color: #f5f5f5;
border-right: 1px solid #eee;
margin-top: -40px !important;
min-width: 195px;
}
#select_source .nav-sidebar > li > a {
font-size: 1rem;
}
#select_source .active > a {
background-color: {{site.heading_color}} !important;
margin-left: 5px;
padding-left: 15px;
width: 195px;
}
#select_source a:hover {
background-color: #ccc !important;
margin-left: 5px;
padding-left: 15px;
color: black;
width: 195px;
}
#lit_ms li .active > a {
background-color: {{site.tab_color}} !important;
}
h4 {
font-weight: bold;
font-size: 1.2rem;
}
#vinfo {
font-size: 0.9rem;
position: absolute;
display: block !important;
top: 0px;
right: 0px;
min-height: 1000px !important;
padding-top: 0px;
margin-top: 0px;
background-color: #f5f5f5;
border-left: 1px solid #eee;
min-height: 100px;
line-height: 1.1;
min-width: 300px;
}
#vinfo h4 {
padding-bottom: 10px;
}
#vinfo a {
font-size: 1.2rem;
}
#variant_info p {
padding-bottom: 0px;
magin-bottom: 0px !important;
}
#variant_info hr {
border-top: 1px solid #ccc;
}
.variant {
text-shadow: 0px 0px 5px darkgoldenrod;
opacity: 0.8;
}
.variant.active {
text-shadow: 0px 0px 5px firebrick;
opacity: 1.0;
}