style: traditional

/*
This "traditional" styling is for backwards compatibility.  It is not intended for use in Wagns created after version 1.12.

There are three types of rules here:
  1. rules applying to selectors no longer included in standard layouts (#menu, #logo, #credit)
  2. rules enforcing now-deprecated styling patterns
  3. rules enforcing default content expected to change soon

*/
/* #menu is being replaced with #header */
#menu {
  font-size: 14px;
  background: #8AB;
  margin-bottom: 20px;
  padding: 2px;
}

#menu a {
  color: #000;
  padding: 0px 4px;
}

#menu div {
  display: inline;
}

#menu #logging {
  /* signing in and out */
  float: right;
  right: 0.5%;
  top: 2px;
}

#menu #my-card-link {
  font-weight: bold;
}

#menu .navbox {
  height: 18px;
  width: 30%;
}

@media print {
  #menu {
    display: none;
  }
}
/* -------  Secondary --------- */
/* #logo is being replaced with *logo card slot wrappers */
#logo {
  text-align: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #777;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#logo a,
#logo a:link,
#logo a:visited {
  color: #448;
  text-decoration: none;
  text-align: center;
}

#logo img {
  max-width: 100%;
}

/* #credit is being replaced with *credit card slot wrappers */
#credit {
  margin: 30px 0;
}

/* the logo and credit will not be in the sidebar in most new layouts */
#secondary > div > a > .SELF-Xlogo.content-view,
#secondary > div > .SELF-Xcredit.content-view {
  display: block;
  text-align: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #bbb;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#secondary > div > a > .SELF-Xlogo.content-view img,
#secondary > div > .SELF-Xcredit.content-view img {
  max-width: 100%;
}

#secondary > div > a > .SELF-Xlogo.content-view a,
#secondary > div > .SELF-Xcredit.content-view a {
  color: #186886;
  /* NOTGREY - Wagn blue */
}

/*
The following are specifically NOT recommended but are included here to avoid disrupting behavior in old sites
*/
.closed-content {
  font-size: 11px !important;
}

/* english content in css.  ugh */
.search-no-results:after {
  content: '0 results';
}

.closed-content .search-no-results:after {
  content: '';
}

/* many sites may want this external link behavior; it's here because it's a nuisance to override when not desired */
a.external-link,
.closed-content a.external-link {
  color: #729;
  background: url(/assets/external_link.png) center right no-repeat;
  padding-right: 13px !important;
}

.SELF-home-original > .content p a.external-link,
.SELF-wagneer_menu > .content a.external-link {
  list-style-type: none;
  padding-right: 0 !important;
  background: inherit;
}
 
 
 
 
 
Wheeled by Wagn v. 1.12.13