-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpress-custom-styles.css
28 lines (27 loc) · 1007 Bytes
/
press-custom-styles.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
/* Brock University colours and styles */
/* Handy to include when using Pressbook's default theme Malala. Added through Appearance > Custom Sytles */
.brocku-valign {vertical-align: top !important;
background-color: #CC0000;}
/* Brock Style */
.brocku-brock-background {background-color: #CC0000;}
.brocku-brock-font {font-color: #CC0000;}
.brocku-brock-logo-med {
background: #CC0000 url('https://brocku.ca/wp-content/themes/brocku-mu-base/images/brocku-logo-rgb.png?pressbooks=1') top left;
width:280px;
height:168px;
}
.brocku-brock-logo-small {
background: #CC0000 url('https://discover.brocku.ca/wp-content/themes/brocku-mu-base/images/brocku-logo-rgb.svg?pressbooks=1') top left;
width:152px;
height:92px;
}
/* a11y improvements */
.textbox p { /* overrides justify alignment https://www.w3.org/TR/WCAG20-TECHS/G169.html */
text-align:left;
}
#content p { /* overrides justify alignment https://www.w3.org/TR/WCAG20-TECHS/G169.html */
text-align:left;
}
table caption {
color: #444;
}