in animation
This commit is contained in:
26
frontlog.css
26
frontlog.css
@@ -6,9 +6,33 @@ frontlog {
|
||||
}
|
||||
|
||||
flogelem {
|
||||
display: log;
|
||||
display:block;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
overflow: hidden;
|
||||
max-height: 0;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
opacity: 0;
|
||||
-webkit-transition: max-height 3s, margin-bottom 3s, padding 3s,opacity 3s;
|
||||
-moz-transition: max-height 3s, margin-bottom 3s, padding 3s,opacity 3s;
|
||||
transition: max-height 3s, margin-bottom 3s, padding 3s,opacity 3s;
|
||||
}
|
||||
|
||||
.flshow {
|
||||
max-height: 100px!important;
|
||||
margin-bottom: 1em;
|
||||
padding: 4px;
|
||||
border-radius: 8px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
fltitle {
|
||||
display: block;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
flogelem img {
|
||||
float: left;
|
||||
width: 25px;
|
||||
}
|
||||
Reference in New Issue
Block a user