MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Data-Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 94: Zeile 94:
}
}


.vector-main-menu-landmark {
.vector-main-menu-container {
  font-family: 'Source Sans Pro Light' !important;;
  font-family: 'Source Sans Pro Light' !important;;
}
}

Version vom 21. November 2023, 14:15 Uhr

@import url( 'https://fonts.googleapis.com/css?family=Source+Sans+Pro|Source+Sans+Pro+Light|Source+Sans+Pro+Regular|Noto+Serif');

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#mw_header {
 font-family: "Noto Serif";
 /* background-color: #23396e !important; */
 /* position: relative !important; */
 /* text-align: center; */
 /* height: 40px !important; */
}

/* #DDK_Data_Wiki, mw_portlets */

#p-DDK_Data_Wiki {
height: 40px;
}

#p-DDK_Data_Wiki h3{
font-family: "Noto Serif";
/* font-size: 1.1em; */
font-size: inherit;
background-color: white;
height: 16px;
}

#p-DDK {
 min-height: 120px;
 background-color: white;
 background-image: url(https://www.online.uni-marburg.de/lido/midas-lido-crm-wiki/images/9/91/Fm_logo_sw_150px.jpg);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 25%;
}

h1 {
font-family: "Noto Serif" !important;
}

#p-personal.portlet{
 /* position: absolute !important; */
 /* border: 4px solid white; */
 background-color: grey !important;
 /* padding-left: 10px; */
}

#p-personal {
/* background-color: #23396e !important; */
}

#p-personal ul {
/* background-color: #23396e !important; (Uni MR), deaktiviert */
}

#p-personal ul li{
 height: 40px;
 list-style: none;
 padding-left: 20px;
 display: block;
/* background-color: #23396e !important; (Uni MR), deaktiviert */ 
 /*  default background-color: #3c78b5 */
}
#p-cactions {
 /* height: 40px; */
 /* padding-top: 5px; */
 /* padding-bottom: 5px; */
 color: #f2f2f2;
/*  background-color :#f2f2f2; */
background-color :white;
}
#footer {
  background-color: white !important;
  text-align: center !important;
  font-family: "Source Sans Pro";
  background: url(https://www.online.uni-marburg.de/lido/midas-lido-crm-wiki/images/thumb/4/45/Umr_logo_sw_trans_640px.jpg/450px-Umr_logo_sw_trans_640px.jpg);
 background-size: 8%;
 background-repeat: no-repeat;
 background-position: right;
}
.generated-sidebar
{
background-color: #ebebeb;
}
.pBody {
 /* background-color: lightblue; */
/* background-color: #23396e !important;  */
}

.mw-content-ltr {
 font-family: 'Source Sans Pro Light' !important;;
}

.mw-table-of-contents-container {
 font-family: 'Source Sans Pro Light' !important;;
}

.vector-main-menu-container {
 font-family: 'Source Sans Pro Light' !important;;
}

.toc {
 background-color: #f8f8f8;
}

pre {
 overflow:auto !important; /* overflow-x: scroll */
}

.portlet  {
 font-family: 'Source Sans Pro Light';
}

.searchButton
{
 font-family: 'Source Sans Pro Light';
}

#searchInput
{
 font-family: 'Source Sans Pro Light';
}