Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
(Updating wp import)
No edit summary
Line 805: Line 805:
     height: 50px;
     height: 50px;
}
}
/* Specific link-flex for main page */
.link-flex div {
    border: 1px solid darkgray;
    background-color: gray;
    margin:2px;
}
.link-flex div span a, .link-flex div span a.new {
    color: white;
    padding: 1px 3px 1px 3px;
    text-align: center;
    font-weight: bold;
    margin: auto;
    display: block;
    width: 100%;
}
.link-flex div span a.new {
    color: darkred;
}
.link-flex div:hover, .link-flex div:hover div {
    background-color: red;
}
.link-flex div:hover span a, .link-flex div span a:hover {
  color: white;
  text-decoration:none;
}
.link-flex img {
    object-fit: cover;
    width: 150px;
    height: 100px;
}


.nofit img { object-fit: contain; }
.nofit img { object-fit: contain; }


a.mw-redirect {    text-decoration: underline dotted; } /* highlight links to redirection pages */
a.mw-redirect {    text-decoration: underline dotted; } /* highlight links to redirection pages */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.