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

sem sumário de edição
(Desfeita a edição 32988 de Pichito (Discussão))
Etiqueta: Desfazer
Sem resumo de edição
 
(7 revisões intermediárias por 2 usuários não estão sendo mostradas)
Linha 2 308: Linha 2 308:
     height: 200px;
     height: 200px;
     background-color: #fff;
     background-color: #fff;
     border-top: 10px solid #32a840;
     border-top: 10px solid #4298f5;
     border-radius: 10px;
     border-radius: 10px;
     text-align: center;
     text-align: center;
Linha 2 585: Linha 2 585:
   border: 1px solid #0c3d70;
   border: 1px solid #0c3d70;
   color: #000;
   color: #000;
}
.square-box-fishing {
    width: 180px;
    height: 200px;
    background-color: #fff;
    border-top: 10px solid #ff1919;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    transition-duration: 0.3s !important;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 15px 25px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}
.square-box-fishing img {
    width: 60px;
    height: 60px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 30px;
}
.square-box-fishing p {
    margin: 10px 0;
}
.square-div-fishing{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
p.square-name-fishing {
    margin: 15px 5px 0px 5px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: black;
}
.square-name-fishing a {
    padding: 150px 5px 0px 10px;
    color: black;
    text-decoration: none;
}
.square-name-fishing b {
    color: black;
}
.square-box-fishing a p {
    font-size: 0;
    height: 220px;
    width: 200px;
    position: absolute;
}
.square-box-fishing-good {
    width: 180px;
    height: 200px;
    background-color: #fff;
    border-top: 10px solid #1E90FF;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    transition-duration: 0.3s !important;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 15px 25px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}
.square-box-fishing-good img {
    width: 60px;
    height: 60px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 30px;
}
.square-box-fishing-good p {
    margin: 10px 0;
}
.square-div-fishing-good{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
p.square-name-fishing-good {
    margin: 15px 5px 0px 5px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: black;
}
.square-name-fishing-good a {
    padding: 150px 5px 0px 10px;
    color: black;
    text-decoration: none;
}
.square-name-fishing-good b {
    color: black;
}
.square-box-fishing-good a p {
    font-size: 0;
    height: 220px;
    width: 200px;
    position: absolute;
}
.square-box-fishing-super {
    width: 180px;
    height: 200px;
    background-color: #fff;
    border-top: 10px solid #FFD700;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    transition-duration: 0.3s !important;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 15px 25px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}
.square-box-fishing-super img {
    width: 60px;
    height: 60px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 30px;
}
.square-box-fishing-super p {
    margin: 10px 0;
}
.square-div-fishing-super{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
p.square-name-fishing-super {
    margin: 15px 5px 0px 5px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: black;
}
.square-name-fishing-super a {
    padding: 150px 5px 0px 10px;
    color: black;
    text-decoration: none;
}
.square-name-fishing-super b {
    color: black;
}
.square-box-fishing-super a p {
    font-size: 0;
    height: 220px;
    width: 200px;
    position: absolute;
}
}