Files @ d921c03d6f69
Branch filter:

Location: NPO-Accounting/npo-accounting-ikiwiki/local.css

bkuhn
They aren't possible, but maybe are necessary.

I agree that all the items listed in here aren't possible given the time
allotted for development, and I haven't tried to integrate any of them
into the main feature set to avoid feature creep. However, some of them
are going to be necessary, and early users may need to realize that some
out-of-band workarounds will be necessary in the first version, because
the features listed here were, well, necessary. :)
body {
  padding-top: 70px;
}
footer {
  margin-top: 100px;
  border-top: 1px solid rgb(229, 229, 229);
  padding-top: 40px;
  padding-bottom: 30px;
}

.npoacct-navbar.navbar-default {
  background-color: #577632;
}

.npoacct-navbar.navbar-default .navbar-nav > li > a:focus,
.npoacct-navbar.navbar-default .navbar-nav > li > a:active,
.npoacct-navbar.navbar-default .navbar-nav > li > a:hover,
.npoacct-navbar.navbar-default .navbar-nav > li > a,
.npoacct-navbar.navbar-default .navbar-brand,
.npoacct-navbar.navbar-default .navbar-text,
.npoacct-navbar {
  color: white;
}
.npoacct-navbar .createlink a:focus,
.npoacct-navbar .createlink a:active,
.npoacct-navbar .createlink a:hover,
.npoacct-navbar .createlink a {
  color: #ce1f1f;
}