MediaWiki:Common.css: mudanças entre as edições

Ir para navegação Ir para pesquisar
sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 745: Linha 745:


.article-card {
.article-card {
  width: 350px;
    width: 300px;
  height: 220px;
    height: 180px;
  border-radius: 12px;
    padding-bottom: 20px;
  overflow: hidden;
    border-radius: 12px;
  position: relative;
    overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
    position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-family: Arial,Helvetica,sans-serif;
  transition: all 300ms;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-top: solid 5px red;
    transition: all 300ms;
    border-top: solid 5px red;
    align-items: center;
    display: flex;
    justify-content: center;
}
}


Linha 762: Linha 766:


.article-card img {
.article-card img {
  width: 100%;
    width: 64px;
  height: 100%;
    height: 64px;
  object-fit: cover;
    object-fit: cover;
}
}


.article-card .content {
.article-card .content {
  box-sizing: border-box;
    box-sizing: border-box;
  width: 100%;
    width: 100%;
  position: absolute;
    position: absolute;
  padding: 30px 20px 20px 20px;
    padding: 30px 20px 20px 20px;
  height: auto;
    height: auto;
  bottom: 0;
    bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
}


Linha 790: Linha 793:
.article-card .title {
.article-card .title {
   font-size: 17px;
   font-size: 17px;
   color: #fff;
   color: #000;
}
}

Menu de navegação