Jump to content

MediaWiki:Minerva.css: Difference between revisions

From Taerel Workshop
Replaced content with ".mobile-box { float: center; border: 1px solid #4ea9e6; padding: 5px; background-color: #f7fafc; margin-bottom: 10px; color: black; text-align: center; } .mobile-header { background: #c3e0fa; border: 1px solid #4ea9e6; margin: 3px; text-align: center; } html.skin-theme-clientpref-night .mobile-box { float: center; border: 1px solid #9fd7fc; padding: 5px; background-color: #1c2135; margin-bottom: 10px; color: white; text-align:..."
Tag: Replaced
 
(No difference)

Latest revision as of 12:21, 12 July 2025

.mobile-box {
  float: center;
  border: 1px solid #4ea9e6;
  padding: 5px;
  background-color: #f7fafc;
  margin-bottom: 10px;
  color: black;
  text-align: center;
}

.mobile-header {
  background: #c3e0fa;
  border: 1px solid #4ea9e6;
  margin: 3px;
  text-align: center;
}


html.skin-theme-clientpref-night  .mobile-box {
  float: center;
  border: 1px solid #9fd7fc;
  padding: 5px;
  background-color: #1c2135;
  margin-bottom: 10px;
  color: white;
  text-align: center;
}

html.skin-theme-clientpref-night .mobile-header {
  background: #1e4c6b;
  border: 1px solid #9fd7fc;
  margin: 3px;
  text-align: center;
}