style.css

/**
 * Generic elements.
 */
body {
  color: #000;
  background: #fff;
  font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
a,
.link {
  color: #0074bd;
  text-decoration: none;
}
a:hover,
.link:hover {
  text-decoration: underline;
}
hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #cccccc;
}
summary,
legend {
  font-weight: bold;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 10px 0;
}
h1 {
  font-size: 1.538em;
}
h2 {
  font-size: 1.385em;
}
h3 {
  font-size: 1.231em;
}
h4 {
  font-size: 1.154em;
}
h5,
h6 {
  font-size: 1.077em;
}
p {
  margin: 1em 0;
}
dl {
  margin: 0 0 20px;
}
dl dd,
dl dl {
  margin-left: 20px; /* LTR */
  margin-bottom: 10px;
}
blockquote {
  margin: 1em 40px;
}
address {
  font-style: italic;
}
u,
ins {
  text-decoration: underline;
}
s,
strike,
del {
  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;
}
abbr,
acronym {
  border-bottom: dotted 1px;
}
ul,
.item-list ul {
  list-style-type: disc;
  list-style-image: none;
  margin: 0.25em 0 0.25em 1.5em; /* LTR */
}
.item-list .pager li {
  padding: 0.5em;
}
.item-list ul li,
li.leaf,
ul.menu li {
  list-style-type: disc;
  list-style-image: none;
}
ul.menu li {
  margin: 0;
}
ol {
  list-style-type: decimal;
  margin: 0.25em 0 0.25em 2em; /* LTR */
}
.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;
}
quote,
code {
  margin: .5em 0;
}
code,
pre,
kbd {
  font-size: 1.231em;
}
pre {
  margin: 0.5em 0;
  white-space: pre-wrap;
}

/**
 * Skip link.
 */
#skip-link {
  margin-top: 0;
  position: absolute;
  left: 50%; /* LTR */
  margin-left: -5.25em; /* LTR */
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  display: inline-block;
  background: #444;
  color: #fff;
  font-size: 0.94em;
  padding: 1px 10px 2px 10px; /* LTR */
  text-decoration: none;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}

/**
 * Branding.
 */
#branding {
  overflow: hidden;
  padding: 20px 20px 0 20px; /* LTR */
  position: relative;
  background-color: #e0e0d8;
}
.breadcrumb {
  font-size: 0.846em;
  line-height: 1em;
  padding: 0 0 10px 0;
}

/**
 * Help.
 */
#help {
  font-size: 0.923em;
}
#help p {
  margin: 0 0 10px;
}
#help div.more-help-link {
  text-align: right; /* LTR */
}

/**
 * Page title.
 */
#page-title {
  background: #333;
  padding-top: 20px;
}
#branding h1.page-title {
  color: #000;
  margin: 0;
  padding-bottom: 10px;
  font-size: 1.385em;
  font-weight: normal;
  float: left; /* LTR */
}

/**
 * Console.
 */
#console {
  margin: 9px 0 10px;
}

/**
 * Tabs.
 */
ul.primary {
  float: right; /* LTR */
  border-bottom: none;
  text-transform: uppercase;
  font-size: 0.923em;
  margin: 0;
  padding-top: 0;
}
ul.primary li {
  float: left; /* LTR */
  list-style: none;
  height: 2.60em;
  margin: 0 2px;
}
ul.primary li a:link,
ul.primary li a.active,
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 */
  padding: 0.615em 18px;
  background-color: #a6a7a2;
  color: #000;
  font-weight: bold;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #a6a7a2;
  border-radius: 8px 8px 0 0;
}
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;
}
.tabs-secondary {
  clear: both;
}
ul.secondary {
  float: right; /* LTR */
  font-size: 0.923em;
  padding: 0 3px 5px;
  line-height: 1.385em;
  overflow: hidden;
  background-color: #fff;
}
ul.secondary li {
  margin: 0 5px;
  float: none; /* LTR */
}
ul.secondary li a {
  background-color: #ddd;
  color: #000;
  display: inline-block;
}
ul.secondary li a,
ul.secondary li a:hover,
ul.secondary li.active a,
ul.secondary li.active a.active {
  padding: 2px 10px;
  border-radius: 7px;
}
ul.secondary li a:hover,
ul.secondary li.active a,
ul.secondary li.active a.active {
  color: #fff;
  background: #666;
}
#content {
  clear: left;
}
@media screen and (max-width:56.538em) { /* 735px */
  .touch #branding {
    padding-right: 0;
    position: relative;
  }
  .touch ul.primary {
    clear: both;
    float: none;
    margin-bottom: -3px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-right: 40px;
  }
  .touch #branding:after {
    background-image: -moz-linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8 80%);
    background-image: -o-linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8  80%);
    background-image: -webkit-linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8 80%);
    background-image: linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8 80%);
    content: ' ';
    display: block;
    float: right;
    height: 40px;
    width: 80px;
    position: relative;
    right: 0;
    top: -40px;
    margin-bottom: -40px;
  }
  .touch ul.primary li {
    float: none;
    white-space: nowrap;
  }
  .touch ul.primary li a:link,
  .touch ul.primary li a.active,
  .touch ul.primary li a:active,
  .touch ul.primary li a:visited,
  .touch ul.primary li a:hover,
  .touch ul.primary li.active a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
}

/**
 * Page layout.
 */
#page {
  background: #fff;
  color: #333;
  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;
  }
}
ul.links li,
ul.inline li {
  padding-right: 1em; /* LTR */
}
ul.inline li {
  display: inline;
}
.admin-list {
  margin: 0;
  padding: 0;
}
.admin-list li {
  position: relative;
  border-top: 1px solid #ccc;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}
.admin-list.compact li {
  border: none;
}
.admin-list li a {
  background: url(images/list-item.png) no-repeat 9px 11px; /* LTR */
  display: block;
  padding: 9px 9px 9px 39px; /* LTR */
  min-height: 0;
}
.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;
}
div.submitted {
  color: #898989;
}

/**
 * Tables.
 */
table {
  width: 100%;
  font-size: 0.923em;
  margin: 0 0 10px;
  border-right: 1px solid #bebfb9;
  border-bottom: 1px solid #bebfb9;
}
table td,
table th {
  vertical-align: middle;
  padding: 8px 10px;
  border: 0;
  color: #000;
}
tr.even,
tr.odd {
  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;
  border-width: 1px;
  border-style: solid;
  border-color: #bebfb9;
  padding: 3px 10px;
}
table th.active {
  background: #bdbeb9;
}
table th a {
  display: block;
  position: relative;
}
table th.active a {
  padding: 0 25px 0 0; /* LTR */
}
table th.active img {
  position: absolute;
  top: 3px;
  right: 3px; /* LTR */
}
/**
 * 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 {
  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.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;
}

/**
 * Responsive tables.
 */
@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;
  }
}

/**
 * Collapsible details.
 */
details {
  line-height: 1.295em;
}
details summary {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/**
 * Form elements.
 */
.form-item {
  margin: 1em 0;
}
.form-type-checkbox {
  padding: 0;
}
.form-item label {
  margin: 0;
  padding: 0;
}
.form-item label.option {
  font-size: 0.923em;
  text-transform: none;
}
.form-item label.option input {
  vertical-align: middle;
}
.form-disabled input.form-autocomplete,
.form-disabled input.form-text,
.form-disabled input.form-tel,
.form-disabled input.form-email,
.form-disabled input.form-url,
.form-disabled input.form-search,
.form-disabled input.form-number,
.form-disabled input.form-color,
.form-disabled input.form-file,
.form-disabled textarea.form-textarea,
.form-disabled select.form-select {
  background-color: #eee;
  color: #777;
}

/* Filter */
.filter-wrapper {
  font-size: 0.923em;
}
ul.tips,
div.description,
.form-item div.description {
  margin: 5px 0;
  line-height: 1.231em;
  font-size: 0.923em;
  color: #666;
}
ul.tips li {
  margin: 0.25em 0 0.25em 1.5em; /* LTR */
}
body div.form-type-radio div.description,
body div.form-type-checkbox div.description {
  margin-left: 1.5em; /* LTR */
}
.button {
  cursor: pointer;
  padding: 4px 17px;
  color: #5a5a5a;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  background-color: #e4e4e4;
  border-radius: 20px;
  text-decoration: none;
}
.button:focus,
.button:hover {
  background-color: #c0c0c0;
  border: 1px solid #bebebe;
  border-left-color: #afafaf;
  border-right-color: #afafaf;
  border-bottom-color: #9b9b9b;
  color: #2e2e2e;
  text-decoration: none;
}
.button:active {
  background-color: #565656;
  border: 1px solid #333;
  border-left-color: #222;
  border-right-color: #222;
  border-bottom-color: #111;
  color: #fff;
  text-decoration: none;
  text-shadow: #222 0 -1px 0;
}
.button-primary {
  background-color: #9dcae7;
  border: 1px solid #8eB7cd;
  border-bottom-color: #7691a2;
  color: #133B54;
}
.button-primary:focus,
.button-primary:hover {
  background-color: #73b3dd;
  border: 1px solid #6ea3bf;
  border-bottom-color: #4680a0;
}
.button-primary:active {
  background-color: #3981b1;
  border: 1px solid #36647c;
  border-bottom-color: #284657;
}
.button-disabled,
.button-disabled:active,
.button[disabled],
.button[disabled]:active {
  background-color: #eee;
  border-color: #eee;
  text-shadow: none;
  color: #999;
}
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,
select.form-select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  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;
  max-width: 100%;
}
input.form-text:focus,
input.form-tel:focus,
input.form-email:focus,
input.form-url:focus,
input.form-search:focus,
input.form-number:focus,
input.form-color:focus,
input.form-file:focus,
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);
}
.js input.form-autocomplete {
  background-position: 100% 4px;
}
.js input.throbbing {
  background-position: 100% -16px;
}
.button-action {
  background: #1078d4;
  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);
}
.button-action:focus,
.button-action: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);
  border: 1px solid #0048c8;
  color: #fff;
}
.button-action: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);
  border: 1px solid #0048c8;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
}

