Skip to content
style.css 26.4 KiB
Newer Older
 * Generic elements.
  font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
a:hover {
  text-decoration: underline;
}
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
blockquote {
  margin: 1em 40px;
}
address {
  font-style: italic;
}
  text-decoration: line-through;
}
big {
  font-size: larger;
}
small {
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal;
}
sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}
nobr {
  white-space: nowrap;
}
  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 */
  display: block;
  background: #444;
  color: #fff;
  font-size: 0.94em;
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
  margin-top: 1em;
}
#help p {
  margin: 0 0 10px;
}
#help div.more-help-link {
}

/**
 * Page title.
 */
#page-title {
  background: #333;
  padding-top: 20px;
}
#branding h1.page-title {
  color: #000;
  border-bottom: none;
  text-transform: uppercase;
ul.primary li a:active,
ul.primary li a:visited,
ul.primary li a:hover,
ul.primary li.active a {
  display: block;
  float: left; /* LTR */
  height: 2.60em;
  line-height: 2.60em;
  padding: 0 18px 8px;
  background-color: #a6a7a2;
  color: #000;
  font-weight: bold;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #a6a7a2;
}
ul.primary li.active a,
ul.primary li.active a.active,
ul.primary li.active a:active,
ul.primary li.active a:visited {
  background-color: #fff;
  border-color: #c9cac4;
}
ul.primary li a:hover {
  color: #fff;
}
ul.primary li.active a:hover {
  color: #000;
}
}
ul.secondary li a,
ul.secondary li a:hover,
ul.secondary li.active a,
ul.secondary li.active a.active {
ul.secondary li.active a,
ul.secondary li.active a.active {
  color: #fff;
  background: #666;
}
  margin-left: 0.8125em;
  margin-right: 0.8125em;
  padding: 20px 0 40px 0;
  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;
  }
