Skip to content

Commit a72b8c1

Browse files
authored
Add files via upload
1 parent 670676d commit a72b8c1

22 files changed

+397
-86
lines changed
-34 Bytes
Binary file not shown.
66 Bytes
Binary file not shown.
-34 Bytes
Binary file not shown.
30 Bytes
Binary file not shown.
-34 Bytes
Binary file not shown.
30 Bytes
Binary file not shown.
Binary file not shown.
152 Bytes
Binary file not shown.
465 Bytes
Binary file not shown.
66 Bytes
Binary file not shown.
-34 Bytes
Binary file not shown.
66 Bytes
Binary file not shown.
-34 Bytes
Binary file not shown.
30 Bytes
Binary file not shown.
77 Bytes
Binary file not shown.
121 Bytes
Binary file not shown.
1.08 KB
Binary file not shown.
324 Bytes
Binary file not shown.

Website/static/finalizaçao.css

Lines changed: 262 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,262 @@
1+
body {
2+
margin: 0;
3+
padding: 0;
4+
background: #D8D5DB;
5+
font-family: sans-serif;
6+
color: white;
7+
line-height: 1.5;
8+
letter-spacing: 1px;
9+
margin-top: 0;
10+
align-items: center;
11+
flex-direction: column;
12+
}
13+
14+
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
15+
16+
17+
/* Posição dos botões */
18+
.box1 {
19+
width: 100%;
20+
height: 600px;
21+
display: flex;
22+
justify-content: center;
23+
align-items: center;
24+
}
25+
26+
27+
/* Decoração dos botões */
28+
/* Botão sprint 1 */
29+
.btn-pri {
30+
align-items: center;
31+
background-color: #3A4886;
32+
color: #ecf0f1;
33+
border: 1px solid #3A4886;
34+
border-radius: 30px;
35+
font-family: 'Inter', sans-serif;
36+
font-size: 20px;
37+
width: 600px;
38+
height: 128px;
39+
margin-left: auto;
40+
margin-right: auto;
41+
}
42+
43+
.btn-pri:hover {
44+
background-color: #ecf0f1;
45+
color: #3A4886;
46+
color: #3A4886;
47+
}
48+
49+
50+
/* TENTATIVA DE ARRUMAR O SCROLLBAR */
51+
body::-webkit-scrollbar {
52+
width: 0px;
53+
}
54+
55+
56+
57+
58+
h1 {
59+
display: flex;
60+
justify-content: center;
61+
align-items: center;
62+
font-family: 'Inter', sans-serif;
63+
font-style: normal;
64+
font-weight: 400;
65+
font-size: 48px;
66+
line-height: 58px;
67+
margin: 0px;
68+
padding-top: 32px;
69+
color: #333333;
70+
}
71+
72+
73+
details {
74+
width: 50%;
75+
margin: 0 auto;
76+
background: #595E75;
77+
margin-bottom: .5rem;
78+
box-shadow: 0 .1rem 1rem -.5rem rgba(0, 0, 0, .4);
79+
border-radius: 5px;
80+
overflow: hidden;
81+
position: relative;
82+
top: 80px;
83+
box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
84+
transition: height 1s ease;
85+
overflow: hidden;
86+
87+
}
88+
89+
details:not([open]) {
90+
height: 56px;
91+
}
92+
93+
details[open] {
94+
height: auto;
95+
96+
}
97+
98+
99+
100+
101+
summary {
102+
width: 100%;
103+
padding: 1rem;
104+
display: block;
105+
background: #595E75;
106+
padding-left: 2.2rem;
107+
position: relative;
108+
cursor: pointer;
109+
font-family: 'Inter', sans-serif;
110+
box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25), -5px -10px 20px rgba(255, 255, 255, 0.25);
111+
112+
}
113+
114+
summary:before {
115+
content: '';
116+
border-width: .4rem;
117+
border-style: solid;
118+
border-color: transparent transparent transparent #fff;
119+
position: absolute;
120+
top: 1.3rem;
121+
left: 1rem;
122+
transform: rotate(0);
123+
transform-origin: .2rem 50%;
124+
transition: .5s transform ease;
125+
126+
}
127+
128+
textarea {
129+
margin-bottom: 16px;
130+
}
131+
132+
/* THE MAGIC 🧙‍♀️ */
133+
details[open]>summary:before {
134+
transform: rotate(90deg);
135+
}
136+
137+
138+
details summary::-webkit-details-marker {
139+
display: none;
140+
}
141+
142+
details>ul {
143+
padding-bottom: 1rem;
144+
margin-bottom: 0;
145+
padding-top: 10px;
146+
padding-right: 10px;
147+
148+
}
149+
150+
151+
button {
152+
margin-top: 100px;
153+
margin-bottom: 48px;
154+
justify-content: center;
155+
width: 512px;
156+
height: 64px;
157+
border-radius: 16px;
158+
background: #00793F;
159+
color: #FFFFFF;
160+
font-family: 'Inter', sans-serif;
161+
outline: none;
162+
font-style: normal;
163+
font-weight: 400;
164+
font-size: 24px;
165+
border-color: transparent;
166+
}
167+
168+
button:hover {
169+
background: #00984f;
170+
color: #FFFFFF;
171+
outline: none;
172+
border: none;
173+
cursor: pointer;
174+
}
175+
176+
/*Controle da barra superior*/
177+
178+
#barraSuperior {
179+
width: 100%;
180+
height: 64px;
181+
justify-content: flex-start;
182+
background: #2D3142;
183+
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
184+
border-radius: 0px 0px 24px 24px;
185+
flex-direction: row;
186+
padding: 0px;
187+
margin: 0px;
188+
}
189+
190+
#OBotao {
191+
justify-content: flex-start;
192+
padding: 0px;
193+
margin: 0px;
194+
left: 5px;
195+
background: #595E75;
196+
position: absolute;
197+
width: 80px;
198+
height: 50px;
199+
border-radius: 29px;
200+
outline: none;
201+
border-color: transparent;
202+
}
203+
204+
.span.navbar-toggler-icon {
205+
color-scheme: white;
206+
}
207+
208+
#OBotao:hover {
209+
color: #FFFFFF;
210+
outline: none;
211+
border: none;
212+
cursor: pointer;
213+
outline: none;
214+
border-color: transparent;
215+
}
216+
217+
#OBotao:focus:hover {
218+
color: #FFFFFF;
219+
outline: none;
220+
border: none;
221+
cursor: pointer;
222+
outline: none;
223+
border-color: transparent;
224+
}
225+
226+
227+
.intername {
228+
color: #FFFFFF;
229+
font-family: 'Inter', sans-serif;
230+
font-style: normal;
231+
font-weight: 400;
232+
font-size: 24px;
233+
padding-left: 80%;
234+
margin: 0px;
235+
line-height: 64px;
236+
}
237+
238+
.intername {
239+
width: 288px;
240+
height: 64px;
241+
position: absolute;
242+
right: 0px;
243+
padding: 0px;
244+
margin: 0px;
245+
border-left: 0.5px solid #ffffffae;
246+
display: flex;
247+
text-align: center;
248+
justify-content: center;
249+
}
250+
251+
#menuInter {
252+
color: white;
253+
background-color: #2D3142;
254+
justify-content: center;
255+
width: 100%;
256+
position: relative;
257+
margin: none;
258+
}
259+
260+
div.modal-content {
261+
width: 498px;
262+
}

