/*  LilasWeave style - prosilver child
    Drop this folder into /styles/LilasWeave/
    Then ACP > Customise > Styles > Install.
*/

@import url("../../prosilver/theme/stylesheet.css");

/* Background */
html, body {
  background: url("./images/bg_tile.png") repeat;
}

/* Header: weave pattern */
.headerbar {
  background: url("./images/header_pattern.png") repeat-x top left;
  background-size: auto 260px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.25);
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

/* Make the inner bar slightly translucent so the weave shows */
.navbar,
.forabg,
.forumbg,
.panel {
  background-color: rgba(255,255,255,0.92);
}

/* Links to match palette (purple accents) */
a, a:link, a:visited {
  color: #5b1970;
}
a:hover, a:active {
  color: #7a1a93;
}

/* Buttons */
.button, .button1, .button2, input.button1, input.button2 {
  border-radius: 8px;
}

/* Logo (uses imageset logo definition) */
.site_logo {
  background-image: url("./images/site_logo.png");
  background-size: contain;
  width: 220px;
  height: 241px;
}
