MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki-Langen
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: Vorlage:Infobox_Fertigkeit_Kr: .InfoboxKr { position: relative; margin: 1px 0px; bo…“)
 
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
  
 
+
.InfoboxKr  
/* Vorlage:Infobox_Fertigkeit_Kr */
+
 
+
.InfoboxKr
+
 
{
 
{
position: relative;
+
  position: relative;
margin: 1px 0px;
+
  margin: 1px 0px;
border-left: none !important;
+
  border-left: none !important;
border-right: none !important;
+
  border-right: none !important;
padding: 0;
+
  padding: 0;
min-height: 70px;
+
  min-height: 70px;
border: 1px solid #bbb;
+
  border: 1px solid #bbb;
 
}
 
}
  
.InfoboxKrBild
 
{
 
position: absolute;
 
top: 2px;
 
left: 0px;
 
padding: 1px;
 
}
 
 
.InfoboxKrRahmen
 
{
 
position:absolute;
 
top: 2px;
 
left: 0px;
 
width: 64px;
 
height: 64px;
 
border-radius: 4px;
 
border-top-right-radius: 4px;
 
-moz-border-radius: 4px;
 
-moz-border-radius-topright: 0;
 
border: 1px solid #bbb;
 
}
 
 
.InfoboxKrName
 
{
 
display: block;
 
position: absolute;
 
left: 65px;
 
top: 2px;
 
margin-top: 2px;
 
margin-bottom: 1px;
 
width: 300px;
 
border-left: none;
 
border-top-right-radius: 4px;
 
border-bottom-right-radius: 4px;
 
-moz-border-radius-topright: 4px;
 
-moz-border-radius-bottomright: 4px;
 
font-weight: bold;
 
padding: 0 5px;
 
margin-top: 0;
 
padding-bottom: 1px;
 
border: 1px solid #bbb;
 
background-color: #ddd;
 
}
 
 
p.InfoboxKrNameDummy
 
{
 
margin-bottom: 1px;
 
}
 
 
div.InfoboxKrHeightHack
 
{
 
float: left;
 
height: 43px;
 
width: 1px;
 
}
 
 
div.InfoboxKrClear
 
{
 
clear: left;
 
}
 
 
p.InfoboxKrText
 
{
 
margin: 0;
 
padding-left: 69px;
 
padding-bottom: 2px;
 
}
 
 
div.InfoboxKrReiterleiste
 
{
 
width: auto;
 
position:absolute;
 
top: 0;
 
right: 0;
 
}
 
 
.InfoboxKrReiter big
 
{
 
font-size: 10pt !important;
 
}
 
 
.InfoboxKrReiter, .InfoboxKrReiterK
 
{
 
width: auto;
 
margin-left: 2px;
 
border-top: none !important;
 
text-align: right;
 
padding-bottom: 1px;
 
float: right;
 
border-bottom-left-radius: 4px;
 
border-bottom-right-radius: 4px;
 
-moz-border-radius-bottomleft: 4px;
 
-moz-border-radius-bottomright: 4px;
 
border: 1px solid #bbb;
 
background-color: #ddd;
 
text-align:center;
 
padding: 0 4px;
 
width: 3.1em;
 
}
 
 
.InfoboxKrReiterK
 
{
 
visibility: hidden;
 
}
 
  
font.InfoboxKrZahl
+
.InfoboxKrBild
 
{
 
{
vertical-align: middle;
+
  top: 2px;
 +
  left: 0px;
 +
  padding: 1px;
 
}
 
}

Aktuelle Version vom 14. Mai 2017, 23:27 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.InfoboxKr 
{
  position: relative;
  margin: 1px 0px;
  border-left: none !important;
  border-right: none !important;
  padding: 0;
  min-height: 70px;
  border: 1px solid #bbb;
}


.InfoboxKrBild 
{
  top: 2px;
  left: 0px;
  padding: 1px;
}