Created page with "#userbox-div table { background-color: #d2ebe8; border: 1px solid black; border-color: black; text-align: center; width: 100% }"
 
No edit summary
 
(4 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%
}
#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;
}
}

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;
}