MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus e-vendo Wiki
Wechseln zu: Navigation, Suche
Zeile 8: Zeile 8:
  
 
.nb div:hover {box-shadow:3px 3px 3px #a0a0a0; transition:0.5s;};
 
.nb div:hover {box-shadow:3px 3px 3px #a0a0a0; transition:0.5s;};
 +
.nb div:after {box-shadow:3px 3px 3px #78ae02; transition:0.5s;};

Version vom 25. Mai 2018, 10:49 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:3px 3px 3px #a0a0a0; transition:0.5s;};
.nb div:after {box-shadow:3px 3px 3px #78ae02; transition:0.5s;};