User:Fen/Portals/Incidents/styles.css: Difference between revisions

Fen (talk | contribs)
No edit summary
Fen (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 137: Line 137:
     background: #2b2b2b;
     background: #2b2b2b;
     border: 2px solid #4d2c2c;
     border: 2px solid #4d2c2c;
    border-left: 5px solid #aa0000;
     border-left-color: #aa0000;
     border-left-color: #aa0000;
     box-shadow: 0 2px 6px rgba(200, 0, 0, 0.1);
     box-shadow: 0 2px 6px rgba(200, 0, 0, 0.1);
Line 207: Line 208:
     background: #2b2b2b;
     background: #2b2b2b;
     border: 2px solid #4d2c2c;
     border: 2px solid #4d2c2c;
    border-left: 5px solid #aa0000;
     border-left-color: #aa0000;
     border-left-color: #aa0000;
     box-shadow: 0 2px 6px rgba(200, 0, 0, 0.1);
     box-shadow: 0 2px 6px rgba(200, 0, 0, 0.1);
Line 243: Line 245:
   html.skin-theme-clientpref-os a:hover {
   html.skin-theme-clientpref-os a:hover {
     color: #ff9999;
     color: #ff9999;
  }
}
@media screen {
  html.skin-theme-clientpref-night .law-portal-wrapper,
  html.skin-theme-clientpref-os .law-portal-wrapper {
    background-color: #131813;
    color: #e0e0e0;
  }
  html.skin-theme-clientpref-night .law-header,
  html.skin-theme-clientpref-os .law-header {
    background: linear-gradient(135deg, #003319, #001c10);
    color: #e2ffe2;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
  }
  html.skin-theme-clientpref-night .law-card,
  html.skin-theme-clientpref-os .law-card {
    background: #1c1f1c;
    border: 1px solid #333;
    border-left: 6px solid #228b22;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }
  html.skin-theme-clientpref-night .law-card-title,
  html.skin-theme-clientpref-os .law-card-title {
    color: #66ff66;
  }
  html.skin-theme-clientpref-night a:link,
  html.skin-theme-clientpref-night a:visited,
  html.skin-theme-clientpref-os a:link,
  html.skin-theme-clientpref-os a:visited {
    color: #7fff7f;
  }
  html.skin-theme-clientpref-night a:hover,
  html.skin-theme-clientpref-os a:hover {
    color: #b3ffb3;
   }
   }
}
}