Looka (talk | contribs)
No edit summary
Looka (talk | contribs)
No edit summary
Line 14: Line 14:
}
}


.custom-panel custom-panel-center {
.custom-panel panel-center {
  width: 400px;
   text-align: center;  
   text-align: center;  
   background-color: #808080;  
   background-color: #808080;  
   color: white;
   color: white;
}
}

Revision as of 16:01, 19 November 2025

.custom-panel {
  width: 350px;
  float: right; 
  border:2px solid #808080; 
  padding: 5px;
}

.custom-panel table {
  width: 100%;
}

.custom-panel td {
  text-align: center;
}

.custom-panel panel-center {
  text-align: center; 
  background-color: #808080; 
  color: white;
}