MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Dokumentation
Wechseln zu:Navigation, Suche
Zeile 14: Zeile 14:
  
 
   body {
 
   body {
    position: relative;
+
background-image:url("http://wiki.tandler.com/images/c/ce/Screenshot2.png");
background-image:url("http://wiki.tandler.com/images/6/63/Screenshot_2020-10-16_120810.png");
+
background-repeat: no-repeat;
 +
background-attachment: fixed;
 +
background-position: center;  
 
   }
 
   }
  

Version vom 16. Oktober 2020, 12:47 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; }


  body {
		background-image:url("http://wiki.tandler.com/images/c/ce/Screenshot2.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
  }

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