ajout du script pour les fonts
This commit is contained in:
28
styles/skeleton.css
vendored
28
styles/skeleton.css
vendored
@@ -80,3 +80,31 @@ footer iframe {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*- - - - - - - - - - - - - - - - - - - - -*/
|
||||
/* test for fonts */
|
||||
/*- - - - - - - - - - - - - - - - - - - - -*/
|
||||
|
||||
.nav_left #fonts {
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.nav_left #fonts:hover #fonts_dropdown {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.nav_left #fonts #fonts_dropdown {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0px;
|
||||
flex-direction: column;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nav_left #fonts #fonts_dropdown button {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user