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
DaTA
DDLTN
Commits
6075565a
Commit
6075565a
authored
Feb 06, 2017
by
Francois Hendriks
Browse files
Enabling routes for the different web pages
parent
f20a1f84
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
frontend_ddltn/app/css/creative.template.css
View file @
6075565a
...
...
@@ -153,21 +153,21 @@ aside {
}
header
{
position
:
relative
;
width
:
100%
;
min-height
:
auto
;
/*background-image: url('/images/Title-dessous-de-la-taupe.png');*/
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
background-size
:
cover
;
-o-background-size
:
cover
;
background-position
:
center
;
background-color
:
#33ACB7
;
background-image
:
url('../images/Title-dessous-de-la-taupe.png')
;
background-repeat
:
no-repeat
;
background-size
:
auto
100%
;
text-align
:
center
;
color
:
black
;
position
:
relative
;
width
:
100%
;
min-height
:
auto
;
/*background-image: url('/images/Title-dessous-de-la-taupe.png');*/
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
background-size
:
cover
;
-o-background-size
:
cover
;
background-position
:
center
;
background-color
:
#33ACB7
;
background-image
:
url('../images/Title-dessous-de-la-taupe.png')
;
background-repeat
:
no-repeat
;
background-size
:
auto
100%
;
text-align
:
center
;
color
:
black
;
}
header
.header-content
{
...
...
@@ -472,7 +472,6 @@ tr#head th {
}
/*Text style modifications */
.text-style
{
...
...
@@ -791,7 +790,7 @@ footer .index {
}
.footer-text
{
padding
:
20px
0px
;
padding
:
20px
0px
;
}
...
...
@@ -854,24 +853,20 @@ footer .index {
/* Only for large screens */
@media
(
min-width
:
768px
)
{
.text-style
>
p
{
padding-bottom
:
20px
;
font-size
:
1.6em
;
}
.text-style
>
ul
{
padding-left
:
25px
;
text-indent
:
25px
;
font-size
:
1.6em
;
}
.text-style
>
ol
li
{
padding-bottom
:
10px
;
text-indent
:
25px
;
font-size
:
1.6em
;
}
/* Section padding */
.section-padding
{
padding
:
50px
100px
50px
100px
;
...
...
@@ -944,14 +939,13 @@ footer .index {
}
a
.btn
{
width
:
85%
;
width
:
85%
;
}
.btn-padding
{
margin
:
3px
0px
;
margin
:
3px
0px
;
}
@media
(
max-width
:
768px
)
{
.dropdown-content
{
position
:
relative
;
...
...
@@ -967,8 +961,7 @@ a.btn {
pointer-events
:
none
;
text-align
:
center
;
}
a
.btn
{
width
:
330px
;
width
:
330px
;
}
}
frontend_ddltn/app/css/index.css
View file @
6075565a
This diff is collapsed.
Click to expand it.
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