-
Notifications
You must be signed in to change notification settings - Fork 0
/
mapNA.css
98 lines (77 loc) · 1.39 KB
/
mapNA.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
html{
background-color: #10133A;
}
header{
background-color:#10133A;
}
body{
background-color:#10133A;
height:1200px;
}
/*Header*/
.ajusteH{
margin-top:150px;
}
.Hbox{
width: 940px;
height: 200px;
margin: 50px auto;
font-family: monospace;
color: #DC281E;
}
.title{
display: inline-block;
font-weight: bold;
font-size: 35pt;
font-family: monospace;
color: #DC281E;
position: absolute;
margin: 35px auto auto 50px;
}
.sigla{
width: 125px;
height: 100px;
font-weight: bold;
font-size: 12pt;
font-family: monospace;
color: #FFFFFF;
text-align: right;
display: inline-block;
position: absolute;
margin: 88px auto auto 20px;
}
.intro{
position: absolute;
display: inline-block;
margin: 31px auto auto 180px;
width:auto;
max-width: 740px;
height:150px;
color: #FFFFFF;
font-size: 10pt;
text-align: justify;
text-justify: inter-word;
}
.vline {
border-left: 4px solid #DC281E;
height: 128px;
position: absolute;
margin: 27px auto auto 162px;
}
/*Map Section*/
main{
width:940px;
height: 650px;
margin-left:auto;
margin-right:auto;
}
#map {
width: 940px;
height: 650px;
position: absolute;
top:390px;
margin: 0px auto auto auto;
border: 3px solid #DC281E;
border-radius: 3px;
z-index: 0;
}