-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
86 lines (80 loc) · 1.58 KB
/
stylesheet.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
/*CSS by Ryan Brooks and ri0tnrrd*/
/*GNU Terry Pratchett*/
/*1948-2015*/
/* Streamline and brighten the header to give it a more modern feel */
#breadcrumbs ul {
background-color: #666;
padding: 0px 0px 0px 10px;
width: 100%;
}
.ul {
padding: 0px 0px 0px 0px;
}
.black {
background-color: #fff;
}
.page-header {
color: black!important;
padding: 0px 0px 0px 0px;
}
.content-container {
padding-top: 10px;
}
/* Blockquote styling */
.blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
.blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
.blockquote:after {
color: #ccc;
content: close-quote;
font-size: 4em;
line-height: 0.1em;
margin-left: 0.25em;
vertical-align: -0.5em;
}
.blockquote p {
display: inline;
margin: 0;
text-indent: 1em
}
/* Highlight styling */
.highlight{
background-color:#F0C44C;
color:#444;
border:0px
}
/* Get rid of the excessive whitespace along the sides of the page */
.container {
width: 85%;
}
/* Slideshow fixes */
/* Fix page movement on slide change by creating a grey rectangle beneath each inactive thumbnail */
li.secondary-slide-thumb {
border-bottom: 4px solid #d3d3d3;
}
/* Resize iframes/YouTube */
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 0px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}