added database link on home for members

This commit is contained in:
Bachir Soussi Chiadmi
2015-07-21 15:58:56 +02:00
parent 96903cab02
commit 5b281024a5
7 changed files with 569 additions and 390 deletions

View File

@@ -17,4 +17,5 @@ $vertclair : rgb(121,230,68);
$violet : rgb(119,46,136);
$rouge : rgb(230,35,38);
$bleu : rgb(52,79,193);
$vertjaune : #e6de1c;
$vertbleu : #69cdcf;

View File

@@ -2924,7 +2924,7 @@ body.home-v2{
margin-top: 0.5em;
}
}
&.pane-menu-menu-home-v2{
&.pane-menu-menu-home-v2, &.pane-menu-menu-menu-home-member{
margin:2em 0;
ul.menu{
margin: 0px; text-align: center;
@@ -2940,41 +2940,15 @@ body.home-v2{
font-size: 18px;
font-weight: 500;
transition:opacity,background-color 0.2s ease-out;
&[href="/fr/actuality"]{
background-color:$vertjaune;
@include shadowTextBtnBlack();
}
}
&:nth-child(1){
// a{color:$orange;}
&:hover a{background-color: $orange; color:#4d4d4d;}
}
&:nth-child(2){
// a{color:$vertclair;}
&:hover a{background-color: $vertclair; color:#4d4d4d;}
}
&:nth-child(3){
// a{color:$bleuclair;}
&:hover a{background-color: $bleuclair; color:#4d4d4d;}
}
&:nth-child(4){
// a{color:$jaune;}
&:hover a{background-color: $jaune; color:#4d4d4d;}
}
&:nth-child(5){
// a{color:$rose;}
&:hover a{background-color: $rose; color:#4d4d4d;}
}
&:nth-child(6){
// a{color:$violet;}
&:hover a{background-color: $violet; color:#4d4d4d;}
}
&:nth-child(7){
// a{color:$rouge;}
&:hover a{background-color: $rouge; color:#4d4d4d;}
}
}
@media #{$small-only}{
display:none;
}
// @media #{$small-only}{
// display:none;
// }
}
&.pane-materio-user-user-register{