MediaWiki: Tweeki.css

Aus Wice CRM
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
/* CSS placed here will affect users of the Tweeki skin */
 
/* CSS placed here will affect users of the Tweeki skin */
.panel {
 
border: none;
 
}
 
 
 
.panel {
 
.panel {
 
   margin-bottom: 20px;
 
   margin-bottom: 20px;
 
   background-color: #ffffff;
 
   background-color: #ffffff;
   border: 0px solid transparent;
+
   border: 0px;
 
   border-radius: 0px;
 
   border-radius: 0px;
 
   -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
 
   -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);

Version vom 18. Juni 2019, 15:33 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;
}