Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
controle-tes-donnees.net
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
La Quadrature du Net
controle-tes-donnees.net
Commits
ab47a781
Commit
ab47a781
authored
Dec 22, 2015
by
Okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrading a little bit of CSS
parent
894f2fa5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
43 deletions
+14
-43
css/main.css
css/main.css
+13
-42
index.html
index.html
+1
-1
No files found.
css/main.css
View file @
ab47a781
...
...
@@ -5,8 +5,8 @@
bleu-vert: #003948
/*G
éné
ral*/
body
,
div
,
h1
,
h2
,
h3
,
a
,
bouton
,
p
{
/*G
éné
ral*/
*
{
font-family
:
"Helvetica Neue"
,
Verdana
,
Arial
,
"Arial Black"
,
"Times New Roman"
,
serif
;
line-height
:
1.24em
;
color
:
#003948
;
...
...
@@ -16,8 +16,6 @@ bleu-vert: #003948
body
{
background-color
:
white
;}
em
{
font-style
:
normal
;}
bouton
{
cursor
:
pointer
;}
a
{
text-decoration
:
none
;}
.color0
p
a
,
.color1
p
a
,
#tutoriel
a
,
.color2
b
{
text-decoration
:
underline
;}
#stripeTop
a
{
color
:
white
;}
...
...
@@ -28,25 +26,25 @@ bleu-vert: #003948
body
{
font-size
:
120%
;
width
:
100%
;}
}
.btn
-default
{
.btn
{
display
:
block
padding
:
6px
,
12px
;
background-image
:
-webkit-linear-gradient
(
top
);
background-image
:
-moz-linear-gradient
(
top
);
background-image
:
-ms-linear-gradient
(
top
);
background-image
:
-o-linear-gradient
(
top
);
background-image
:
linear-gradient
(
to
bottom
);
-webkit-border-radius
:
28
;
-moz-border-radius
:
28
;
border-radius
:
28px
;
background-image
:
-moz-linear-gradient
(
top
);
background-image
:
-ms-linear-gradient
(
top
);
background-image
:
-o-linear-gradient
(
top
);
background-image
:
linear-gradient
(
to
bottom
);
-webkit-border-radius
:
28
;
-moz-border-radius
:
28
;
border-radius
:
28px
;
}
.panel-title
{
text-align
:
center
;
text-align
:
center
;
}
.panel-title.h3.
a
{
color
:
red
;
h3
.panel-title
a
{
color
:
red
;
}
...
...
@@ -86,33 +84,6 @@ bleu-vert: #003948
margin-bottom
:
.1em
;
}
header
bouton
{
float
:
right
;
margin
:
.2em
0
0
0
;
background
:
url(Illu0.png)
;
background-size
:
100%
;
background-repeat
:
no-repeat
;
padding
:
1em
1em
1.3em
3em
;
}
header
bouton
:hover
{
opacity
:
.9
;
}
header
bouton
p
{
font-size
:
1.4em
;
line-height
:
.8em
;
float
:
right
;
text-align
:
center
;
margin-right
:
.2em
;
font-weight
:
bold
;
color
:
#fff
;
}
header
bouton
p
span
{
font-size
:
.8em
;
}
header
h2
{
clear
:
both
;
font-size
:
1em
;
...
...
index.html
View file @
ab47a781
...
...
@@ -212,7 +212,7 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel-head"
role=
"tab"
id=
"tableHead1"
>
<h3
class=
"panel-title"
>
<a
role=
"button"
data-toggle=
"collapse"
data-parent=
"#tableLoi"
href=
"#tableCollapse1"
aria-expanded=
"true"
aria-controls=
"tableCollapse1"
>
Consentement explicite
▼
</a>
<a
role=
"button"
data-toggle=
"collapse"
data-parent=
"#tableLoi"
href=
"#tableCollapse1"
aria-expanded=
"true"
aria-controls=
"tableCollapse1"
>
Consentement explicite
</a>
<p>
Aucune de vos données ne pourra être collectée, traitée ou revendue sans que vous n'ayez clairement dit «
j'accepte
», en connaissance de cause.
</p>
</h3>
</div>
...
...
Write
Preview
Markdown
is supported
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