MediaWiki:Common.css:portalseite

Aus dem IServ-Wiki
Zur Navigation springen Zur Suche springen

/*

 */

/* Portalseite */

#portalseite h2 {
  background-color: #BACBFF;
  border: 1px solid #717C9B;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

#portalseite h3 {
  font-size: 0.95em;
  font-weight: bold;
}

#portalseite .inhalt {
  background-color: #ffffff;
  border: 1px solid #717C9B;
  border-top: 0px solid white;
  padding: 0.3em 0.8em 0.4em 0.8em;
}

#portalseite .inhalt hr {
  background-color: #717C9B;
  color: #8898bf;
  height: 1px;
  margin:0.5em 0;
  padding: 0;
}

#portalseite .inhalt .mehr {
  clear: both;
  font-size: 95%;
  margin-top: 0.8em;
  text-align: right;
}

.portalseite-oben, .portalseite-links, .portalseite-rechts {
  margin-bottom: 1em;
}

.portalseite-links {
  margin-right: 0.5em;
}

.portalseite-rechts {
  margin-left: 0.5em;
}

.portalseite-oben h2, .portalseite-unten h2 {
  text-align: center;
}

.portalseite-oben .inhalt .portale {
  font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.portalseite-oben .inhalt .intern {
  font-size: 90%;
  text-align: center;
}

.portalseite-links h2, .portalseite-rechts h2 {
  text-indent: 0.8em;
}

#portalseite-schwesterprojekte .inhalt a {
  font-weight: bold;
}

/* 

*/