MediaWiki:Common.css: відмінності між версіями

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 323: Рядок 323:
     -webkit-justify-content: space-between;
     -webkit-justify-content: space-between;
     justify-content: space-between;
     justify-content: space-between;
     align-items: center;
     align-items: center
}
 
.home__blocks {
    gap: 10px;
    align-items: stretch
}
 
.home__block {
    align-items: stretch;
    width: 33.3333%;
    flex-direction: column
}
 
.home__block-inner {
    align-items: stretch;
    gap: 10px;
    flex-direction: column;
    flex-grow: 1;
}
 
.home__block-image-block {
    flex-direction: column;
    border-radius: 20px;
    border: 10px solid #222127;
}
 
.home__block-image {
    text-align: center;
    padding-top: 20px;
}
}


.home__blocks {gap:10px;align-items:stretch;}
.home__block {align-items:stretch;width:33.3333%;flex-direction:column;}
.home__block-inner {align-items:stretch;gap:10px;flex-direction:column;}
.home__block-image-block {flex-direction:column;}
.home__block-image {text-align:center;}
.home__block-icon {
.home__block-icon {
  width:48px;height:48px;
    width: 48px;
  display: inline-block;
    height: 48px;
  background-position: center center;
    display: inline-block;
  background-size: cover;
    background-position: center center;
    background-size: contain;
}
 
.home__block-icon-1 {
    background-image: url(https://mafiacc.site/images/a/aa/Foty.png)
}
 
.home__block-icon-2 {
    background-image: url(https://mafiacc.site/images/0/03/Champions.png)
}
 
.home__block-icon-3 {
    background-image: url(https://mafiacc.site/images/d/d3/Tournaments.png)
}
 
.home__block-content {
    flex-grow: 1;
    flex-direction: column;
    align-items: stretch
}
 
.home__block-content-inner {
    border-radius: 10px;
    background: #222127;
    padding: 20px;
    flex-grow: 1;
}
 
.home__block-content-title {
}
}
.home__block-icon-1 {background-image:url('https://mafiacc.site/images/a/aa/Foty.png');}
.home__block-icon-2 {background-image:url('https://mafiacc.site/images/0/03/Champions.png');}
.home__block-icon-3 {background-image:url('https://mafiacc.site/images/d/d3/Tournaments.png');}
.home__block-content {flex-grow:1;flex-direction:column;align-items:stretch;}
.home__block-content-inner {}
.home__block-content-title {}