-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
83 lines (74 loc) · 1.67 KB
/
style.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
/*
Theme Name: Open Textbooks - RULA
Theme URI: https://github.com/ryersonlibrary/opentextbook-rula
Description: Ryerson Library's theme for the Open Textbooks plugin.
Author: Ryerson Library
Author URI: https://library.ryerson.ca
Version: 3.0.2.1
Template: pressbooks-book
Text Domain: open-textbook-rula
Tags: Pressbooks Textbook
GitHub Theme URI: https://github.com/ryersonlibrary/opentextbook-rula
*/
/*# sourceMappingURL=style.css.map */
.top-bar {
margin-bottom: 40px;
}
.top-bar .title-area {
background: #313131;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
-moz-box-shadow: 2px 2px 2px #aeaeae;
-o-box-shadow: 2px 2px 2px #aeaeae;
-webkit-box-shadow: 2px 2px 2px #aeaeae;
box-shadow: 2px 2px 2px #aeaeae;
position: relative;
width: 100%;
min-height: 63px;
z-index: 100;
}
span.book-title {
display: block;
font-size: 1.4em;
font-family: "Cardo", "Times New Roman", Times, serif;
/* 26px/16px */
margin: 0 auto;
text-align: center;
width: 520px;
line-height: 63px;
}
span.book-title a {
color: #ffffff;
text-decoration: none;
text-transform: none;
}
.author-wrap {
font-weight: normal;
font-size: 0.75em;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
letter-spacing: 0;
}
nav#sidebar {
z-index: initial;
background: transparent;
}
.skip-link {
position: absolute;
top: -9999px;
left: -9999px;
height: 1px;
width: 1px;
text-align: left;
overflow: hidden;
}
.skip-link:active,
.skip-link:focus,
.skip-link:hover {
position: initial;
height: auto;
width: auto;
overflow: visible;
}
span.search-highlight {
font-weight: 700;
background: #ffdc00;
}