MediaWiki:Common.css

From 44Net Wiki
Revision as of 02:41, 9 May 2025 by KI5QKX (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Keep images from escaping their enclosures */
img {
  max-width: 100%; 
  height: auto; 
}

/* Landing page styles */
.landing-page .section h1 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: bold;
  border: 0;
  margin: 0 0 .75em 0;
  padding: 0;
}

.landing-page .section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding-right: 3em;
}
.landing-page .section > div {
  padding: 2em 0;
}
.landing-page .section .left {
  flex: 3;
  min-width: 350px;
}
.landing-page .section .right {
  flex: 2;
  min-width: 350px;
}
.landing-page .section p {
  font-size: 1.2rem;
}

.landing-page .hero-box {
  padding-right: 0;
}
.landing-page .hero-box h1 {
  font-size: 4rem;
  line-height: 1.0;
  margin: 0;
}
.landing-page .hero-box .tagline {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 0;
  color: rgba(50, 60, 60, 0.8);
}
.landing-page .hero-box a {
    display: inline-block;
    padding: 0.5em 1.5em;
    background-color: rgb(177, 224, 223);
    color: black;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
}