-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservstyle.css
More file actions
116 lines (103 loc) · 2.07 KB
/
servstyle.css
File metadata and controls
116 lines (103 loc) · 2.07 KB
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
html {
background-image: url(./imgs/backgroundImage.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom;
background-size: cover;
color: #FFF;
text-align: center;
font-family: "Noto Sans", sans-serif;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #000;
}
#imagem-3 {
position: absolute;
transform: translate(-50%, 21%);
height: 82.6%;
width: 78.4%;
z-index: 1;
}
.imgserv {
border: 4px solid rgb(0, 0, 0, 0) !important;
z-index: 1;
height: auto;
position: absolute;
box-sizing: border-box;
transition: 0.2s ease;
}
a:hover img {
padding: 0.3%;
border: 4px solid rgb(59, 133, 38) !important;
box-sizing: border-box;
transition: 0.2s ease-in-out;
}
a:active img {
padding: 0;
border: 4px solid rgb(0, 0, 0, 0) !important;
box-sizing: border-box;
transition: 0.1s ease-in-out;
}
.afetado {
font-size: 25px;
position: fixed;
color: rgba(0, 0, 0, 0);
box-sizing: border-box;
transition: 0.3s ease-in-out;
z-index: 1;
}
a:hover + .afetado {
color: #000000 !important;
box-sizing: border-box;
top: 40%;
}
#S1 {
width:20%;
transform: translate(-170%, 50%);
}
#S2 {
width:20%;
transform: translate(-50%, 35.5%);
transition: 0.20s ease-in-out;
}
#S3 {
width:17%;
transform: translate(100%, 33%);
box-sizing: border-box;
}
#text1 {
position: fixed;
left: 16%;
top: 70%;
width: 20%;
}
#t1 {
position: fixed;
font-size: 30px;
left: 16%;
top: 65%;
width: 40%;
}
#p1 {
position: fixed;
font-size: 20px;
left: 16%;
top: 88%;
width: 40%;
text-decoration: underline;
font-weight: bold;
}
.titleserv {
position: absolute;
font-size: 30px;
}
.priceserv {
position: absolute;
font-size: 15px;
}
.textserv {
width: 220%;
height: 220%;
text-align: left;
}