Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 73: Line 73:
:root.skin-citizen-dark a:hover {color: #E69710}
:root.skin-citizen-dark a:hover {color: #E69710}
:root.skin-citizen-dark a:active {color: #E69710}
:root.skin-citizen-dark a:active {color: #E69710}
/* infobox */
table.infobox {
  background-color: #00000000'
  width: 300px;
  max-width: 100%;
  margin: 1em auto;
  box-sizing: border-box;
}
table.infobox th,
table.infobox td {
  text-align: center;
  padding: 0.5em;
}
.infobox img {
  display: block;
  width: 250px !important;
  max-width: 250px important;
  height: 400px !important;
  margin: auto;
}
.infobox details,
.infobox summary {
  display: block;
  clear: both;
  font-weight: bold;
  cursor: pointer;
  z-index: auto;
}
.infobox .infobox-list,
.infobox > ul {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.infobox .infobox-list li,
.infobox > ul > li {
  text-align: center;
}
/* gallery */
.gallerytext {color: #C1C1C1;}