GoGronkh/gserver/assets/css/gronkh.css

40 lines
570 B
CSS
Raw Normal View History

.fix-icon {
width: 1em;
}
.entry {
display: block;
padding: 0 0 20px 0;
text-overflow: ellipsis;
overflow: hidden;
height: 150px;
}
.entry img {
width: 12em;
float: left;
padding: 5px;
}
img.youtube {
clip-path: inset(22px 0px 22px 0px);
-webkit-clip-path: inset(22px 0px 22px 0px);
}
.footer {
text-align: center;
background: #EEE;
padding: 15px 0;
}
svg#elevator {
width: 40px;
height: 40px;
display: block;
margin: auto;
margin-bottom: 5px;
}
html.js .elevator {
cursor: pointer;
}