forked from picandocodigo/ci_js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
87 lines (74 loc) · 1.18 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
body{
margin: 0;
padding: 0.2em;
color: #355ea0;
}
a{text-decoration: none}
.wrapper{
background: #add0a8;
width: 60%;
margin: 0 auto;
overflow: hidden;
}
#avatar{
float: left;
margin-left: 0.2em;
width: 24%;
background: #eee;
height: 34%;
border-radius: 15px;
}
.validation{
height: 35%;
float: left;
width: 75%;
}
h1{
margin: 0;
padding-left: 10%;
background: #67ba9e;
color: #fff;
font-size: 1.2em;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 0.3em;
border-bottom: solid 0.2em #355ea0;
}
h2{
letter-spacing: 0.2em;
text-transform: uppercase;
text-align: center;
font-size: 1.5em;
}
.info{
background: #d1ddc9;
}
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: #c3ebbd;
}
#ci{
width: 7em;
}
#validation{
width: 1em;
}
.meta{
clear: both;
background: #c5edbf;
padding: 1em;
margin: 1em;
}