MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
 
(24 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 153: Line 153:
div.vectorTabs li a:active,
div.vectorTabs li a:active,
div.vectorMenu li a:active,
div.vectorMenu li a:active,
#mw-panel .portal .body li a:active {
/* #mw-panel .portal .body li a:active {
     color: #327ba7;
     color: #327ba7;
}
} */


div.vectorTabs li.new a,
div.vectorTabs li.new a,
Line 165: Line 165:
div.vectorTabs li.new a:active,
div.vectorTabs li.new a:active,
div.vectorMenu li.new a:active,
div.vectorMenu li.new a:active,
#mw-panel .portal .body li.new a:active {
/*#mw-panel .portal .body li.new a:active {
     color: #ba0000;
     color: #ba0000;
}
} */


.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,707: Line 3,709:
.switch-infobox .switch-infobox-triggers .trigger.button {
.switch-infobox .switch-infobox-triggers .trigger.button {
     margin: 1px;
     margin: 1px;
    float: right;
}
}


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


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


Line 5,808: Line 5,812:


.mainpage-left {
.mainpage-left {
     flex: 2;
     flex: 1;
     display: flex;
     display: flex;
     flex-flow: column wrap;
     flex-flow: column wrap;
Line 5,815: Line 5,819:


.mainpage-left > * {
.mainpage-left > * {
    margin: 0 0 0.9rem;
}
.mainpage-center {
    flex: 1;
    display: flex;
    flex-flow: column wrap;
    margin-right: 0.9rem;
}
.mainpage-center > * {
     margin: 0 0 0.9rem;
     margin: 0 0 0.9rem;
}
}
Line 5,957: Line 5,972:


.mainpage-skills ul {
.mainpage-skills ul {
     columns: 3;
     columns: 1;
     margin: 0.5em 0.7em 0.7em 0.5em;
     margin: 1em 0.7em 0.7em 1em;
}
}


Line 6,170: Line 6,185:
.mainpage-social.mainpage-twitter .tile-bottom {
.mainpage-social.mainpage-twitter .tile-bottom {
     background: #1e96e0;
     background: #1e96e0;
}
.mainpage-social.mainpage-beefy .tile-top {
    background: #b92f40;
}
.mainpage-social.mainpage-beefy .tile-bottom {
    background: #9b2c19;
}
}