forked from thornton4/SCT-in-R
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
189 lines (161 loc) · 3.21 KB
/
Copy pathstyle.css
File metadata and controls
189 lines (161 loc) · 3.21 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
.book .book header h1 {
opacity: 1;
text-align: left;
}
#header .title {
margin-bottom: 0EM;
}
#header h4.author {
margin: 0;
color: #666;
}
#header h4.author em {
font-style: normal;
}
.book.font-family-0 {
font-family: 'Droid Serif', Georgia, serif;
}
.book.font-family-1 {
font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.book-body p.caption {
color: #333333;
background-color: #eeeeee;
padding-left: 20px;
font-size: 8pt;
border-radius:10px;
}
h1, h2, h3 {
color: #3b556e;
}
a {
color: #3b556e;
}
dt {
color: #3b556e;
}
dd {
margin-bottom: 12px;
margin-left: 20px;
padding-left: 20px;
}
.book-body table {
background-color: #eeeeee;
border: 1px;
margin:auto;
border-radius:10px;
padding:5px 5px 5px 5px;
}
.book .book-body .page-wrapper .page-inner section.normal table td {
/* font-family: "Droid Sans",Arial,Sans;*/
background-color:#eeeeee;
color: black;
font-size: 11pt;
border:1px;
height: 5px;
padding: 1px;
text-align:center;
cellpadding="0";
cellspacing="0";
text-shadow: none;
}
.book .book-body .page-wrapper .page-inner section.normal th {
background: #3b556e;
font-weight: bold;
color: white;
text-align: center;
}
.book .book-body .page-wrapper .page-inner section.normal blockquote {
quotes: none;
text-shadow: none;
background: #99afc4;
padding: 7px 20px 1px 20px;
color: #333333;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.book .book-body .page-wrapper .page-inner section.normal pre {
background: #eeeeee;
padding: 5px 10px 5px 10px;
margin: 0px 0px 5px 0px;
}
ol {
-webkit-padding-start: 0px;
}
.book .book-summary {
background-color: #3b556e;
}
.book .book-summary ul.summary li a {
padding: 5px 5px 5px 5px;
color: #ffffff;
}
.book .book-summary ul.summary li.active>a {
color: #ffffff;
}
.book .book-summary ul.summary li a:hover {
background-color: #ffffff;
color: #3b556e;
font-weight: bold;
border-radius:10px;
}
a.tooltip span {
z-index:10;
display:none;
padding:10px 10px;
width:30%;
line-height:16px;
border-radius:10px;
}
a.tooltip:hover span {
display:inline;
position:absolute;
color:#ffffff;
background:#3b556e;
}
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: white;
}
/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border:none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
color:#3b556e;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #eeeeee;
color:#3b556e;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #3b556e;
color:white;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
/* Style the close button */
.topright {
float: right;
cursor: pointer;
background-color:#eeeeee;
border-radius:10px 10px;
border:1px solid #3b556e;
padding:3px 5px 3px 5px;
}
.topright:hover {
color:white;
background-color:#3b556e;
}