-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathstyle.css
122 lines (102 loc) · 1.55 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
body{
margin: 0;
padding: 0.2em;
color: #355ea0;
font-family: 'Arial';
}
a{text-decoration: none}
.wrapper{
background: #add0a8;
width: 1024px;
margin: 0 auto;
overflow: hidden;
}
#avatar{
float: left;
margin-left: 0.2em;
margin-top: 0.2em;
width: 24%;
height: 34%;
min-height: 273px;
background: #eee;
border-radius: 15px;
}
.validation{
height: 35%;
float: left;
width: 75%;
}
header{
text-align: center;
}
h1{
margin: 0;
background: #67ba9e;
color: #fff;
font-size: 1.2em;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 0.1em;
border-bottom: solid 0.2em #355ea0;
word-spacing: 6em;
font-weight: bold;
}
h2{
letter-spacing: 0.1em;
text-transform: uppercase;
text-align: center;
font-size: 1em;
}
h1, h2{
font-family: 'Arial Narrow';
}
.info{
background: #d1ddc9;
border-top: solid 1px #355ea0;
padding: 0 1em;
}
label{
font-size: 2em;
}
.flag{
background: #fff;
border-top: solid 0.6em #00f;
border-bottom: solid 0.6em #f00;
font-size: 0.5em;p
text-transform: uppercase;
letter-spacing: 0.5em;
text-align: center;
}
input{
border: 0;
font-size: 2em;
background: #eee;
}
#ci{
width: 7em;
}
#validation{
width: 1em;
}
.meta{
clear: both;
background: #c5edbf;
}
.row{
display: block;
width: 70%;
text-align: center;
}
#escudo{
position:relative;
top: -25px;
}
li {
margin: 1em;
}
.recursos{
padding: 1em;
}
footer{
padding: 1em;
}