Template:UnNews portals/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
.unnews_portal {
  border: 0px;
  border-top: 1px solid #cfcfbf;
  border-bottom: 1px solid #cfcfbf;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

.mp_header~.unnews_portal {
  border-top: 0px;
  padding: 0.2rem 0rem;
}

.unnews_portal ul li {
  margin: 0;
}

.unnews_portal ul li:not(:last-child)::after {
  content: " •";
}

@media screen and (max-width: 960px) {
  .unnews_portal {
    border: 0px;
    border-top: 2px solid #EFEFF1;
    background-color: #EFEFF1;
    padding: 0.5rem;
  }

  td.breaker {
    padding: 0;
  }

  .mp_header~.unnews_portal {
    background-color: #fefee1;
  }

  .unnews_portal ul li {
    margin: 0;
  }
}