Database-ready

This commit is contained in:
2019-03-11 19:29:51 +01:00
parent 30d647fd86
commit b02a8894ca
9 changed files with 54 additions and 25 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long
+10 -9
View File
@@ -30,16 +30,16 @@ a {
display: block;
position: absolute;
left: 5px;
top: 3px;
line-height: 0.8em;
top: 5px;
line-height: 1.2em;
font-size: 1.8em;
font-weight: bold;
text-align: center;
background-color: fade(@color_white, 10%);
border: 1px solid @color_grey;
border-radius: 3px;
width: 1.0em;
height: 1.0em;
width: 1.5em;
height: 1.5em;
z-index: 2;
}
}
@@ -88,10 +88,6 @@ a {
.item {
display: block;
position: relative;
min-height: 250px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
&:hover {
text-decoration: none;
@@ -106,6 +102,11 @@ a {
}
}
.preview {
height: auto;
width: 100%;
}
title {
display: block;
position: relative;
@@ -139,7 +140,7 @@ a {
height: 100%;
#stage {
height: 30%;
height: auto;
border-bottom: 1px solid @color_orange;
margin-bottom: 10px;
}