Website/static/style_admin.css

Lines changed: 46 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,58 @@ p span { color: #ff3366; }
108108
background-color: rgba(59, 57, 57, 0.164) !important;
109109
}
110110

111+
/*Controle da barra superior*/
112+
111113
#barraSuperior{
112-
background-color: #2D3142;
113-
padding: 8px;
114-
}
114+
width: 100%;
115+
height: 64px;
116+
justify-content: flex-start;
117+
background: #2D3142;
118+
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
119+
border-radius: 0px 0px 24px 24px;
120+
flex-direction: row;
121+
padding: 0px;
122+
margin: 0px;
123+
}
115124
#OBotao{
116-
background-color: whitesmoke;
125+
justify-content: flex-start;
126+
padding: 0px;
127+
margin: 0px;
128+
left: 5px;
129+
background: #595E75;
117130
position: absolute;
118-
}
131+
width: 80px;
132+
height: 50px;
133+
border-radius: 29px;
134+
outline: none;
135+
border-color: transparent;
136+
}
119137
.intername{
138+
color: #FFFFFF;
139+
font-family: 'Inter', sans-serif;
140+
font-style: normal;
141+
font-weight: 400;
142+
font-size: 24px;
120143
padding-left: 80%;
121-
color: whitesmoke;
144+
margin: 0px;
145+
line-height: 64px;
146+
}
147+
148+
.intername {
149+
width: 288px;
150+
height: 64px;
151+
position: absolute;
152+
right: 0px;
153+
padding: 0px;
154+
margin: 0px;
155+
border-left: 0.5px solid #ffffffae;
156+
display: flex;
157+
text-align: center;
158+
justify-content: center;
122159
}
123160

124161
#menuInter{
125-
color: white;
126-
background-color: #2D3142;
162+
color: white;
163+
background-color: #2D3142;
127164

128-
}
165+
}

0 commit comments

Comments
 (0)