MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(11 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,
image a:visited,
image a:visited,
a:active,
a:active,
image a:active {
image a:active {
     color: #327ba7;
     color: #327ba7;
}
} */


a.new,
a.new,
Line 169: Line 169:
} */
} */


.mw-body-content a.external,
/* .mw-body-content a.external,
.mw-body-content a.extiw {
.mw-body-content a.extiw {
     color: #3869bb;
     color: #3869bb;
Line 179: Line 179:
.mw-body-content a.extiw:active {
.mw-body-content a.extiw:active {
     color: #3869bb;
     color: #3869bb;
}
} */


.jsPurgeLink a.external {
.jsPurgeLink a.external {
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;
}
}