-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle1.css
55 lines (48 loc) · 1.07 KB
/
style1.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
html, body {
height: 100%;
background-color: #FC9000;
}
.banner {
background: url(http://i.imgur.com/vdQ3kO9.jpg?1) no-repeat center;
height: 263px;
}
.title{
position: relative; top: 220px; left: 10px;
color: #DDD;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.banner h1 {
margin: 0;
}
.post-title {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
color: #DDD;
text-align: right;
background-color: #0D4B7A;
margin-top: 50px;
}
.sidebar {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 1.25em;
color: #DDD;
padding: 40px 20px 20px 20px;
background: #221C15;
height: 100%;
}
.posts{
background: #FC9000;
height: 100%;
}
img{
margin-top: 40px;
}
.text-post{
margin-top: 40px;
margin-bottom: 40px;
padding: 25px 40px 25px 40px;
font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
line-height: 1.5em;
font-size: 1.25em;
background: #0D4B7A;
color: #DDD;
}