/**
 * Improve spacing of cancel link.
 */
#edit-cancel {
  margin-left: 10px; /* LTR */
}

/**
 * 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-number {
    width: auto;
  }
  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-left: 0;
    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%;
  }
  details summary {
    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;
  }
}

/* Exceptions */
#diff-inline-form select,
div.filter-options select {
  padding: 0;
}

/**
 * System.
 */
@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;
}
div.admin-panel h3 {
  font-size: 0.923em;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 9px;
}

/* admin/appearance */
#system-themes-page h2 {
  font-weight: normal;
  text-transform: uppercase;
}
.theme-selector h3 {
  font-weight: normal;
}
.theme-default h3 {
  font-weight: bold;
}

/* 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 */
}
div.admin-options div.form-item {
  padding: 0;
  border: 0;
}

/* Update status */
.versions table.version {
  border: none;
}

/* Maintenance theming */
body.in-maintenance #sidebar-first {
  float: left; /* LTR */
  max-width: 200px;
  width: 25%;
}
body.in-maintenance #content {
  float: right; /* LTR */
  max-width: 550px;
  clear: none;
  width: 72%;
}
body.in-maintenance #page {
  max-width: 770px;
  margin: 0 auto;
  padding-top: 2em;
  width: 90%;
}
body.in-maintenance #branding h1 {
  max-width: 770px;
  margin: 0 auto;
  float: none;
  width: 90%;
}
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;
  max-width: 180px;
}
@media all and (max-width: 768px) {
  body.in-maintenance #sidebar-first,
  body.in-maintenance #content {
    float: none;
    max-width: none;
    width: auto;
  }
}
ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 20px; /* LTR */
  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%;
  color: green;
}
body.in-maintenance #branding .step-indicator {
  display: none;
}
@media all and (max-width: 768px) {
  ol.task-list,
  body.in-maintenance #logo {
    display: none;
  }
  body.in-maintenance #branding h1 {
    float: left;
    width: auto;
  }
  body.in-maintenance #branding .step-indicator {
    display: block;
    float: right;
  }
}

/* Overlay theming */
.overlay #branding {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.overlay #branding h1.page-title,
.overlay #left,
.overlay #footer {
  display: none;
}
.overlay #page {
  margin: 0;
  padding: 0 20px;
}
.overlay #branding .breadcrumb {
  float: left; /* LTR */
  position: relative;
  z-index: 10;
}
#overlay-tabs {
  bottom: -1px;
  font-size: 1.54em;
  line-height: 1.54em;
  margin: 0;
}
.overlay ul.secondary {
  background: transparent none;
  margin: -1.4em 0 0.3em 0; /* LTR */
  overflow: visible;
}
.overlay #content {
  padding: 0;
}
h1#overlay-title {
  font-weight: normal;
}

/* Shortcut theming */
.add-or-remove-shortcuts a:focus span.text,
.add-or-remove-shortcuts a:hover span.text {
  color: #fff;
  background-color: #5f605b;
  padding: 0 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Field UI */

#field-display-overview input.field-formatter-settings-edit {
  margin: 0;
  padding: 1px 8px;
}
#field-display-overview tr.field-formatter-settings-changed {
  background: #ffffbb;
}
#field-display-overview tr.drag {
  background: #ffee77;
}
#field-display-overview tr.field-formatter-settings-editing {
  background: #d5e9f2;
}
#field-display-overview .field-formatter-settings-edit-form .form-item {
  margin: 10px 0;
}
#field-display-overview .field-formatter-settings-edit-form .form-submit {
  margin-bottom: 0;
}

/* Modules page */
#system-modules fieldset {
  border: 0;
  border-top: 1px solid #ccc;
}
#system-modules .fieldset-wrapper {
  padding: 0;
}
#system-modules table,
#locale-translation-status-form table {
  border: 0;
}
#system-modules tr.even,
#system-modules tr.odd,
#locale-translation-status-form tr.even,
#locale-translation-status-form tr.odd {
  background: #f3f4ee;
  border: 0;
  border-bottom: 10px solid #fff;
}
#system-modules tr td:last-child,
#locale-translation-status-form tr td:last-child {
  border: 0;
}
#system-modules table th,
#locale-translation-status-form table th {
  border: 0;
  border-bottom: 10px solid #fff;
}
#system-modules .sticky-header th,
#locale-translation-status-form .sticky-header th {
  border: 0;
}
/* Recent content block */
#block-node-recent table,
#block-node-recent tr {
  border: none;
}
#block-node-recent .more-link {
  padding: 0 5px 5px 0; /* LTR */
}

/* Dropbutton */
.js .dropbutton-widget {
  background-color: #fff;
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), #e7e7e7);
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0), #e7e7e7);
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), #e7e7e7);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #e7e7e7);
  border-radius: 5px;
}
.js .dropbutton-widget:hover {
  background-color: #f0f0f0;
  border-color: #b8b8b8;
}
.js .dropbutton-multiple.open .dropbutton-widget:hover {
  background-color: #fff;
}
.dropbutton-content li:first-child > * {
  text-overflow: ellipsis;
}
.dropbutton-multiple.open .dropbutton-content li:first-child > * {
  text-overflow: clip;
}

.js .form-actions .dropbutton-widget:focus,
.js .form-actions .dropbutton-widget:hover {
  background-color: #73b3dd;
  border: 1px solid #6ea3bf;
  border-bottom-color: #4680a0;
}
.js .form-actions .dropbutton-widget:active {
  background-color: #3981b1;
  border: 1px solid #36647c;
  border-bottom-color: #284657;
}
.js .form-actions .dropbutton-multiple.open .dropbutton-widget:hover {
  background-color: #9dcae7;
}
.js .form-actions .dropbutton-multiple.open .dropbutton-action:hover {
  background-color: #73b3dd;
}

/* Disable overlay message */
#overlay-disable-message {
  background-color: #addafc;
}
#overlay-disable-message a,
#overlay-disable-message a:visited {
  color: #000;
}
#overlay-disable-message a:focus,
#overlay-disable-message a:active {
  outline: none;
  text-decoration: underline;
}
.overlay-disable-message-focused a {
  padding: 0.4em 0.6em;
}
.overlay-disable-message-focused #overlay-dismiss-message {
  background-color: #59a0d8;
  color: #fff;
  border-radius: 8px;
}

/**
 * Views styling
 */

/* @group Forms */

/**
 * Seven positions the summary absolutely, but does not have a way to ignore
 * details without a summary so we make one up.
 *
 * @todo Neither a fieldset without legend nor a details without summary is
 *   valid HTML markup in any way. Refactor Views UI to not produce such invalid
 *   markup.
 */
details.fieldset-no-legend {
  padding-top: 0;
}

/**
 * Being extra safe here and scoping this to the add view wizard form (where
 * a layout problem occurs for the Display format details if we don't fix its
 * padding), but it's probably safe to just let it apply everywhere.
 */
#views-ui-add-form details details .details-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.views-display-tab details.box-padding .details-wrapper {
  padding: 0;
}

.views-admin .form-item label.option,
#views-ui-preview-form .form-item label.option {
  font-size: 1em;
}

.views-admin input.form-submit,
.views-ui-dialog input.form-submit,
.views-admin a.button,
.views-ui-dialog a.button {
  margin-bottom: 0;
  margin-right: 0; /* LTR */
  margin-top: 0;
}

/* Override for a button on the edit display screen */
#edit-displays-preview-controls .form-submit {
  display: inline-block;
  margin-right: 1em;
}

.form-radios > .form-item {
  margin-top: 3px;
}

/* @group Dependent options
 */

/* This is necessary to supercede the Seven .form-item
 * reset declaration that sets the margin to zero.
 */
.form-item-options-expose-required,
.form-item-options-expose-label,
.form-item-options-expose-description {
  margin-left: 1.5em;
}

.views-admin-dependent .form-item .form-item,
.views-admin-dependent .form-type-checkboxes,
.views-admin-dependent .form-type-radios,
.views-admin-dependent .form-item .form-item,
.form-item-options-expose-required,
.form-item-options-expose-label,
.form-item-options-expose-description {
  margin-bottom: 6px;
  margin-top: 6px;
}

.views-admin-dependent .form-type-radio,
.views-admin-dependent .form-radios .form-item {
  margin-bottom: 2px;
  margin-top: 2px;
}

/* @end */

/* @group Lists */

.views-admin ul.secondary,
.views-admin .item-list ul {
  margin: 0;
  padding: 0;
}

.views-displays ul.secondary li a,
.views-displays ul.secondary li.active a,
.views-displays ul.secondary li.active a.active {
  padding: 2px 7px 3px;
}

.views-displays ul.secondary li a {
  color: #0074bd;
}

.views-displays ul.secondary li.active a,
.views-displays ul.secondary li.active a.active {
  border: 1px solid transparent;
}

.views-admin .links li {
  padding-right: 0; /* LTR */
}

.views-admin .button .links li {
  padding-right: 12px; /* LTR */
}

.views-display-top ul.secondary {
  background-color: transparent;
  float: left
}

.views-display-top .secondary .action-list li {
  float: none;
  margin: 0;
}

/* @end */

/* @group Tables */

.views-ui-rearrange-filter-form table td,
.views-ui-rearrange-filter-form table th {
  vertical-align: top;
}

/* @end */

/* @group Attachment details */

#edit-display-settings-title {
  color: #008BCB;
}

/* @end */

/* @group Attachment details tabs
 *
 * The tabs that switch between sections
 */

.views-displays .secondary {
 text-align: left; /* LTR */
}

.views-admin .icon.add {
  background-position: center 3px;
}

.views-displays .secondary a:hover > .icon.add {
  background-position: center -25px;
}

.views-displays .secondary .open > a {
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}

.views-displays .secondary .open > a:hover {
  background-color: #f1f1f1;
  color: #008BCB;
}

.views-displays .secondary .action-list  li:first-child {
  -moz-border-radius: 0 7px 0 0;
  -webkit-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}

