MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Dokumentation
Wechseln zu:Navigation, Suche
 
(31 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 6: Zeile 6:
 
height:auto;
 
height:auto;
 
}
 
}
 +
 +
 
#ca-nstab-main { display:none!important; }
 
#ca-nstab-main { display:none!important; }
 
#ca-viewsource { display: none !important; }
 
#ca-viewsource { display: none !important; }
Zeile 11: Zeile 13:
 
#ca-history { display:none!important; }  
 
#ca-history { display:none!important; }  
 
#ca-talk { display:none!important; }
 
#ca-talk { display:none!important; }
 
  
 
.nav-pills .nav-link.active {
 
.nav-pills .nav-link.active {
Zeile 17: Zeile 18:
 
}
 
}
  
 +
.card_scroll{
 +
  height: 180px;
 +
}
 +
.scrollable{
 +
  overflow-y: auto;
 +
  max-height: 300px;
 +
}
  
body { font-size: larger; }
+
body { font-size: larger; font-family: 'Nunito Sans', sans-serif; }
 +
 
 +
ul {
 +
  list-style: circle;
 +
}
 +
 
 +
.p-navbar {
 +
    background-color: #f6f6f9;
 +
}

Aktuelle Version vom 17. August 2023, 13:19 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; font-family: 'Nunito Sans', sans-serif; }

ul {
  list-style: circle;
}

.p-navbar {
    background-color: #f6f6f9;
}