|
|
|
@ -271,7 +271,7 @@ main > header + section { |
|
|
|
main > section > div { |
|
|
|
overflow-y: auto; |
|
|
|
display: block; |
|
|
|
position: relative; |
|
|
|
/*position: relative;*/ |
|
|
|
float: left; |
|
|
|
height: 100%; |
|
|
|
width: 100%; |
|
|
|
@ -672,19 +672,19 @@ main section > div:first-child:nth-last-child(2) ~ div .actions.fixed > div:last |
|
|
|
} |
|
|
|
|
|
|
|
.placeholder.icon { |
|
|
|
background-image: url(../img/icons/placeholder/chat.png); |
|
|
|
background-size: 35%; |
|
|
|
padding-top: 12em; |
|
|
|
background-image: url(../img/placeholder/chat.png); |
|
|
|
background-size: 25rem; |
|
|
|
padding-top: 26rem; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-position: center 1em; |
|
|
|
} |
|
|
|
|
|
|
|
.placeholder.icon.newspaper { background-image: url(../img/icons/placeholder/newspaper.png); } |
|
|
|
.placeholder.icon.media { background-image: url(../img/icons/placeholder/media.png); } |
|
|
|
.placeholder.icon.explore { background-image: url(../img/icons/placeholder/explore.png); } |
|
|
|
.placeholder.icon.plane { background-image: url(../img/icons/placeholder/plane.png); } |
|
|
|
.placeholder.icon.file { background-image: url(../img/icons/placeholder/file.png); } |
|
|
|
.placeholder.icon.clipboard { background-image: url(../img/icons/placeholder/clipboard.png); } |
|
|
|
.placeholder.icon.newspaper { background-image: url(../img/placeholder/newspaper.png); } |
|
|
|
.placeholder.icon.media { background-image: url(../img/placeholder/media.png); } |
|
|
|
.placeholder.icon.explore { background-image: url(../img/placeholder/explore.png); } |
|
|
|
.placeholder.icon.plane { background-image: url(../img/placeholder/plane.png); } |
|
|
|
.placeholder.icon.file { background-image: url(../img/placeholder/file.png); } |
|
|
|
.placeholder.icon.clipboard { background-image: url(../img/placeholder/clipboard.png); } |
|
|
|
|
|
|
|
/* Definition list */ |
|
|
|
|
|
|
|
|