Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Missiondetails: Difference between revisions

Template page
Change table width
Add mode dependend background color for the labels
Line 1: Line 1:
<includeonly>{{#css:
<!--includeonly-->{{#css:
table.MssnDtls {
table.MssnDtls {
   margin-left: 1em;
   margin-left: 1em;
/* original  border: 1px solid #606060; */
   border: 1px solid;
   border: 1px solid;
   width: 800px;
   width: 800px;
Line 15: Line 14:
.MssnDtls-label {
.MssnDtls-label {
   width: 120px;
   width: 120px;
/* original  background: #202020; */
  background-color: var(--background-color-warning-subtle);
   padding: 0 1em;
   padding: 0 1em;
  }
  }