-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathstyle.css
More file actions
140 lines (118 loc) · 2.38 KB
/
style.css
File metadata and controls
140 lines (118 loc) · 2.38 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
.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;
}
.twoC {width: 100%}
.clearer {clear: both}
.twoC .table {max-width: 50%; float: left}
.twoC img {max-width: 50%; float: right}