-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
86 lines (67 loc) · 1.31 KB
/
custom.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
body{
text-align: justify;
font-size: 20px;
font-family: "Times New Roman", Times, serif;
}
/**td { font-size: 14px;
align: center;
} **/
h1, h2, h3{
font-family: "Times New Roman", Times, serif;
padding-top: 55px;
margin-top: 55px;
line-height: 2em;
display:
}
h4{
font-size:20px;
font-family: "Times New Roman", Times, serif;
}
.right {
text-align: right;
line-height: 0.25;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #151cbad1;
border-color: #158cba;
}
div.blue { background-color:#e6f0ff; border-radius: 5px; padding: 20px;}
pre {
display: block;
padding: 10px;
margin: 0 0 10.5px;
font-size: 12px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #7b8a8b;
background-color: #ecf0f1;
border: 1px solid #cccccc;
border-radius: 4px;
}
table, td, th {
border: none;
padding-left: 1em;
padding-right: 1em;
min-width: 50%;
margin-left: auto;
margin-right: auto;
margin-top: 1em;
margin-bottom: 1em;
}
p.caption {
font-size: 1.0em;
font-style: bold;
color: black;
margin-right: 10%;
margin-left: 10%;
text-align: center;
}