MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 123: Line 123:
}
}


a,
/* a,
image a {
image a {
     color: #327ba7;
     color: #327ba7;
}
} */


/* a:visited,
/* a:visited,
Line 2,364: Line 2,364:


.tile-top.tile-image {
.tile-top.tile-image {
    display: flex;
display: flex;
    align-items: center;
     background-color: #949eaa;
     background-color: #949eaa;
     overflow: hidden;
     overflow: hidden;
Line 2,371: Line 2,370:
     height: 13vw;
     height: 13vw;
     max-height: 12em;
     max-height: 12em;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
}
}


Line 3,741: Line 3,743:
     margin-left: 0 !important;
     margin-left: 0 !important;
     color: inherit !important;
     color: inherit !important;
    font-weight: bold;
}
}


Line 3,772: Line 3,775:
.infobox .infobox-image {
.infobox .infobox-image {
     text-align: center;
     text-align: center;
     word-spacing: -4px;
     word-spacing: 0;
}
}