contentdb/app/scss/packages.scss

96 lines
1.3 KiB
SCSS
Raw Permalink Normal View History

2018-05-09 19:35:36 +02:00
.screenshot_list, .screenshot_list li, .screenshot_list li a {
list-style: none;
margin: 0;
padding: 0;
}
.screenshot_list li {
display: inline-block;
2020-01-21 23:40:51 +01:00
vertical-align: middle;
2018-05-09 19:35:36 +02:00
margin: 5px;
padding: 0;
}
.screenshot_list li a {
display: block;
}
.screenshot_list img {
2018-05-24 20:54:59 +02:00
width: 200px;
height: 133px;
2018-05-09 19:35:36 +02:00
object-fit: cover;
}
2020-01-21 23:40:51 +01:00
.screenshot-add {
display: block !important;
width: 200px;
height: 133px;
background: #444;
color: #666;
text-align: center;
line-height: 133px !important;
font-size: 80px;
&:hover {
background: #555;
color: #999;
text-decoration: none;
}
}
.info-row {
vertical-align: middle;
.count {
margin-left: 0.3em;
}
img {
filter: grayscale(100%);
}
a {
color: rgba(255, 255, 255, 0.8);
}
a:hover {
color: #fff;
text-decoration: none;
}
}
2018-05-09 19:35:36 +02:00
.box_img {
position: relative;
background-position: center;
background-size: cover;
2018-05-13 22:23:09 +02:00
background-image: url("placeholder.png");
2018-05-09 19:35:36 +02:00
min-height: 220px;
border-radius: 5px;
padding: 0;
}
.box_img > h2 {
display: inline-block;
position: absolute;
bottom: 15px;
left: 15px;
}
.package-short-large {
font-size: 120%;
}
.pkg_wiz_1, .pkg_wiz_2 {
display: none;
}
2018-05-21 15:56:00 +02:00
.plsearchform {
padding: 0.5em;
}
.plsearchform p {
display: inline-block;
padding: 0;
margin: 0 0.75em;
}