-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlog.css
82 lines (82 loc) · 1.3 KB
/
Blog.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
.date{
text-transform: uppercase;
color: #2c7dce;
font-size: 20px;
float: right;
}
h2{
font-size:35px;
text-transform: capitalize;
}
#all{
border: 20px solid #bdc3c7;
width: 80%;
margin: 20px auto;
}
.post{
margin:4%;
border-bottom: 1.5px solid #bdc3c7;
}
.post:last-child{
border-bottom:none;
}
.post:nth-child(1) p:nth-child(odd){
float: right;
}
body{
font-family: "Source Sans Pro";
}
.emph{
border-left: 5px solid #bdc3c7;
padding-left:5px;
}
.link{
margin-left:8%;
}
.spaceBetweenIcon{
margin-left: 1%;
}
#linkedinIcon,#gitIcon,#researchGateIcon{
width:3%;
height:3%;
}
#researchGateIcon{
border-radius: 4px;
}
.spaceWithinDiv{
margin-left: 40%;
}
.next{
font-size:1.5rem;
margin:0 0 0 8%;
}
.userIcon{
margin:8px;
font-size: 1.6rem;
}
.projectLink{
float: right;
}
nav{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.first-navbar-brand{
width: 125px;
}
.btn-light{
width: 75%;
text-align: left;
}
.toggleAllButton{
float: right;
}
/* move when scrolling */
.Fixed{
position: fixed;
top: 40%;
left:5%;
}
.btn:focus,.btn:active {
outline: none !important;
box-shadow: none;
}