-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.css
97 lines (80 loc) · 1.5 KB
/
about.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
/*
About page classes and ids
*/
p{
font-style: "HelveticaNeue-Light";
font-weight: 300;
color: grey;
font-size: 120%;
}
h3{
font-style: "HelveticaNeue-Light";
color: #34495e;
}
.readingListButton{
color: black;
font-style: "HelveticaNeue-Light";
font-weight: 100;
text-align: center;
font-size: 150%;
border-radius: 5px;
border-width: 1px;
border-color: black;
border-style: solid;
padding: 10px;
}
.readingListButton:hover{
color: white;
text-decoration: none;
background-color: #2c3e50;
}
.row.bottomHighlight{
border-top:0;
border-right:0;
border-left:0;
border-style: solid;;
border-color: #34495e;
border-bottom-width: 1px;
}
/* 1st component */
.jumbotron{
background-color: #2c3e50;
text-align: center;
font-size: 900%;
color: white;
font-style: "HelveticaNeue-Light";
font-weight: 100;
text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.75);
margin-bottom: 100px;
padding: 150px;
}
/* 2nd component */
.page-header{
margin-top: 50px;
}
/* 3rd compnent */
.btn-link{
background-color: transparent;
border-color: #2c3e50;
border-width: 1px;
border-radius: 5px;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
font-style: "HelveticaNeue-Light";
font-weight: 100;
text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.75);
text-align: center;
font-size: 150%;
color: #2c3e50;
padding-right: 35px;
padding-left: 35px;
}
.btn-link:hover{
color: white !important;
text-decoration: none;
background-color: #2c3e50;
}
.btn.active, .btn:active {
border-color: white;
}