No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
#userbox-div table {
#userbox-div table {
   background-color: #d2ebe8;
   background-color: #d2ebe8;
   border: 1px solid black;
   border: 1px solid;
   border-color: black;
   border-color: #009080;
   text-align: center;
   text-align: center;
   width: 100%
   width: 100%
Line 8: Line 8:


#userbox-div .td-left {
#userbox-div .td-left {
   width: 40%;
   width: 33%;
   text-align: right;
   text-align: right;
   padding-right: 5px;
   padding-right: 5px;
  font-style: italic;
}
}


Line 16: Line 17:
   text-align: left;
   text-align: left;
   padding-left: 5px;
   padding-left: 5px;
  font-weight: bold;
}
}

Latest revision as of 09:47, 8 August 2024

#userbox-div table {
  background-color: #d2ebe8;
  border: 1px solid;
  border-color: #009080;
  text-align: center;
  width: 100%
}

#userbox-div .td-left {
  width: 33%;
  text-align: right;
  padding-right: 5px;
  font-style: italic;
}

#userbox-div .td-right {
  text-align: left;
  padding-left: 5px;
  font-weight: bold;
}