This commit is contained in:
parent
6edc487643
commit
e8aeb2c1f7
9
base.css
9
base.css
@ -113,6 +113,10 @@ main{
|
||||
background-color: transparent;
|
||||
box-sizing: inherit;
|
||||
}
|
||||
.item-table-caption{
|
||||
display: table-caption;
|
||||
caption-side: bottom;
|
||||
}
|
||||
.item-table-full, .item-table-360{
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
@ -147,6 +151,8 @@ main{
|
||||
justify-content: center;
|
||||
}
|
||||
.image-box > a{
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
margin: 2px;
|
||||
}
|
||||
@media (min-width: 480px){
|
||||
@ -159,6 +165,7 @@ main{
|
||||
width: 360px;
|
||||
}
|
||||
.image-box > a{
|
||||
border-width: 4px;
|
||||
margin: 10px;
|
||||
}
|
||||
}
|
||||
@ -168,7 +175,7 @@ main{
|
||||
top: 0;
|
||||
position: relative;
|
||||
float: right;
|
||||
width: fit-content;
|
||||
width: auto;
|
||||
}
|
||||
.menu li{
|
||||
float: left;
|
||||
|
5
dark.css
5
dark.css
@ -31,5 +31,8 @@ a{
|
||||
background-color: #0f0f0f;
|
||||
}
|
||||
.item-table > div > div{
|
||||
border-color: wheat;
|
||||
border-color: #F5DEB3FF;
|
||||
}
|
||||
.image-box > a{
|
||||
border-color: #b0b0f0;
|
||||
}
|
@ -78,21 +78,19 @@
|
||||
</video></div>
|
||||
</div>
|
||||
</div>
|
||||
{{ if not (eq .GetImageCount 0) }}
|
||||
<div class="item-table-caption">
|
||||
<div class="image-box">
|
||||
{{ range .GetImages }}
|
||||
<a href="{{ .ImageLocation }}"><img src="{{ .ThumbnailLocation }}" width="144"></a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ if not (eq .GetImageCount 0) }}
|
||||
<div>
|
||||
<div>
|
||||
<div class="image-box">
|
||||
{{ range .GetImages }}
|
||||
<a href="{{ .ImageLocation }}"><img src="{{ .ThumbnailLocation }}" width="144"></a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</main>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user