Skip to content
style.css 29.6 KiB
Newer Older
[dir="rtl"] .item-list ul {
  list-style-type: disc;
  list-style-image: none;
}
ul.menu li {
  margin: 0;
}
.item-list ul li.collapsed,
ul.menu li.collapsed {
  list-style-image: url(../../misc/menu-collapsed.png);
  list-style-type: disc;
.item-list ul li.expanded,
ul.menu li.expanded {
  list-style-image: url(../../misc/menu-expanded.png);
  list-style-type: circle;
  left: 50%; /* LTR */
  margin-left: -5.25em; /* LTR */
.skip-link,
.skip-link:link,
.skip-link:visited {
  background: #444;
  color: #fff;
  font-size: 0.94em;
[dir="rtl"] .skip-link,
[dir="rtl"] .skip-link:link,
[dir="rtl"] .skip-link:visited {
.skip-link:hover,
.skip-link:focus,
.skip-link:active {
.skip-link.visually-hidden.focusable:active,
.skip-link.visually-hidden.focusable:focus,
.skip-link.visually-hidden.focusable:hover
{
  position: absolute !important;
}
/**
 * Branding.
 */
#branding {
  overflow: hidden;
  background-color: #e0e0d8;
  padding: 24px 0 0;
}
/* This layout styling is a copy of #page.
 * @TODO: Replace with reuseable layout classes.
 **/
.branding__inner {
  margin-left: 1.25em;
  margin-right: 1.25em;
}
@media screen and (min-width:45em) { /* 720px */
  .branding__inner {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
[dir="rtl"] #branding {
}
#help p {
  margin: 0 0 10px;
}
#help div.more-help-link {
[dir="rtl"] #help div.more-help-link {
#branding .page-title {
  color: #333;
  display: inline-block;
  font-size: 1.625em;
  line-height: 1.875em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
[dir="rtl"] #branding h1.page-title {
.is-collapse-enabled  .tabs,
.is-horizontal .tabs {
  position: relative;
.is-collapse-enabled .tabs:before,
.is-horizontal .tabs:before {
  content: '';
  display: block;
  background-color: #A6A6A6;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  right: 0;

/* Span the full width of the viewport */
.branding__inner .is-horizontal .tabs:before,
.branding__inner .is-collapse-enabled .tabs:before {
  left: -2.5em;
  right: -2.5em;

/**
 * Tab
 *
 * 1. Required by some elements such as <button>
 * 2. Fixed height needed to ensure alignment with absolutely-positioned
 *    active tab.
 */
.tabs__tab {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: -1px 0 0;
  padding: 9px 2em 7px 1em;
  width: 100%;  /* 1 */
  border: 1px solid #bfbfbf;
  background-color: rgba(242, 242, 240, 0.7);
  color: #0074bd;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabs__tab:hover {
  color: #008ee6;
  background-color: #fafaf7;
li.tabs__tab a {
  padding: 9px 2em 7px 1em;
.tabs a:hover,
.tabs a:focus {
  text-decoration: none;
.tabs.primary .tabs__tab.active {
  z-index: 15;
  border-color: #a6a6a6;
  border-radius: 4px 0 0 0;
  background-color: #ffffff;
  color: #004f80;
.tabs.primary a:focus {
  color: #008ee6;
  background-color: #fafaf7;
  text-decoration: underline;
.tabs.primary .active a:focus {
  background: none;
  text-decoration: underline;

/* Only add the arrow if there's space */
@media screen and (min-width:18.75em) { /* 300px */
  .tabs.primary a {
    background: url(../../misc/icons/0074bd/chevron-right.svg) 99% center no-repeat;
  .no-svg .tabs.primary a {
    background-image: url(../../misc/icons/0074bd/chevron-right.png);
  [dir="rtl"] .tabs.primary a {
    background: url(../../misc/icons/0074bd/chevron-left.svg) 1% center no-repeat;
  [dir="rtl"] .no-svg .tabs.primary a {
    background-image: url(../../misc/icons/0074bd/chevron-left.png);
  .tabs.primary .tabs__tab.active a {
    background-image: none;
.tabs__trigger {
  display: none;
}

/* JS dependent styling */
 .is-collapse-enabled .tabs__trigger {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 2px;
  left: auto;
  width: 25%;
  padding-right: 4px;
  padding-left: 4px;
  border-left: 0;
  border-radius: 0 4px 0 0;
  font-family: Arial, sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  text-align: center;
  outline: 0;
}
[dir="rtl"] .is-collapse-enabled .tabs__trigger {
  border-right: 0;
  border-left: 1px solid #bfbfbf;
  border-radius: 4px 0 0 0;
  right: auto;
  left: 0;
  top: 11px;
}
.is-collapse-enabled .tabs {
  padding-top: 38px;
  max-height: 0;
}
.tabs.is-open {
  max-height: 999em;
  padding-bottom:16px;
  padding-bottom: 1rem;
}
.is-collapse-enabled .tabs__tab.active {
  position: absolute;
  top: 2px;
  left: 0;
  width: 75%;
  border-bottom: 0;
}
[dir="rtl"] .is-collapse-enabled .tabs__tab.active {
  left: auto;
  right: 0;
}
.is-collapse-enabled .tabs.primary a.active:before {
  content: none;
}
.is-open .tabs__tab.active {
  border-color: #a6a6a6;
  background-color: #ffffff;
  color: #004f80;
  border-bottom: 1px solid #a6a6a6;
}

/* Styles for the horizontal state always take priority */
.is-horizontal .tabs {
  max-height: none !important;
  padding-top: 0 !important;
  overflow: visible;
}
.is-horizontal .tabs__tab {
  float: left;
  height: auto;
  width: auto;
  margin: 0 0 -1px;
  text-align: center;
  border-bottom-color: #a6a6a6;
}
[dir="rtl"] .is-horizontal .tabs__tab {
  float: right;
}
.is-horizontal .tabs__tab + .tabs__tab {
  margin-left: -1px;
}
.is-horizontal .tabs.primary .tabs__tab:first-child {
  border-radius: 4px 0 0 0;
}
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:first-child {
  border-radius: 0 4px 0 0;
}
.is-horizontal .tabs.primary .tabs__tab:last-child {
  border-radius: 0 4px 0 0;
}
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:last-child {
  border-radius: 4px 0 0 0;
}

/* Override the states above */
.is-horizontal .tabs__tab.active,
.is-horizontal .tabs.primary .tabs__tab.active,
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab.active {
  border-radius: 4px 4px 0 0;
  position: relative;
  width: auto;
  top: 0;
  border-bottom: 0;
  margin: 0 -4px;
}
[dir="rtl"] .is-horizontal .tabs__tab.active {
  margin: 0 -6px;
}
.is-horizontal .tabs.primary a {
  background-image: none;
  padding: 7px 2em 7px 2em;
}
.is-horizontal .tabs__trigger {
  display: none;
}

/* Secondary tabs */
.tabs.secondary {
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
}
.tabs.secondary .tabs__tab {
  display: block;
  padding: 5px 15px 5px 16px;
  margin-left: -1px;
  color: #0074bd;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  -moz-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
.tabs.secondary .tabs__tab + .tabs__tab {
  border-top: 1px solid #d9d8d4;
}
.tabs.secondary .tabs__tab.active {
  color: #004f80;
  border-left: 2px solid #004f80;
  padding-left: 15px;
}
.tabs.secondary .tabs__tab:hover {
  color: #008ee6;
  border-left: 2px solid #008ee6;
  padding-left: 15px;
}
.tabs.secondary a {
  background-color: transparent;
  padding: 7px 13px 5px;
  text-decoration: none;
}
.tabs.secondary .active a {
  color: #004f80;
}
.tabs.secondary a:focus {
  text-decoration: underline;
}

/* Styles for the horizontal state */
.is-horizontal .tabs.secondary .tabs__tab {
  background: none;
  float: left;
  position: relative;
  top: 0;
  z-index: 15;
  margin-left: 1em;
  margin-right: 1em;
  border-bottom: 2px solid transparent;
  border-left: 1px solid transparent;
  border-right-color: transparent;
  border-top: 0;
  padding: 0;
}
.is-horizontal .tabs.secondary .tabs__tab.active {
  border-bottom-color: #004f80;
}
.is-horizontal .tabs.secondary .tabs__tab:hover {
  border-bottom-color: #008ee6;
}
  margin-left: 0.8125em;
  margin-right: 0.8125em;
  position: relative;
}
@media screen and (min-width:28.125em) { /* 450px */
  #page {
    margin-left: 1.25em;
    margin-right: 1.25em;
  }
}
@media screen and (min-width:45em) { /* 720px */
  #page {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
[dir="rtl"] ul.links li,
[dir="rtl"] ul.inline li {
  list-style-type: none;
  list-style-image: none;
  background: url(../../misc/icons/bebebe/chevron-disc-right.svg) no-repeat 1px 16px; /* LTR */
.no-svg .admin-list li a {
  background-image: url(../../misc/icons/bebebe/chevron-disc-right.png); /* LTR */
}
[dir="rtl"] .admin-list li a {
  background: url(../../misc/icons/bebebe/chevron-disc-left.svg) no-repeat right 16px;
  padding-right: 25px;
  padding-left: 15px;
}
.no-svg [dir="rtl"] .admin-list li a {
  background-image: url(../../misc/icons/bebebe/chevron-disc-left.png);
.admin-list.compact li a {
  background-image:  none;
.admin-list li a:hover,
.admin-list li a:focus,
.admin-list li a:active {
  text-decoration: none;
}
.admin-list li a:hover .label,
.admin-list li a:focus .label,
.admin-list li a:active .label {
  text-decoration: underline;
/**
 * Pagination.
 * The item-list CSS uses quite strong selectors, we have to match them here to
 * override.
 */
.item-list .pager li {
  display: inline-block;
  color: #8c8c8c;
  font-size: 1.08em;
  padding: 0 0.6em;
  margin: 0;
}
.item-list .pager a,
.item-list .pager .pager-current {
  border-bottom: 2px solid transparent;
  line-height: 1.55em;
  padding: 0 5px;
  text-decoration: none;
  -webkit-transition: border-bottom-color 0.2s;
  -moz-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.item-list .pager a {
  padding-bottom: 3px;
}
.item-list .pager .pager-current {
  border-bottom-width: 3px;
  border-bottom-color: #2a678c;
  color: #2a678c;
  margin: 0 5px;
  font-weight: 700;
}
.item-list .pager a:focus,
.item-list .pager a:hover {
  border-bottom-color: #3395d2;
  color: #3395d2;
}
.item-list .pager-next a,
.item-list .pager-last a,
.item-list .pager-first a,
.item-list .pager-previous a {
  border-bottom-width: 0;
  color: #2a678c;
  font-weight: 600;
}

caption {
  text-align: left; /* LTR */
}
[dir="rtl"] caption {
  text-align: right;
}
th {
  padding: 10px 12px;
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-align: left; /* LTR */
  text-transform: uppercase;
  padding: 0.1em 0.6em;
}
thead > tr {
  border-bottom: 1px solid #000;
td {
  padding: 10px 12px;
  text-align: left; /* LTR */

/* 1. Must match negative bottom padding of the parent <th> */
th > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px; /* 1. */
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  transition: all 0.1s;
th.active > a:after {
  border-bottom-color: #004875;
th > a:focus,
th > a:hover,
th.active > a:focus,
th.active > a:hover {
  color: #008ee6;
  text-decoration: none;
th > a:focus:after,
th > a:hover:after,
th.active > a:focus:after,
th.active > a:hover:after {
  border-bottom-color: #008ee6;
td .item-list ul {
  margin: 0;
}
td.active {
  background: none;
/* Force browsers to calculate the width of a 'select all' TH element. */
th.select-all {
  width: 1px;
}

  border-top: 1px solid #ccc;
  border-left: 1px solid #bebfb9;
  border-bottom: inherit;
}
table.system-status-report tr:first-child {
  border-top: 1px solid #bebfb9;
table.system-status-report tr:last-child {
  border-bottom: 1px solid #bebfb9;
}

table.system-status-report tr.ok {
  color: #255b1e;
  background-color: #e5ffe2;
table.system-status-report tr.warning {
  color: #840;
  background-color: #fffce5;
table.system-status-report tr.error {
  color: #8c2e0b;
  background-color: #fef5f1;
@media screen and (max-width: 37.5em) { /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}
@media screen and (max-width: 60em) { /* 920px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}
details summary {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
.fieldgroup {
  min-width: 0;
}
@-moz-document url-prefix() {
  .fieldgroup {
    display: table-cell;
  }
}
.form-disabled input.form-number,
.form-disabled input.form-file,
.form-disabled textarea.form-textarea,
.form-disabled select.form-select {
  background-color: #eee;
  color: #777;
}
[dir="rtl"] ul.tips li {
body div.form-type-radio div.description,
body div.form-type-checkbox div.description {
[dir="rtl"] body div.form-type-radio div.description,
[dir="rtl"] body div.form-type-checkbox div.description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  border: 1px solid #ccc;
  border-top-color: #999;
  background: #fff;
  color: #333;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
textarea.form-textarea:focus,
select.form-select:focus {
  color: #000;
  border-color: rgba(0, 116, 189, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(220, 220, 220, 0.4);
  outline-color: rgba(0, 116, 189, 0.5);
/**
 * Improve spacing of cancel link.
 */
#edit-cancel {
  margin-left: 10px; /* LTR */
}
[dir="rtl"] #edit-cancel {
/**
 * Improve form element usability on narrow devices.
 */
@media screen and (max-width: 600px) {
  #page {
    margin: 0 10px;
  }
  input.form-autocomplete,
  input.form-text,
  input.form-tel,
  input.form-email,
  input.form-url,
  input.form-search,
  input.form-number,
  input.form-color,
  input.form-file,
  textarea.form-textarea {
  .form-actions input,
  .form-wrapper input[type="submit"] {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 6px;
    width: 100%;
  }
  .form-actions input:first-child,
  .form-wrapper input[type="submit"]:first-child {
    margin-top: 0;
  }
  .exposed-filters .filters,
  .exposed-filters .form-item label,
  .exposed-filters .form-select {
    float: none;
    margin-bottom: 2px;
    width: 100%;
  }
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #dblog-filter-form .form-actions {
    float: none;
    padding: 0;
  }
  #edit-cancel {
    display: block;
    margin: 10px 0 0 0;
  }
@media screen and (min-width: 40em) {
  div.admin .right,
  div.admin .left {
    width: 49%;
    margin: 0;
  }
}
div.admin-panel,
div.admin-panel .body {
  padding: 0;
  clear: left;
}
div.admin-panel {
  margin: 0 0 20px;
  padding: 9px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}
/* Update options. */
div.admin-options {
  background: #f8f8f8;
  line-height: 30px;
  height: 30px;
  padding: 9px;
  border: 1px solid #ccc;
  margin: 0 0 10px;
}
div.admin-options label {
  text-transform: uppercase;
  font: 0.846em/1.875em Lucida Grande, Lucida Sans Unicode, sans-serif;
}
div.admin-options label,
div.admin-options div.form-item {
  margin-right: 10px; /* LTR */
  float: left; /* LTR */
[dir="rtl"] div.admin-options label,
[dir="rtl"] div.admin-options div.form-item {