Difference between revisions of "MediaWiki:Common.css"

From Faloria Wiki
Jump to: navigation, search
Tag: Reverted
Tag: Manual revert
 
(11 intermediate revisions by the same user not shown)
Line 4: Line 4:
   flex-direction: column;
   flex-direction: column;
   flex-wrap: wrap;
   flex-wrap: wrap;
   margin: 20px;
   margin: 40px;
  margin-left:15em;
  margin-right:15em;
}
}


Line 27: Line 29:
   min-height: 80px;
   min-height: 80px;
   line-height: 80px;
   line-height: 80px;
}
.wikitable tr th, .wikitable tr td, .wikitable caption {
text-align: inherit;
}
.wikitable th a {
    color: inherit;
    text-decoration: underline;
}
.full-width {
    width: 100%;
}
.toc {
  margin-top: 0.5em;
}
.toc ul {
  list-style: none;
  padding: 0em 0.5em 0em 0.5em;
}
.force-image img {
  width: 32px;
  height: 32px;
}
@media (min-width: 62px) and (min-height: 62px) and (max-width: 62px) and (max-height: 62px) {
  img {
    width: 32px;
    height: 32px;
  }
}
.force-city-image img {
  border: solid;
  padding: 10px;
  border-color: #595959;"
}
}

Latest revision as of 08:39, 6 April 2023

/* Landing page */
.landing-grid-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 40px;
  margin-left:15em;
  margin-right:15em;
}

@media(min-width: 500px) {
  .landing-grid-header {
    flex-direction: row;
  }
}

.landing-grid-item {
  background: #2a2a2a;
  border: 1px solid #250b2d;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  flex: 1 0 20%;
  margin: 10px;
  padding: 10px 0;
}

.landing-grid-item .floatnone {
  min-height: 80px;
  line-height: 80px;
}

.wikitable tr th, .wikitable tr td, .wikitable caption {
	text-align: inherit;
}

.wikitable th a {
    color: inherit;
    text-decoration: underline;
}

.full-width {
    width: 100%;
}

.toc {
   margin-top: 0.5em;
}

.toc ul {
   list-style: none;
   padding: 0em 0.5em 0em 0.5em;
}

.force-image img {
   width: 32px; 
   height: 32px; 
}

@media (min-width: 62px) and (min-height: 62px) and (max-width: 62px) and (max-height: 62px) {
  img {
    width: 32px;
    height: 32px;
  }
}

.force-city-image img {
   border: solid;
   padding: 10px;
   border-color: #595959;"
}