MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Das Sopra Wiki
Dietsch (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Dietsch (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 35: Zeile 35:
font-weight:bold;
font-weight:bold;
border-width:1px;
border-width:1px;
text-align:left;
}
}


Zeile 43: Zeile 42:
border-top-width:1px;
border-top-width:1px;
border-bottom-width:1px;
border-bottom-width:1px;
border-left-width:0px;
border-right-width:1px;
}
}


table.roadmap td.close
table.roadmap td.close
{
{
border-left-width:0px;
border-right-width:1px;
border-right-width:1px;
}
}
Zeile 56: Zeile 52:
{
{
border-left-width:1px;
border-left-width:1px;
border-right-width:0px;
}
}


Zeile 98: Zeile 93:
{
{
background-color:#C0C0C0;
background-color:#C0C0C0;
}
td.ok
{
/** background-color:#00FF00; */
background-color:#E0E0E0;
}
td.nok
{
background-color:#E0E0E0;
}
}


Zeile 173: Zeile 179:
   margin-top: 0;
   margin-top: 0;
  }
  }
div.important {
  background-color:orange;
  padding:3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid;
}