Created page with ".warning-table { color:#ff0000; }"
 
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
.warning-table {
.warning-table{
color:#ff0000;
  background-color: #ff0000;
  color: #0000ff;         
}
 
 
.info-table {
  margin:10px;
  background-color:#cce0ff;
  border-width:2px
}
 
 
.info-table td {
  vertical-align: top;
}
}

Latest revision as of 00:16, 19 August 2025

.warning-table{
  background-color: #ff0000; 
  color: #0000ff;           
}


.info-table {
  margin:10px;
  background-color:#cce0ff;
  border-width:2px
}


.info-table td {
  vertical-align: top;
}