Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cellophile
PersonaLink
Commits
0835bcfb
Commit
0835bcfb
authored
May 16, 2021
by
Cellophile
🎨
Browse files
Replace style.css
parent
3b0bbbc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
css/style.css
View file @
0835bcfb
...
...
@@ -25,24 +25,23 @@ body {
#header
{
margin
:
0%
10%
5%
10%
;
background-color
:
#ECECEC
;
border-bottom
:
2px
solid
none
;
padding
:
0%
;
}
#conteneur
{
height
:
70%
;
width
:
56%
;
margin
:
10
%
22%
5%
22%
;
margin
:
5
%
22%
5%
22%
;
background-color
:
#ECECEC
;
padding
:
1%
0%
;
border
:
0px
solid
#9C9C9C
;
border-radius
:
10px
;
text-align
:
center
;
opacity
:
0.
9
;
opacity
:
0.
85
;
}
#form
{
background-color
:
none
;
background-color
:
unset
;
padding-top
:
2%
;
padding-bottom
:
0
%
;
padding-bottom
:
5
%
;
padding-right
:
10%
;
padding-left
:
10%
;
}
...
...
@@ -56,14 +55,46 @@ body {
position
:
static
;
margin
:
0%
;
}
#validation
{
display
:
table
;
clear
:
both
;
margin
:
0px
;
width
:
100%
;
}
#captcha-valid
{
float
:
left
;
padding
:
0px
2%
0px
10%
;
}
#text-valid
{
float
:
left
;
padding
:
0px
2%
;
}
#bouton-valid
{
float
:
left
;
padding
:
0px
0%
;
}
#img-captcha
{
margin
:
0px
;
display
:
flex
;
}
#text-captcha
{
box-sizing
:
border-box
;
width
:
100%
;
border-radius
:
5px
;
line-height
:
20px
;
margin
:
15px
10px
0px
0px
;
display
:
flex
;
}
.bouton
{
color
:
#fff
;
background-color
:
#337ab7
;
border-radius
:
5px
;
padding
:
5px
1
5
px
5px
1
5
px
;
padding
:
5px
2
1px
5px
2
1px
;
border-color
:
#2e6da4
;
cursor
:
pointer
;
transition
:
background-color
0.5s
;
margin
:
13px
0px
0px
0px
;
display
:
flex
;
}
.bouton
:hover
{
background-color
:
#124A96
;
...
...
@@ -72,7 +103,7 @@ body {
#reponse-positive
{
color
:
#3c763d
;
background-color
:
#dff0d8
;
margin
:
0px
20px
0px
20px
;
margin
:
1
0px
20px
0px
20px
;
border
:
1px
solid
#d6e9c6
;
border-radius
:
5px
;
padding
:
15px
20px
;
...
...
@@ -81,7 +112,7 @@ body {
#reponse-negative
{
color
:
#AD2D2F
;
background-color
:
#F0C7C7
;
margin
:
0px
20px
0px
20px
;
margin
:
1
0px
20px
0px
20px
;
border
:
1px
solid
#EFA8A8
;
border-radius
:
5px
;
padding
:
15px
20px
;
...
...
@@ -89,8 +120,7 @@ body {
}
#footer
{
border
:
5%
black
;
margin
:
10%
5%
0%
2%
;
margin
:
5%
5%
0%
2%
;
padding
:
0px
;
}
/* Mise en forme du texte : */
...
...
@@ -105,7 +135,7 @@ h2 {
font-size
:
140%
;
color
:
#323232
;
padding
:
0px
0px
0px
0px
;
margin
:
0px
0px
5
px
0px
;
margin
:
0px
0px
10
px
0px
;
}
h3
{
font-size
:
170%
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment