-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
100 lines (83 loc) · 1.26 KB
/
style2.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
*{
padding: 0;
margin: 0;
}
.text {
font: 20px "Century Gothic";
text-align: justify;
color:#212121;
text-indent: 40px;
line-height: 2;
margin-left: 25%;
margin-right: 25%;
text-align: justify;
}
.sub {
font: 40px 'Verdana', sans-serif;
color:#000000;
}
.div {
margin-right: 40px;
margin-left: 40px
}
.centered {
display: inline-block;
vertical-align: middle;
width: 100%;
background: #670000;
color: #FFF;
margin-bottom: 0px;
}
blockquote {
padding: 0px;
background: #DAD8D8;
width: 75%;
margin: 0px;
box-sizing: border-box;
}
.blockquote2 {
padding: 0px;
background: #670000;
width: 75%;
margin-top: 0px;
box-sizing: border-box;
}
.blockquote3 {
padding: 0px;
background: #D31A1A ;
width: 100%;
margin: 0px;
box-sizing: border-box;
}
.blockquote-pe {
padding: 0px;
background: #670000 ;
width: 100%;
margin-bottom: 0px;
}
.hr {
border: 10%;
margin-top: 0px;
color: #fff;
background-color: #fff;
width: 500;
}
.coluna1 {
margin-left: 1%;
float: left;
width: 130%;
}
.coluna2 {
float: left;
margin-left: 1%;
width: 30%;
}
.tudo {
display: table;
}
.btn:hover{
background-color: #670000;
}
.selectbg {
background-color: #670000;
}