fade in elements on post activities

This commit is contained in:
2015-08-17 21:26:19 +02:00
parent ae22c7e28e
commit e468fae550
3 changed files with 57 additions and 33 deletions

View File

@@ -67,6 +67,7 @@ header {
margin:0 0 0 0.5em;
font-size: 2em;
color:#08288B;
visibility:hidden;
}
/* Section - Main */
@@ -76,7 +77,18 @@ main {
}
#buffer {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 1em;
height: 1em;
margin: auto;
padding: 0px;
font-size:2em;
color:#08288B;
padding-bottom: 0.5em;
}
/* Section - Film */