mirror of
https://github.com/ivabus/www
synced 2024-11-13 04:15:14 +03:00
Additional cleanup on packages
This commit is contained in:
parent
7b0ffede26
commit
6ccbc07628
|
@ -1,13 +1,13 @@
|
||||||
|
|
||||||
<div class="card card-thumbnail" style="width: 100%" data-name="{{- .name -}}" data-popularity="{{- .dl_count -}}" data-last_modified="{{- .last_modified -}}" data-description="{{- .desc -}}">
|
<div class="card card-thumbnail p-3" style="width: 100%" data-name="{{- .name -}}" data-popularity="{{- .dl_count -}}" data-last_modified="{{- .last_modified -}}" data-description="{{- .desc -}}">
|
||||||
<a href="/+{{- lower .full_name -}}/">
|
<a href="/+{{- lower .full_name -}}/">
|
||||||
<figure class="card-img-top" >
|
<figure class="card-img-top" >
|
||||||
<img class="package-image" src="{{- .thumb_image_url -}}" alt="{{- .name -}}" style="width:100%; height:100%;">
|
<img class="package-image" src="{{- .thumb_image_url -}}" alt="{{- .name -}}" style="width:100%; height:100%;">
|
||||||
<article class="card-thumb-label">
|
<article class="card-thumb-label p-4">
|
||||||
<i class="icon-tea-logo-iconasset-1"></i>
|
<i class="icon-tea-logo-iconasset-1"></i>
|
||||||
<h3>{{- .name -}}</h3>
|
<h3>{{- .name -}}</h3>
|
||||||
{{ if not (eq .maintainer "") }}
|
{{ if not (eq .maintainer "") }}
|
||||||
<h4>• {{- .maintainer -}}</h4>
|
<p class="small black">• {{- .maintainer -}}</p>
|
||||||
{{end}}
|
{{end}}
|
||||||
</article>
|
</article>
|
||||||
</figure>
|
</figure>
|
||||||
|
@ -66,219 +66,62 @@ div.card.card-thumbnail{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-thumb-label i{
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) {
|
|
||||||
|
|
||||||
.card-thumb-label i{
|
|
||||||
font-size: 1.5vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label {
|
|
||||||
position: absolute;
|
|
||||||
background: rgba(255,255,255,0.9);
|
|
||||||
left: 0;
|
|
||||||
bottom: 0vw;
|
|
||||||
padding: 1.116vw;
|
|
||||||
text-align: left;
|
|
||||||
width: 90%;
|
|
||||||
height: 40;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label h3 {
|
|
||||||
color: black;
|
|
||||||
font-size: 1.8vw;
|
|
||||||
line-height: 1.8vw;
|
|
||||||
margin: 0px 0px 0.5vw 0vw;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label h4 {
|
|
||||||
color: black;
|
|
||||||
font-size: .9vw;
|
|
||||||
line-height: 1vw;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumbnail{
|
|
||||||
background: none;
|
|
||||||
border-radius: 0px !important;
|
|
||||||
border: 1px solid #949494;
|
|
||||||
padding: 1.674vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail-body{
|
|
||||||
display: flex;
|
|
||||||
border-radius: 0px !important;
|
|
||||||
padding: 0vw;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-img-top{
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-bottom: 1.674vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-text{
|
|
||||||
font-size: 0.781vw;
|
|
||||||
float:left;
|
|
||||||
position: relative;
|
|
||||||
top:0.502vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-text-container{
|
|
||||||
float:left;
|
|
||||||
position: relative;
|
|
||||||
width:48%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail-body-mobile{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
.card-thumb-label {
|
||||||
|
position: absolute;
|
||||||
.card-thumb-label i{
|
background: rgba(255,255,255,0.9);
|
||||||
font-size: 2vw;
|
left: 0;
|
||||||
}
|
bottom: 0px;
|
||||||
|
text-align: left;
|
||||||
.card-thumb-label {
|
width: 90%;
|
||||||
position: absolute;
|
height: auto;
|
||||||
background: rgba(255,255,255,0.9);
|
min-height: 50%;
|
||||||
left: 0;
|
|
||||||
bottom: 0vw;
|
|
||||||
padding: 1.116vw;
|
|
||||||
text-align: left;
|
|
||||||
width: 90%;
|
|
||||||
height: 40%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label h3 {
|
|
||||||
color: black;
|
|
||||||
font-size: 2.8vw;
|
|
||||||
line-height: 2.8vw;
|
|
||||||
margin: 0px 0px 1vw 0vw;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label h4 {
|
|
||||||
color: black;
|
|
||||||
font-size: 1.5vw;
|
|
||||||
line-height: 1.5vw;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumbnail{
|
|
||||||
background: none;
|
|
||||||
border-radius: 0px !important;
|
|
||||||
border: 1px solid #949494;
|
|
||||||
padding: 1.674vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail-body{
|
|
||||||
display: flex;
|
|
||||||
border-radius: 0px !important;
|
|
||||||
padding: 0vw;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-img-top{
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-bottom: 1.674vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-text{
|
|
||||||
font-size: 0.781vw;
|
|
||||||
float:left;
|
|
||||||
position: relative;
|
|
||||||
top:0.502vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-text-container{
|
|
||||||
float:left;
|
|
||||||
position: relative;
|
|
||||||
width:48%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail-body-mobile{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 576px) and (max-width: 768px) {
|
.card-thumb-label h3 {
|
||||||
|
color: black;
|
||||||
|
padding: 0px;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.card-thumb-label i{
|
.card-thumb-label h4 {
|
||||||
font-size: 2.5vw;
|
color: black;
|
||||||
}
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.card-thumb-label {
|
.card-thumbnail{
|
||||||
position: absolute;
|
background: none;
|
||||||
background: rgba(255,255,255,0.9);
|
border-radius: 0px !important;
|
||||||
left: 0;
|
border: 1px solid #949494;
|
||||||
bottom: 0vw;
|
}
|
||||||
padding: 1.116vw;
|
|
||||||
text-align: left;
|
|
||||||
width: 90%;
|
|
||||||
height: 40%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label h3 {
|
.thumbnail-body{
|
||||||
color: black;
|
display: flex;
|
||||||
font-size: 3vw;
|
border-radius: 0px !important;
|
||||||
line-height: 3vw;
|
padding: 0vw;
|
||||||
margin: 0px 0px 0.5vw 0vw;
|
justify-content: space-between;
|
||||||
padding: 0px;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label h4 {
|
.card-img-top{
|
||||||
color: black;
|
border-radius: 0px;
|
||||||
font-size: 1.5vw;
|
}
|
||||||
line-height: 1.5vw;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumbnail{
|
.card-text{
|
||||||
background: none;
|
float:left;
|
||||||
border-radius: 0px !important;
|
position: relative;
|
||||||
border: 1px solid #949494;
|
}
|
||||||
padding: 1.674vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail-body{
|
.card-text-container{
|
||||||
display: flex;
|
float:left;
|
||||||
border-radius: 0px !important;
|
position: relative;
|
||||||
padding: 0vw;
|
width:48%;
|
||||||
justify-content: space-between;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.card-img-top{
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-bottom: 1.674vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-text{
|
|
||||||
font-size: 0.781vw;
|
|
||||||
float:left;
|
|
||||||
position: relative;
|
|
||||||
top:0.502vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-text-container{
|
|
||||||
float:left;
|
|
||||||
position: relative;
|
|
||||||
width:48%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail-body-mobile{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
.thumbnail-body-mobile{
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
|
|
Loading…
Reference in a new issue