MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus e-vendo Wiki
Wechseln zu: Navigation, Suche
Zeile 8: Zeile 8:
  
 
.nb div:hover {box-shadow:0px 0px 5px 0px #a0a0a0;}
 
.nb div:hover {box-shadow:0px 0px 5px 0px #a0a0a0;}
.nb > div {transition: box-shadow 0.3s;}
+
.nb div {transition: box-shadow 0.3s;}
 +
 
 +
.nb50 > div:hover {box-shadow:0px 0px 5px 0px #a0a0a0;}
 +
.nb50 > div {transition: box-shadow 0.3s;}

Version vom 25. Mai 2018, 15:13 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Kanit');
body {font-family: 'Roboto', sans-serif; font-size:11px;}
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 {font-family: 'Ubuntu', sans-serif;}


.nb div:hover {box-shadow:0px 0px 5px 0px #a0a0a0;}
.nb div {transition: box-shadow 0.3s;}

.nb50 > div:hover {box-shadow:0px 0px 5px 0px #a0a0a0;}
.nb50 > div {transition: box-shadow 0.3s;}