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