MediaWiki:Common.css: Unterschied zwischen den Versionen

 
Zeile 5: Zeile 5:
 
     border-radius: 5px;
 
     border-radius: 5px;
 
     padding: 10px;
 
     padding: 10px;
     margin-top: 8px;
+
     display: inline-block;
 
}
 
}
  

Aktuelle Version vom 18. April 2017, 15:24 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.border-box {

    border: 2px solid;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
}

.box-red {

    border-color: #b94a48;
    background-color: #f2dede;
}

.box-orange {

    border-color: #c09853;
    background-color: #fcf8e3;
}

.box-green {

    border-color: #468847;
    background-color: #dff0d8;
}

.box-blue {

    border-color: #3a87ad;
    background-color: #d9edf7;
}

.green_hook {

    background-image: url(images/icons/gruener_haken_sm.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
}

.green-check {

    background-image: url(images/icons/green-checkmark.png);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.okay {

    background-image: url(images/icons/green-checkhook.png);
    width: 16px;
    height: 16px;
    display: inline-block;
}