User:Tlustulimu/taxobox.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* from my upper sorbian user page */

/* infobox */
.taxobox .head-line {
  height:45px;
  vertical-align:middle;
  text-align:center;
  font-size:150%; 
  font-weight:bolder;
  line-height:1.2em;
  color:#000
}

/* rozdźělne připodobnjenja */
.taxobox caption.head-line {
   vertical-align:top;
   border:1px solid gray;
}

.taxobox .head-line.l1 {
   line-height:2.7em;
}

.taxobox .head-line.l3 {
   height:67px;
}

.taxobox .head-line.lx {
   height:auto;
}


/* specifiske formaty za lěwe (:first-child) a prawe cele */
/* jenoz za taxobox, dokelž za infobox so hižo definuje w MediaWiki:Common.css */
.taxobox td {
  background-color:#f8f8f8;
}

/* definuje ćěmnišu barbu za lěwu celu, kotraž wšak je tak mjenowane prěnje dźěćo (jendźelsce first child) infokašćika z klasomaj .infobox a .taxobox */
.taxobox td:first-child,
.taxobox th:first-child {
  background-color:#eee;
}

/* wotstronjenje barby z pomocnu klasy bjezbarbny, kotraž so dyrbi k HTML-elemenće tr přidawa. */
.taxobox .nocolor td,
.taxobox .nocolor th {
  background-color:transparent;
}

/* za taksoboksy */
.head-line.mushroom {
  background-image: url("http://upload.wikimedia.org/wikipedia/commons/7/79/Picto_infobox_fungus.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.head-line.plant {
  background-image: url("http://upload.wikimedia.org/wikipedia/commons/0/0b/Picto_infobox_plant.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.head-line.virus {
  background-image: url("http://upload.wikimedia.org/wikipedia/commons/d/dc/Picto_infobox_virus.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.head-line.animal {
  background-image: url("http://upload.wikimedia.org/wikipedia/commons/5/54/Picto_infobox_animal.png");
  background-repeat: no-repeat;
  background-position: top right;
}

/* kulojte róžki njejsu rjane při kašćiku z wobdźěłanskich wotkazach */
.taxobox td .toccolours {
    -moz-border-radius:0 !important;
}