forked from fegemo/cefet-web-unicorns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
124 lines (102 loc) · 1.7 KB
/
estilo.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
#cabecalho{
background-color: #6175f0;
}
body{
margin: 0px;
}
#cabecalho h1, #cabecalho h2{
padding-left: 34px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
color: white;
}
#cabecalho h1{
padding-top: 20px;
font-size: 36px;
font-family: 'Kaushan Script', cursive;
}
#cabecalho h2{
font-family: "Times New Roman", serif;
font-size: 24px;
padding-bottom: 13px;
}
#verdade img{
float: left;
margin-right: 13px;
width: 310px;
}
#verdade h2{
margin-top: 0px;
color: black;
font-size: 24px;
font-family: "Times New Roman", serif;
padding-top: 10px;
margin-bottom: 0px;
}
#verdade p{
font-size: 14px;
font-family: Arial, sans-serif;
}
.referencia{
font-style: oblique;
}
.referencia a:link{
text-decoration: none;
color: black;
}
#hoje{
width: 403px;
float: right;
border: 1px solid #ff56fb;
background-color: #f8cef7;
margin-right: 25px;
}
#hoje h2{
margin-top: 20px;
font-family: "Times New Roman", serif;
color: black;
font-size: 24px;
}
#hoje h3{
font-family: "Times New Roman", serif;
color: black;
font-size: 18px;
}
#hoje img{
width: 112px;
height: 112px;
margin-left: 145px;
}
#hoje p,#hoje h2,#hoje h3{
text-align: center;
margin-left: 35px;
margin-right: 35px;
}
#musica :not(.destacado){
margin-left: 12px;
}
#musica h2{
font-family: "Times New Roman", serif;
color: black;
font-size: 24px;
}
#musica p{
white-space: pre;
margin-top: 0px;
margin-bottom: 0px;
}
#musica p:nth-child(odd){
margin-left: 34px;
}
#musica .destacado{
background-color: #c4caf3;
color: #004a79;
}
#musica .destacado p:first-child{
margin-left: 0px;
}
#musica .destacado p:last-child{
margin-left: 34px;
}