User:RealDonaldTrump/stylesheet.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

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

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera, Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
#ca-ve-edit,
#ca-edit,
#ca-history,
#ca-watch,
#p-cactions,
#siteNotice {
  display: none;
}

.trump-menu {
  margin: 0 auto;
  max-width: 960px;
  border: 1px solid #0a3161;
  border-top: 0;
  border-top-left-radius: 8px;
  border-right: 1px solid transparent;
}

.trump-menu ul {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trump-menu li {
  margin: 0;
  padding: 0;
}

.trump-menu li.trump-menu-spacer {
  margin-right: 0.4em;
}

.trump-menu li a,
.trump-menu li .plainlinks a {
  display: block;
  color: #0A3161 !important;
  border: 1px solid #0A3161;
  border-bottom: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 1em 0.6em !important;
  font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
  font-size: 0.6rem;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
}

.trump-menu li:not(.trump-menu-spacer):not(:last-child) a {
  border-right: 0;
}

.trump-menu li a:hover,
.trump-menu li a.selflink {
  background: #0A3161 !important;
  color: #fff !important;
}

.muga-main {
  max-width: 960px;
  margin: 0rem auto 2rem auto;
  border: 1px solid #0A3161;
  box-shadow: 0rem 0.1rem 0.4rem rgba(0, 0, 0, 0.1);
}

.muga-main #mugshot img {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.muga-main-header {
  margin: 0rem 0rem 1.2rem 0rem;
  padding: 1rem 0rem;
  background-color: #0A3161;
  color: #fff;
  font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
  line-height: 100%
}

.muga-main-title {
  margin: 1rem 0rem;
  color: #333;
  font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
  font-weight: bold;
  font-size: 5rem;
  text-align: center;
  line-height: 100%
}

.muga-main h2 {
  padding: 0.8rem;
  color: #fff;
  border: 0px;
  font-size: 1.4rem;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  background-color: #0A3161;
}

.muga-main h3 {
  font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
  font-weight: normal;
  font-size: 1.3rem;
  color: #444;
  text-align: center;
}

.muga-team-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 0.2rem;
  text-align: center;
}

.muga-main p,
.muga-main center {
  margin: 0.5rem 2rem;
}

@media screen and (max-width: 816px) {
  .muga-main #mugshot img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {

  .muga-main p,
  .muga-main center {
    margin: 0.5rem 1.2rem;
  }

  .muga-main-title {
    margin: 0.2rem;
    font-size: 2.8rem;
  }

  .muga-team-list {
    display: flex;
    flex-flow: column wrap;
  }
  
  .muga-main {
    border-radius: 4px;
  }

  .trump-menu {
    justify-content: center;
    border: 0;
    margin: 0 auto;
    padding: 0;
  }

  .trump-menu ul {
    display: flex;
    flex-flow: row wrap;

  }

  .trump-menu li.trump-menu-spacer {
    margin: 0;
  }

  .trump-menu li a,
  .trump-menu li .plainlinks a {
    margin: 0.4em 0.4em 0.4em 0;
    border: 1px solid #0A3161 !important;
    border-radius: 4px !important;
  }
}