MediaWiki:Common.css: Difference between revisions

From Anesthesia Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.infobox {
.infobox {
  border: 1px solid #aaa;
background-color: #f8f9fa;
  background-color: #f9f9f9;
border-spacing: 3px;
  margin: 1em 0;
border: 1px solid #a2a9b1;
  padding: 0.5em;
color: black;
  font-size: 90%;
float: right;
  line-height: 1.5em;
clear: right;
font-size: 88%;
margin: 1em 0 1em 2em;
padding: .5em;
line-height: 1.5em;
width: 21em;
}   
.infobox-title {
font-size: 1.5em;
text-align: center;
background-color: lightblue;
}
}
 
.infobox-subtitle {
.infobox caption {
font-size: 1em;
  font-size: larger;
text-align: center;
  font-weight: bold;
background-color: #fff00;
}
.infobox-image {
text-align: center;
padding: 0.5em 0 0.5em 0;
}
.infobox-imagedescription {
text-align: center;
vertical-align: text-top;
}
}
.infobox th {
.infobox th {
  text-align: left;
text-align: left;
  vertical-align: top;
color: #356BE6;
  padding-right: 0.5em;
}
}
.infobox td {
.infobox td {
  vertical-align: top;
}
.infobox ul {
  margin: 0;
  padding: 0 0 0 1.2em;
}
.infobox ul li {
  margin: 0.5em 0;
}
.infobox img {
  max-width: 100%;
  height: auto;
}
.infobox-header {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
}
.infobox-header h1, .infobox-header h2 {
  margin: 0;
  font-size: 120%;
}
.infobox-header .nickname {
  font-weight: normal;
  font-style: italic;
}
.infobox-header .motto {
  font-weight: normal;
  font-size: 90%;
  color: #666;
}
.infobox-map {
  border: 1px solid #ccc;
  margin: 0.5em 0;
}
}

Latest revision as of 21:17, 17 May 2023

/* CSS placed here will be applied to all skins */
.infobox {
background-color: #f8f9fa;
border-spacing: 3px;
border: 1px solid #a2a9b1;
color: black;
float: right;
clear: right;
font-size: 88%;
margin: 1em 0 1em 2em;
padding: .5em;
line-height: 1.5em;
width: 21em;
}    
.infobox-title {
font-size: 1.5em;
text-align: center;
background-color: lightblue;
}
.infobox-subtitle {
font-size: 1em;
text-align: center;
background-color: #fff00;
}
.infobox-image {
text-align: center;
padding: 0.5em 0 0.5em 0;
}
.infobox-imagedescription {
text-align: center;
vertical-align: text-top;
}
.infobox th {
text-align: left;
color: #356BE6;
}
.infobox td {
}