-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
97 lines (79 loc) · 1.57 KB
/
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
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
87
88
89
90
91
92
93
94
95
96
97
body {
/* background: #4b00009f !important; */
background: #f8f3ee !important;
}
.nav-link {
/* color: #800000 !important; */
color: white !important;
}
/* social media icons styling */
.social-icons {
font-size: 100px;
cursor: pointer;
}
.fa-facebook:hover,.fa-instagram:hover,.fa-twitter:hover,.fa-linkedin:hover, .fa-twitch:hover, .fa-goodreads:hover, .fa-github:hover , .navText:hover {
color: #008080 !important;
}
.fab {
color: white;
}
/* footer styling */
#footer {
background-color: #808080;
text-align: center;
}
/* about section image css */
.imageAboutPage {
width: 100%;
}
.imageIntroPage{
width: 100%;
}
.navbar-nav {
font-family: 'Merriweather', serif;
color: #800000;
}
.navBack {
/* background-color: #fce5cce7; */
background-color: #4b0000bd;
}
.navbarScroll.navbarDark {
background-color: black;
}
.navText {
/* color: #800000; */
color: white;
}
.text {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 10pt;
color: #3d3c3c;
}
.poopy{
background-color: #f8f3ee;
padding-top: 1rem;
margin-bottom: 1rem;
padding-bottom: 1rem;
}
.introText{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 30pt;
color: #3d3c3c;
}
#footer {
background-color: #fce5cce7;
text-align: center;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}