MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Dornheim Anatomy
Wechseln zu:Navigation, Suche
K (Next, prev Lightbox)
Zeile 7: Zeile 7:
 
.lb-nav a.lb-next {
 
.lb-nav a.lb-next {
 
background: url(/images/c/c4/Next.png) right 48% no-repeat;
 
background: url(/images/c/c4/Next.png) right 48% no-repeat;
 +
}
 +
 +
 +
 +
/* Anpassung Buttons */
 +
.button {
 +
border: lightgray solid 2px;
 +
padding: 2px;
 +
border-radius: 2px;
 +
margin-left: 10px;
 +
box-shadow: 2px 2px lightgray;
 
}
 
}

Version vom 20. März 2020, 10:43 Uhr

/* Anpassung Button Lightbox*/

.lb-nav a.lb-prev {
background: url(/images/f/f1/Prev.png) left 48% no-repeat;
}

.lb-nav a.lb-next {
background: url(/images/c/c4/Next.png) right 48% no-repeat;
}



/* Anpassung Buttons */
.button {
border: lightgray solid 2px;
padding: 2px;
border-radius: 2px;
margin-left: 10px;
box-shadow: 2px 2px lightgray;
}