MediaWiki:Common.css: Difference between revisions

From Arms of Venus
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
a[href*="armsofvenus.atlassian.net/jira"]::before {
a[href*="armsofvenus.atlassian.net/jira"]::before {
     font-family: "Font Awesome 7 Brands";
     font-family: "Font Awesome 5 Brands";
    font-weight: 400;
     content: "\f7b1";
     content: "\f7b1";
     display: inline-block;
     display: inline-block;
     margin-right: 0.45em;
     margin-right: 0.45em;
     font-weight: normal;
}
 
a[href*="https://discord.gg/HNa9bP7Zmm"]::before {
    font-family: "Font Awesome 5 Brands";
     font-weight: 400;
    content: "\f392";
    display: inline-block;
    margin-right: 0.45em;
}
 
body.page-Main_Page div.contentHeader {
  display: none;
}
 
body.page-Main_Page div.flex-fill.container {
  max-width: 100%;
}
 
.aov-hero {
  background-image: url("/images/3/3c/Aov-venusclouds.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
 
body.page-Main_Page .mw-file-element {
  max-width: 100%;
  height: auto;
}
}

Latest revision as of 07:20, 14 April 2026

a[href*="armsofvenus.atlassian.net/jira"]::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f7b1";
    display: inline-block;
    margin-right: 0.45em;
}

a[href*="https://discord.gg/HNa9bP7Zmm"]::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f392";
    display: inline-block;
    margin-right: 0.45em;
}

body.page-Main_Page div.contentHeader {
  display: none;
}

body.page-Main_Page div.flex-fill.container {
  max-width: 100%;
}

.aov-hero {
  background-image: url("/images/3/3c/Aov-venusclouds.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.page-Main_Page .mw-file-element {
  max-width: 100%;
  height: auto;
}