.admin-list {
  margin: 0;
  padding: 0;
}
.admin-list li {
  list-style-type: none;
  list-style-image: none;
.admin-list li a {
  background: url(images/list-item.png) no-repeat 9px 11px; /* LTR */
  display: block;
  padding: 9px 9px 9px 39px; /* LTR */
.admin-list.compact li a {
  background-image:  none;
  padding: 2px 19px;
.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;
  margin: 0 0 10px;
  border: 1px solid #bebfb9;
}
table td,
table th {
  vertical-align: middle;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #bebfb9;
  background: #f3f4ee;
}
tr.odd {
  background: #fff;
}
tr.drag {
  background: #fe7;
}
tr.drag-previous {
  background: #ffb;
}
table th {
  text-transform: uppercase;
  background: #e1e2dc;
  font-weight: normal;
}
table th.active {
  background: #bdbeb9;
}
table th a {
  display: block;
/**
 * Force browsers to calculate the width of a 'select all' TH element.
 */
table th.select-all {
  width: 1px;
}
table td.active {
  background: #e9e9dd;
}
table tr.odd td.active {
  background: #f3f4ee;
}
table tr.selected td.active,
table tr.selected td {
  background: #ffc;
  border-color: #eeb;
}
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;
/**
 * Exception for webkit bug with the right border of the last cell
 * in some tables, since it's webkit only, we can use :last-child
 */
tr td:last-child {
/**
 * Responsive tables.
 */
@media screen and (max-width:28.125em) { /* 450px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}
@media screen and (max-width:45em) { /* 720px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}
details summary {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
.form-type-checkbox {
  padding: 0;
}
.form-item label {
.form-disabled input.form-autocomplete,
.form-disabled input.form-text,
.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;
}
body div.form-type-radio div.description,
body div.form-type-checkbox div.description {
}
a.button,
.form-button {
  cursor: pointer;
  padding: 4px 17px;
  color: #5a5a5a;
  text-align: center;
  font-weight: normal;
  font-family: "Lucida Grande", Verdana, sans-serif;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
a.button:active,
.form-button:hover,
.form-button:active {
.form-button:focus,
.form-button:hover {
  background-color: #c0c0c0;
  border: 1px solid #bebebe;
  border-left-color: #afafaf;
  border-right-color: #afafaf;
  border-bottom-color: #9b9b9b;
  color: #2e2e2e;
}
a.button:active,
.form-button:active {
  background-color: #565656;
  border: 1px solid #333;
  border-left-color: #222;
  border-right-color: #222;
  border-bottom-color: #111;
.form-button-primary {
  background-color: #9dcae7;
  border: 1px solid #8eB7cd;
  border-bottom-color: #7691a2;
  color: #133B54;
}
.form-button-primary:focus,
.form-button-primary:hover {
  background-color: #73b3dd;
  border: 1px solid #6ea3bf;
  border-bottom-color: #4680a0;
}
.form-button-primary:active {
  background-color: #3981b1;
  border: 1px solid #36647c;
  border-bottom-color: #284657;
}
.form-button-disabled,
.form-button-disabled:active {
  background-color: #eee;
textarea.form-textarea,
select.form-select {
  padding: 2px;
  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);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(220, 220, 220, 0.4);
  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);
a.button.add {
  background: #1078d8;
  background-image: -webkit-linear-gradient(top, #419ff1, #1076d5);
  background-image: -moz-linear-gradient(top, #419ff1, #1076d5);
  background-image: -o-linear-gradient(top, #419ff1, #1076d5);
  background-image: linear-gradient(to bottom, #419ff1, #1076d5);
  border: 1px solid #0048c8;
  border-radius: .4em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
  color: #fff;
  font-size: 1em;
  line-height: normal;
  margin: 0;
  padding: 4px 1em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
a.button.add:focus,
a.button.add:hover {
  background-color: #419cf1;
  background-image: -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background-image: -moz-linear-gradient(top, #59abf3, #2a90ef);
  background-image: -o-linear-gradient(top, #59abf3, #2a90ef);
  background-image: linear-gradient(to bottom, #59abf3, #2a90ef);
  color: #fff;
a.button.add:active {
  background-color: #0e69be;
  background-image: -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background-image: -moz-linear-gradient(top, #0e69be, #2a93ef);
  background-image: -o-linear-gradient(top, #0e69be, #2a93ef);
  background-image: -ms-linear-gradient(top, #0e69be, #2a93ef);
  background-image: linear-gradient(to bottom, #0e69be, #2a93ef);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
/**
 * 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-select {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
  }
  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 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .form-actions input,
  .form-wrapper input[type="submit"] {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 100%;
  }
  .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;
    width: 100%;
  }
  #dblog-filter-form .form-actions {
    float: none;
    padding: 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;
}
.system-themes-list-enabled .theme-selector h3 {
/* 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 */
/* Update status */
.versions table.version {
  border: none;
}

body.in-maintenance #sidebar-first {
  float: left; /* LTR */
  max-width: 200px;
  width: 25%;
  float: right; /* LTR */
  max-width: 550px;
body.in-maintenance .form-radios .form-type-radio {
  padding: 2px 0;
body.in-maintenance div.form-item:after {
  content: "";
  display: none;
  clear: none;
}
body.in-maintenance .form-submit {
  display: block;
}
body.in-maintenance #logo {
  margin-bottom: 1.5em;
@media all and (max-width: 768px) {
  body.in-maintenance #sidebar-first,
  body.in-maintenance #content {
    float: left;
    max-width: none;
    width: auto;
  }
}
ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  color: #adadad;
}
ol.task-list li.active {
  background: transparent url(images/task-item.png) no-repeat 3px 50%; /* LTR */
  padding: 0.5em 1em 0.5em 20px; /* LTR */
  color: #000;
}
ol.task-list li.done {
  background: transparent url(images/task-check.png) no-repeat 0 50%;
@media all and (max-width: 768px) {
  ol.task-list li {
    float: left;
  }
}
.overlay #branding {
  background-color: #fff;
  padding-top: 15px;
.overlay ul.secondary {
  background: transparent none;
  margin: -1.4em 0 0.3em 0; /* LTR */
  overflow: visible;

/* Shortcut theming */
#field-display-overview input.field-formatter-settings-edit {
#field-display-overview tr.field-formatter-settings-changed {
#field-display-overview tr.drag {
#field-display-overview tr.field-formatter-settings-editing {
#field-display-overview .field-formatter-settings-edit-form .form-item {
#field-display-overview .field-formatter-settings-edit-form .form-submit {