diff --git a/output/theme/css/main-v2.css b/output/theme/css/main-v2.css index 19e4e7b..c4b8eee 100755 --- a/output/theme/css/main-v2.css +++ b/output/theme/css/main-v2.css @@ -46,26 +46,7 @@ header{ margin-top: 100px; } -#a-propos { - position: fixed; - bottom: 60px; - right: 10px; - z-index: 10; - - border: 2px solid #000000; - border-radius: 10px; - background-color: #ffffff; - margin: 20px; - padding: 10px; - - display: flex; - flex-direction: column; - justify-content: center; - font-family: solidemirage; - font-size: 15px; -} - -#telecharger { +footer > a{ position: fixed; bottom: 10px; right: 10px; @@ -76,7 +57,7 @@ header{ background-color: #ffffff; margin: 20px; padding: 10px; - + display: flex; flex-direction: column; justify-content: center; @@ -84,6 +65,11 @@ header{ font-size: 15px; } +#a-propos { + bottom: 60px; + right: 10px; +} + .vignette { display: flex; z-index: 1; @@ -280,6 +266,7 @@ blockquote{ } .article-content { display: block; + margin-bottom: 30px; } .article-img { display: block; @@ -288,4 +275,16 @@ blockquote{ .column { width: 80%; } + footer { + position: relative; + width: 80%; + display: block; + text-align: center; + } + + footer > a { + position : unset; + display: unset; + margin-top : 10px; + } } \ No newline at end of file diff --git a/themes/felicie/static/css/main-v2.css b/themes/felicie/static/css/main-v2.css index 19e4e7b..c4b8eee 100755 --- a/themes/felicie/static/css/main-v2.css +++ b/themes/felicie/static/css/main-v2.css @@ -46,26 +46,7 @@ header{ margin-top: 100px; } -#a-propos { - position: fixed; - bottom: 60px; - right: 10px; - z-index: 10; - - border: 2px solid #000000; - border-radius: 10px; - background-color: #ffffff; - margin: 20px; - padding: 10px; - - display: flex; - flex-direction: column; - justify-content: center; - font-family: solidemirage; - font-size: 15px; -} - -#telecharger { +footer > a{ position: fixed; bottom: 10px; right: 10px; @@ -76,7 +57,7 @@ header{ background-color: #ffffff; margin: 20px; padding: 10px; - + display: flex; flex-direction: column; justify-content: center; @@ -84,6 +65,11 @@ header{ font-size: 15px; } +#a-propos { + bottom: 60px; + right: 10px; +} + .vignette { display: flex; z-index: 1; @@ -280,6 +266,7 @@ blockquote{ } .article-content { display: block; + margin-bottom: 30px; } .article-img { display: block; @@ -288,4 +275,16 @@ blockquote{ .column { width: 80%; } + footer { + position: relative; + width: 80%; + display: block; + text-align: center; + } + + footer > a { + position : unset; + display: unset; + margin-top : 10px; + } } \ No newline at end of file