-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathstyle.css
104 lines (103 loc) · 1.88 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
98
99
100
101
102
103
104
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=Mansalva&display=swap");
footer {
font-size: smaller;
margin-top: 2em;
}
#foto {
width: 315px;
height: 259px;
display: block;
margin: 0 auto;
}
figcaption {
text-align: center;
line-height: 2;
font-size: 1em;
font-weight: 100;
}
body {
font-family: "News Cycle", sans-serif;
font-size: 11pt;
background-color: #222224;
color: lightgray;
}
main > p::first-letter {
font-size: 16pt;
}
main {
width: 80%;
margin: 0 auto;
}
h1 {
font-weight: bold;
font-size: 3em;
font-family: Mansalva, Verdana, sans-serif;
}
h2 {
font-size: 2em;
clear: both;
}
p {
text-align: justify;
line-height: 1.5;
text-indent: 2em;
}
article p::first-letter {
font-size: 16pt;
}
header {
text-align: center;
}
header h1 {
margin-bottom: 0;
font-family: "Big Shoulders Display", cursive;
}
header blockquote {
margin-top: 1em;
padding-bottom: 1em;
border-bottom: 2px rgb(8, 108, 141) solid;
font-family: "Open Sans Condensed", sans-serif;
}
blockquote {
font-family: "Dancing Script", cursive;
font-style: italic;
font-size: 16pt;
background-color: #222224;
}
#assinatura {
font-family: "Dancing Script", cursive;
}
@media (min-width: 800px) {
main > p {
position: relative;
font-size: 16pt;
top: 150px;
}
figure {
float: left;
box-sizing: border-box;
margin: 0 2em 2em 0;
}
main {
width: 80%;
margin: 0 auto 4em auto;
}
#foto {
width: 630px;
height: 518px;
}
figcaption {
text-align: center;
line-height: 2;
font-size: 1em;
font-weight: 100;
}
footer {
background-color: black;
position: fixed;
bottom: 0;
width: 100%;
clear: both;
}
}