MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Das Sopra Wiki
Dietsch (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Dietsch (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
 
(16 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
table.default {  
 
background-color:#f9f9f9;
table.roadmap,
table.default  
{  
border-style:solid;
border-style:solid;
border-color:black;
border-color:black;
border-width:1px;
padding:1em;
padding:1em;
border-spacing:0px;
border-spacing:0px;
Zeile 10: Zeile 11:
}
}


table.default td{
table.default
{
border-width:1px;
}
 
table.roadmap
{
border-width:0px;
}
 
table.roadmap td,
table.default td
{
border-top-width:1px;
border-top-width:1px;
border-bottom-width:1px;
border-bottom-width:1px;
border-left-width:0px;
border-left-width:0px;
border-right-width:0px;
border-right-width:0px;
border-style:solid;
border-color:black;
padding:5px;
border-spacing:0px;
}
}
table.default td.close{
 
table.roadmap th,
table.default th
{
font-weight:bold;
border-width:1px;
}
 
table.roadmap td.close,
table.roadmap td.open
{
border-top-width:1px;
border-top-width:1px;
border-bottom-width:1px;
border-bottom-width:1px;
border-left-width:0px;
}
 
table.roadmap td.close
{
border-right-width:1px;
border-right-width:1px;
border-style:solid;
border-color:black;
padding:5px;
border-spacing:0px;
}
}


table.default td.blank {
table.roadmap td.open
{
border-left-width:1px;
}
 
table.roadmap th.blank,
table.roadmap td.blank
{
background-color:transparent;
background-color:transparent;
border-spacing:0px;
border-spacing:0px;
Zeile 38: Zeile 63:
}
}


table.default th{
td.numeric{
background-color:#C0C0C0;
 
font-weight:bold;
font-weight:bold;
border-spacing:0px;
}
border-width:1px;
 
.centered,
td.numeric
{
text-align:center;
}
 
table.default th,
table.default td,
table.roadmap th,
table.roadmap td
{
border-style:solid;
border-style:solid;
border-color:black;
border-color:black;
padding:5px;
padding:5px;
text-align:left;
border-spacing:0px;
}
 
table.default th.rotated{
display:block;
position:absolute;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
}


 
table.default
td.default {
{
background-color:#f9f9f9;
background-color:#f9f9f9;
}
}


 
table th
td.week{
{
text-align:center;
background-color:#C0C0C0;
font-weight:bold;
}
}


/** #FFFF80; */
td.ok
*.entwurf {
{
background-color:#f9f9f9;
/** background-color:#00FF00; */
}
background-color:#E0E0E0;
tr.entwurf th {
background-color:#C0C0C0;
}
}


/** #FF8040; */
td.nok
*.implementation {
{
background-color:#f9f9f9;
background-color:#E0E0E0;
}
tr.implementation th {
background-color:#C0C0C0;
}
}


/** #DC3C28; */
*.implementation2 {
background-color:#f9f9f9;
}
tr.implementation2 th {
background-color:#C0C0C0;
}


mw-hidden-cats-hidden.mw-hidden-catlinks {
mw-hidden-cats-hidden.mw-hidden-catlinks {
display: none;
display: none;
}
}
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */


Zeile 167: 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;
}