MediaWiki: Tweeki.css

Aus Wice CRM
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
 
}
 
}
  
.panel-footer {
 
  background-color: #f7bd7e;
 
  border: none;
 
}
 
 
.panel-body {
 
.panel-body {
 
border: none;
 
border: none;
 +
  background-color: #ffffff;
 
}
 
}
  

Version vom 18. Juni 2019, 17:03 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-body {
	border: none;
	  background-color: #ffffff;
}

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