-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
56 lines (52 loc) · 1.46 KB
/
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
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
#content pre code { /* Properties for code blocks */
font-family:Monaco,Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L","Courier New",Courier,monospace;
border: none;
background: none;
font-size: 80%;
white-space: pre;
}
#nav-top span.glyphicon {
color: #b03648;
font-size: 28px;
}
#sidebar header{ /*Background colors*/
height:32px;
display:inline-block;
line-height:32px;
padding:0 1.618em;
display:block;
font-weight:bold;
text-transform:uppercase;
font-size:80%;
color:#b03648;
white-space:nowrap}
#sidebar h2{
z-index:200;
background-color:#b03648;
text-align:center;
padding:0.809em;
display:block;
color:#fcfcfc;
font-size: 100%;
margin-top: 0px;
margin-bottom:0.809em;
}
h1,h2,h3,h4,h5,h6,legend{
font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;
font-weight:700;
color: #b03648;
}
div#refs {
font-size: 28px; /* Adjust the font size as needed */
margin-top: 1em; /* Adjust the top margin as needed */
}
/* Style for each reference item */
div#refs ul {
list-style-type: disc;
margin-bottom: 0.5em; /* Adjust the bottom margin as needed */
padding-left: 1em; /* Add left padding for bullet points */
}
/* Style for each reference item */
div#refs li {
margin-bottom: 0.5em; /* Adjust the bottom margin as needed */
}