MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Dokumentation
Wechseln zu:Navigation, Suche
Zeile 28: Zeile 28:
 
body { font-size: larger; }
 
body { font-size: larger; }
  
ul.a {
+
 
   list-style-type: circle;
+
ul {
 +
   list-style-type: square;
 
}
 
}

Version vom 16. April 2021, 09:37 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;
}

.card_scroll{
  height: 180px;
}
.scrollable{
  overflow-y: auto;
  max-height: 300px;
}

body { font-size: larger; }


ul {
  list-style-type: square;
}