MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Das Sopra Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(38 dazwischenliegende Versionen von 2 Benutzern 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,
border-width:1px;
table.default  
{  
border-style:solid;
border-style:solid;
border-color:black;
border-color:black;
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;
table.roadmap td.open
{
border-left-width:1px;
}
 
table.roadmap th.blank,
table.roadmap td.blank
{
background-color:transparent;
border-spacing:0px;
border-spacing:0px;
border-style:none;
border-width:0px;
}
}


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;
border-spacing:0px;
}
}


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


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


*.implementation {
td.nok
background-color:#64FF64;
{
background-color:#E0E0E0;
}
}
tr.implementation th {
 
background-color:#64FF64;
 
mw-hidden-cats-hidden.mw-hidden-catlinks {
display: none;
}
}
*.implementation2 {
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
background-color:#00AA00;
 
div.BoxenVerschmelzen,
div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
    clear:both;
}
div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    margin: 0px;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    font-weight: bold;
    font-size: 100%;
    background-color: #efefef;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
 
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
    font-size: x-small;
    float:right;
}
}
tr.implementation2 th {
 
background-color:#00AA00;
/* Workaround für Internet Explorer 6 */
div.NavFrame, div.NavPic, .NavToggle {
    position:relative;
}
}


td.deadline {
/* Abstand vor Navigationsleisten */
background-color:#FF8040;
 
div.BoxenVerschmelzen,
div.NavFrame {
  margin-top: 1.5em;
}
div.BoxenVerschmelzen div.NavFrame {
  margin-top: 0;
}
div.NavFrame + div.NavFrame {
  margin-top: 0;
}
 
div.important {
  background-color:orange;
  padding:3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid;
}
}

Aktuelle Version vom 23. April 2014, 12:32 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

table.roadmap,
table.default 
{ 
border-style:solid;
border-color:black;
padding:1em;
border-spacing:0px;
border-collapse:collapse;
}

table.default
{
border-width:1px;
}

table.roadmap
{
border-width:0px;
}

table.roadmap td,
table.default td
{
border-top-width:1px;
border-bottom-width:1px;
border-left-width:0px;
border-right-width:0px;
}

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-bottom-width:1px;
}

table.roadmap td.close
{
border-right-width:1px;
}

table.roadmap td.open
{
border-left-width:1px;
}

table.roadmap th.blank,
table.roadmap td.blank
{
background-color:transparent;
border-spacing:0px;
border-style:none;
border-width:0px;
}

td.numeric{

font-weight:bold;
}

.centered,
td.numeric 
{
text-align:center;
}

table.default th,
table.default td,
table.roadmap th,
table.roadmap td
{
border-style:solid;
border-color:black;
padding:5px;
border-spacing:0px;
}

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

table th
{
background-color:#C0C0C0;
}

td.ok
{
/** background-color:#00FF00; */ 
background-color:#E0E0E0;
}

td.nok
{
background-color:#E0E0E0;
}


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

 div.BoxenVerschmelzen,
 div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
    clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
 }
 div.NavPic {
    margin: 0px;
    padding: 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    font-weight: bold;
    font-size: 100%;
    background-color: #efefef;
 }
 div.NavFrame p {
    font-size: 100%;
 }
 div.NavFrame div.NavContent {
    font-size: 100%;
 }
 div.NavFrame div.NavContent p {
    font-size: 100%;
 }
 div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
 }

/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
    font-size: x-small;
    float:right;
}

/* Workaround für Internet Explorer 6 */
div.NavFrame, div.NavPic, .NavToggle {
    position:relative;
}

 /* Abstand vor Navigationsleisten */

 div.BoxenVerschmelzen,
 div.NavFrame {
   margin-top: 1.5em;
 }
 div.BoxenVerschmelzen div.NavFrame {
   margin-top: 0;
 }
 div.NavFrame + div.NavFrame {
   margin-top: 0;
 }

div.important {
  background-color:orange;
  padding:3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid;
}