ds17 videos: css

This commit is contained in:
Astro 2017-10-22 23:04:17 +02:00
parent 6bf9cf7262
commit 70030be592
1 changed files with 34 additions and 0 deletions

View File

@ -222,3 +222,37 @@ footer {
line-height: 1em;
font-weight: 100;
}
.resource {
display: inline-block;
margin: 8px;
padding: 0;
box-sizing: border-box;
/* width: 290px; */
}
.resource h4 {
text-align: center;
margin: 2px 4px;
padding: 0;
font-size: 100%;
font-weight: bold;
}
.resource img {
width: 100%;
}
.resource .links {
margin: 2px 4px;
padding: 0;
list-style-type: none;
text-align: center;
}
.resource .links li {
display: inline-block;
font-size: 80%;
padding: 0 0.5em;
}
.resource .links li .size {
padding: 0 0 0 0.4em;
color: #777;
}