.views-displays .secondary .action-list  li:last-child {
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.views-displays .secondary .action-list input.form-submit {
  color: #008bcb;
}

/* @end */

/* @group Attachment buckets
 *
 * These are the individual "buckets," or boxes, inside the display settings area
 */

.views-ui-display-tab-bucket h3 {
  font-size: 12px;
  text-transform: uppercase;
}

.views-ui-display-tab-bucket .links {
  padding: 2px 6px 4px;
}

.views-ui-display-tab-bucket .links li + li {
  margin-left: 3px;
}

/* @end */

/* @group Rearrange filter criteria */

#views-ui-rearrange-filter-form .action-links {
  margin: 0;
  padding: 0;
}

#views-ui-rearrange-filter-form table {
  border: medium none;
}

#views-ui-rearrange-filter-form [id^="views-row"] {
  border: medium none;
}

#views-ui-rearrange-filter-form tr td:last-child {
  border-right: medium none;
}

#views-ui-rearrange-filter-form .filter-group-operator-row {
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

#views-ui-rearrange-filter-form tr.drag td {
  background-color: #FFEE77 !important;
}

#views-ui-rearrange-filter-form tr.drag-previous td {
  background-color: #FFFFBB !important;
}

/* @end */

/* @group Live preview elements */

.views-query-info pre {
  margin-bottom: 0;
  margin-top: 0;
}

/* @group Query info table */

.views-query-info table {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-border-horizontal-spacing: 1px;
  -webkit-border-vertical-spacing: 1px;
}

.views-query-info table tr td:last-child {
  /* Fixes a Seven style that bleeds down into this table unnecessarily */
  border-right: 0 none;
}

/* @end */

/* @end */

/* @group Add view */

.form-item-page-create,
.form-item-block-create {
  margin-top: 13px;
}

/* @end */

/* @group Modal dialog box
 *
 * The contents of the popup dialog on the views edit form.
 */

.views-ui-dialog .ui-dialog-titlebar-close {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cccccc;
  right: -27px;
  top: -1px;
}

.views-ui-dialog details:not(.collapsed) {
  padding-top: 1.5em;
}

.filterable-option .form-item.form-type-checkbox {
  /* This selector is aggressive because Seven's reset for .form-items is aggressive. */
  padding-bottom: 4px;
  padding-left: 4px;
  padding-top: 4px;
}

/* @end */

/**
 * Entity meta settings.
 */
.entity-meta {
  background-color: #ececec;
  border-bottom: 0;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-top: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
  box-shadow:         inset 0 0 5px rgba(0, 0, 0, .15);
  margin-top: 0;
  padding-top: 0;
}
.entity-meta-header,
.entity-meta details {
  background-color: #f7f7f7;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.entity-meta-header {
  padding: 1em 1.5em;
}
.entity-meta-header .form-item {
  margin: .25em 0;
}
.entity-meta-header .published {
  font-size: 1.231em;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
}
.entity-meta-header .changed {
  font-style: italic; /* As-designed, but really: why is this italic? */
}
.entity-meta details {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ffffff;
  margin: 0;
}
.entity-meta details[open] {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .125), transparent 4px);
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .125), transparent 4px);
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .125), transparent 4px);
  background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .125), transparent 4px);
  border-top-width: 0;
  padding-top: 1px;
}
.entity-meta details[open] + [open] {
  background-image: none;
  border-top-width: 1px;
  padding-top: 0;
}
.entity-meta details > .details-wrapper {
  padding-top: 0;
}
.entity-meta details > summary {
  padding: 0.85em 1.25em;
  text-shadow: 0 1px 0 white;
}
.entity-meta details .summary {
 display: none; /* Hide JS summaries. @todo Rethink summaries. */
}
.overlay .layout-region-node-footer {
  padding-bottom: .5em;
}

/**
 * Widescreen
 *
 * Both of the following media queries must *exactly* match what is in
 * node.module.css. This is rather crazy.
 *
 * @todo Figure out how to reduce media query duplication across files
 *       and modules. Layout styles only allowed in themes?
 */
@media
  screen and (min-width: 780px),
  (orientation: landscape) and (min-device-height: 780px) {

  [class*="page-node-add-"] #page,
  .page-node-edit #page {
    padding-top: 0;
    margin-right: 0;
  }

  [class*="page-node-add-"] #console,
  .page-node-edit #console {
    margin-right: 2.5em;
  }

  .layout-node-form {
    overflow: hidden;
    position: relative;
  }
  /**
   * Draw a bottom border on the meta settings region
   * @todo Better ideas welcome.
   */
  .layout-node-form:before {
    content: '';
    display: block;
    height: 0;
    width: 34.9%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #bfbfbf;
  }

  .layout-region-node-secondary {
    /**
     * 1. Applies the Position Is Everything technique for equal-height columns;
     *    @see http://www.positioniseverything.net/articles/onetruelayout/equalheight
     * 2. When animating the height of elements within this region, prevent
     *    vertical jittering of elements further down in the document flow.
     */
    margin-bottom: -999em; /* 1 */
    padding-bottom: 999em; /* 1 */
    display: table; /* 2 */

    background-color: #f7f7f7;
    border-left: 1px solid #bfbfbf;
  }

  .entity-meta {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ffffff;
  }
  .entity-meta-header {
    border-top: 0;
  }

  /* Additional overlay theming */

  /**
   * These are terrible selectors.
   * @todo Add a proper class to the overlay for this page.
   */
  .overlay[class*="page-node-add-"] #overlay-content,
  .overlay.page-node-edit #overlay-content {
    padding: 0;
  }
  .overlay[class*="page-node-add-"] #page,
  .overlay.page-node-edit #page {
    padding: 0;
  }
  .overlay[class*="page-node-add-"] #branding,
  .overlay.page-node-edit #branding {
    padding-left: 2em;
    padding-right: 2em;
  }
  .overlay[class*="page-node-add-"] #console,
  .overlay.page-node-edit #console {
    margin: 0 2em;
  }
  .overlay[class*="page-node-add-"] .messages,
  .overlay.page-node-edit .messages {
    margin-bottom: 1em;
  }
  .overlay .layout-node-form {
    border-top: 1px solid #bfbfbf;
  }
  .overlay .layout-node-form:before {
    display: none;
  }
  .overlay .layout-region-node-main,
  .overlay .layout-region-node-footer {
    padding-left: 2em;
  }
  .overlay .layout-region-node-footer {
    padding-bottom: 1.5em;
  }
}
@media
  screen and (max-width: 1020px),
  (orientation: landscape) and (max-device-height: 1020px) {

  .toolbar-vertical .layout-region-node-secondary {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }
  .toolbar-vertical .layout-region-node-secondary {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }
  .toolbar-vertical .layout-node-form:after {
    display: none;
  }
}


/**
 * Node form dropbuttons.
 */
