-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestes.css
151 lines (124 loc) · 2.21 KB
/
testes.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
/*
* { margin: 0; padding: 0; }
.titulo {
font-family: Calibri;
float: left;
text-align: left;
background: #ffe5d1;
height: 589px;
width: 366px;
padding-top: 20px;
}
.formulario{
font-family: Ink Free;
font-weight: bold;
}
input[type=text]{
outline: none;
border: 1px;
border-radius: 2px;
padding: 6.1px 48.8px;
padding-left: 40px;
}
input[type=text]:focus {
outline: none;
border: 1px solid orange;
}
input[type=password]{
outline: none;
border: 1px;
border-radius: 2px;
padding: 6.1px 48.8px;
padding-left: 40px;
}
input[type=password]:focus {
outline: none;
border: 1px solid orange;
}
.formulario{
padding-left: 61px;
}
input[type=button]{
font-family: Ink Free;
font-weight: bold;
font-size: 18.3px;
height: 30.5px;
width: 73.2px;
background: white;
border-color: white;
}
input[type=button]:focus {
outline: none;
border: 1px solid orange;
}
a:link, a:visited {
color: black;
padding-left: 61px;
text-decoration: none;
}
.slider {
display: block;
height: 609px;
width: 897px;
margin: auto;
position: relative;
float: left;
background: red;
}
.slider li {
list-style: none;
position: absolute;
}
.slider img {
margin: auto;
height: 100%;
width: 100%;
vertical-align: top;
}
.slider input {
display: none;
}
.slider label {
background-color: #000;
bottom: 10px;
cursor: pointer;
display: block;
height: 10px;
position: absolute;
width: 10px;
z-index: 10;
}
.slider li:nth-child(1) label {
left: 10px;
}
.slider li:nth-child(2) label {
left: 40px;
}
.slider li:nth-child(3) label {
left: 70px;
}
.slider img {
opacity: 0;
visibility: hidden;
}
.slider li input:checked ~ img {
opacity: 1;
visibility: visible;
z-index: 10;
}
*/
/*.login{
background-image: url(imgLogin.png);
}
.label{
background-color: white;
height: 200px;
width: 350px;
}*/
.formulario {
background-image: url(imgLogin.png);
font-family: Calibri;
text-align: left;
height: 589px;
width: 1263px;
}