MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Dokumentation
Wechseln zu:Navigation, Suche
Zeile 16: Zeile 16:
 
     background-color: #666699!important;
 
     background-color: #666699!important;
 
}
 
}
  body {
 
background-image:url("http://wiki.tandler.com/images/thumb/7/7a/Screenshot4.png/516px-Screenshot4.png");
 
background-repeat: no-repeat;
 
background-attachment: fixed;
 
background-position: center;
 
background-size: 100% 100%;
 
  }
 

Version vom 19. Oktober 2020, 10:18 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body.page-Example_Page li#ca-viewsource { display:none!important; }

.res-img img {
	max-width:100%;
	height:auto;
}
#ca-nstab-main { display:none!important; }
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-history { display:none!important; } 
#ca-talk { display:none!important; }


.nav-pills .nav-link.active {
    background-color: #666699!important;
}