Correction du SASS
-ajout du footer en bas de page -icone au milieu -correction du design Ajout des logos Khaganat et Khanat
This commit is contained in:
parent
5e7b176e39
commit
7538d622dc
3 changed files with 97 additions and 44 deletions
BIN
khaganat/static/khaganat/images/logo_khaganat_128px_notrans.png
Normal file
BIN
khaganat/static/khaganat/images/logo_khaganat_128px_notrans.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
khaganat/static/khaganat/images/logo_khanat_128px_notrans.png
Normal file
BIN
khaganat/static/khaganat/images/logo_khanat_128px_notrans.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -19,6 +19,10 @@ $background: #AFAED6
|
||||||
@import "./node_modules/bulma/bulma"
|
@import "./node_modules/bulma/bulma"
|
||||||
|
|
||||||
// 4. Import your stuff here
|
// 4. Import your stuff here
|
||||||
|
#page_body
|
||||||
|
background-image: url("/static/khaganat/images/bg7.jpg")
|
||||||
|
|
||||||
|
|
||||||
//navbar
|
//navbar
|
||||||
html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
padding-top: 0rem
|
padding-top: 0rem
|
||||||
|
@ -30,21 +34,15 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
color: $white
|
color: $white
|
||||||
|
|
||||||
.navbar-brand .navbar-item img
|
|
||||||
max-height: 2rem
|
|
||||||
height: 2rem
|
|
||||||
|
|
||||||
.navbar.is-light .navbar-brand > .navbar-item,
|
.navbar.is-light .navbar-brand > .navbar-item,
|
||||||
.navbar.is-light .navbar-brand .navbar-link
|
.navbar.is-light .navbar-brand .navbar-link
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
color: $white
|
color: $white
|
||||||
//padding: 0.5rem 0.9rem
|
|
||||||
|
|
||||||
.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
|
.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
|
||||||
.navbar.is-light .navbar-brand .navbar-link:hover,
|
.navbar.is-light .navbar-brand .navbar-link:hover,
|
||||||
.navbar.is-light .navbar-brand .navbar-link.is-active
|
.navbar.is-light .navbar-brand .navbar-link.is-active
|
||||||
background-color: $primary
|
background-color: $link-hover
|
||||||
color: white
|
|
||||||
|
|
||||||
.navbar.is-light .navbar-brand .navbar-link::after
|
.navbar.is-light .navbar-brand .navbar-link::after
|
||||||
border-color: white
|
border-color: white
|
||||||
|
@ -85,17 +83,16 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
background-color: $link
|
background-color: $link
|
||||||
color: white
|
color: white
|
||||||
|
|
||||||
.navbar.is-light .navbar-brand > .navbar-item,
|
.navbar.is-light .navbar-brand
|
||||||
.navbar.is-light .navbar-brand .navbar-link
|
margin-left: 5%
|
||||||
background-color: white
|
|
||||||
color: white
|
.navbar.is-light .navbar-brand img
|
||||||
margin-left: auto
|
height: 0
|
||||||
|
|
||||||
.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
|
.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
|
||||||
.navbar.is-light .navbar-brand .navbar-link:hover,
|
.navbar.is-light .navbar-brand .navbar-link:hover,
|
||||||
.navbar.is-light .navbar-brand .navbar-link.is-active
|
.navbar.is-light .navbar-brand .navbar-link.is-active
|
||||||
background-color: white
|
background-color: $link
|
||||||
color: white
|
|
||||||
|
|
||||||
.navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
|
.navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
|
||||||
.navbar.is-light .navbar-start .navbar-link:hover,
|
.navbar.is-light .navbar-start .navbar-link:hover,
|
||||||
|
@ -119,6 +116,36 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
background-color: $link-hover
|
background-color: $link-hover
|
||||||
color: white
|
color: white
|
||||||
|
|
||||||
|
.navbar.is-light .navbar-end
|
||||||
|
margin-right: 5%
|
||||||
|
margin-left: 0%
|
||||||
|
|
||||||
|
.navbar.is-light .navbar-item.is-logo
|
||||||
|
position: absolute
|
||||||
|
left: 50%
|
||||||
|
margin-left: -53px // 50% in my case
|
||||||
|
height: 100%
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
background-color: white
|
||||||
|
padding: 0
|
||||||
|
|
||||||
|
.navbar-item.is-logo:before
|
||||||
|
border-right: 1.6rem solid white
|
||||||
|
border-bottom: 3.2rem solid $link
|
||||||
|
content: " "
|
||||||
|
width: 20%
|
||||||
|
|
||||||
|
.navbar-item.is-logo:after
|
||||||
|
border-left: 1.6rem solid white
|
||||||
|
border-bottom: 3.2rem solid $link
|
||||||
|
content: " "
|
||||||
|
width: 20%
|
||||||
|
|
||||||
|
.navbar-item.is-logo img
|
||||||
|
max-height: 2rem
|
||||||
|
height: 2rem
|
||||||
|
|
||||||
//navbar pour les mobiles
|
//navbar pour les mobiles
|
||||||
.navbar-dropdown a.navbar-item:hover
|
.navbar-dropdown a.navbar-item:hover
|
||||||
background-color: $primary
|
background-color: $primary
|
||||||
|
@ -128,16 +155,36 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
.navbar-link
|
.navbar-link
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|
||||||
|
@media screen and (max-width: 1087px)
|
||||||
|
.navbar-item.is-logo img
|
||||||
|
height: 0
|
||||||
|
|
||||||
//bouton de la navbar
|
//bouton de la navbar
|
||||||
|
.button.is-light
|
||||||
|
background-color: $background
|
||||||
|
color: white
|
||||||
|
|
||||||
|
.button.is-light:hover
|
||||||
|
background-color: $link-hover
|
||||||
|
color: white
|
||||||
|
|
||||||
.button.is-link
|
.button.is-link
|
||||||
background-color: $primary
|
background-color: $primary
|
||||||
border-color: transparent
|
border-color: transparent
|
||||||
color: #fff
|
color: white
|
||||||
|
|
||||||
.button.is-link:hover, .button.is-link.is-hovered
|
.button.is-link:hover, .button.is-link.is-hovered
|
||||||
background-color: $primary
|
background-color: $link-hover
|
||||||
border-color: transparent
|
border-color: transparent
|
||||||
color: #fff
|
color: white
|
||||||
|
|
||||||
|
.button.is-white
|
||||||
|
background-color: $background
|
||||||
|
color: white
|
||||||
|
|
||||||
|
.button.is-white:hover
|
||||||
|
background-color: $link-hover
|
||||||
|
color: white
|
||||||
|
|
||||||
//footer
|
//footer
|
||||||
@media screen and (min-width: 1088px)
|
@media screen and (min-width: 1088px)
|
||||||
|
@ -148,30 +195,30 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
border-left: 2.5rem solid transparent
|
border-left: 2.5rem solid transparent
|
||||||
border-bottom: 2.5rem solid $link
|
border-bottom: 2.5rem solid $link
|
||||||
margin-left: -10%
|
margin-left: -10%
|
||||||
|
content: " "
|
||||||
|
width: 20%
|
||||||
|
|
||||||
.footer:after
|
.footer:after
|
||||||
border-right: 2.5rem solid transparent
|
border-right: 2.5rem solid transparent
|
||||||
border-bottom: 2.5rem solid $link
|
border-bottom: 2.5rem solid $link
|
||||||
margin-right: -10%
|
margin-right: -10%
|
||||||
|
content: " "
|
||||||
|
width: 20%
|
||||||
|
|
||||||
//footer special mobile
|
//footer special mobile
|
||||||
|
@media screen and (max-width: 1087px)
|
||||||
|
.footer
|
||||||
|
width: 100%
|
||||||
|
|
||||||
.footer
|
.footer
|
||||||
padding: 0
|
padding: 0
|
||||||
display: flex
|
display: flex
|
||||||
background-color: $link
|
background-color: $link
|
||||||
margin: 0 auto
|
margin: auto auto 0
|
||||||
color: white
|
color: white
|
||||||
box-sizing: unset
|
box-sizing: unset
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
.footer:before
|
|
||||||
content: " "
|
|
||||||
width: 20%
|
|
||||||
|
|
||||||
.footer:after
|
|
||||||
content: " "
|
|
||||||
width: 20%
|
|
||||||
|
|
||||||
.footer ul
|
.footer ul
|
||||||
padding: 0.5rem 0.5rem 0.5rem 0.5rem
|
padding: 0.5rem 0.5rem 0.5rem 0.5rem
|
||||||
|
|
||||||
|
@ -299,27 +346,24 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
|
|
||||||
//tile pour les pages
|
//tile pour le logo
|
||||||
|
@media screen and (min-width: 770px)
|
||||||
|
.tile.is-success
|
||||||
|
position: fixed
|
||||||
|
|
||||||
.tile.is-success
|
.tile.is-success
|
||||||
background-color: white
|
background-color: transparent
|
||||||
color: $text-light
|
|
||||||
border-radius: 2rem
|
|
||||||
padding: 1rem 1rem 1rem 1rem
|
|
||||||
|
|
||||||
.tile.is-success .title, .tile.is-success a:link
|
.tile.is-success .title
|
||||||
color: $link
|
color: $link
|
||||||
|
|
||||||
.tile.is-success a:visited
|
|
||||||
color: $primary
|
|
||||||
|
|
||||||
.tile.is-success a:hover
|
|
||||||
color: $link-hover
|
|
||||||
|
|
||||||
//colonne
|
//colonne
|
||||||
//colonne index
|
//colonne index
|
||||||
@media screen and (min-width: 770px)
|
@media screen and (min-width: 770px)
|
||||||
.column.is-primary, .column.is-primary .image
|
.column.is-primary .image, .column.is-primary .title
|
||||||
padding-top: 5rem
|
//position: fixed
|
||||||
|
//top: 50%
|
||||||
|
//left: 0
|
||||||
|
|
||||||
.column.is-primary, .column.is-primary .image
|
.column.is-primary, .column.is-primary .image
|
||||||
text-align: center
|
text-align: center
|
||||||
|
@ -329,7 +373,6 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
|
|
||||||
//colonne pour les pages
|
//colonne pour les pages
|
||||||
.column.is-success
|
.column.is-success
|
||||||
max-width: 90ch
|
|
||||||
margin: 1rem
|
margin: 1rem
|
||||||
|
|
||||||
.column.is-success .title, .column.is-success .subtitle
|
.column.is-success .title, .column.is-success .subtitle
|
||||||
|
@ -340,3 +383,13 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top
|
||||||
//section retreci
|
//section retreci
|
||||||
.section
|
.section
|
||||||
padding: 1rem 1.5rem
|
padding: 1rem 1.5rem
|
||||||
|
|
||||||
|
//bas de page courte
|
||||||
|
html
|
||||||
|
height: 100%
|
||||||
|
|
||||||
|
body
|
||||||
|
min-height: 100%
|
||||||
|
display: grid
|
||||||
|
grid-template-rows: auto 1fr auto
|
||||||
|
grid-template-columns: 100%
|
||||||
|
|
Loading…
Reference in a new issue