No edit summary
No edit summary
Line 69: Line 69:
     grid-column: auto;
     grid-column: auto;
   }
   }
}
.content-header {
  font-size: 1.5em;
  font-weight: bold;
  color: #0f2e4d;
  border-bottom: 2px solid rgba(0, 64, 128, 0.22);
  padding-bottom: 0.25em;
  margin-bottom: 0.6em;
  margin-top: 0 !important;
}
}


Line 89: Line 79:
   min-width: 0;
   min-width: 0;
   color: #111;
   color: #111;
  border-radius: 8px;
}
.content-header {
  background: #004080;
  color: #fff;
  font-size: 1.15em;
  font-weight: 800;
  padding: 0.65em 0.9em;
  margin: -1.1em -1.25em 0.9em -1.25em;
  border-radius: 7px 7px 0 0;
}
}


Line 96: Line 97:


.content-section > div:first-child {
.content-section > div:first-child {
   font-size: 1.5em;
  background: #004080;
   font-weight: bold;
  color: #fff;
   color: #0f2e4d;
   font-size: 1.15em;
   border-bottom: 2px solid rgba(0, 64, 128, 0.22);
   font-weight: 800;
   padding-bottom: 0.25em;
   padding: 0.65em 0.9em;
   margin-top: 0.25em;
   margin: -1.1em -1.25em 0.9em -1.25em;
   border-radius: 7px 7px 0 0;
   border-bottom: 0;
}
}


Line 116: Line 119:
     border-color: #004080;
     border-color: #004080;
     color: #e5e7eb;
     color: #e5e7eb;
  }
  html.skin-theme-clientpref-night .content-header {
    background: #004080;
    color: #fff;
  }
  html.skin-theme-clientpref-night .content-section > div:first-child {
    background: #004080;
    color: #fff;
   }
   }


Line 141: Line 154:
   }
   }


   html.skin-theme-clientpref-night .content-section > div:first-child {
   html.skin-theme-clientpref-os .content-header {
     color: #eaf2ff;
     background: #004080;
     border-color: rgba(0, 64, 128, 0.35);
     color: #fff;
   }
   }


   html.skin-theme-clientpref-night .content-header {
   html.skin-theme-clientpref-os .content-section > div:first-child {
    color: #eaf2ff;
     background: #004080;
    border-bottom-color: rgba(0, 64, 128, 0.35);
     color: #fff;
  }
 
  html.skin-theme-clientpref-os .content-header {
     color: #eaf2ff;
     border-bottom-color: rgba(0, 64, 128, 0.35);
   }
   }
}
}
Line 169: Line 177:
     border-color: #004080;
     border-color: #004080;
     color: #e5e7eb;
     color: #e5e7eb;
  }
  html.skin-theme-clientpref-os .content-header {
    background: #004080;
    color: #fff;
  }
  html.skin-theme-clientpref-os .content-section > div:first-child {
    background: #004080;
    color: #fff;
   }
   }


Line 192: Line 210:
     background: rgba(229, 231, 235, 0.08);
     background: rgba(229, 231, 235, 0.08);
     outline: none;
     outline: none;
  }
  html.skin-theme-clientpref-os .content-section > div:first-child {
    color: #eaf2ff;
    border-color: rgba(0, 64, 128, 0.35);
  }
  html.skin-theme-clientpref-os .content-header {
    color: #eaf2ff;
    border-bottom-color: rgba(0, 64, 128, 0.35);
   }
   }
}
}