.form-actions .dropbutton-wrapper li a,
.form-actions .dropbutton-wrapper input {
  padding: 5px 17px 6px 17px;
  margin-bottom: 0em;
  border: medium;
  border-radius: 0;
  background: none;
}
.form-actions .dropbutton-wrapper input:hover {
  background: none;
  border: none;
}
/* Delete button */
.form-actions .button-danger {
  color: #c72100;
  background: none;
  border: none;
  float: right;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.form-actions .button-danger:hover,
.form-actions .button-danger:focus {
  color: #ff2a00;
  background: none;
  border: none;
  text-decoration: underline;
}
.form-actions .button-danger:active {
  color: #ff2a00;
  background: none;
  border: none;
  text-decoration: underline;
}

/**
 * Form edit action theming
 */
.js .form-actions .dropbutton-widget {
  background-color: #50a0e9;
  background-image: -moz-linear-gradient(-90deg, #50a0e9, #4481dc);
  background-image: -o-linear-gradient(-90deg, #50a0e9, #4481dc);
  background-image: -webkit-linear-gradient(-90deg, #50a0e9, #4481dc);
  background-image: linear-gradient(180deg, #50a0e9, #4481dc);
  border-radius: 3px;
  border: 1px solid #3974ae;
}
.js .form-actions .dropbutton-widget .dropbutton li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-top-left-radius: 3px;
}
.js .form-actions .dropbutton-widget .dropbutton .dropbutton-toggle {
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  top: 1px;
}
.js .form-actions .dropbutton-widget .dropbutton .secondary-action {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-top-left-radius: 0px;
}
.js .form-actions .dropbutton-widget .button {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(31, 83, 131, 0.8);
}
.js .form-actions .dropbutton-multiple.open .dropbutton-action:hover {
  background-color: #50a0e9;
}

File

drupal/core/themes/seven/style.css
View source
  1. /**
  2. * Generic elements.
  3. */
  4. body {
  5. color: #000;
  6. background: #fff;
  7. font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  8. }
  9. a,
  10. .link {
  11. color: #0074bd;
  12. text-decoration: none;
  13. }
  14. a:hover,
  15. .link:hover {
  16. text-decoration: underline;
  17. }
  18. hr {
  19. margin: 0;
  20. padding: 0;
  21. border: none;
  22. height: 1px;
  23. background: #cccccc;
  24. }
  25. summary,
  26. legend {
  27. font-weight: bold;
  28. text-transform: uppercase;
  29. }
  30. h1,
  31. h2,
  32. h3,
  33. h4,
  34. h5,
  35. h6 {
  36. font-weight: bold;
  37. margin: 10px 0;
  38. }
  39. h1 {
  40. font-size: 1.538em;
  41. }
  42. h2 {
  43. font-size: 1.385em;
  44. }
  45. h3 {
  46. font-size: 1.231em;
  47. }
  48. h4 {
  49. font-size: 1.154em;
  50. }
  51. h5,
  52. h6 {
  53. font-size: 1.077em;
  54. }
  55. p {
  56. margin: 1em 0;
  57. }
  58. dl {
  59. margin: 0 0 20px;
  60. }
  61. dl dd,
  62. dl dl {
  63. margin-left: 20px; /* LTR */
  64. margin-bottom: 10px;
  65. }
  66. blockquote {
  67. margin: 1em 40px;
  68. }
  69. address {
  70. font-style: italic;
  71. }
  72. u,
  73. ins {
  74. text-decoration: underline;
  75. }
  76. s,
  77. strike,
  78. del {
  79. text-decoration: line-through;
  80. }
  81. big {
  82. font-size: larger;
  83. }
  84. small {
  85. font-size: smaller;
  86. }
  87. sub {
  88. vertical-align: sub;
  89. font-size: smaller;
  90. line-height: normal;
  91. }
  92. sup {
  93. vertical-align: super;
  94. font-size: smaller;
  95. line-height: normal;
  96. }
  97. nobr {
  98. white-space: nowrap;
  99. }
  100. abbr,
  101. acronym {
  102. border-bottom: dotted 1px;
  103. }
  104. ul,
  105. .item-list ul {
  106. list-style-type: disc;
  107. list-style-image: none;
  108. margin: 0.25em 0 0.25em 1.5em; /* LTR */
  109. }
  110. .item-list .pager li {
  111. padding: 0.5em;
  112. }
  113. .item-list ul li,
  114. li.leaf,
  115. ul.menu li {
  116. list-style-type: disc;
  117. list-style-image: none;
  118. }
  119. ul.menu li {
  120. margin: 0;
  121. }
  122. ol {
  123. list-style-type: decimal;
  124. margin: 0.25em 0 0.25em 2em; /* LTR */
  125. }
  126. .item-list ul li.collapsed,
  127. ul.menu li.collapsed {
  128. list-style-image:url(../../misc/menu-collapsed.png);
  129. list-style-type:disc;
  130. }
  131. .item-list ul li.expanded,
  132. ul.menu li.expanded {
  133. list-style-image:url(../../misc/menu-expanded.png);
  134. list-style-type:circle;
  135. }
  136. quote,
  137. code {
  138. margin: .5em 0;
  139. }
  140. code,
  141. pre,
  142. kbd {
  143. font-size: 1.231em;
  144. }
  145. pre {
  146. margin: 0.5em 0;
  147. white-space: pre-wrap;
  148. }
  149. /**
  150. * Skip link.
  151. */
  152. #skip-link {
  153. margin-top: 0;
  154. position: absolute;
  155. left: 50%; /* LTR */
  156. margin-left: -5.25em; /* LTR */
  157. width: auto;
  158. z-index: 50;
  159. }
  160. #skip-link a,
  161. #skip-link a:link,
  162. #skip-link a:visited {
  163. display: inline-block;
  164. background: #444;
  165. color: #fff;
  166. font-size: 0.94em;
  167. padding: 1px 10px 2px 10px; /* LTR */
  168. text-decoration: none;
  169. border-radius: 0 0 10px 10px;
  170. }
  171. #skip-link a:hover,
  172. #skip-link a:focus,
  173. #skip-link a:active {
  174. outline: 0;
  175. }
  176. /**
  177. * Branding.
  178. */
  179. #branding {
  180. overflow: hidden;
  181. padding: 20px 20px 0 20px; /* LTR */
  182. position: relative;
  183. background-color: #e0e0d8;
  184. }
  185. .breadcrumb {
  186. font-size: 0.846em;
  187. line-height: 1em;
  188. padding: 0 0 10px 0;
  189. }
  190. /**
  191. * Help.
  192. */
  193. #help {
  194. font-size: 0.923em;
  195. }
  196. #help p {
  197. margin: 0 0 10px;
  198. }
  199. #help div.more-help-link {
  200. text-align: right; /* LTR */
  201. }
  202. /**
  203. * Page title.
  204. */
  205. #page-title {
  206. background: #333;
  207. padding-top: 20px;
  208. }
  209. #branding h1.page-title {
  210. color: #000;
  211. margin: 0;
  212. padding-bottom: 10px;
  213. font-size: 1.385em;
  214. font-weight: normal;
  215. float: left; /* LTR */
  216. }
  217. /**
  218. * Console.
  219. */
  220. #console {
  221. margin: 9px 0 10px;
  222. }
  223. /**
  224. * Tabs.
  225. */
  226. ul.primary {
  227. float: right; /* LTR */
  228. border-bottom: none;
  229. text-transform: uppercase;
  230. font-size: 0.923em;
  231. margin: 0;
  232. padding-top: 0;
  233. }
  234. ul.primary li {
  235. float: left; /* LTR */
  236. list-style: none;
  237. height: 2.60em;
  238. margin: 0 2px;
  239. }
  240. ul.primary li a:link,
  241. ul.primary li a.active,
  242. ul.primary li a:active,
  243. ul.primary li a:visited,
  244. ul.primary li a:hover,
  245. ul.primary li.active a {
  246. display: block;
  247. float: left; /* LTR */
  248. padding: 0.615em 18px;
  249. background-color: #a6a7a2;
  250. color: #000;
  251. font-weight: bold;
  252. border-width: 1px 1px 0 1px;
  253. border-style: solid;
  254. border-color: #a6a7a2;
  255. border-radius: 8px 8px 0 0;
  256. }
  257. ul.primary li.active a,
  258. ul.primary li.active a.active,
  259. ul.primary li.active a:active,
  260. ul.primary li.active a:visited {
  261. background-color: #fff;
  262. border-color: #c9cac4;
  263. }
  264. ul.primary li a:hover {
  265. color: #fff;
  266. }
  267. ul.primary li.active a:hover {
  268. color: #000;
  269. }
  270. .tabs-secondary {
  271. clear: both;
  272. }
  273. ul.secondary {
  274. float: right; /* LTR */
  275. font-size: 0.923em;
  276. padding: 0 3px 5px;
  277. line-height: 1.385em;
  278. overflow: hidden;
  279. background-color: #fff;
  280. }
  281. ul.secondary li {
  282. margin: 0 5px;
  283. float: none; /* LTR */
  284. }
  285. ul.secondary li a {
  286. background-color: #ddd;
  287. color: #000;
  288. display: inline-block;
  289. }
  290. ul.secondary li a,
  291. ul.secondary li a:hover,
  292. ul.secondary li.active a,
  293. ul.secondary li.active a.active {
  294. padding: 2px 10px;
  295. border-radius: 7px;
  296. }
  297. ul.secondary li a:hover,
  298. ul.secondary li.active a,
  299. ul.secondary li.active a.active {
  300. color: #fff;
  301. background: #666;
  302. }
  303. #content {
  304. clear: left;
  305. }
  306. @media screen and (max-width:56.538em) { /* 735px */
  307. .touch #branding {
  308. padding-right: 0;
  309. position: relative;
  310. }
  311. .touch ul.primary {
  312. clear: both;
  313. float: none;
  314. margin-bottom: -3px;
  315. overflow-x: scroll;
  316. -webkit-overflow-scrolling: touch;
  317. white-space: nowrap;
  318. padding-right: 40px;
  319. }
  320. .touch #branding:after {
  321. background-image: -moz-linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8 80%);
  322. background-image: -o-linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8 80%);
  323. background-image: -webkit-linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8 80%);
  324. background-image: linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8 80%);
  325. content: ' ';
  326. display: block;
  327. float: right;
  328. height: 40px;
  329. width: 80px;
  330. position: relative;
  331. right: 0;
  332. top: -40px;
  333. margin-bottom: -40px;
  334. }
  335. .touch ul.primary li {
  336. float: none;
  337. white-space: nowrap;
  338. }
  339. .touch ul.primary li a:link,
  340. .touch ul.primary li a.active,
  341. .touch ul.primary li a:active,
  342. .touch ul.primary li a:visited,
  343. .touch ul.primary li a:hover,
  344. .touch ul.primary li.active a {
  345. -webkit-box-sizing: border-box;
  346. -moz-box-sizing: border-box;
  347. box-sizing: border-box;
  348. text-align: center;
  349. width: 100%;
  350. }
  351. }
  352. /**
  353. * Page layout.
  354. */
  355. #page {
  356. background: #fff;
  357. color: #333;
  358. margin-left: 0.8125em;
  359. margin-right: 0.8125em;
  360. padding: 20px 0 40px 0;
  361. position: relative;
  362. }
  363. @media screen and (min-width:28.125em) { /* 450px */
  364. #page {
  365. margin-left: 1.25em;
  366. margin-right: 1.25em;
  367. }
  368. }
  369. @media screen and (min-width:45em) { /* 720px */
  370. #page {
  371. margin-left: 2.5em;
  372. margin-right: 2.5em;
  373. }
  374. }
  375. ul.links li,
  376. ul.inline li {
  377. padding-right: 1em; /* LTR */
  378. }
  379. ul.inline li {
  380. display: inline;
  381. }
  382. .admin-list {
  383. margin: 0;
  384. padding: 0;
  385. }
  386. .admin-list li {
  387. position: relative;
  388. border-top: 1px solid #ccc;
  389. margin: 0;
  390. list-style-type: none;
  391. list-style-image: none;
  392. padding: 0;
  393. }
  394. .admin-list.compact li {
  395. border: none;
  396. }
  397. .admin-list li a {
  398. background: url(images/list-item.png) no-repeat 9px 11px; /* LTR */
  399. display: block;
  400. padding: 9px 9px 9px 39px; /* LTR */
  401. min-height: 0;
  402. }
  403. .admin-list.compact li a {
  404. background-image: none;
  405. padding: 2px 19px;
  406. }
  407. .admin-list li a:hover,
  408. .admin-list li a:focus,
  409. .admin-list li a:active {
  410. text-decoration: none;
  411. }
  412. .admin-list li a:hover .label,
  413. .admin-list li a:focus .label,
  414. .admin-list li a:active .label {
  415. text-decoration: underline;
  416. }
  417. div.submitted {
  418. color: #898989;
  419. }
  420. /**
  421. * Tables.
  422. */
  423. table {
  424. width: 100%;
  425. font-size: 0.923em;
  426. margin: 0 0 10px;
  427. border-right: 1px solid #bebfb9;
  428. border-bottom: 1px solid #bebfb9;
  429. }
  430. table td,
  431. table th {
  432. vertical-align: middle;
  433. padding: 8px 10px;
  434. border: 0;
  435. color: #000;
  436. }
  437. tr.even,
  438. tr.odd {
  439. border-width: 0 1px 0 1px;
  440. border-style: solid;
  441. border-color: #bebfb9;
  442. background: #f3f4ee;
  443. }
  444. tr.odd {
  445. background: #fff;
  446. }
  447. tr.drag {
  448. background: #fe7;
  449. }
  450. tr.drag-previous {
  451. background: #ffb;
  452. }
  453. table th {
  454. text-transform: uppercase;
  455. background: #e1e2dc;
  456. font-weight: normal;
  457. border-width: 1px;
  458. border-style: solid;
  459. border-color: #bebfb9;
  460. padding: 3px 10px;
  461. }
  462. table th.active {
  463. background: #bdbeb9;
  464. }
  465. table th a {
  466. display: block;
  467. position: relative;
  468. }
  469. table th.active a {
  470. padding: 0 25px 0 0; /* LTR */
  471. }
  472. table th.active img {
  473. position: absolute;
  474. top: 3px;
  475. right: 3px; /* LTR */
  476. }
  477. /**
  478. * Force browsers to calculate the width of a 'select all' TH element.
  479. */
  480. table th.select-all {
  481. width: 1px;
  482. }
  483. table td.active {
  484. background: #e9e9dd;
  485. }
  486. table tr.odd td.active {
  487. background: #f3f4ee;
  488. }
  489. table tr.selected td.active,
  490. table tr.selected td {
  491. background: #ffc;
  492. border-color: #eeb;
  493. }
  494. table.system-status-report tr {
  495. border-top: 1px solid #ccc;
  496. border-left: 1px solid #bebfb9;
  497. border-bottom: inherit;
  498. }
  499. table.system-status-report tr:first-child {
  500. border-top: 1px solid #bebfb9;
  501. }
  502. table.system-status-report tr.ok {
  503. color: #255b1e;
  504. background-color: #e5ffe2;
  505. }
  506. table.system-status-report tr.warning {
  507. color: #840;
  508. background-color: #fffce5;
  509. }
  510. table.system-status-report tr.error {
  511. color: #8c2e0b;
  512. background-color: #fef5f1;
  513. }
  514. /**
  515. * Responsive tables.
  516. */
  517. @media screen and (max-width: 37.5em) { /* 600px */
  518. th.priority-low,
  519. td.priority-low,
  520. th.priority-medium,
  521. td.priority-medium {
  522. display: none;
  523. }
  524. }
  525. @media screen and (max-width: 60em) { /* 920px */
  526. th.priority-low,
  527. td.priority-low {
  528. display: none;
  529. }
  530. }
  531. /**
  532. * Collapsible details.
  533. */
  534. details {
  535. line-height: 1.295em;
  536. }
  537. details summary {
  538. padding-top: 0.5em;
  539. padding-bottom: 0.5em;
  540. }
  541. /**
  542. * Form elements.
  543. */
  544. .form-item {
  545. margin: 1em 0;
  546. }
  547. .form-type-checkbox {
  548. padding: 0;
  549. }
  550. .form-item label {
  551. margin: 0;
  552. padding: 0;
  553. }
  554. .form-item label.option {
  555. font-size: 0.923em;
  556. text-transform: none;
  557. }
  558. .form-item label.option input {
  559. vertical-align: middle;
  560. }
  561. .form-disabled input.form-autocomplete,
  562. .form-disabled input.form-text,
  563. .form-disabled input.form-tel,
  564. .form-disabled input.form-email,
  565. .form-disabled input.form-url,
  566. .form-disabled input.form-search,
  567. .form-disabled input.form-number,
  568. .form-disabled input.form-color,
  569. .form-disabled input.form-file,
  570. .form-disabled textarea.form-textarea,
  571. .form-disabled select.form-select {
  572. background-color: #eee;
  573. color: #777;
  574. }
  575. /* Filter */
  576. .filter-wrapper {
  577. font-size: 0.923em;
  578. }
  579. ul.tips,
  580. div.description,
  581. .form-item div.description {
  582. margin: 5px 0;
  583. line-height: 1.231em;
  584. font-size: 0.923em;
  585. color: #666;
  586. }
  587. ul.tips li {
  588. margin: 0.25em 0 0.25em 1.5em; /* LTR */
  589. }
  590. body div.form-type-radio div.description,
  591. body div.form-type-checkbox div.description {
  592. margin-left: 1.5em; /* LTR */
  593. }
  594. .button {
  595. cursor: pointer;
  596. padding: 4px 17px;
  597. color: #5a5a5a;
  598. text-align: center;
  599. font-weight: normal;
  600. font-size: 1.077em;
  601. font-family: "Lucida Grande", Verdana, sans-serif;
  602. border: 1px solid #e4e4e4;
  603. border-bottom: 1px solid #b4b4b4;
  604. border-left-color: #d2d2d2;
  605. border-right-color: #d2d2d2;
  606. background-color: #e4e4e4;
  607. border-radius: 20px;
  608. text-decoration: none;
  609. }
  610. .button:focus,
  611. .button:hover {
  612. background-color: #c0c0c0;
  613. border: 1px solid #bebebe;
  614. border-left-color: #afafaf;
  615. border-right-color: #afafaf;
  616. border-bottom-color: #9b9b9b;
  617. color: #2e2e2e;
  618. text-decoration: none;
  619. }
  620. .button:active {
  621. background-color: #565656;
  622. border: 1px solid #333;
  623. border-left-color: #222;
  624. border-right-color: #222;
  625. border-bottom-color: #111;
  626. color: #fff;
  627. text-decoration: none;
  628. text-shadow: #222 0 -1px 0;
  629. }
  630. .button-primary {
  631. background-color: #9dcae7;
  632. border: 1px solid #8eB7cd;
  633. border-bottom-color: #7691a2;
  634. color: #133B54;
  635. }
  636. .button-primary:focus,
  637. .button-primary:hover {
  638. background-color: #73b3dd;
  639. border: 1px solid #6ea3bf;
  640. border-bottom-color: #4680a0;
  641. }
  642. .button-primary:active {
  643. background-color: #3981b1;
  644. border: 1px solid #36647c;
  645. border-bottom-color: #284657;
  646. }
  647. .button-disabled,
  648. .button-disabled:active,
  649. .button[disabled],
  650. .button[disabled]:active {
  651. background-color: #eee;
  652. border-color: #eee;
  653. text-shadow: none;
  654. color: #999;
  655. }
  656. input.form-autocomplete,
  657. input.form-text,
  658. input.form-tel,
  659. input.form-email,
  660. input.form-url,
  661. input.form-search,
  662. input.form-number,
  663. input.form-color,
  664. input.form-file,
  665. textarea.form-textarea,
  666. select.form-select {
  667. -webkit-box-sizing: border-box;
  668. -moz-box-sizing: border-box;
  669. box-sizing: border-box;
  670. padding: 2px;
  671. border: 1px solid #ccc;
  672. border-top-color: #999;
  673. background: #fff;
  674. color: #333;
  675. -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  676. -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  677. transition: border linear 0.2s, box-shadow linear 0.2s;
  678. max-width: 100%;
  679. }
  680. input.form-text:focus,
  681. input.form-tel:focus,
  682. input.form-email:focus,
  683. input.form-url:focus,
  684. input.form-search:focus,
  685. input.form-number:focus,
  686. input.form-color:focus,
  687. input.form-file:focus,
  688. textarea.form-textarea:focus,
  689. select.form-select:focus {
  690. color: #000;
  691. border-color: rgba(0, 116, 189, 0.8);
  692. -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(220, 220, 220, 0.4);
  693. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(220, 220, 220, 0.4);
  694. outline-color: rgba(0, 116, 189, 0.5);
  695. }
  696. .js input.form-autocomplete {
  697. background-position: 100% 4px;
  698. }
  699. .js input.throbbing {
  700. background-position: 100% -16px;
  701. }
  702. .button-action {
  703. background: #1078d4;
  704. background-image: -webkit-linear-gradient(top, #419ff1, #1076d5);
  705. background-image: -moz-linear-gradient(top, #419ff1, #1076d5);
  706. background-image: -o-linear-gradient(top, #419ff1, #1076d5);
  707. background-image: linear-gradient(to bottom, #419ff1, #1076d5);
  708. border: 1px solid #0048c8;
  709. border-radius: .4em;
  710. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
  711. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
  712. color: #fff;
  713. font-size: 1em;
  714. line-height: normal;
  715. margin: 0;
  716. padding: 4px 1em;
  717. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  718. }
  719. .button-action:focus,
  720. .button-action:hover {
  721. background-color: #419cf1;
  722. background-image: -webkit-linear-gradient(top, #59abf3, #2a90ef);
  723. background-image: -moz-linear-gradient(top, #59abf3, #2a90ef);
  724. background-image: -o-linear-gradient(top, #59abf3, #2a90ef);
  725. background-image: linear-gradient(to bottom, #59abf3, #2a90ef);
  726. border: 1px solid #0048c8;
  727. color: #fff;
  728. }
  729. .button-action:active {
  730. background-color: #0e69be;
  731. background-image: -webkit-linear-gradient(top, #0e69be, #2a93ef);
  732. background-image: -moz-linear-gradient(top, #0e69be, #2a93ef);
  733. background-image: -o-linear-gradient(top, #0e69be, #2a93ef);
  734. background-image: -ms-linear-gradient(top, #0e69be, #2a93ef);
  735. background-image: linear-gradient(to bottom, #0e69be, #2a93ef);
  736. border: 1px solid #0048c8;
  737. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
  738. box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
  739. }
  740. /**
  741. * Improve spacing of cancel link.
  742. */
  743. #edit-cancel {
  744. margin-left: 10px; /* LTR */
  745. }
  746. /**
  747. * Improve form element usability on narrow devices.
  748. */
  749. @media screen and (max-width: 600px) {
  750. #page {
  751. margin: 0 10px;
  752. }
  753. input.form-autocomplete,
  754. input.form-text,
  755. input.form-tel,
  756. input.form-email,
  757. input.form-url,
  758. input.form-search,
  759. input.form-number,
  760. input.form-color,
  761. input.form-file,
  762. textarea.form-textarea,
  763. .form-select {
  764. -moz-box-sizing: border-box;
  765. -webkit-box-sizing: border-box;
  766. box-sizing: border-box;
  767. width: 100%;
  768. }
  769. input.form-number {
  770. width: auto;
  771. }
  772. input.form-autocomplete,
  773. input.form-text,
  774. input.form-tel,
  775. input.form-email,
  776. input.form-url,
  777. input.form-search,
  778. input.form-number,
  779. input.form-color,
  780. input.form-file,
  781. textarea.form-textarea {
  782. font-size: 1.2em;
  783. line-height: 1.2em;
  784. }
  785. .form-actions input,
  786. .form-wrapper input[type="submit"] {
  787. float: none;
  788. margin-left: 0;
  789. margin-right: 0;
  790. margin-top: 10px;
  791. padding-bottom: 6px;
  792. width: 100%;
  793. }
  794. .form-actions input:first-child,
  795. .form-wrapper input[type="submit"]:first-child {
  796. margin-top: 0;
  797. }
  798. .exposed-filters .filters,
  799. .exposed-filters .form-item label,
  800. .exposed-filters .form-select {
  801. float: none;
  802. margin-bottom: 2px;
  803. width: 100%;
  804. }
  805. details summary {
  806. overflow: hidden;
  807. text-overflow: ellipsis;
  808. white-space: nowrap;
  809. -webkit-box-sizing: border-box;
  810. -moz-box-sizing: border-box;
  811. box-sizing: border-box;
  812. }
  813. #dblog-filter-form .form-actions {
  814. float: none;
  815. padding: 0;
  816. }
  817. #edit-cancel {
  818. display: block;
  819. margin: 10px 0 0 0;
  820. }
  821. }
  822. /* Exceptions */
  823. #diff-inline-form select,
  824. div.filter-options select {
  825. padding: 0;
  826. }
  827. /**
  828. * System.
  829. */
  830. @media screen and (min-width: 40em) {
  831. div.admin .right,
  832. div.admin .left {
  833. width: 49%;
  834. margin: 0;
  835. }
  836. }
  837. div.admin-panel,
  838. div.admin-panel .body {
  839. padding: 0;
  840. clear: left;
  841. }
  842. div.admin-panel {
  843. margin: 0 0 20px;
  844. padding: 9px;
  845. background: #f8f8f8;
  846. border: 1px solid #ccc;
  847. }
  848. div.admin-panel h3 {
  849. font-size: 0.923em;
  850. text-transform: uppercase;
  851. margin: 0;
  852. padding-bottom: 9px;
  853. }
  854. /* admin/appearance */
  855. #system-themes-page h2 {
  856. font-weight: normal;
  857. text-transform: uppercase;
  858. }
  859. .theme-selector h3 {
  860. font-weight: normal;
  861. }
  862. .theme-default h3 {
  863. font-weight: bold;
  864. }
  865. /* Update options. */
  866. div.admin-options {
  867. background: #f8f8f8;
  868. line-height: 30px;
  869. height: 30px;
  870. padding: 9px;
  871. border: 1px solid #ccc;
  872. margin: 0 0 10px;
  873. }
  874. div.admin-options label {
  875. text-transform: uppercase;
  876. font: 0.846em/1.875em Lucida Grande, Lucida Sans Unicode, sans-serif;
  877. }
  878. div.admin-options label,
  879. div.admin-options div.form-item {
  880. margin-right: 10px; /* LTR */
  881. float: left; /* LTR */
  882. }
  883. div.admin-options div.form-item {
  884. padding: 0;
  885. border: 0;
  886. }
  887. /* Update status */
  888. .versions table.version {
  889. border: none;
  890. }
  891. /* Maintenance theming */
  892. body.in-maintenance #sidebar-first {
  893. float: left; /* LTR */
  894. max-width: 200px;
  895. width: 25%;
  896. }
  897. body.in-maintenance #content {
  898. float: right; /* LTR */
  899. max-width: 550px;
  900. clear: none;
  901. width: 72%;
  902. }
  903. body.in-maintenance #page {
  904. max-width: 770px;
  905. margin: 0 auto;
  906. padding-top: 2em;
  907. width: 90%;
  908. }
  909. body.in-maintenance #branding h1 {
  910. max-width: 770px;
  911. margin: 0 auto;
  912. float: none;
  913. width: 90%;
  914. }
  915. body.in-maintenance .form-radios .form-type-radio {
  916. padding: 2px 0;
  917. }
  918. body.in-maintenance div.form-item:after {
  919. content: "";
  920. display: none;
  921. clear: none;
  922. }
  923. body.in-maintenance .form-submit {
  924. display: block;
  925. }
  926. body.in-maintenance #logo {
  927. margin-bottom: 1.5em;
  928. max-width: 180px;
  929. }
  930. @media all and (max-width: 768px) {
  931. body.in-maintenance #sidebar-first,
  932. body.in-maintenance #content {
  933. float: none;
  934. max-width: none;
  935. width: auto;
  936. }
  937. }
  938. ol.task-list {
  939. margin-left: 0; /* LTR */
  940. list-style-type: none;
  941. list-style-image: none;
  942. }
  943. ol.task-list li {
  944. padding: 0.5em 1em 0.5em 20px; /* LTR */
  945. color: #adadad;
  946. }
  947. ol.task-list li.active {
  948. background: transparent url(images/task-item.png) no-repeat 3px 50%; /* LTR */
  949. padding: 0.5em 1em 0.5em 20px; /* LTR */
  950. color: #000;
  951. }
  952. ol.task-list li.done {
  953. background: transparent url(images/task-check.png) no-repeat 0 50%;
  954. color: green;
  955. }
  956. body.in-maintenance #branding .step-indicator {
  957. display: none;
  958. }
  959. @media all and (max-width: 768px) {
  960. ol.task-list,
  961. body.in-maintenance #logo {
  962. display: none;
  963. }
  964. body.in-maintenance #branding h1 {
  965. float: left;
  966. width: auto;
  967. }
  968. body.in-maintenance #branding .step-indicator {
  969. display: block;
  970. float: right;
  971. }
  972. }
  973. /* Overlay theming */
  974. .overlay #branding {
  975. background-color: #fff;
  976. padding-top: 15px;
  977. padding-bottom: 15px;
  978. }
  979. .overlay #branding h1.page-title,
  980. .overlay #left,
  981. .overlay #footer {
  982. display: none;
  983. }
  984. .overlay #page {
  985. margin: 0;
  986. padding: 0 20px;
  987. }
  988. .overlay #branding .breadcrumb {
  989. float: left; /* LTR */
  990. position: relative;
  991. z-index: 10;
  992. }
  993. #overlay-tabs {
  994. bottom: -1px;
  995. font-size: 1.54em;
  996. line-height: 1.54em;
  997. margin: 0;
  998. }
  999. .overlay ul.secondary {
  1000. background: transparent none;
  1001. margin: -1.4em 0 0.3em 0; /* LTR */
  1002. overflow: visible;
  1003. }
  1004. .overlay #content {
  1005. padding: 0;
  1006. }
  1007. h1#overlay-title {
  1008. font-weight: normal;
  1009. }
  1010. /* Shortcut theming */
  1011. .add-or-remove-shortcuts a:focus span.text,
  1012. .add-or-remove-shortcuts a:hover span.text {
  1013. color: #fff;
  1014. background-color: #5f605b;
  1015. padding: 0 6px;
  1016. -moz-border-radius: 5px;
  1017. -webkit-border-radius: 5px;
  1018. border-radius: 5px;
  1019. }
  1020. /* Field UI */
  1021. #field-display-overview input.field-formatter-settings-edit {
  1022. margin: 0;
  1023. padding: 1px 8px;
  1024. }
  1025. #field-display-overview tr.field-formatter-settings-changed {
  1026. background: #ffffbb;
  1027. }
  1028. #field-display-overview tr.drag {
  1029. background: #ffee77;
  1030. }
  1031. #field-display-overview tr.field-formatter-settings-editing {
  1032. background: #d5e9f2;
  1033. }
  1034. #field-display-overview .field-formatter-settings-edit-form .form-item {
  1035. margin: 10px 0;
  1036. }
  1037. #field-display-overview .field-formatter-settings-edit-form .form-submit {
  1038. margin-bottom: 0;
  1039. }
  1040. /* Modules page */
  1041. #system-modules fieldset {
  1042. border: 0;
  1043. border-top: 1px solid #ccc;
  1044. }
  1045. #system-modules .fieldset-wrapper {
  1046. padding: 0;
  1047. }
  1048. #system-modules table,
  1049. #locale-translation-status-form table {
  1050. border: 0;
  1051. }
  1052. #system-modules tr.even,
  1053. #system-modules tr.odd,
  1054. #locale-translation-status-form tr.even,
  1055. #locale-translation-status-form tr.odd {
  1056. background: #f3f4ee;
  1057. border: 0;
  1058. border-bottom: 10px solid #fff;
  1059. }
  1060. #system-modules tr td:last-child,
  1061. #locale-translation-status-form tr td:last-child {
  1062. border: 0;
  1063. }
  1064. #system-modules table th,
  1065. #locale-translation-status-form table th {
  1066. border: 0;
  1067. border-bottom: 10px solid #fff;
  1068. }
  1069. #system-modules .sticky-header th,
  1070. #locale-translation-status-form .sticky-header th {
  1071. border: 0;
  1072. }
  1073. /* Recent content block */
  1074. #block-node-recent table,
  1075. #block-node-recent tr {
  1076. border: none;
  1077. }
  1078. #block-node-recent .more-link {
  1079. padding: 0 5px 5px 0; /* LTR */
  1080. }
  1081. /* Dropbutton */
  1082. .js .dropbutton-widget {
  1083. background-color: #fff;
  1084. background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), #e7e7e7);
  1085. background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0), #e7e7e7);
  1086. background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), #e7e7e7);
  1087. background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #e7e7e7);
  1088. border-radius: 5px;
  1089. }
  1090. .js .dropbutton-widget:hover {
  1091. background-color: #f0f0f0;
  1092. border-color: #b8b8b8;
  1093. }
  1094. .js .dropbutton-multiple.open .dropbutton-widget:hover {
  1095. background-color: #fff;
  1096. }
  1097. .dropbutton-content li:first-child > * {
  1098. text-overflow: ellipsis;
  1099. }
  1100. .dropbutton-multiple.open .dropbutton-content li:first-child > * {
  1101. text-overflow: clip;
  1102. }
  1103. .js .form-actions .dropbutton-widget:focus,
  1104. .js .form-actions .dropbutton-widget:hover {
  1105. background-color: #73b3dd;
  1106. border: 1px solid #6ea3bf;
  1107. border-bottom-color: #4680a0;
  1108. }
  1109. .js .form-actions .dropbutton-widget:active {
  1110. background-color: #3981b1;
  1111. border: 1px solid #36647c;
  1112. border-bottom-color: #284657;
  1113. }
  1114. .js .form-actions .dropbutton-multiple.open .dropbutton-widget:hover {
  1115. background-color: #9dcae7;
  1116. }
  1117. .js .form-actions .dropbutton-multiple.open .dropbutton-action:hover {
  1118. background-color: #73b3dd;
  1119. }
  1120. /* Disable overlay message */
  1121. #overlay-disable-message {
  1122. background-color: #addafc;
  1123. }
  1124. #overlay-disable-message a,
  1125. #overlay-disable-message a:visited {
  1126. color: #000;
  1127. }
  1128. #overlay-disable-message a:focus,
  1129. #overlay-disable-message a:active {
  1130. outline: none;
  1131. text-decoration: underline;
  1132. }
  1133. .overlay-disable-message-focused a {
  1134. padding: 0.4em 0.6em;
  1135. }
  1136. .overlay-disable-message-focused #overlay-dismiss-message {
  1137. background-color: #59a0d8;
  1138. color: #fff;
  1139. border-radius: 8px;
  1140. }
  1141. /**
  1142. * Views styling
  1143. */
  1144. /* @group Forms */
  1145. /**
  1146. * Seven positions the summary absolutely, but does not have a way to ignore
  1147. * details without a summary so we make one up.
  1148. *
  1149. * @todo Neither a fieldset without legend nor a details without summary is
  1150. * valid HTML markup in any way. Refactor Views UI to not produce such invalid
  1151. * markup.
  1152. */
  1153. details.fieldset-no-legend {
  1154. padding-top: 0;
  1155. }
  1156. /**
  1157. * Being extra safe here and scoping this to the add view wizard form (where
  1158. * a layout problem occurs for the Display format details if we don't fix its
  1159. * padding), but it's probably safe to just let it apply everywhere.
  1160. */
  1161. #views-ui-add-form details details .details-wrapper {
  1162. padding-left: 0;
  1163. padding-right: 0;
  1164. }
  1165. .views-display-tab details.box-padding .details-wrapper {
  1166. padding: 0;
  1167. }
  1168. .views-admin .form-item label.option,
  1169. #views-ui-preview-form .form-item label.option {
  1170. font-size: 1em;
  1171. }
  1172. .views-admin input.form-submit,
  1173. .views-ui-dialog input.form-submit,
  1174. .views-admin a.button,
  1175. .views-ui-dialog a.button {
  1176. margin-bottom: 0;
  1177. margin-right: 0; /* LTR */
  1178. margin-top: 0;
  1179. }
  1180. /* Override for a button on the edit display screen */
  1181. #edit-displays-preview-controls .form-submit {
  1182. display: inline-block;
  1183. margin-right: 1em;
  1184. }
  1185. .form-radios > .form-item {
  1186. margin-top: 3px;
  1187. }
  1188. /* @group Dependent options
  1189. */
  1190. /* This is necessary to supercede the Seven .form-item
  1191. * reset declaration that sets the margin to zero.
  1192. */
  1193. .form-item-options-expose-required,
  1194. .form-item-options-expose-label,
  1195. .form-item-options-expose-description {
  1196. margin-left: 1.5em;
  1197. }
  1198. .views-admin-dependent .form-item .form-item,
  1199. .views-admin-dependent .form-type-checkboxes,
  1200. .views-admin-dependent .form-type-radios,
  1201. .views-admin-dependent .form-item .form-item,
  1202. .form-item-options-expose-required,
  1203. .form-item-options-expose-label,
  1204. .form-item-options-expose-description {
  1205. margin-bottom: 6px;
  1206. margin-top: 6px;
  1207. }
  1208. .views-admin-dependent .form-type-radio,
  1209. .views-admin-dependent .form-radios .form-item {
  1210. margin-bottom: 2px;
  1211. margin-top: 2px;
  1212. }
  1213. /* @end */
  1214. /* @group Lists */
  1215. .views-admin ul.secondary,
  1216. .views-admin .item-list ul {
  1217. margin: 0;
  1218. padding: 0;
  1219. }
  1220. .views-displays ul.secondary li a,
  1221. .views-displays ul.secondary li.active a,
  1222. .views-displays ul.secondary li.active a.active {
  1223. padding: 2px 7px 3px;
  1224. }
  1225. .views-displays ul.secondary li a {
  1226. color: #0074bd;
  1227. }
  1228. .views-displays ul.secondary li.active a,
  1229. .views-displays ul.secondary li.active a.active {
  1230. border: 1px solid transparent;
  1231. }
  1232. .views-admin .links li {
  1233. padding-right: 0; /* LTR */
  1234. }
  1235. .views-admin .button .links li {
  1236. padding-right: 12px; /* LTR */
  1237. }
  1238. .views-display-top ul.secondary {
  1239. background-color: transparent;
  1240. float: left
  1241. }
  1242. .views-display-top .secondary .action-list li {
  1243. float: none;
  1244. margin: 0;
  1245. }
  1246. /* @end */
  1247. /* @group Tables */
  1248. .views-ui-rearrange-filter-form table td,
  1249. .views-ui-rearrange-filter-form table th {
  1250. vertical-align: top;
  1251. }
  1252. /* @end */
  1253. /* @group Attachment details */
  1254. #edit-display-settings-title {
  1255. color: #008BCB;
  1256. }
  1257. /* @end */
  1258. /* @group Attachment details tabs
  1259. *
  1260. * The tabs that switch between sections
  1261. */
  1262. .views-displays .secondary {
  1263. text-align: left; /* LTR */
  1264. }
  1265. .views-admin .icon.add {
  1266. background-position: center 3px;
  1267. }
  1268. .views-displays .secondary a:hover > .icon.add {
  1269. background-position: center -25px;
  1270. }
  1271. .views-displays .secondary .open > a {
  1272. -moz-border-radius: 7px 7px 0 0;
  1273. -webkit-border-radius: 7px 7px 0 0;
  1274. border-radius: 7px 7px 0 0;
  1275. }
  1276. .views-displays .secondary .open > a:hover {
  1277. background-color: #f1f1f1;
  1278. color: #008BCB;
  1279. }
  1280. .views-displays .secondary .action-list li:first-child {
  1281. -moz-border-radius: 0 7px 0 0;
  1282. -webkit-border-radius: 0 7px 0 0;
  1283. border-radius: 0 7px 0 0;
  1284. }
  1285. .views-displays .secondary .action-list li:last-child {
  1286. -moz-border-radius: 0 0 7px 7px;
  1287. -webkit-border-radius: 0 0 7px 7px;
  1288. border-radius: 0 0 7px 7px;
  1289. }
  1290. .views-displays .secondary .action-list input.form-submit {
  1291. color: #008bcb;
  1292. }
  1293. /* @end */
  1294. /* @group Attachment buckets
  1295. *
  1296. * These are the individual "buckets," or boxes, inside the display settings area
  1297. */
  1298. .views-ui-display-tab-bucket h3 {
  1299. font-size: 12px;
  1300. text-transform: uppercase;
  1301. }
  1302. .views-ui-display-tab-bucket .links {
  1303. padding: 2px 6px 4px;
  1304. }
  1305. .views-ui-display-tab-bucket .links li + li {
  1306. margin-left: 3px;
  1307. }
  1308. /* @end */
  1309. /* @group Rearrange filter criteria */
  1310. #views-ui-rearrange-filter-form .action-links {
  1311. margin: 0;
  1312. padding: 0;
  1313. }
  1314. #views-ui-rearrange-filter-form table {
  1315. border: medium none;
  1316. }
  1317. #views-ui-rearrange-filter-form [id^="views-row"] {
  1318. border: medium none;
  1319. }
  1320. #views-ui-rearrange-filter-form tr td:last-child {
  1321. border-right: medium none;
  1322. }
  1323. #views-ui-rearrange-filter-form .filter-group-operator-row {
  1324. border-left: 1px solid transparent !important;
  1325. border-right: 1px solid transparent !important;
  1326. }
  1327. #views-ui-rearrange-filter-form tr.drag td {
  1328. background-color: #FFEE77 !important;
  1329. }
  1330. #views-ui-rearrange-filter-form tr.drag-previous td {
  1331. background-color: #FFFFBB !important;
  1332. }
  1333. /* @end */
  1334. /* @group Live preview elements */
  1335. .views-query-info pre {
  1336. margin-bottom: 0;
  1337. margin-top: 0;
  1338. }
  1339. /* @group Query info table */
  1340. .views-query-info table {
  1341. -moz-border-radius: 7px;
  1342. -webkit-border-radius: 7px;
  1343. border-radius: 7px;
  1344. -webkit-border-horizontal-spacing: 1px;
  1345. -webkit-border-vertical-spacing: 1px;
  1346. }
  1347. .views-query-info table tr td:last-child {
  1348. /* Fixes a Seven style that bleeds down into this table unnecessarily */
  1349. border-right: 0 none;
  1350. }
  1351. /* @end */
  1352. /* @end */
  1353. /* @group Add view */
  1354. .form-item-page-create,
  1355. .form-item-block-create {
  1356. margin-top: 13px;
  1357. }
  1358. /* @end */
  1359. /* @group Modal dialog box
  1360. *
  1361. * The contents of the popup dialog on the views edit form.
  1362. */
  1363. .views-ui-dialog .ui-dialog-titlebar-close {
  1364. -moz-box-shadow: none;
  1365. -webkit-box-shadow: none;
  1366. box-shadow: none;
  1367. border-color: #cccccc;
  1368. right: -27px;
  1369. top: -1px;
  1370. }
  1371. .views-ui-dialog details:not(.collapsed) {
  1372. padding-top: 1.5em;
  1373. }
  1374. .filterable-option .form-item.form-type-checkbox {
  1375. /* This selector is aggressive because Seven's reset for .form-items is aggressive. */
  1376. padding-bottom: 4px;
  1377. padding-left: 4px;
  1378. padding-top: 4px;
  1379. }
  1380. /* @end */
  1381. /**
  1382. * Entity meta settings.
  1383. */
  1384. .entity-meta {
  1385. background-color: #ececec;
  1386. border-bottom: 0;
  1387. border-left: 1px solid #bfbfbf;
  1388. border-right: 1px solid #bfbfbf;
  1389. border-top: 0;
  1390. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
  1391. box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
  1392. margin-top: 0;
  1393. padding-top: 0;
  1394. }
  1395. .entity-meta-header,
  1396. .entity-meta details {
  1397. background-color: #f7f7f7;
  1398. border-top: 1px solid #bfbfbf;
  1399. border-bottom: 1px solid #bfbfbf;
  1400. }
  1401. .entity-meta-header {
  1402. padding: 1em 1.5em;
  1403. }
  1404. .entity-meta-header .form-item {
  1405. margin: .25em 0;
  1406. }
  1407. .entity-meta-header .published {
  1408. font-size: 1.231em;
  1409. font-weight: bold;
  1410. text-shadow: 0 1px 0 #fff;
  1411. }
  1412. .entity-meta-header .changed {
  1413. font-style: italic; /* As-designed, but really: why is this italic? */
  1414. }
  1415. .entity-meta details {
  1416. border-left: 0;
  1417. border-right: 0;
  1418. border-top: 1px solid #ffffff;
  1419. margin: 0;
  1420. }
  1421. .entity-meta details[open] {
  1422. background-color: transparent;
  1423. background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .125), transparent 4px);
  1424. background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .125), transparent 4px);
  1425. background-image: -o-linear-gradient(top, rgba(0, 0, 0, .125), transparent 4px);
  1426. background-image: linear-gradient(to bottom, rgba(0, 0, 0, .125), transparent 4px);
  1427. border-top-width: 0;
  1428. padding-top: 1px;
  1429. }
  1430. .entity-meta details[open] + [open] {
  1431. background-image: none;
  1432. border-top-width: 1px;
  1433. padding-top: 0;
  1434. }
  1435. .entity-meta details > .details-wrapper {
  1436. padding-top: 0;
  1437. }
  1438. .entity-meta details > summary {
  1439. padding: 0.85em 1.25em;
  1440. text-shadow: 0 1px 0 white;
  1441. }
  1442. .entity-meta details .summary {
  1443. display: none; /* Hide JS summaries. @todo Rethink summaries. */
  1444. }
  1445. .overlay .layout-region-node-footer {
  1446. padding-bottom: .5em;
  1447. }
  1448. /**
  1449. * Widescreen
  1450. *
  1451. * Both of the following media queries must *exactly* match what is in
  1452. * node.module.css. This is rather crazy.
  1453. *
  1454. * @todo Figure out how to reduce media query duplication across files
  1455. * and modules. Layout styles only allowed in themes?
  1456. */
  1457. @media
  1458. screen and (min-width: 780px),
  1459. (orientation: landscape) and (min-device-height: 780px) {
  1460. [class*="page-node-add-"] #page,
  1461. .page-node-edit #page {
  1462. padding-top: 0;
  1463. margin-right: 0;
  1464. }
  1465. [class*="page-node-add-"] #console,
  1466. .page-node-edit #console {
  1467. margin-right: 2.5em;
  1468. }
  1469. .layout-node-form {
  1470. overflow: hidden;
  1471. position: relative;
  1472. }
  1473. /**
  1474. * Draw a bottom border on the meta settings region
  1475. * @todo Better ideas welcome.
  1476. */
  1477. .layout-node-form:before {
  1478. content: '';
  1479. display: block;
  1480. height: 0;
  1481. width: 34.9%;
  1482. position: absolute;
  1483. bottom: 0;
  1484. right: 0;
  1485. border-top: 1px solid #bfbfbf;
  1486. }
  1487. .layout-region-node-secondary {
  1488. /**
  1489. * 1. Applies the Position Is Everything technique for equal-height columns;
  1490. * @see http://www.positioniseverything.net/articles/onetruelayout/equalheight
  1491. * 2. When animating the height of elements within this region, prevent
  1492. * vertical jittering of elements further down in the document flow.
  1493. */
  1494. margin-bottom: -999em; /* 1 */
  1495. padding-bottom: 999em; /* 1 */
  1496. display: table; /* 2 */
  1497. background-color: #f7f7f7;
  1498. border-left: 1px solid #bfbfbf;
  1499. }
  1500. .entity-meta {
  1501. border-left: 0;
  1502. border-right: 0;
  1503. border-bottom: 1px solid #ffffff;
  1504. }
  1505. .entity-meta-header {
  1506. border-top: 0;
  1507. }
  1508. /* Additional overlay theming */
  1509. /**
  1510. * These are terrible selectors.
  1511. * @todo Add a proper class to the overlay for this page.
  1512. */
  1513. .overlay[class*="page-node-add-"] #overlay-content,
  1514. .overlay.page-node-edit #overlay-content {
  1515. padding: 0;
  1516. }
  1517. .overlay[class*="page-node-add-"] #page,
  1518. .overlay.page-node-edit #page {
  1519. padding: 0;
  1520. }
  1521. .overlay[class*="page-node-add-"] #branding,
  1522. .overlay.page-node-edit #branding {
  1523. padding-left: 2em;
  1524. padding-right: 2em;
  1525. }
  1526. .overlay[class*="page-node-add-"] #console,
  1527. .overlay.page-node-edit #console {
  1528. margin: 0 2em;
  1529. }
  1530. .overlay[class*="page-node-add-"] .messages,
  1531. .overlay.page-node-edit .messages {
  1532. margin-bottom: 1em;
  1533. }
  1534. .overlay .layout-node-form {
  1535. border-top: 1px solid #bfbfbf;
  1536. }
  1537. .overlay .layout-node-form:before {
  1538. display: none;
  1539. }
  1540. .overlay .layout-region-node-main,
  1541. .overlay .layout-region-node-footer {
  1542. padding-left: 2em;
  1543. }
  1544. .overlay .layout-region-node-footer {
  1545. padding-bottom: 1.5em;
  1546. }
  1547. }
  1548. @media
  1549. screen and (max-width: 1020px),
  1550. (orientation: landscape) and (max-device-height: 1020px) {
  1551. .toolbar-vertical .layout-region-node-secondary {
  1552. margin-bottom: 0;
  1553. padding-bottom: 0;
  1554. display: block;
  1555. }
  1556. .toolbar-vertical .layout-region-node-secondary {
  1557. margin-bottom: 0;
  1558. padding-bottom: 0;
  1559. display: block;
  1560. }
  1561. .toolbar-vertical .layout-node-form:after {
  1562. display: none;
  1563. }
  1564. }
  1565. /**
  1566. * Node form dropbuttons.
  1567. */
  1568. .form-actions .dropbutton-wrapper li a,
  1569. .form-actions .dropbutton-wrapper input {
  1570. padding: 5px 17px 6px 17px;
  1571. margin-bottom: 0em;
  1572. border: medium;
  1573. border-radius: 0;
  1574. background: none;
  1575. }
  1576. .form-actions .dropbutton-wrapper input:hover {
  1577. background: none;
  1578. border: none;
  1579. }
  1580. /* Delete button */
  1581. .form-actions .button-danger {
  1582. color: #c72100;
  1583. background: none;
  1584. border: none;
  1585. float: right;
  1586. margin-right: 0;
  1587. margin-left: 0;
  1588. padding-right: 0;
  1589. padding-left: 0;
  1590. }
  1591. .form-actions .button-danger:hover,
  1592. .form-actions .button-danger:focus {
  1593. color: #ff2a00;
  1594. background: none;
  1595. border: none;
  1596. text-decoration: underline;
  1597. }
  1598. .form-actions .button-danger:active {
  1599. color: #ff2a00;
  1600. background: none;
  1601. border: none;
  1602. text-decoration: underline;
  1603. }
  1604. /**
  1605. * Form edit action theming
  1606. */
  1607. .js .form-actions .dropbutton-widget {
  1608. background-color: #50a0e9;
  1609. background-image: -moz-linear-gradient(-90deg, #50a0e9, #4481dc);
  1610. background-image: -o-linear-gradient(-90deg, #50a0e9, #4481dc);
  1611. background-image: -webkit-linear-gradient(-90deg, #50a0e9, #4481dc);
  1612. background-image: linear-gradient(180deg, #50a0e9, #4481dc);
  1613. border-radius: 3px;
  1614. border: 1px solid #3974ae;
  1615. }
  1616. .js .form-actions .dropbutton-widget .dropbutton li {
  1617. border-top: 1px solid rgba(255, 255, 255, 0.5);
  1618. border-top-left-radius: 3px;
  1619. }
  1620. .js .form-actions .dropbutton-widget .dropbutton .dropbutton-toggle {
  1621. border-top-left-radius: 0px;
  1622. border-top-right-radius: 3px;
  1623. top: 1px;
  1624. }
  1625. .js .form-actions .dropbutton-widget .dropbutton .secondary-action {
  1626. border-top: 1px solid rgba(255, 255, 255, 0.3);
  1627. border-top-left-radius: 0px;
  1628. }
  1629. .js .form-actions .dropbutton-widget .button {
  1630. color: #ffffff;
  1631. text-shadow: 1px 1px 1px rgba(31, 83, 131, 0.8);
  1632. }
  1633. .js .form-actions .dropbutton-multiple.open .dropbutton-action:hover {
  1634. background-color: #50a0e9;
  1635. }