Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
.dd-cont-resp {
    display: flex;
    padding: 26px;
    border: 4px double #857329;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}


:root {
.dd-cont-title {
--main-bg-color-primary: #202020;
text-align: center;
--main-bg-color-secondary: #1b1b1b;
--text-color: #c4ae5f;
--link-color: #fa5c5c;
}
}


body {
.dd-cont-img-link {
background-color: var(--main-bg-color-primary) !important;
    width: 255px;
color: var(--text-color) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}


a {
.field_Image img {
color: var(--link-color);
width: 32px;
}
  height: auto;
#mw-content {
background-color: var(--main-bg-color-primary)
}
}

Latest revision as of 21:21, 6 November 2024

.dd-cont-resp {
    display: flex;
    padding: 26px;
    border: 4px double #857329;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.dd-cont-title {
text-align: center;
}

.dd-cont-img-link {
    width: 255px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.field_Image img {
width: 32px;
  height: auto;
}