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
d32bc598
Commit
d32bc598
authored
May 16, 2021
by
Cellophile
🎨
Browse files
Téléverser un nouveau fichier
parent
0835bcfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
css/mobile.css
0 → 100644
View file @
d32bc598
@charset
"UTF-8"
;
/* GENERAL */
body
{
font-family
:
"Helvetica Neue"
,
Arial
,
Noto
Sans
,
sans-serif
,
Apple
Color
Emoji
,
Segoe
UI
Emoji
,
Segoe
UI
Symbol
,
Noto
Color
Emoji
;
font-size
:
100%
;
color
:
black
;
margin-top
:
0%
;
margin-right
:
0%
;
margin-bottom
:
0%
;
margin-left
:
0%
;
font-style
:
normal
;
/* italic / normal / oblique */
background-image
:
url(https://picsum.photos/1024/768?random=1)
;
height
:
100%
;
background-size
:
cover
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-attachment
:
fixed
;
}
/* CONTENU */
#header
{
margin
:
0%
10%
0%
10%
;
background-color
:
#ECECEC
;
padding
:
0%
;
}
#conteneur
{
height
:
70%
;
width
:
auto
;
margin
:
5%
7%
5%
7%
;
background-color
:
#ECECEC
;
padding
:
2%
2%
;
border
:
0px
solid
#9C9C9C
;
border-radius
:
10px
;
text-align
:
center
;
opacity
:
0.85
;
}
#form
{
background-color
:
unset
;
padding-top
:
2%
;
padding-bottom
:
5%
;
padding-right
:
10%
;
padding-left
:
10%
;
}
.form-control
{
box-sizing
:
border-box
;
width
:
100%
;
border-radius
:
5px
;
display
:
block
;
float
:
none
;
line-height
:
20px
;
position
:
static
;
margin
:
0%
;
}
#validation
{
display
:
table
;
clear
:
both
;
margin
:
0px
;
width
:
100%
;
}
#captcha-valid
{
padding
:
0%
10%
0%
0%
;
margin
:
auto
;
position
:
relative
;
width
:
100px
;
float
:
none
;
}
#text-valid
{
margin
:
auto
;
position
:
relative
;
width
:
100px
;
float
:
none
;
}
#bouton-valid
{
margin
:
auto
;
position
:
relative
;
width
:
100px
;
float
:
none
;
}
#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
21px
5px
21px
;
border-color
:
#2e6da4
;
cursor
:
pointer
;
transition
:
background-color
0.5s
;
margin
:
13px
0px
0px
0px
;
display
:
flex
;
}
.bouton
:hover
{
background-color
:
#124A96
;
border-color
:
#2e6da4
;
}
#reponse-positive
{
color
:
#3c763d
;
background-color
:
#dff0d8
;
margin
:
10px
20px
0px
20px
;
border
:
1px
solid
#d6e9c6
;
border-radius
:
5px
;
padding
:
15px
20px
;
font-weight
:
bold
;
}
#reponse-negative
{
color
:
#AD2D2F
;
background-color
:
#F0C7C7
;
margin
:
10px
20px
0px
20px
;
border
:
1px
solid
#EFA8A8
;
border-radius
:
5px
;
padding
:
15px
20px
;
font-weight
:
bold
;
}
#footer
{
margin
:
5%
5%
0%
2%
;
padding
:
0px
;
}
/* Mise en forme du texte : */
h1
{
font-size
:
300%
;
color
:
#323232
;
padding
:
0px
;
text-align
:
center
;
}
h2
{
font-size
:
140%
;
color
:
#323232
;
padding
:
0px
0px
0px
0px
;
margin
:
0px
0px
10px
0px
;
}
h3
{
font-size
:
170%
;
color
:
#606060
;
padding
:
0px
0px
0px
0px
;
margin
:
0px
0px
20px
0px
;
font-style
:
italic
;
}
p
,
ul
,
li
,
td
{
color
:
black
;
font-size
:
90%
;
padding
:
0px
0px
0px
0px
;
margin
:
0px
0px
0px
0px
;
}
a
:link
{
color
:
#337ab7
;
text-decoration
:
none
;
transition
:
color
0.5s
;
transition
:
text-decoration
0.5s
;
}
a
:visited
{
color
:
darkslategrey
;
}
a
:hover
{
color
:
#245884
;
text-decoration
:
underline
;
}
\ No newline at end of file
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