mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-22 12:53:23 +02:00
#navigation (counter)
This commit is contained in:
committed by
GitHub
parent
c1d8441820
commit
beb61653cc
@@ -1513,16 +1513,12 @@ left: 0;
|
|||||||
/* hover/visibility */
|
/* hover/visibility */
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation {
|
#navigation {
|
||||||
-webkit-animation: fadeIn 6s;
|
-webkit-animation: fadeIn 6s;
|
||||||
animation: fadeIn 6s;
|
animation: fadeIn 6s;
|
||||||
opacity:0;
|
opacity:0;
|
||||||
}
|
}
|
||||||
#navigation:hover {
|
#navigation:hover {
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
#navigation:hover #navigation a:hover {
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
#counter {
|
#counter {
|
||||||
|
Reference in New Issue
Block a user