MediaWiki: Tweeki.css

Aus Wice CRM
Wechseln zu: Navigation, Suche
Zeile 8: Zeile 8:
 
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
 
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
 
}
 
}
 
  
 
.panel-footer {
 
.panel-footer {
Zeile 16: Zeile 15:
 
.panel-body {
 
.panel-body {
 
border: none;
 
border: none;
 +
}
 +
 +
.panel-info > .panel-heading {
 +
  color: #fc8302;
 +
  background-color: #ffffff;
 +
  border-color: #bce8f1;
 +
  align: center;
 
}
 
}

Version vom 18. Juni 2019, 15:51 Uhr

/* CSS placed here will affect users of the Tweeki skin */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.panel-footer {
  background-color: #f7bd7e;
  border: none;
}
.panel-body {
	border: none;
}

.panel-info > .panel-heading {
  color: #fc8302;
  background-color: #ffffff;
  border-color: #bce8f1;
  align: center;
}