-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_style.css
57 lines (57 loc) · 988 Bytes
/
main_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
body {
background-color: #d8d4d4;
/*background-size: 2136px 1424px ;*/
}
.list-item {
padding: 15px;
width: 100%;
}
.list-item p,a,h1,h2,h3,h4,h5,h6 {
display: inline;
}
.list-item a {
text-decoration: none;
color: black;
}
.list-item img {
max-height: 100px;
max-width: 500px;
}
.list-item td {
text-align: left;
padding-top: 15px;
padding-bottom: 15px;
width: 50%;
}
.list-item table {
width: 100%;
}
.navbar li {
padding-right: 20px;
}
.navbar-left {
width: 200px;
height: 100%;
}
.navbar-default {
background-color: rgba(241, 228, 154, 0.21);
}
p, a {
font-size: 125%;
font-weight: 600;
font-family: 'Times New Roman';
}
hr {
border-color: black;
margin: 1px;
}
.sub-item::before {
content:"";
border-radius: 50%;
background-color: rgb( 0, 0, 0 );
opacity: 0.729;
width: 7px;
height: 7px;
margin:0 10px;
display:inline-block;
}