Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Groupe B1b C – Pluviométrie du Grand Lyon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jaques Bauer Roberta
Groupe B1b C – Pluviométrie du Grand Lyon
Commits
2d4565fe
Commit
2d4565fe
authored
Jun 18, 2024
by
Furquim Junqueira Raul
Browse files
Options
Downloads
Patches
Plain Diff
Delete style.css
parent
63109b3d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/style.css
+0
-128
0 additions, 128 deletions
client/style.css
with
0 additions
and
128 deletions
client/style.css
deleted
100644 → 0
+
0
−
128
View file @
63109b3d
/* Configurações gerais do corpo */
body
{
background
:
url
(
'download.jpg'
)
no-repeat
center
center
fixed
;
/* Troque o URL para a imagem desejada */
background-size
:
cover
;
color
:
white
;
height
:
185vh
;
margin
:
0
;
border
:
1px
solid
transparent
;
box-sizing
:
border-box
;
font-family
:
'Arial'
,
sans-serif
;
overflow-x
:
hidden
;
}
/* Efeito de opacidade no fundo */
.bg-image
{
opacity
:
0.7
;
}
/* Estilo do cabeçalho */
h1
{
color
:
white
;
border
:
none
;
box-shadow
:
none
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
background-image
:
linear-gradient
(
0deg
,
rgba
(
70
,
0
,
127
,
0.8
),
rgba
(
101
,
3
,
182
,
0.8
),
rgba
(
70
,
0
,
127
,
0.8
));
border-top
:
3px
solid
rgba
(
0
,
0
,
0
,
0.5
);
border-bottom
:
3px
solid
rgba
(
0
,
0
,
0
,
0.5
);
margin-top
:
1.33em
;
padding
:
0.5em
;
font-family
:
'Verdana'
,
sans-serif
;
text-align
:
center
;
}
/* Ocultar elementos com classe .graphe */
.graphe
{
display
:
none
;
}
/* Estilos para o conteúdo da página */
body
>
*
{
padding-left
:
10px
;
font-size
:
1.5em
;
}
h1
>
*
{
font-size
:
1.8em
;
}
/* Estilo dos rótulos */
label
{
display
:
block
;
color
:
black
;
font-style
:
oblique
;
font-family
:
'Verdana'
,
sans-serif
;
}
label
span
{
display
:
inline-block
;
width
:
5em
;
height
:
1.5em
;
}
/* Estilo dos campos de entrada e área de texto */
input
,
textarea
{
font-family
:
'Courier'
,
monospace
;
padding
:
2px
0.3em
;
width
:
8em
;
font-size
:
1.2em
;
line-height
:
1.33em
;
color
:
rgb
(
152
,
152
,
152
);
margin-top
:
5px
;
text-align
:
center
;
}
/* Estilo dos botões */
button
{
display
:
inline-block
;
background-color
:
rgb
(
70
,
0
,
127
);
border-radius
:
10px
;
border
:
3px
solid
rgb
(
70
,
0
,
127
);
color
:
#ffffff
;
font-size
:
20px
;
font-family
:
'Rockwell'
;
padding
:
10px
;
width
:
120px
;
text-align
:
center
;
cursor
:
pointer
;
margin
:
20px
160px
;
transition-duration
:
0.4s
;
}
button
:hover
{
background-color
:
rgb
(
255
,
255
,
255
);
color
:
rgb
(
70
,
0
,
127
);
box-shadow
:
0
12px
16px
0
rgba
(
0
,
0
,
0
,
0.24
),
0
17px
50px
0
rgba
(
0
,
0
,
0
,
0.19
);
}
/* Estilo para links */
a
.delete
:hover
{
color
:
red
;
}
/* Estilo para o mapa */
#map
{
height
:
500px
;
width
:
1000px
;
margin
:
20px
auto
;
border
:
3px
solid
rgb
(
70
,
0
,
127
);
border-radius
:
4%
;
box-shadow
:
1px
1px
12px
rgb
(
0
,
0
,
0
);
}
/* Centralização de configurações */
#settings
{
text-align
:
center
;
align-items
:
center
;
}
/* Comportamento suave de rolagem */
html
{
scroll-behavior
:
smooth
;
}
/* Estilo para seções específicas */
#home
,
#bouton
{
margin
:
20px
auto
;
width
:
300px
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment