MediaWiki:Common.css: Difference between revisions

mNo edit summary
No edit summary
Line 3,095: Line 3,095:


.portal-link.template a:hover {
.portal-link.template a:hover {
    background-color: #898989;
    color: #fff;
}
/*Portal Link Image*/
.portal-link-wrapper-img {
    text-align: center;
    margin-bottom: 0.5em;
}
.portal-link-img {
    display: inline-flex;
}
.portal-link-earthtoken {
background-image: url("https://wiki.geministation.com/images/2/23/Earth_token.png");
}
.portal-link-img a {
    height: 120px;
    width: 300px;
    display: inline-flex;
    justify-content: center !important;
    align-items: center !important;
    margin: 7px;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-family: 'League Spartan', sans-serif;
    text-transform: uppercase;
    background-color: #fafafa;
    color: #404040;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.03);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.portal-link-img a:hover {
    text-decoration: none;
    background-color: #f2f2f2;
}
.portal-link-img.wide a {
    width: 618px;
}
.portal-link-img.short a {
    font-size: 15px;
    height: 50px;
    width: 200px;
    font-variant: small-caps;
    text-transform: none;
}
.portal-link-img.compact a {
    font-size: 15px;
    height: 100px;
    width: 200px;
}
.portal-link-img.article a {
    border-top: 8px solid #90c2dd;
}
.portal-link-img.article a:hover {
    background-color: #90c2dd;
    color: #fff;
}
.portal-link-img.file a {
    border-top: 8px solid #617ebc;
    background-color: #cfd8eb;
}
.portal-link-img.file a:hover {
    background-color: #617ebc;
    color: #fff;
}
.portal-link-img.template a {
    border-top: 8px solid #898989;
    background-color: #ebebeb;
}
.portal-link-img.template a:hover {
     background-color: #898989;
     background-color: #898989;
     color: #fff;
     color: #fff;