Skip to content

Commit 20ae2a1

Browse files
authored
Add files via upload
1 parent 502b1bd commit 20ae2a1

38 files changed

+89
-0
lines changed

static/main.css

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
body {
2+
background: #fafafa;
3+
color: #333333;
4+
margin-top: 5rem;
5+
}
6+
7+
h1, h2, h3, h4, h5, h6 {
8+
color: #444444;
9+
}
10+
11+
.bg-steel {
12+
background-color: #5f788a;
13+
}
14+
15+
.site-header .navbar-nav .nav-link {
16+
color: #cbd5db;
17+
}
18+
19+
.site-header .navbar-nav .nav-link:hover {
20+
color: #ffffff;
21+
}
22+
23+
.site-header .navbar-nav .nav-link.active {
24+
font-weight: 500;
25+
}
26+
27+
.content-section {
28+
background: #ffffff;
29+
padding: 10px 20px;
30+
border: 1px solid #dddddd;
31+
border-radius: 3px;
32+
margin-bottom: 20px;
33+
}
34+
35+
.article-title {
36+
color: #444444;
37+
}
38+
39+
a.article-title:hover {
40+
color: #428bca;
41+
text-decoration: none;
42+
}
43+
44+
.article-content {
45+
white-space: pre-line;
46+
47+
}
48+
49+
.article-img {
50+
height: 65px;
51+
width: 65px;
52+
margin-right: 16px;
53+
}
54+
55+
.article-metadata {
56+
padding-bottom: 1px;
57+
margin-bottom: 4px;
58+
border-bottom: 1px solid #e3e3e3
59+
}
60+
61+
.article-metadata a:hover {
62+
color: #333;
63+
text-decoration: none;
64+
}
65+
66+
.article-svg {
67+
width: 25px;
68+
height: 25px;
69+
vertical-align: middle;
70+
}
71+
72+
.account-img {
73+
height: 125px;
74+
width: 125px;
75+
margin-right: 20px;
76+
margin-bottom: 16px;
77+
}
78+
79+
.post-img {
80+
height: 410px;
81+
width: 470px;
82+
margin-right: 20px;
83+
margin-bottom: 16px;
84+
margin-left: 50px;
85+
}
86+
87+
.account-heading {
88+
font-size: 2.5rem;
89+
}

static/post_pics/202e48079fd28249.png

234 KB
Loading

static/post_pics/202f24aa0c7109dc.jpg

3.91 KB
Loading

static/post_pics/289f5e063042fe8e.png

257 KB
Loading

static/post_pics/28ea8a83097c35fb.png

268 KB
Loading

static/post_pics/3c3a18c1d5ea3eb8.png

88.7 KB
Loading

static/post_pics/443b5e5b07105d82.jpg

3.56 KB
Loading

static/post_pics/4ebc2c6dc4a7b73e.jpg

10.7 KB
Loading

static/post_pics/4f17b56a3b33e7b4.png

88.7 KB
Loading

static/post_pics/585681631b244e34.png

109 KB
Loading

0 commit comments

Comments
 (0)