Difference between revisions of "MediaWiki:Common.css"

From IOTT
Jump to navigation Jump to search
m
 
(64 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
body { font-size: 150%; font-family: Tahoma, Verdana, sans-serif; }
table.infobox {
 
  margin: 0.5em 0 0.5em 1em;  
p.infobox {
  border-spacing: 3px;  
   margin-top: 0em;
  padding: 0.2em;
   margin-bottom: 0em;
   width: 27em;  
   float: right;
  clear: right;
  background-color:#f8ffe5;
  border: 1px solid #609020;
}
}


td.infobox_emphasis {
p.infobox-c {
   color:      Black;
   margin-top: 0em;
  text-align: center;  
   margin-bottom: 0em;
   font-weight: bold;  
   text-align: center;
   background-color: #badd88;  
}
}


td.infobox_bold {
td.infobox{
   color:       Black;
   padding: 10px;
  text-align:  center;
  font-weight: bold;  
}
}


td.infobox_italics {
div.infobox{
   text-align: center;  
   float:right;
   font-style: italic
   border: 6px double lightgray;
  outline: 12px none;
}
}


th.infobox {
.infobox-image{
   text-align:    left;
   display: flex;
  font-weight:    bold;
   justify-content: center;
  border-bottom: none;
  vertical-align: text-top;  
   background-color: #f8ffe5;
}
}

Latest revision as of 01:22, 9 June 2025

body { font-size: 150%; font-family: Tahoma, Verdana, sans-serif; }

p.infobox {
  margin-top: 0em;
  margin-bottom: 0em;
}

p.infobox-c {
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: center;
}

td.infobox{
  padding: 10px;
}

div.infobox{
  float:right;
  border: 6px double lightgray;
  outline: 12px none;
}

.infobox-image{
  display: flex;
  justify-content: center;
}