first commit
This commit is contained in:
@@ -0,0 +1,229 @@
|
||||
.toolbar-tray-horizontal .menu-item:hover {
|
||||
background-color: #0e4f8a;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal .menu-item a:focus {
|
||||
background-color: #0e4f8a;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded,
|
||||
.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded > .is-active,
|
||||
.toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:focus,
|
||||
.toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:hover {
|
||||
background-position: 190px center;
|
||||
background-image: url(../../images/icons/arrow_right_small.svg);
|
||||
background-size: 18px 18px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal ul ul a {
|
||||
padding: 10px 24px;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal .menu-item--expanded .menu {
|
||||
background-color: #08447a;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal .menu-item--expanded {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal ul li li.menu-item {
|
||||
border-top: none transparent;
|
||||
border-right: 1px solid #0e4f8a;
|
||||
border-bottom: 1px solid #0e4f8a;
|
||||
border-left: 1px solid #0e4f8a;
|
||||
}
|
||||
|
||||
.toolbar .toolbar-tray-horizontal ul ul li.menu-item:first-child {
|
||||
border-top: 1px solid #0e4f8a;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul,
|
||||
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul,
|
||||
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul,
|
||||
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul ul {
|
||||
display: none;
|
||||
left: -999em; /* LTR */
|
||||
}
|
||||
|
||||
/* Lists nested under hovered list items */
|
||||
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul,
|
||||
.toolbar-tray-horizontal li li.menu-item--expanded.hover-intent ul,
|
||||
.toolbar-tray-horizontal li li li.menu-item--expanded.hover-intent ul,
|
||||
.toolbar-tray-horizontal li li li li.menu-item--expanded.hover-intent ul,
|
||||
.toolbar-tray-horizontal li li li li li.menu-item--expanded.hover-intent ul {
|
||||
display: block;
|
||||
left: auto; /* LTR */
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal .menu ul li a,
|
||||
.toolbar-tray-horizontal .menu ul .toolbar-icon {
|
||||
padding: 12px 15px 12px 12px;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 220px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item > ul {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
|
||||
display: block;
|
||||
margin: -41px 0 0 217px;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal li:hover ul li {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal li.hover-intent ul li {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.toolbar-tray-horizontal .toolbar .level-2 > ul {
|
||||
position: absolute;
|
||||
padding-top: 0;
|
||||
top: 0;
|
||||
left: 220px;
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.toolbar .toolbar-tray-vertical li.open > ul.toolbar-menu.clearfix {
|
||||
display: block;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal .menu-item:hover {
|
||||
background: #0e4f8a;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal .menu-item a:focus {
|
||||
background: #0e4f8a;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded,
|
||||
[dir="rtl"] .toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded > .is-active,
|
||||
[dir="rtl"] .toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:focus,
|
||||
[dir="rtl"] .toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:hover {
|
||||
background-position: 10px center;
|
||||
background-image: url(../../images/icons/arrow_left_small.svg);
|
||||
background-size: 18px 18px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal .menu-item--expanded .menu {
|
||||
background: #0e4f8a;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal .menu-item--expanded {
|
||||
background-color: #0e4f8a;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal ul li li.menu-item {
|
||||
border-top: none transparent;
|
||||
border-right: 1px solid #0e4f8a;
|
||||
border-bottom: 1px solid #0e4f8a;
|
||||
border-left: 1px solid #0e4f8a;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar .toolbar-tray-horizontal .menu-item:last-child {
|
||||
border-left: 1px solid #0e4f8a;
|
||||
border-right: 1px solid #0e4f8a;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar .toolbar-tray-horizontal ul ul li.menu-item:first-child {
|
||||
border-top: 1px solid #0e4f8a;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul,
|
||||
[dir="rtl"] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul,
|
||||
[dir="rtl"] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul,
|
||||
[dir="rtl"] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul ul {
|
||||
display: none;
|
||||
left: -999em; /* LTR */
|
||||
}
|
||||
|
||||
/* Lists nested under hovered list items */
|
||||
[dir="rtl"] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul,
|
||||
[dir="rtl"] .toolbar-tray-horizontal li li.menu-item--expanded.hover-intent ul,
|
||||
[dir="rtl"] .toolbar-tray-horizontal li li li.menu-item--expanded.hover-intent ul,
|
||||
[dir="rtl"] .toolbar-tray-horizontal li li li li.menu-item--expanded.hover-intent ul,
|
||||
[dir="rtl"] .toolbar-tray-horizontal li li li li li.menu-item--expanded.hover-intent ul {
|
||||
display: block;
|
||||
left: auto; /* LTR */
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal .menu ul li a,
|
||||
[dir="rtl"] .toolbar-tray-horizontal .menu ul .toolbar-icon {
|
||||
padding: 12px 15px 12px 12px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal ul li.menu-item--expanded .menu-item > ul {
|
||||
display: none;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
|
||||
display: block;
|
||||
margin: -40px 197px 0 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal li:hover ul li {
|
||||
float: none;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal li.hover-intent ul li {
|
||||
float: none;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar-tray-horizontal .toolbar .level-2 > ul {
|
||||
position: absolute;
|
||||
padding-top: 0;
|
||||
top: 0;
|
||||
left: 200px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .toolbar .toolbar-tray-vertical li.open > ul.toolbar-menu.clearfix {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#admin-toolbar-search-tab .form-item label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#toolbar-item-administration-search-tray div.form-item {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#toolbar-item-administration-search-tray input {
|
||||
background-color: rgba(255,255,255, 0);
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
transition: background-color 0.5s;
|
||||
}
|
||||
|
||||
#toolbar-item-administration-search-tray input:hover {
|
||||
background-color: rgba(255,255,255, 0.05);
|
||||
}
|
||||
|
||||
#toolbar-item-administration-search-tray {
|
||||
padding: 0;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
.toolbar-icon.toolbar-icon-admin-toolbar-tools-help:before {
|
||||
content: '';
|
||||
background-image: url(../../images/icons/drupal.svg);
|
||||
background-position: center center;
|
||||
padding: 0;
|
||||
}
|
||||
@@ -0,0 +1,293 @@
|
||||
/**
|
||||
* Generic elements.
|
||||
*/
|
||||
|
||||
body {
|
||||
color: #333;
|
||||
background: #fff;
|
||||
font: normal 14px/1.8 'Ubuntu', sans-serif;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
a,
|
||||
.link {
|
||||
color: #0678be;
|
||||
text-decoration: none;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: underline;
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
height: 1px;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
summary {
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
color: #0071b8;
|
||||
}
|
||||
.simpletest-results-form summary {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
legend {
|
||||
margin-bottom: 10px;
|
||||
color: #0678be;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
fieldset fieldset legend {
|
||||
text-transform: none;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/**
|
||||
* Reusable heading classes are included to help modules change the styling of
|
||||
* headings on a page without affecting accessibility.
|
||||
*/
|
||||
h1,
|
||||
.heading-a {
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
padding: 30px 0;
|
||||
font-size: 26px;
|
||||
line-height: 30px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
h2,
|
||||
.heading-b {
|
||||
font-weight: 300;
|
||||
margin: 10px 0;
|
||||
font-size: 26px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
h3,
|
||||
.heading-c {
|
||||
font-weight: 700;
|
||||
margin: 10px 0;
|
||||
font-size: 18px;
|
||||
}
|
||||
h4,
|
||||
.heading-d {
|
||||
font-weight: 700;
|
||||
margin: 10px 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
h5,
|
||||
.heading-e {
|
||||
font-weight: 700;
|
||||
margin: 10px 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
h6,
|
||||
.heading-f {
|
||||
font-weight: 700;
|
||||
margin: 10px 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
p {
|
||||
margin: 10px 0;
|
||||
}
|
||||
strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
dl {
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
dl dd,
|
||||
dl dl {
|
||||
margin-left: 20px; /* LTR */
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
[dir="rtl"] dl dd,
|
||||
[dir="rtl"] dl dl {
|
||||
margin-right: 20px;
|
||||
}
|
||||
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: 12px;
|
||||
}
|
||||
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 {
|
||||
list-style-type: disc;
|
||||
list-style-image: none;
|
||||
margin: 0.25em 0 0.25em 1.5em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] ul {
|
||||
margin-left: 0;
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
/* This is required to win over specificity of [dir="rtl"] ul */
|
||||
[dir="rtl"] .messages__list {
|
||||
margin-right: 0;
|
||||
}
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
margin: 0.25em 0 0.25em 2em; /* LTR */
|
||||
padding: 0;
|
||||
}
|
||||
[dir="rtl"] ol {
|
||||
margin-left: 0;
|
||||
margin-right: 2em;
|
||||
}
|
||||
quote,
|
||||
code {
|
||||
margin: .5em 0;
|
||||
}
|
||||
pre {
|
||||
margin: 0.5em 0;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
details {
|
||||
margin: 0 0 20px 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
details details,
|
||||
details details details {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
details legend {
|
||||
text-transform: none;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
details summary {
|
||||
padding: 10px 0;
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
details summary:focus,
|
||||
details summary:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
details summary:focus {
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
.details-wrapper {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
details .details-descripion {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
details:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/*
|
||||
* Custom style for checkbox and radio button
|
||||
*/
|
||||
input[type=checkbox],
|
||||
input[type=radio] {
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #fff;
|
||||
border: 1px solid #b5b5b5;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-o-transition: all 0.5s ease;
|
||||
transition: background 0.5s ease;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
input[type=radio] {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
input[type=checkbox]:hover,
|
||||
input[type=checkbox]:focus,
|
||||
input[type=radio]:hover,
|
||||
input[type=radio]:focus {
|
||||
border-color: #0678be;
|
||||
cursor: pointer;
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked,
|
||||
input[type=checkbox]:disabled:checked,
|
||||
input[type=radio]:checked,
|
||||
input[type=radio]:disabled:checked {
|
||||
background: #0678be;
|
||||
box-shadow: inset 0 0 0 3px #fff;
|
||||
}
|
||||
|
||||
input[type=checkbox]:disabled,
|
||||
input[type=radio]:disabled {
|
||||
opacity: 0.5;
|
||||
background: #e2e2e2;
|
||||
}
|
||||
|
||||
input[type=checkbox]:disabled:hover {
|
||||
border-color: #b5b5b5;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
input[type=checkbox]:disabled:hover,
|
||||
input[type=radio]:disabled:hover {
|
||||
border-color: #b5b5b5;
|
||||
cursor: default;
|
||||
/*cursor: not-allowed;*/
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
@media print {
|
||||
* {
|
||||
background-color: transparent;
|
||||
color: #000; /* Black prints faster: h5bp.com/s */
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
}
|
||||
body {
|
||||
padding-top: 0;
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
text-decoration: underline;
|
||||
}
|
||||
pre,
|
||||
blockquote {
|
||||
border: 1px solid #999;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
thead {
|
||||
display: table-header-group; /* h5bp.com/t */
|
||||
}
|
||||
tr,
|
||||
img {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
p,
|
||||
h2,
|
||||
h3 {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
h2,
|
||||
h3 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
a,
|
||||
.link {
|
||||
color: #000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.button,
|
||||
.button--primary {
|
||||
background: none;
|
||||
}
|
||||
.messages {
|
||||
border-width: 1px;
|
||||
border-color: #999;
|
||||
}
|
||||
.is-collapse-enabled .tabs {
|
||||
max-height: 999em;
|
||||
}
|
||||
.is-horizontal .tabs__tab {
|
||||
margin: 0 4px;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
.dropbutton-multiple .dropbutton .secondary-action {
|
||||
display: block;
|
||||
}
|
||||
.js .dropbutton-widget,
|
||||
.js td .dropbutton-widget /* Splitbuttons */ {
|
||||
position: relative;
|
||||
}
|
||||
.js .dropbutton .dropbutton-toggle {
|
||||
display: none;
|
||||
}
|
||||
.js .dropbutton-multiple .dropbutton-widget {
|
||||
background: none;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.form-autocomplete,
|
||||
.form-text,
|
||||
.form-tel,
|
||||
.form-email,
|
||||
.form-url,
|
||||
.form-search,
|
||||
.form-number,
|
||||
.form-color,
|
||||
.form-file,
|
||||
.form-textarea,
|
||||
.form-select {
|
||||
border-width: 1px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* Reusable utility classes that apply vertical spacing consistency and in line
|
||||
* with the base line height of Mediteran.
|
||||
*/
|
||||
.leader {
|
||||
margin-top: 20px;
|
||||
margin-top: 1.538rem;
|
||||
}
|
||||
.leader-double {
|
||||
margin-top: 40px;
|
||||
margin-top: 3.076rem;
|
||||
}
|
||||
.leader-triple {
|
||||
margin-top: 60px;
|
||||
margin-top: 4.614rem;
|
||||
}
|
||||
.leader-quadruple {
|
||||
margin-top: 80px;
|
||||
margin-top: 6.152rem;
|
||||
}
|
||||
.trailer {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 1.538rem;
|
||||
}
|
||||
.trailer-double {
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 3.076rem;
|
||||
}
|
||||
.trailer-triple {
|
||||
margin-bottom: 60px;
|
||||
margin-bottom: 4.614rem;
|
||||
}
|
||||
.trailer-quadruple {
|
||||
margin-bottom: 80px;
|
||||
margin-bottom: 6.152rem;
|
||||
}
|
||||
@@ -0,0 +1,55 @@
|
||||
/* Block listing page */
|
||||
.region-title__action {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-left: 20px; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .region-title__action {
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
/* Block demo mode */
|
||||
.block-region {
|
||||
background-color: #f9f9f9;
|
||||
margin: 20px 0;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
border: dashed 1px #a4a4a4;
|
||||
}
|
||||
a.block-demo-backlink,
|
||||
a.block-demo-backlink:link,
|
||||
a.block-demo-backlink:visited {
|
||||
background-color: #f5f5f5;
|
||||
color: #333;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
line-height: 20px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
margin: 20px;
|
||||
padding: 5px 10px;
|
||||
position: fixed;
|
||||
z-index: 499;
|
||||
border: 1px solid #b8b8b8;
|
||||
transition: all 0.2s;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.block-demo-backlink:hover,
|
||||
a.block-demo-backlink:focus {
|
||||
background-color: white;
|
||||
text-decoration: none;
|
||||
border-color: #0678be;
|
||||
color: #0678be;
|
||||
}
|
||||
|
||||
/* Configure block form - Block description */
|
||||
.block-form .form-item-settings-admin-label label {
|
||||
display: inline;
|
||||
}
|
||||
.block-form .form-item-settings-admin-label label:after {
|
||||
content: ':';
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* CSS added to iframe-based instances only.
|
||||
*/
|
||||
body {
|
||||
color: #333;
|
||||
background: #fff;
|
||||
font: normal 14px/1.8 'Ubuntu', sans-serif;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
/* A font-size of 16px prevents iOS from zooming. */
|
||||
body {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
ol,
|
||||
ul,
|
||||
dl {
|
||||
/* Preserved spaces for list items with text direction other than the list.
|
||||
* (CKEditor issues #6249,#8049) */
|
||||
padding: 0 40px;
|
||||
}
|
||||
@@ -0,0 +1,330 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for configuration of CKEditor module.
|
||||
*
|
||||
* Many of these styles are adapted directly from the default CKEditor theme
|
||||
* "moono".
|
||||
*/
|
||||
|
||||
.ckeditor-toolbar {
|
||||
border: 1px solid #b6b6b6;
|
||||
padding: 0.1667em 0.1667em 0.08em;
|
||||
box-shadow: 0 1px 0 white inset;
|
||||
background: #cfd1cf;
|
||||
background-image: -webkit-linear-gradient(top, whiteSmoke, #cfd1cf);
|
||||
background-image: linear-gradient(top, whiteSmoke, #cfd1cf);
|
||||
margin: 5px 0;
|
||||
/* Disallow any user selections in the drag-and-drop toolbar config UI. */
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ckeditor-toolbar-active {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
.ckeditor-toolbar-disabled {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.ckeditor-toolbar ul,
|
||||
.ckeditor-toolbar-disabled ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
/* This is required to win over specificity of [dir="rtl"] ul */
|
||||
[dir="rtl"] .ckeditor-toolbar ul,
|
||||
[dir="rtl"] .ckeditor-toolbar-disabled ul {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.ckeditor-row {
|
||||
padding: 2px 0 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.ckeditor-group-names-are-visible .ckeditor-row {
|
||||
border: 1px solid whitesmoke;
|
||||
}
|
||||
.ckeditor-row + .ckeditor-row {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
.ckeditor-toolbar-group,
|
||||
.ckeditor-toolbar-group-placeholder,
|
||||
.ckeditor-add-new-group {
|
||||
float: left; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .ckeditor-toolbar-group,
|
||||
[dir="rtl"] .ckeditor-toolbar-group-placeholder,
|
||||
[dir="rtl"] .ckeditor-add-new-group {
|
||||
float: right;
|
||||
}
|
||||
.ckeditor-toolbar-groups {
|
||||
min-height: 2em;
|
||||
}
|
||||
.ckeditor-toolbar-group {
|
||||
margin: 0 0.3333em;
|
||||
cursor: move;
|
||||
}
|
||||
.ckeditor-group-names-are-visible .ckeditor-toolbar-group,
|
||||
.ckeditor-add-new-group {
|
||||
border: 1px dotted #a6a6a6;
|
||||
border-radius: 3px;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
.ckeditor-toolbar-group.placeholder,
|
||||
.ckeditor-toolbar-group.placeholder .ckeditor-toolbar-group-name {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ckeditor-toolbar-group.placeholder .ckeditor-toolbar-group-name {
|
||||
font-style: italic;
|
||||
}
|
||||
.ckeditor-toolbar-group-name {
|
||||
display: none;
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
margin: 0.25em 0;
|
||||
}
|
||||
.ckeditor-group-names-are-visible .ckeditor-toolbar-group-name {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ckeditor-toolbar-active .placeholder,
|
||||
.ckeditor-toolbar-active .ckeditor-add-new-group {
|
||||
display: none;
|
||||
}
|
||||
.ckeditor-group-names-are-visible .placeholder,
|
||||
.ckeditor-group-names-are-visible .ckeditor-add-new-group {
|
||||
display: block;
|
||||
}
|
||||
.ckeditor-toolbar-group-buttons {
|
||||
float: left; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .ckeditor-toolbar-group-buttons {
|
||||
float: right;
|
||||
}
|
||||
.ckeditor-groupnames-toggle {
|
||||
cursor: pointer;
|
||||
float: right; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .ckeditor-groupnames-toggle {
|
||||
float: left;
|
||||
}
|
||||
.ckeditor-toolbar .ckeditor-toolbar-group > li {
|
||||
border: 1px solid white;
|
||||
border-radius: 5px;
|
||||
background-image: -webkit-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.1));
|
||||
background-image: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.1));
|
||||
margin: 3px 6px;
|
||||
padding: 3px;
|
||||
}
|
||||
.ckeditor-toolbar-configuration .fieldset-description {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.ckeditor-toolbar-disabled .ckeditor-toolbar-available,
|
||||
.ckeditor-toolbar-disabled .ckeditor-toolbar-dividers {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.ckeditor-toolbar-disabled .ckeditor-toolbar-available {
|
||||
float: left; /* LTR */
|
||||
width: 80%;
|
||||
}
|
||||
[dir="rtl"] .ckeditor-toolbar-disabled .ckeditor-toolbar-available {
|
||||
float: right;
|
||||
}
|
||||
.ckeditor-toolbar-disabled .ckeditor-toolbar-dividers {
|
||||
float: right; /* LTR */
|
||||
width: 20%;
|
||||
}
|
||||
[dir="rtl"] .ckeditor-toolbar-disabled .ckeditor-toolbar-dividers {
|
||||
float: left;
|
||||
}
|
||||
.ckeditor-toolbar-disabled .ckeditor-buttons li a,
|
||||
.ckeditor-toolbar .ckeditor-buttons,
|
||||
.ckeditor-add-new-group button {
|
||||
border: 1px solid #a6a6a6;
|
||||
border-bottom-color: #979797;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
|
||||
}
|
||||
.ckeditor-toolbar-disabled .ckeditor-buttons {
|
||||
border: 0;
|
||||
}
|
||||
.ckeditor-toolbar-disabled .ckeditor-buttons li {
|
||||
margin: 2px;
|
||||
}
|
||||
.ckeditor-buttons {
|
||||
min-height: 26px;
|
||||
min-width: 26px;
|
||||
}
|
||||
.ckeditor-buttons li {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
float: left; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .ckeditor-buttons li {
|
||||
float: right;
|
||||
}
|
||||
.ckeditor-buttons li a,
|
||||
.ckeditor-add-new-group button {
|
||||
background: #e4e4e4;
|
||||
background-image: -webkit-linear-gradient(top, white, #e4e4e4);
|
||||
background-image: linear-gradient(top, white, #e4e4e4);
|
||||
color: #474747;
|
||||
}
|
||||
.ckeditor-buttons li a {
|
||||
border: 0;
|
||||
cursor: move;
|
||||
display: block;
|
||||
min-height: 30px;
|
||||
line-height: 1.4;
|
||||
padding: 4px 6px;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
white-space: nowrap;
|
||||
}
|
||||
.ckeditor-toolbar-dividers {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .ckeditor-toolbar-dividers {
|
||||
float: left;
|
||||
}
|
||||
[dir="ltr"] .ckeditor-buttons li .cke-icon-only {
|
||||
font-size: 0;
|
||||
width: auto;
|
||||
/* Firefox includes the offscreen text in the focus indicator, resulting in a
|
||||
far too wide focus indicator. This fixes that. */
|
||||
overflow: hidden;
|
||||
}
|
||||
.ckeditor-buttons .cke_button_icon img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.ckeditor-buttons li .cke_ltr {
|
||||
direction: ltr;
|
||||
}
|
||||
.ckeditor-buttons li .cke_rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ckeditor-buttons li a:focus,
|
||||
.ckeditor-buttons li a:active,
|
||||
.ckeditor-multiple-buttons li a:focus {
|
||||
z-index: 11; /* Ensure focused buttons show their outline on all sides. */
|
||||
}
|
||||
.ckeditor-buttons li:first-child a {
|
||||
border-top-left-radius: 2px; /* LTR */
|
||||
border-bottom-left-radius: 2px; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .ckeditor-buttons li:first-child a {
|
||||
border-top-right-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
.ckeditor-buttons li:last-child a {
|
||||
border-top-right-radius: 2px; /* LTR */
|
||||
border-bottom-right-radius: 2px; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .ckeditor-buttons li:last-child a {
|
||||
border-top-left-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
}
|
||||
.ckeditor-button-placeholder,
|
||||
.ckeditor-toolbar-group-placeholder {
|
||||
background: #9dcae7;
|
||||
}
|
||||
.ckeditor-toolbar-group-placeholder {
|
||||
border-radius: 4px;
|
||||
}
|
||||
.ckeditor-multiple-buttons {
|
||||
padding: 1px 2px;
|
||||
margin: 5px;
|
||||
list-style: none;
|
||||
float: left; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .ckeditor-multiple-buttons {
|
||||
float: right;
|
||||
}
|
||||
.ckeditor-multiple-buttons li {
|
||||
float: left; /* LTR */
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
[dir="rtl"] .ckeditor-multiple-buttons li {
|
||||
float: right;
|
||||
}
|
||||
.ckeditor-multiple-buttons li a {
|
||||
cursor: move;
|
||||
display: inline-block;
|
||||
min-height: 18px;
|
||||
line-height: 1.4;
|
||||
margin: 0;
|
||||
padding: 2px 0;
|
||||
}
|
||||
.ckeditor-buttons .ckeditor-group-button-separator,
|
||||
.ckeditor-multiple-buttons .ckeditor-group-button-separator {
|
||||
margin: -1px -3px -2px;
|
||||
}
|
||||
.ckeditor-buttons .ckeditor-group-button-separator a,
|
||||
.ckeditor-multiple-buttons .ckeditor-group-button-separator a {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAdCAMAAABG4xbVAAAAhFBMVEUAAACmpqampqampqb////l5eX////5+fmmpqatra2urq6vr6+1tbW2tra4uLi6urq8vLzb29ve3t7i4uLl5eXn5+fo6Ojp6enq6urr6+vs7Ozt7e3u7u7v7+/w8PDx8fHy8vLz8/P09PT19fX29vb39/f4+Pj5+fn6+vr7+/v8/Pz+/v7qIQO+AAAACHRSTlMATVmAi8XM29MuWToAAABjSURBVBiVrc5BCoAwDETRMKhtRBduev9LKm1xjItWRBBE6Nt9QkIwOTcUzk0Imi8aoMssxbgoTHMtqsFMLta0vPh2N49HyfdelPg6k9uvX/a+Bmggt1qJRNzQFVgjEnkUZDoBmH57VSypjg4AAAAASUVORK5CYII=) no-repeat center center;
|
||||
width: 13px;
|
||||
padding: 0;
|
||||
height: 29px;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
ul.ckeditor-buttons li.ckeditor-button-separator a {
|
||||
background: #e4e4e4;
|
||||
background-image: -webkit-linear-gradient(#e4e4e4, #b4b4b4);
|
||||
background-image: linear-gradient(#e4e4e4, #b4b4b4);
|
||||
height: 24px;
|
||||
margin: 1px 0 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
width: 1px;
|
||||
z-index: 10;
|
||||
}
|
||||
.ckeditor-multiple-buttons .ckeditor-button-separator a {
|
||||
width: 2px;
|
||||
padding: 0;
|
||||
height: 26px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
.ckeditor-separator {
|
||||
background-color: silver;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
margin: 5px 0;
|
||||
height: 18px;
|
||||
width: 1px;
|
||||
display: block;
|
||||
box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.ckeditor-button-arrow {
|
||||
width: 0;
|
||||
text-align: center;
|
||||
border-left: 3px solid transparent;
|
||||
border-right: 3px solid transparent;
|
||||
border-top: 3px solid #333;
|
||||
display: inline-block;
|
||||
margin: 0 4px 2px;
|
||||
}
|
||||
.ckeditor-row-controls {
|
||||
float: right; /* LTR */
|
||||
font-size: 18px;
|
||||
width: 40px;
|
||||
text-align: right; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .ckeditor-row-controls {
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
.ckeditor-row-controls a {
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
padding: 6px 2px;
|
||||
height: 28px;
|
||||
width: 20px;
|
||||
line-height: 0.9;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
.ckeditor-dialog-loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ckeditor-dialog-loading-link {
|
||||
border-radius: 0 0 5px 5px;
|
||||
border: 1px solid #b6b6b6;
|
||||
border-top: none;
|
||||
background: white;
|
||||
padding: 3px 10px;
|
||||
box-shadow: 0 0 10px -3px #000;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
top: 0;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adjust the style of in-place editing CKEditor instances.
|
||||
*/
|
||||
.quickedit-toolgroup.wysiwyg-main .cke_chrome,
|
||||
.quickedit-toolgroup.wysiwyg-main .cke_inner,
|
||||
.quickedit-toolgroup.wysiwyg-main .cke_top {
|
||||
background: transparent;
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @file
|
||||
* Image Caption: overrides to make centered alignment work inside CKEditor.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Since .align-center is set on the non-captioned image's parent block element
|
||||
* in CKEditor, the image must be centered separately.
|
||||
*/
|
||||
p[data-widget="image"].align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/**
|
||||
* Since .align-center is set on captioned widget's wrapper element in CKEditor,
|
||||
* the alignment of internals must be set separately.
|
||||
*/
|
||||
div[data-cke-widget-wrapper].align-center > figure[data-widget="image"] {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* @file
|
||||
* Language: add styling for elements that have a language attribute.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Show the user that a 'lang' tag has been applied by adding a thin dotted
|
||||
* border. We also append the value of the tag between brackets, for example:
|
||||
* '(en)'. Since the html element has a 'lang' attribute too we only target
|
||||
* elements within the html scope.
|
||||
*/
|
||||
html [lang] {
|
||||
outline: 1px dotted gray;
|
||||
}
|
||||
html [lang]:after {
|
||||
content: " ("attr(lang)")";
|
||||
font-size: 10px;
|
||||
color: #666;
|
||||
}
|
||||
@@ -0,0 +1,157 @@
|
||||
/**
|
||||
* @file
|
||||
* Stylesheet for the administration pages of the Color module.
|
||||
*/
|
||||
.color-form {
|
||||
max-width: 50em;
|
||||
}
|
||||
.farbtastic {
|
||||
margin: 0 auto;
|
||||
}
|
||||
.color-form .form-item {
|
||||
margin: 0.5em 0;
|
||||
height: 2em;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.color-form label {
|
||||
clear: left; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .color-form label {
|
||||
clear: right;
|
||||
}
|
||||
.color-form .form-text {
|
||||
float: left; /* LTR */
|
||||
width: 86%;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
[dir="rtl"] .color-form .form-text {
|
||||
float: right;
|
||||
}
|
||||
.color-palette__hook {
|
||||
float: left; /* LTR */
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
[dir="rtl"] .color-palette__hook {
|
||||
float: right;
|
||||
}
|
||||
.color-palette__hook.is-down,
|
||||
.color-palette__hook.is-up,
|
||||
.color-palette__hook.is-both {
|
||||
background: url(../../images/color/hook.png) no-repeat 100% 0; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .color-palette__hook.is-down,
|
||||
[dir="rtl"] .color-palette__hook.is-up,
|
||||
[dir="rtl"] .color-palette__hook.is-both {
|
||||
background: url(../../images/color/hook-rtl.png) no-repeat 0 0;
|
||||
}
|
||||
.color-palette__hook.is-up {
|
||||
background-position: 100% -27px; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .color-palette__hook.is-up {
|
||||
background-position: 0 -27px;
|
||||
}
|
||||
.color-palette__hook.is-both {
|
||||
background-position: 100% -54px; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .color-palette__hook.is-both {
|
||||
background-position: 0 -54px;
|
||||
}
|
||||
/**
|
||||
* The button also inherits from .link, which hides the background. Use a more
|
||||
* specific selector to overwrite.
|
||||
*/
|
||||
button.color-palette__lock,
|
||||
.color-palette__lock {
|
||||
float: left; /* LTR */
|
||||
width: 20px;
|
||||
height: 19px;
|
||||
background: url(../../images/color/lock.png) no-repeat 50% 0;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
top: -1.7em;
|
||||
left: -10px;
|
||||
direction: ltr;
|
||||
font-size: 0;
|
||||
border: 0;
|
||||
}
|
||||
button.color-palette__lock:focus,
|
||||
.color-palette__lock:focus {
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
[dir="rtl"] button.color-palette__lock,
|
||||
[dir="rtl"] .color-palette__lock {
|
||||
float: right;
|
||||
}
|
||||
/* Same as above .color-palette__lock rule. */
|
||||
button.is-unlocked,
|
||||
.is-unlocked {
|
||||
background-position: 50% -22px;
|
||||
}
|
||||
|
||||
/* wide viewport. */
|
||||
@media screen and (min-width: 37.5625em) { /* 601px */
|
||||
.color-placeholder {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .color-placeholder {
|
||||
float: left;
|
||||
}
|
||||
.color-form .form-item {
|
||||
margin: 0.5em 195px 0.5em 0; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .color-form .form-item {
|
||||
margin: 0.5em 0 0.5em 195px;
|
||||
}
|
||||
.color-form label {
|
||||
float: left; /* LTR */
|
||||
clear: left; /* LTR */
|
||||
width: 15em;
|
||||
}
|
||||
[dir="rtl"] .color-form label {
|
||||
float: right;
|
||||
clear: right;
|
||||
}
|
||||
.color-form .form-text,
|
||||
.color-form .form-select {
|
||||
float: left; /* LTR */
|
||||
width: auto;
|
||||
}
|
||||
[dir="rtl"] .color-form .form-text,
|
||||
[dir="rtl"] .color-form .form-select {
|
||||
float: right;
|
||||
}
|
||||
.color-palette__hook {
|
||||
float: left; /* LTR */
|
||||
margin-top: 3px;
|
||||
}
|
||||
[dir="rtl"] .color-palette__hook {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
.item-selected {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
/* Preview */
|
||||
.color-preview {
|
||||
display: none;
|
||||
}
|
||||
.js .color-preview {
|
||||
display: block;
|
||||
position: relative;
|
||||
float: left; /* LTR */
|
||||
}
|
||||
.js[dir="rtl"] .color-preview {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 30em) { /* 480px */
|
||||
.color-form .color-preview-sidebar,
|
||||
.color-form .color-preview-content {
|
||||
width: auto;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
/**
|
||||
* Admin lists.
|
||||
*/
|
||||
ul.admin-list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.admin-list li {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 20px 30px 20px 45px;
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
flex-grow: 1;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.admin-list.compact li {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.admin-list li a.title-link {
|
||||
background: transparent url(../../images/icons/arrow_right.svg) no-repeat 0 17px;
|
||||
/* LTR */
|
||||
background-size: 20px 20px;
|
||||
display: block;
|
||||
padding: 10px 24px;
|
||||
/* LTR */
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.admin-list li:nth-child(1) {
|
||||
border-top: 1px solid #f0f0f0;
|
||||
}
|
||||
|
||||
.admin-list li:hover {
|
||||
background-color: #f7fcff;
|
||||
}
|
||||
|
||||
[dir="rtl"] .admin-list li a.title-link {
|
||||
background: url(../../images/icons/arrow_left.svg) no-repeat right 27px;
|
||||
}
|
||||
|
||||
.admin-list.compact .description {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.admin-list li a.title-link:hover,
|
||||
.admin-list li a.title-link:focus,
|
||||
.admin-list li a.title-link:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.admin-list li a.title-link .label {
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.admin-list .color-success {
|
||||
padding: 2px 7px;
|
||||
margin-top: 10px;
|
||||
display: inline-flex;
|
||||
border: 1px solid #325e1c;
|
||||
margin-bottom: 5px;
|
||||
line-height: 18px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1280px) {
|
||||
|
||||
.admin-list li:nth-child(1),
|
||||
.admin-list li:nth-child(2) {
|
||||
border-top: 1px solid #f0f0f0;
|
||||
}
|
||||
|
||||
.admin-list li {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
/**
|
||||
* @file
|
||||
* Breadcrumbs.
|
||||
*/
|
||||
|
||||
.breadcrumb {
|
||||
line-height: 1.8;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.breadcrumb ol {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
[dir="rtl"] .breadcrumb ol {
|
||||
/* This is required to win over specificity of [dir="rtl"] ol */
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.breadcrumb li {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
/* IE8 does not support :not() and :last-child. */
|
||||
.breadcrumb li:before {
|
||||
content: ' \BB ';
|
||||
color: #0678be;
|
||||
}
|
||||
.breadcrumb li:first-child:before {
|
||||
content: none;
|
||||
}
|
||||
@@ -0,0 +1,222 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* Apply these classes to any element (<link>, <button>, <input>, etc.) that
|
||||
* should appear as a button.
|
||||
*/
|
||||
|
||||
|
||||
/* nav action links */
|
||||
nav.action-links {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
nav.action-links li {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
nav.action-links li .button--small {
|
||||
padding: 13px 24px;
|
||||
}
|
||||
|
||||
/* action links */
|
||||
|
||||
.action-links {
|
||||
margin: 0 0 20px 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.action-links li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.button,
|
||||
.views-remove-link,
|
||||
.views-remove-group-link {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
padding: 13px 24px;
|
||||
background-color: #f5f5f5;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
-webkit-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
border: 1px solid #b8b8b8;
|
||||
margin-left: 0;
|
||||
margin-top: 20px;
|
||||
min-width: 100px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.button:first-child {
|
||||
margin-left: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.button:hover,
|
||||
.button:focus,
|
||||
.views-remove-link:hover,
|
||||
.views-remove-link:focus,
|
||||
.views-remove-group-link:hover,
|
||||
.views-remove-group-link:focus {
|
||||
background-color: white;
|
||||
border-color: #0678be;
|
||||
color: #0678be;
|
||||
text-decoration: none;
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
/* small */
|
||||
|
||||
.button--small,
|
||||
.views-remove-link,
|
||||
.views-remove-group-link {
|
||||
font-size: 12px;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.button,
|
||||
.views-remove-link,
|
||||
.views-remove-group-link {
|
||||
width: auto;
|
||||
margin-left: 20px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.button {
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.button:last-child,
|
||||
table .button:last-of-type {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Prevent focus ring being covered by next siblings. */
|
||||
.button:focus {
|
||||
z-index: 10;
|
||||
}
|
||||
.button:active {
|
||||
background-color: #dfdfd9;
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.button--primary {
|
||||
padding: 13px 24px;
|
||||
background-color: #7cbc48;
|
||||
border-color: #7cbc48;
|
||||
color: #fff;
|
||||
font-weight: 700;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
.button--primary:hover,
|
||||
.button--primary:focus {
|
||||
background-color: #6aab35;
|
||||
border-color: #6aab35;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/**
|
||||
* Overrides styling from system.theme.
|
||||
*/
|
||||
.button-action:before {
|
||||
margin-left: -0.2em; /* LTR */
|
||||
padding-right: 0.2em; /* LTR */
|
||||
font-size: 14px;
|
||||
font-size: 0.875rem;
|
||||
line-height: 16px;
|
||||
-webkit-font-smoothing: auto;
|
||||
}
|
||||
[dir="rtl"] .button-action:before {
|
||||
margin-right: -0.2em;
|
||||
margin-left: 0;
|
||||
padding-right: 0;
|
||||
padding-left: 0.2em;
|
||||
}
|
||||
|
||||
.button:disabled,
|
||||
.button:disabled:active,
|
||||
.button.is-disabled,
|
||||
.button.is-disabled:active {
|
||||
border-color: #d4d4d4;
|
||||
background: #ededed;
|
||||
color: #5c5c5c;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Link actions.
|
||||
* Style a clickable/tappable element as a link. Duplicates the base style for
|
||||
* the <a> tag, plus a reset for padding, borders and background.
|
||||
*/
|
||||
.link {
|
||||
display: inline;
|
||||
cursor: pointer;
|
||||
padding: 0 2px;
|
||||
border: 0;
|
||||
background: none;
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
color: #0678be;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.link:hover,
|
||||
.link:focus {
|
||||
text-decoration: none;
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
/**
|
||||
* We've temporarily added the danger button here, bit of a harsh reset but we
|
||||
* need it.
|
||||
* @todo replace with link--danger.
|
||||
* See https://www.drupal.org/node/2123731
|
||||
*/
|
||||
.button--danger {
|
||||
cursor: pointer;
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
}
|
||||
.button--danger:hover,
|
||||
.button--danger:focus,
|
||||
.button--danger:active {
|
||||
color: #c72100;
|
||||
border-color: #c72100;
|
||||
background: none;
|
||||
}
|
||||
.button--danger:disabled,
|
||||
.button--danger.is-disabled {
|
||||
color: #737373;
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
box-shadow: none;
|
||||
background: none;
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
.chosen-container {
|
||||
padding: 0 !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.chosen-container .chosen-drop {
|
||||
top: 38px !important;
|
||||
box-shadow: none;
|
||||
border-radius: 0 !important;
|
||||
flex-direction: column;
|
||||
border: 1px solid #d1d1d1;
|
||||
}
|
||||
|
||||
.chosen-container-single .chosen-single,
|
||||
.chosen-container-multi .chosen-choices {
|
||||
background: #fcfcf9;
|
||||
border: 1px solid #d1d1d1;
|
||||
border-radius: 0;
|
||||
height: 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.chosen-container-single .chosen-search {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.chosen-container-single .chosen-single div b {
|
||||
background-position: 0 10px;
|
||||
}
|
||||
|
||||
.chosen-container-active.chosen-with-drop .chosen-single div b {
|
||||
background-position: -18px 10px;
|
||||
}
|
||||
|
||||
.chosen-container-active.chosen-with-drop .chosen-single {
|
||||
background: #fcfcf9;
|
||||
}
|
||||
|
||||
.chosen-container .chosen-results {
|
||||
width: 100%;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
.chosen-container .chosen-results li {
|
||||
padding: 8px 6px;
|
||||
}
|
||||
|
||||
.chosen-container .chosen-results li.highlighted {
|
||||
background-color: #0071b8;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.chosen-container-multi .chosen-choices {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.chosen-container-multi .chosen-choices li.search-choice {
|
||||
background-image: none;
|
||||
background-color: #e2e2e2;
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.chosen-container-active .chosen-choices {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.chosen-container-multi {
|
||||
width: 100% !important;
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @file
|
||||
* Inline items.
|
||||
*/
|
||||
|
||||
.container-inline .form-radios label:after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.container-inline label:after,
|
||||
.container-inline .label:after {
|
||||
content: ':';
|
||||
}
|
||||
|
||||
.container-inline .form-radios .form-type-radio {
|
||||
margin-right: 1em;
|
||||
}
|
||||
[dir="rtl"] .container-inline .form-radios .form-type-radio {
|
||||
margin-right: 0;
|
||||
margin-left: 1em;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Content header.
|
||||
*/
|
||||
.content-header {
|
||||
overflow: hidden;
|
||||
background-color: #f5f5f5;
|
||||
padding: 0;
|
||||
}
|
||||
@@ -0,0 +1,262 @@
|
||||
/**
|
||||
* Presentational styles for Drupal dialogs.
|
||||
*/
|
||||
|
||||
.ui-dialog {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
position: absolute;
|
||||
z-index: 1260;
|
||||
padding: 0;
|
||||
animation: fade 0.4s;
|
||||
}
|
||||
|
||||
.ui-dialog.media-library-widget-modal,
|
||||
.ui-dialog.entity-browser-modal {
|
||||
left: 2.5% !important;
|
||||
right: 2.5% !important;
|
||||
max-width: 95%;
|
||||
min-width: 95%;
|
||||
}
|
||||
|
||||
.ui-dialog:focus,
|
||||
.ui-dialog .ui-dialog-titlebar-close:focus {
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
@keyframes fade {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 48em) {
|
||||
|
||||
/* 768px */
|
||||
.ui-dialog {
|
||||
min-width: 92%;
|
||||
max-width: 92%;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
background: #0678be;
|
||||
padding: 15px 49px 15px 15px;
|
||||
/* LTR */
|
||||
}
|
||||
|
||||
[dir="rtl"] .ui-dialog .ui-dialog-titlebar {
|
||||
padding-left: 49px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-title {
|
||||
font-size: 26px;
|
||||
line-height: 30px;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar-close {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
background: none;
|
||||
right: 15px;
|
||||
/* LTR */
|
||||
top: 15px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
[dir="rtl"] .ui-dialog .ui-dialog-titlebar-close {
|
||||
right: auto;
|
||||
left: 15px;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-icon.ui-icon-closethick {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
opacity: 0.8;
|
||||
margin: 0;
|
||||
background: none;
|
||||
-webkit-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-icon.ui-icon-closethick:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-icon.ui-icon-closethick:before,
|
||||
.ui-dialog .ui-icon.ui-icon-closethick:after {
|
||||
position: absolute;
|
||||
left: 14px;
|
||||
top: 4px;
|
||||
content: ' ';
|
||||
height: 22px;
|
||||
width: 2px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-icon.ui-icon-closethick:before {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.ui-dialog .ui-icon.ui-icon-closethick:after {
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
.ui-dialog .ui-widget-content.ui-dialog-content {
|
||||
background: #fff;
|
||||
overflow: auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.views-ui-dialog .ui-widget-content.ui-dialog-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-widget-content.ui-dialog-buttonpane,
|
||||
#media-entity-browser-modal {
|
||||
background: #f5f5f5;
|
||||
margin: 0;
|
||||
padding: 15px 20px;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
float: none;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
right: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-content {
|
||||
position: static;
|
||||
}
|
||||
|
||||
/* Form action buttons are moved in dialogs. Remove empty space. */
|
||||
.ui-dialog .ui-dialog-content .form-actions {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-dialog .ajax-progress-throbber {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.ui-dialog .ajax-progress-throbber .throbber {
|
||||
border-top: 5px solid rgba(0, 128, 255, 0.3);
|
||||
border-right: 5px solid rgba(0, 128, 255, 0.3);
|
||||
border-bottom: 5px solid rgba(0, 128, 255, 0.3);
|
||||
border-left: 5px solid #0678be;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.ui-dialog .ajax-progress-throbber .message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-dialog .form-item-settings-label {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.ui-dialog .field-suffix {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-dialog .field-suffix br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-dialog table {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-dialog fieldset:not(.fieldgroup) {
|
||||
background: none;
|
||||
padding: 55px 0 0 0;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-tabs .ui-tabs-panel {
|
||||
padding: 20px 20px 0 20px;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-tabs .ui-tabs-nav {
|
||||
border-bottom: 0;
|
||||
padding: 0;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
||||
margin: 0;
|
||||
padding-bottom: 0;
|
||||
background: white;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-tabs .ui-tabs-nav li {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-tabs .ui-tabs-nav li a {
|
||||
padding: 10px 20px;
|
||||
line-height: 1.8;
|
||||
display: flex;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-tabs .ui-tabs-nav li a:hover {
|
||||
background: #f9f9f9;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover,
|
||||
.ui-dialog .ui-tabs .ui-tabs-nav li:hover {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.ui-dialog .form-wrapper {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.ui-dialog .form-wrapper {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-dialog table .form-type-checkbox {
|
||||
display: inline-flex;
|
||||
}
|
||||
@@ -0,0 +1,248 @@
|
||||
/**
|
||||
* @file
|
||||
* Styling dropbuttons.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Reset styling for all elements.
|
||||
*/
|
||||
.js .dropbutton .dropbutton-action > input,
|
||||
.js .dropbutton .dropbutton-action > a,
|
||||
.js .dropbutton .dropbutton-action > button {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-weight: 600;
|
||||
line-height: 12px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-align: left; /* LTR */
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
[dir="rtl"].js .dropbutton .dropbutton-action > input,
|
||||
[dir="rtl"].js .dropbutton .dropbutton-action > a,
|
||||
[dir="rtl"].js .dropbutton .dropbutton-action > button {
|
||||
text-align: right;
|
||||
margin-left: 0; /* This is required to win over specificity of [dir="rtl"] .dropbutton-multiple .dropbutton .dropbutton-action > * */
|
||||
}
|
||||
|
||||
/**
|
||||
* Overwrite Mediterans button styling.
|
||||
*/
|
||||
.js .dropbutton-widget .button {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.js .dropbutton-multiple .dropbutton {
|
||||
border-right: 0; /* LTR */
|
||||
}
|
||||
[dir="rtl"].js .dropbutton-multiple .dropbutton {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Show dropbutton elements as buttons when javascript is disabled
|
||||
*/
|
||||
.dropbutton {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
.dropbutton li + li {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.js .dropbutton li {
|
||||
margin-bottom: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.js .dropbutton li + li {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 37.5625em) { /* 601px */
|
||||
.dropbutton li {
|
||||
display: inline-block;
|
||||
}
|
||||
.dropbutton li + li {
|
||||
margin-left: 1em;
|
||||
margin-top: 0;
|
||||
}
|
||||
.js .dropbutton li + li {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Copied styling for .button.
|
||||
*/
|
||||
.js .dropbutton-multiple .dropbutton-widget {
|
||||
border: 1px solid #a6a6a6;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
.js .dropbutton-widget .dropbutton-action a,
|
||||
.js .dropbutton-widget .dropbutton-action input,
|
||||
.js .dropbutton-widget .dropbutton-action button {
|
||||
padding: 7px 20px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:hover,
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:hover,
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:hover,
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:focus,
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:focus,
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:focus {
|
||||
background-color: white;
|
||||
z-index: 3;
|
||||
}
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:active,
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:active,
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:active {
|
||||
text-decoration: none;
|
||||
background-color: white;
|
||||
}
|
||||
.dropbutton .secondary-action {
|
||||
border-top: 1px solid #bfbfba;
|
||||
}
|
||||
|
||||
/**
|
||||
* Rare instances when a dropbutton is actually just a button.
|
||||
*/
|
||||
.dropbutton-single .dropbutton-widget,
|
||||
.js td .dropbutton-single .dropbutton-widget {
|
||||
border: 0;
|
||||
position: static;
|
||||
display: inline-block;
|
||||
}
|
||||
.js td .dropbutton-single {
|
||||
display: inline-block;
|
||||
}
|
||||
.dropbutton-single .dropbutton-action a {
|
||||
padding: 4px 1.5em;
|
||||
border: 1px solid #a6a6a6;
|
||||
background-color: #f5f5f5;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
-webkit-transition: all 0.1s;
|
||||
transition: all 0.1s;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
width: auto;
|
||||
}
|
||||
.dropbutton-single .dropbutton-action a:hover,
|
||||
.dropbutton-single .dropbutton-action a:focus {
|
||||
background-color: white;
|
||||
color: #1a1a1a;
|
||||
text-decoration: none;
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
.dropbutton-single .dropbutton-action a:active {
|
||||
background-color: white;
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
.dropbutton .dropbutton-action .ajax-progress {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
top: 0;
|
||||
right: -34px;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.dropbutton .dropbutton-action .ajax-progress-throbber .throbber {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
border-top: 3px solid rgba(0,128,255, 0.3);
|
||||
border-right: 3px solid rgba(0,128,255, 0.3);
|
||||
border-bottom: 3px solid rgba(0,128,255, 0.3);
|
||||
border-left: 3px solid #0678be;
|
||||
}
|
||||
.dropbutton-multiple .dropbutton-action .ajax-progress {
|
||||
margin-right: 0;
|
||||
}
|
||||
.dropbutton-multiple .secondary-action .ajax-progress {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* The dropdown trigger.
|
||||
*/
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
|
||||
border-left: 1px solid #a6a6a6; /* LTR */
|
||||
}
|
||||
[dir="rtl"].js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
|
||||
border-right: 1px solid #a6a6a6;
|
||||
border-left: 0;
|
||||
}
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:hover,
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:focus {
|
||||
background-color: white;
|
||||
color: #1a1a1a;
|
||||
text-decoration: none;
|
||||
z-index: 3;
|
||||
outline: transparent;
|
||||
}
|
||||
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:active {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.dropbutton-arrow {
|
||||
border-top-color: #333;
|
||||
right: 35%; /* LTR */
|
||||
top: 54%;
|
||||
}
|
||||
[dir="rtl"] .dropbutton-arrow {
|
||||
left: 35%;
|
||||
right: auto;
|
||||
}
|
||||
.dropbutton-multiple.open .dropbutton-arrow {
|
||||
border-bottom: 0.3333em solid #333;
|
||||
border-top-color: transparent;
|
||||
top: 0.6667em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Form edit action theming.
|
||||
* Copied styling from .button--primary.
|
||||
*/
|
||||
.js .form-actions .dropbutton .dropbutton-action > * {
|
||||
color: #fff;
|
||||
font-weight: 700;
|
||||
}
|
||||
.js .form-actions .dropbutton-widget {
|
||||
border-color: #1e5c90;
|
||||
background-color: #0071b8;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-action .button:hover,
|
||||
.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-action .button:focus {
|
||||
background-color: #2369a6;
|
||||
color: #fff;
|
||||
}
|
||||
.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-action .button:active {
|
||||
border-color: #144b78;
|
||||
}
|
||||
.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button,
|
||||
.form-actions .dropbutton .secondary-action {
|
||||
border-color: #1e5c90;
|
||||
}
|
||||
|
||||
.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:hover,
|
||||
.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:focus {
|
||||
background-color: #2369a6;
|
||||
}
|
||||
.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:active {
|
||||
border-color: #144b78;
|
||||
}
|
||||
.form-actions .dropbutton-arrow {
|
||||
border-top-color: #fff;
|
||||
}
|
||||
.form-actions .dropbutton-multiple.open .dropbutton-arrow {
|
||||
border-bottom: 0.3333em solid white;
|
||||
}
|
||||
@@ -0,0 +1,123 @@
|
||||
/**
|
||||
* Entity meta settings.
|
||||
*/
|
||||
.entity-meta {
|
||||
background-color: #f5f5f5;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.entity-meta .form-item {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
.entity-meta__header {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
.entity-meta__title {
|
||||
font-size: 18px;
|
||||
color: #0678be;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.entity-meta__last-saved.form-item {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.entity-meta details {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-top: 1px solid #e6e4df;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.entity-meta details:first-child {
|
||||
border-top-color: #e6e4df;
|
||||
}
|
||||
.entity-meta details[open] {
|
||||
background-color: transparent;
|
||||
border-top: 1px solid #e6e4df;
|
||||
}
|
||||
|
||||
.entity-meta details > summary {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
.entity-meta details .summary {
|
||||
display: none; /* Hide JS summaries. @todo Rethink summaries. */
|
||||
}
|
||||
|
||||
.entity-meta .details-wrapper {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
.entity-meta .form-textarea-wrapper {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.entity-meta .label {
|
||||
margin-bottom: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.entity-meta .container-inline {
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.entity-meta .container-inline label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.entity-meta .container-inline .form-item {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
.entity-meta .container-inline .form-item {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 460px) {
|
||||
.entity-meta .container-inline {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.entity-meta .container-inline .form-item {
|
||||
padding-bottom: 0;
|
||||
padding-right: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 780px) {
|
||||
.entity-meta .container-inline {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.entity-meta .container-inline .form-item {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
.entity-meta .container-inline {
|
||||
flex-direction: row;
|
||||
}
|
||||
.entity-meta .container-inline .form-item {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.entity-meta .container-inline .form-item:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.entity-meta .field--type-created {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.entity-meta legend {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.entity-meta .form-textarea,
|
||||
.entity-meta .form-text,
|
||||
.entity-meta .form-date,
|
||||
.entity-meta .form-time {
|
||||
min-width: 100%;
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
/* Field UI */
|
||||
|
||||
#field-display-overview .field-plugin-settings-edit {
|
||||
margin: 0;
|
||||
padding: 4px 10px;
|
||||
order: 1;
|
||||
}
|
||||
|
||||
#field-display-overview .field-plugin-settings-changed {
|
||||
background: #ffb;
|
||||
}
|
||||
#field-display-overview .drag {
|
||||
background: #f9f8e6;
|
||||
}
|
||||
#field-display-overview .field-plugin-settings-editing {
|
||||
background: #f7fcff;
|
||||
}
|
||||
#field-display-overview .field-plugin-settings-edit-form .form-item {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
#field-display-overview .field-plugin-settings-edit-form .form-wrapper .ajax-progress {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#field-display-overview .field-plugin-settings-edit-form .form-submit {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#field-display-overview .form-item-fields-field-image-settings-edit-form-settings-image-style .description {
|
||||
display: inline-block;
|
||||
margin-left: 1em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] #field-display-overview .form-item-fields-field-image-settings-edit-form-settings-image-style .description {
|
||||
margin-left: 0;
|
||||
margin-right: 1em;
|
||||
}
|
||||
@@ -0,0 +1,524 @@
|
||||
/**
|
||||
* Form elements.
|
||||
*/
|
||||
form {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
fieldset:not(.fieldgroup) {
|
||||
display: flex;
|
||||
background-color: #f5f5f5;
|
||||
border: none;
|
||||
margin: 0 0 20px 0;
|
||||
padding: 55px 20px 20px 20px;
|
||||
min-width: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
fieldset:not(.fieldgroup) .form-type-checkbox {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
fieldset:not(.fieldgroup) fieldset:not(.fieldgroup) {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
fieldset:not(.fieldgroup) .fieldset-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
* We've temporarily added this Firefox specific rule here to fix fieldset
|
||||
* widths.
|
||||
* @todo remove once this Mozilla bug is fixed.
|
||||
* See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
|
||||
*/
|
||||
@-moz-document url-prefix() {
|
||||
fieldset:not(.fieldgroup) {
|
||||
display: table-cell;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
fieldset:not(.fieldgroup)>legend {
|
||||
font-size: 14px;
|
||||
color: #0678be;
|
||||
font-weight: 700;
|
||||
position: absolute;
|
||||
text-transform: uppercase;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
.fieldgroup {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* We've temporarily added this Firefox specific rule here to fix fieldset
|
||||
* widths.
|
||||
* @todo remove once this Mozilla bug is fixed.
|
||||
* See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
|
||||
*/
|
||||
@-moz-document url-prefix() {
|
||||
.fieldgroup {
|
||||
display: table-cell;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
.form-item {
|
||||
margin: 0 0 20px 0;
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.form-item>.form-item {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table .form-item {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.form-type-checkbox {
|
||||
padding: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.form-type-checkbox label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
label {
|
||||
display: table;
|
||||
margin: 0 10px 5px 0;
|
||||
padding: 0;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
label.error {
|
||||
color: #a51b00;
|
||||
}
|
||||
|
||||
label[for] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.form-wrapper .form-actions {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.views-form .form-actions,
|
||||
.form--inline .form-actions {
|
||||
margin: 0 0 0 0;
|
||||
position: relative;
|
||||
width: auto;
|
||||
border: none;
|
||||
padding: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
table .form-actions {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.form-actions {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
padding: 20px;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
border-top: 1px solid #f5f5f5;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.form-wrapper .form-actions {
|
||||
padding: 10px 0 0 0;
|
||||
position: relative;
|
||||
background: transparent;
|
||||
border-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.confirmation .form-actions {
|
||||
display: flex;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.form-item label.option {
|
||||
text-transform: none;
|
||||
display: inline;
|
||||
margin-left: 5px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.form-item label.option input {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.form-disabled label {
|
||||
color: #686868;
|
||||
}
|
||||
|
||||
.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 {
|
||||
border-color: #d4d4d4;
|
||||
background-color: hsla(0, 0%, 0%, 0.08);
|
||||
box-shadow: none;
|
||||
color: #777;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.form-item input.error,
|
||||
.form-item textarea.error,
|
||||
.form-item select.error {
|
||||
border-width: 1px;
|
||||
border-color: #e62600;
|
||||
background-color: hsla(15, 75%, 97%, 1);
|
||||
color: #a51b00;
|
||||
}
|
||||
|
||||
.form-item input[type=checkbox]:checked.error {
|
||||
background: #0678be;
|
||||
box-shadow: inset 0 0 0 3px #fff;
|
||||
}
|
||||
|
||||
.form-item textarea.error+.cke {
|
||||
border-width: 1px;
|
||||
border-color: #e62600;
|
||||
}
|
||||
|
||||
.form-item input.error:focus,
|
||||
.form-item textarea.error:focus,
|
||||
.form-item select.error:focus {
|
||||
border-color: #e62600;
|
||||
outline: transparent;
|
||||
background-color: #fcf4f2;
|
||||
}
|
||||
|
||||
.form-required::after {
|
||||
content: '*';
|
||||
color: #e32700;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.form-item--error-message {
|
||||
margin-top: 0.15em;
|
||||
color: #e32700;
|
||||
}
|
||||
|
||||
.fieldset-wrapper>.form-item--error-message {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.text-format-wrapper .form-item--error-message {
|
||||
border: solid #ccc;
|
||||
border-width: 0 1px;
|
||||
margin: 0;
|
||||
padding: 0.25em 0.666em 0;
|
||||
}
|
||||
|
||||
/* Filter */
|
||||
ul.tips,
|
||||
.form-wrapper .description,
|
||||
.form-item .description {
|
||||
margin: 0;
|
||||
color: #333;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.form-wrapper td.description {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
div.description {
|
||||
margin: 0;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.form-item .description.error {
|
||||
margin-top: 0;
|
||||
color: #a51b00;
|
||||
}
|
||||
|
||||
.form-item .description ul {
|
||||
margin: 0 0 0 20px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.description .token-dialog {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.token-dialog {
|
||||
display: inline-flex;
|
||||
margin: 5px 10px 20px 0;
|
||||
}
|
||||
|
||||
ul.tips li {
|
||||
margin: 0.25em 0 0.25em 1.5em;
|
||||
/* LTR */
|
||||
}
|
||||
|
||||
[dir="rtl"] ul.tips li {
|
||||
margin: 0.25em 1.5em 0.25em 0;
|
||||
}
|
||||
|
||||
table .form-type-radio,
|
||||
table .form-type-checkbox {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.form-type-radio,
|
||||
.form-type-checkbox {
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .form-type-radio,
|
||||
[dir="rtl"] .form-type-checkbox {
|
||||
padding-left: 0;
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
.form-type-checkbox .form-checkbox,
|
||||
.form-type-radio .form-radio,
|
||||
.form-type-checkbox .dummy-checkbox {
|
||||
margin-left: -25px;
|
||||
}
|
||||
|
||||
table .form-type-checkbox .form-checkbox,
|
||||
table .form-type-radio .form-radio,
|
||||
table .form-type-checkbox .dummy-checkbox {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.text-summary-wrapper .form-textarea-wrapper {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.text-summary {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form-autocomplete,
|
||||
.form-text,
|
||||
.form-tel,
|
||||
.form-email,
|
||||
.form-url,
|
||||
.form-search,
|
||||
.form-number,
|
||||
.form-color,
|
||||
.form-file,
|
||||
.form-date,
|
||||
.form-time,
|
||||
.form-textarea,
|
||||
.form-select {
|
||||
box-sizing: border-box;
|
||||
padding: 10px 12px;
|
||||
border: 1px solid #d1d1d1;
|
||||
color: #333;
|
||||
background: #fcfcfa;
|
||||
min-height: 40px;
|
||||
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
||||
transition: border linear 0.2s, box-shadow linear 0.2s;
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
border-radius: 0;
|
||||
min-width: 240px;
|
||||
width: 100%;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.form-select {
|
||||
cursor: pointer;
|
||||
background: #fcfcfa url(../../images/icons/787878/twistie-down.svg) no-repeat center right 10px;
|
||||
background-size: 11px;
|
||||
min-width: 280px;
|
||||
padding: 9px 28px 9px 12px;
|
||||
}
|
||||
|
||||
.form-select[multiple] {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.tabledrag-hide .form-select {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.form-text:focus,
|
||||
.form-tel:focus,
|
||||
.form-email:focus,
|
||||
.form-url:focus,
|
||||
.form-search:focus,
|
||||
.form-number:focus,
|
||||
.form-color:focus,
|
||||
.form-file:focus,
|
||||
.form-textarea:focus,
|
||||
.form-date:focus,
|
||||
.form-time:focus,
|
||||
.form-select:focus {
|
||||
border-color: #40b6ff;
|
||||
outline: transparent;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.confirm-parent,
|
||||
.password-parent {
|
||||
overflow: visible;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.form-item-options-group-info-identifier,
|
||||
.form-item-pass .description {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.field-suffix {
|
||||
margin: 0;
|
||||
line-height: 38px;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.field-prefix {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.field-prefix span {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.form-item-path {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.form-item-path label::after {
|
||||
content: ':';
|
||||
margin-left: 0;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.field-weight,
|
||||
.menu-weight {
|
||||
min-width: 60px;
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.field-ui-field-storage-add-form .field-prefix .field-suffix {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.form-select {
|
||||
min-width: 280px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 640px) {
|
||||
|
||||
.form-actions input,
|
||||
.form-wrapper input[type="submit"] {
|
||||
margin-right: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form-actions input:first-child,
|
||||
.form-wrapper input[type="submit"]:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
details summary {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.password-strength {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form-item .password-suggestions {
|
||||
float: none;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
abbr.tabledrag-changed {
|
||||
border-bottom: none;
|
||||
text-decoration: none;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
.form-item-config-name {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.form-item-config-name .ajax-progress {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 300px;
|
||||
}
|
||||
|
||||
/* confirmation form */
|
||||
.confirmation .item-list ul {
|
||||
margin-left: 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
/* uninastll form */
|
||||
.system-modules-uninstall table thead tr th:nth-child(2) {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
/* In case the entity browser has it's own buttons */
|
||||
form.entity-browser-form {
|
||||
margin-bottom: 81px;
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
/**
|
||||
* @file
|
||||
* Mediteran styles for the help component.
|
||||
*/
|
||||
|
||||
.block-help {
|
||||
padding: 0;
|
||||
/* background-color: #eff9ff; */
|
||||
background-size: 16px;
|
||||
background-position: 16px 19px;
|
||||
background-repeat: no-repeat;
|
||||
/* background-image: url(../../images/icons/help_2.svg); */
|
||||
margin-bottom: 20px;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.block-help p,
|
||||
.block-help p a {
|
||||
margin: 0;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.block-help h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* help section */
|
||||
|
||||
.help-section ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.help-section .layout-column:nth-child(odd) ul {
|
||||
padding: 0 10px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
.help-section ul {
|
||||
padding: 0 10px 0 0;
|
||||
}
|
||||
|
||||
.help-section .layout-column:last-child ul {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.help-section ul li {
|
||||
list-style: none;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.help-section ul li a {
|
||||
display: flex;
|
||||
background: #f5f5f5;
|
||||
padding: 10px 15px;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.help-section ul li {
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.help-section ul li a:hover {
|
||||
background: #eff9ff;
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* @file
|
||||
* Image upload widget.
|
||||
*
|
||||
*/
|
||||
|
||||
.image-widget {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.image-preview {
|
||||
padding: 8px 20px 20px 0;
|
||||
}
|
||||
[dir="rtl"] .image-preview {
|
||||
padding: 8px 0 20px 20px;
|
||||
}
|
||||
|
||||
.image-widget-data {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1024px) {
|
||||
.image-widget-data {
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
.image-widget-data .form-item {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.image-widget-data .text-field {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.image-widget-data .file,
|
||||
.image-widget-data .file-size {
|
||||
display: inline-flex;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.image-widget-data .file a,
|
||||
.image-widget-data .file-size {
|
||||
padding: 0;
|
||||
line-height: 18px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.image-widget {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
/**
|
||||
* @file
|
||||
* Visual styles for inline forms.
|
||||
*/
|
||||
|
||||
.form--inline {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form--inline .form-item {
|
||||
float: left; /* LTR */
|
||||
margin-right: 0; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .form--inline .form-item {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* This is required to win over specificity of [dir="rtl"] .form--inline .form-item */
|
||||
[dir="rtl"] .views-filterable-options-controls .form-item {
|
||||
margin-right: 2%;
|
||||
}
|
||||
.form--inline .form-item-separator {
|
||||
margin-top: 2.3em;
|
||||
margin-right: 1em; /* LTR */
|
||||
margin-left: 0.5em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .form--inline .form-item-separator {
|
||||
margin-right: 0.5em;
|
||||
margin-left: 1em;
|
||||
}
|
||||
.form--inline .form-actions {
|
||||
display: inline-flex;
|
||||
margin-top: 0;
|
||||
margin-bottom: 20px;
|
||||
align-self: flex-start;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form--inline .form-actions .button {
|
||||
margin-top: 20px;
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form--inline .form-item-separator {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.form--inline .form-item {
|
||||
margin-right: 20px; /* LTR */
|
||||
}
|
||||
.form--inline .form-item:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
[dir="rtl"] .form--inline .form-item {
|
||||
margin-right: 0;
|
||||
margin-left: 20px;
|
||||
}
|
||||
[dir="rtl"] .form--inline .form-item:last-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
.form--inline .form-actions {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 0;
|
||||
flex-direction: row;
|
||||
width: auto;
|
||||
}
|
||||
.form--inline .form-actions .button {
|
||||
margin-top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form--inline .form-actions .button:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,818 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for jQuery UI.
|
||||
* Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Component containers
|
||||
*/
|
||||
.ui-widget {
|
||||
background: none;
|
||||
}
|
||||
.ui-widget-content {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item-wrapper,
|
||||
.ui-menu .ui-menu-item-wrapper .ui-state-active {
|
||||
padding: 5px 10px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tooltip
|
||||
*/
|
||||
.ui-widget.ui-tooltip {
|
||||
background: white;
|
||||
padding: 6px 12px;
|
||||
border: 1px solid #eee;
|
||||
border-radius: 3px;
|
||||
font-size: 12px;
|
||||
max-width: 460px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Interaction states
|
||||
*/
|
||||
.ui-state-default:focus,
|
||||
.ui-state-hover:focus,
|
||||
.ui-state-focus:focus,
|
||||
.ui-state-active:focus {
|
||||
outline: transparent;
|
||||
}
|
||||
.ui-state-highlight {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/**
|
||||
* Interaction cues
|
||||
*/
|
||||
|
||||
.ui-menu .ui-menu-item:hover {
|
||||
background:#f5f5f5;
|
||||
}
|
||||
|
||||
.ui-state-error,
|
||||
.ui-widget-content .ui-state-error {
|
||||
color: #fff;
|
||||
background: #e63;
|
||||
border-color: #d52;
|
||||
}
|
||||
.ui-state-disabled,
|
||||
.ui-widget-content .ui-state-disabled {
|
||||
opacity: 0.35;
|
||||
}
|
||||
.ui-priority-secondary,
|
||||
.ui-widget-content .ui-priority-secondary {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
/**
|
||||
* Icons
|
||||
*/
|
||||
/* states and images */
|
||||
[dir="ltr"] .ui-icon {
|
||||
display: block;
|
||||
font-size: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(../../../images/icons/ui-icons-222222-256x240.png);
|
||||
}
|
||||
|
||||
.ui-state-default .ui-icon {
|
||||
background-image: url(../../../images/icons/ui-icons-888888-256x240.png);
|
||||
}
|
||||
.ui-state-hover .ui-icon,
|
||||
.ui-state-focus .ui-icon,
|
||||
.ui-state-highlight .ui-icon {
|
||||
background-image: url(../../../images/icons/ui-icons-454545-256x240.png);
|
||||
}
|
||||
.ui-state-active .ui-icon {
|
||||
background-image: url(../../../images/icons/ui-icons-800000-256x240.png);
|
||||
}
|
||||
.ui-state-error .ui-icon,
|
||||
.ui-state-error-text .ui-icon {
|
||||
background-image: url(../../../images/icons/ui-icons-ffffff-256x240.png);
|
||||
}
|
||||
.ui-widget p .ui-icon {
|
||||
margin: 2px 3px 0 0; /* LTR */
|
||||
}
|
||||
|
||||
[dir="rtl"] .ui-widget p .ui-icon {
|
||||
margin: 2px 0 0 3px;
|
||||
}
|
||||
/* positioning */
|
||||
.ui-icon-carat-1-ne {
|
||||
background-position: -16px 0;
|
||||
}
|
||||
.ui-icon-carat-1-e {
|
||||
background-position: -32px 0;
|
||||
}
|
||||
.ui-icon-carat-1-se {
|
||||
background-position: -48px 0;
|
||||
}
|
||||
.ui-icon-carat-1-s {
|
||||
background-position: -64px 0;
|
||||
}
|
||||
.ui-icon-carat-1-sw {
|
||||
background-position: -80px 0;
|
||||
}
|
||||
.ui-icon-carat-1-w {
|
||||
background-position: -96px 0;
|
||||
}
|
||||
.ui-icon-carat-1-nw {
|
||||
background-position: -112px 0;
|
||||
}
|
||||
.ui-icon-carat-2-n-s {
|
||||
background-position: -128px 0;
|
||||
}
|
||||
.ui-icon-carat-2-e-w {
|
||||
background-position: -144px 0;
|
||||
}
|
||||
.ui-icon-triangle-1-n {
|
||||
background-position: 0 -16px;
|
||||
}
|
||||
.ui-icon-triangle-1-ne {
|
||||
background-position: -16px -16px;
|
||||
}
|
||||
.ui-icon-triangle-1-e {
|
||||
background-position: -32px -16px;
|
||||
}
|
||||
.ui-icon-triangle-1-se {
|
||||
background-position: -48px -16px;
|
||||
}
|
||||
.ui-icon-triangle-1-s {
|
||||
background-position: -64px -16px;
|
||||
}
|
||||
.ui-icon-triangle-1-sw {
|
||||
background-position: -80px -16px;
|
||||
}
|
||||
.ui-icon-triangle-1-w {
|
||||
background-position: -96px -16px;
|
||||
}
|
||||
.ui-icon-triangle-1-nw {
|
||||
background-position: -112px -16px;
|
||||
}
|
||||
.ui-icon-triangle-2-n-s {
|
||||
background-position: -128px -16px;
|
||||
}
|
||||
.ui-icon-triangle-2-e-w {
|
||||
background-position: -144px -16px;
|
||||
}
|
||||
.ui-icon-arrow-1-n {
|
||||
background-position: 0 -32px;
|
||||
}
|
||||
.ui-icon-arrow-1-ne {
|
||||
background-position: -16px -32px;
|
||||
}
|
||||
.ui-icon-arrow-1-e {
|
||||
background-position: -32px -32px;
|
||||
}
|
||||
.ui-icon-arrow-1-se {
|
||||
background-position: -48px -32px;
|
||||
}
|
||||
.ui-icon-arrow-1-s {
|
||||
background-position: -64px -32px;
|
||||
}
|
||||
.ui-icon-arrow-1-sw {
|
||||
background-position: -80px -32px;
|
||||
}
|
||||
.ui-icon-arrow-1-w {
|
||||
background-position: -96px -32px;
|
||||
}
|
||||
.ui-icon-arrow-1-nw {
|
||||
background-position: -112px -32px;
|
||||
}
|
||||
.ui-icon-arrow-2-n-s {
|
||||
background-position: -128px -32px;
|
||||
}
|
||||
.ui-icon-arrow-2-ne-sw {
|
||||
background-position: -144px -32px;
|
||||
}
|
||||
.ui-icon-arrow-2-e-w {
|
||||
background-position: -160px -32px;
|
||||
}
|
||||
.ui-icon-arrow-2-se-nw {
|
||||
background-position: -176px -32px;
|
||||
}
|
||||
.ui-icon-arrowstop-1-n {
|
||||
background-position: -192px -32px;
|
||||
}
|
||||
.ui-icon-arrowstop-1-e {
|
||||
background-position: -208px -32px;
|
||||
}
|
||||
.ui-icon-arrowstop-1-s {
|
||||
background-position: -224px -32px;
|
||||
}
|
||||
.ui-icon-arrowstop-1-w {
|
||||
background-position: -240px -32px;
|
||||
}
|
||||
.ui-icon-arrowthick-1-n {
|
||||
background-position: 0 -48px;
|
||||
}
|
||||
.ui-icon-arrowthick-1-ne {
|
||||
background-position: -16px -48px;
|
||||
}
|
||||
.ui-icon-arrowthick-1-e {
|
||||
background-position: -32px -48px;
|
||||
}
|
||||
.ui-icon-arrowthick-1-se {
|
||||
background-position: -48px -48px;
|
||||
}
|
||||
.ui-icon-arrowthick-1-s {
|
||||
background-position: -64px -48px;
|
||||
}
|
||||
.ui-icon-arrowthick-1-sw {
|
||||
background-position: -80px -48px;
|
||||
}
|
||||
.ui-icon-arrowthick-1-w {
|
||||
background-position: -96px -48px;
|
||||
}
|
||||
.ui-icon-arrowthick-1-nw {
|
||||
background-position: -112px -48px;
|
||||
}
|
||||
.ui-icon-arrowthick-2-n-s {
|
||||
background-position: -128px -48px;
|
||||
}
|
||||
.ui-icon-arrowthick-2-ne-sw {
|
||||
background-position: -144px -48px;
|
||||
}
|
||||
.ui-icon-arrowthick-2-e-w {
|
||||
background-position: -160px -48px;
|
||||
}
|
||||
.ui-icon-arrowthick-2-se-nw {
|
||||
background-position: -176px -48px;
|
||||
}
|
||||
.ui-icon-arrowthickstop-1-n {
|
||||
background-position: -192px -48px;
|
||||
}
|
||||
.ui-icon-arrowthickstop-1-e {
|
||||
background-position: -208px -48px;
|
||||
}
|
||||
.ui-icon-arrowthickstop-1-s {
|
||||
background-position: -224px -48px;
|
||||
}
|
||||
.ui-icon-arrowthickstop-1-w {
|
||||
background-position: -240px -48px;
|
||||
}
|
||||
.ui-icon-arrowreturnthick-1-w {
|
||||
background-position: 0 -64px;
|
||||
}
|
||||
.ui-icon-arrowreturnthick-1-n {
|
||||
background-position: -16px -64px;
|
||||
}
|
||||
.ui-icon-arrowreturnthick-1-e {
|
||||
background-position: -32px -64px;
|
||||
}
|
||||
.ui-icon-arrowreturnthick-1-s {
|
||||
background-position: -48px -64px;
|
||||
}
|
||||
.ui-icon-arrowreturn-1-w {
|
||||
background-position: -64px -64px;
|
||||
}
|
||||
.ui-icon-arrowreturn-1-n {
|
||||
background-position: -80px -64px;
|
||||
}
|
||||
.ui-icon-arrowreturn-1-e {
|
||||
background-position: -96px -64px;
|
||||
}
|
||||
.ui-icon-arrowreturn-1-s {
|
||||
background-position: -112px -64px;
|
||||
}
|
||||
.ui-icon-arrowrefresh-1-w {
|
||||
background-position: -128px -64px;
|
||||
}
|
||||
.ui-icon-arrowrefresh-1-n {
|
||||
background-position: -144px -64px;
|
||||
}
|
||||
.ui-icon-arrowrefresh-1-e {
|
||||
background-position: -160px -64px;
|
||||
}
|
||||
.ui-icon-arrowrefresh-1-s {
|
||||
background-position: -176px -64px;
|
||||
}
|
||||
.ui-icon-arrow-4 {
|
||||
background-position: 0 -80px;
|
||||
}
|
||||
.ui-icon-arrow-4-diag {
|
||||
background-position: -16px -80px;
|
||||
}
|
||||
.ui-icon-extlink {
|
||||
background-position: -32px -80px;
|
||||
}
|
||||
.ui-icon-newwin {
|
||||
background-position: -48px -80px;
|
||||
}
|
||||
.ui-icon-refresh {
|
||||
background-position: -64px -80px;
|
||||
}
|
||||
.ui-icon-shuffle {
|
||||
background-position: -80px -80px;
|
||||
}
|
||||
.ui-icon-transfer-e-w {
|
||||
background-position: -96px -80px;
|
||||
}
|
||||
.ui-icon-transferthick-e-w {
|
||||
background-position: -112px -80px;
|
||||
}
|
||||
.ui-icon-folder-collapsed {
|
||||
background-position: 0 -96px;
|
||||
}
|
||||
.ui-icon-folder-open {
|
||||
background-position: -16px -96px;
|
||||
}
|
||||
.ui-icon-document {
|
||||
background-position: -32px -96px;
|
||||
}
|
||||
.ui-icon-document-b {
|
||||
background-position: -48px -96px;
|
||||
}
|
||||
.ui-icon-note {
|
||||
background-position: -64px -96px;
|
||||
}
|
||||
.ui-icon-mail-closed {
|
||||
background-position: -80px -96px;
|
||||
}
|
||||
.ui-icon-mail-open {
|
||||
background-position: -96px -96px;
|
||||
}
|
||||
.ui-icon-suitcase {
|
||||
background-position: -112px -96px;
|
||||
}
|
||||
.ui-icon-comment {
|
||||
background-position: -128px -96px;
|
||||
}
|
||||
.ui-icon-person {
|
||||
background-position: -144px -96px;
|
||||
}
|
||||
.ui-icon-print {
|
||||
background-position: -160px -96px;
|
||||
}
|
||||
.ui-icon-trash {
|
||||
background-position: -176px -96px;
|
||||
}
|
||||
.ui-icon-locked {
|
||||
background-position: -192px -96px;
|
||||
}
|
||||
.ui-icon-unlocked {
|
||||
background-position: -208px -96px;
|
||||
}
|
||||
.ui-icon-bookmark {
|
||||
background-position: -224px -96px;
|
||||
}
|
||||
.ui-icon-tag {
|
||||
background-position: -240px -96px;
|
||||
}
|
||||
.ui-icon-home {
|
||||
background-position: 0 -112px;
|
||||
}
|
||||
.ui-icon-flag {
|
||||
background-position: -16px -112px;
|
||||
}
|
||||
.ui-icon-calendar {
|
||||
background-position: -32px -112px;
|
||||
}
|
||||
.ui-icon-cart {
|
||||
background-position: -48px -112px;
|
||||
}
|
||||
.ui-icon-pencil {
|
||||
background-position: -64px -112px;
|
||||
}
|
||||
.ui-icon-clock {
|
||||
background-position: -80px -112px;
|
||||
}
|
||||
.ui-icon-disk {
|
||||
background-position: -96px -112px;
|
||||
}
|
||||
.ui-icon-calculator {
|
||||
background-position: -112px -112px;
|
||||
}
|
||||
.ui-icon-zoomin {
|
||||
background-position: -128px -112px;
|
||||
}
|
||||
.ui-icon-zoomout {
|
||||
background-position: -144px -112px;
|
||||
}
|
||||
.ui-icon-search {
|
||||
background-position: -160px -112px;
|
||||
}
|
||||
.ui-icon-wrench {
|
||||
background-position: -176px -112px;
|
||||
}
|
||||
.ui-icon-gear {
|
||||
background-position: -192px -112px;
|
||||
}
|
||||
.ui-icon-heart {
|
||||
background-position: -208px -112px;
|
||||
}
|
||||
.ui-icon-star {
|
||||
background-position: -224px -112px;
|
||||
}
|
||||
.ui-icon-link {
|
||||
background-position: -240px -112px;
|
||||
}
|
||||
.ui-icon-cancel {
|
||||
background-position: 0 -128px;
|
||||
}
|
||||
.ui-icon-plus {
|
||||
background-position: -16px -128px;
|
||||
}
|
||||
.ui-icon-plusthick {
|
||||
background-position: -32px -128px;
|
||||
}
|
||||
.ui-icon-minus {
|
||||
background-position: -48px -128px;
|
||||
}
|
||||
.ui-icon-minusthick {
|
||||
background-position: -64px -128px;
|
||||
}
|
||||
.ui-icon-close {
|
||||
background-position: -80px -128px;
|
||||
}
|
||||
.ui-icon-closethick {
|
||||
background-position: -96px -128px;
|
||||
}
|
||||
.ui-icon-key {
|
||||
background-position: -112px -128px;
|
||||
}
|
||||
.ui-icon-lightbulb {
|
||||
background-position: -128px -128px;
|
||||
}
|
||||
.ui-icon-scissors {
|
||||
background-position: -144px -128px;
|
||||
}
|
||||
.ui-icon-clipboard {
|
||||
background-position: -160px -128px;
|
||||
}
|
||||
.ui-icon-copy {
|
||||
background-position: -176px -128px;
|
||||
}
|
||||
.ui-icon-contact {
|
||||
background-position: -192px -128px;
|
||||
}
|
||||
.ui-icon-image {
|
||||
background-position: -208px -128px;
|
||||
}
|
||||
.ui-icon-video {
|
||||
background-position: -224px -128px;
|
||||
}
|
||||
.ui-icon-script {
|
||||
background-position: -240px -128px;
|
||||
}
|
||||
.ui-icon-alert {
|
||||
background-position: 0 -144px;
|
||||
}
|
||||
.ui-icon-info {
|
||||
background-position: -16px -144px;
|
||||
}
|
||||
.ui-icon-notice {
|
||||
background-position: -32px -144px;
|
||||
}
|
||||
.ui-icon-help {
|
||||
background-position: -48px -144px;
|
||||
}
|
||||
.ui-icon-check {
|
||||
background-position: -64px -144px;
|
||||
}
|
||||
.ui-icon-bullet {
|
||||
background-position: -80px -144px;
|
||||
}
|
||||
.ui-icon-radio-off {
|
||||
background-position: -96px -144px;
|
||||
}
|
||||
.ui-icon-radio-on {
|
||||
background-position: -112px -144px;
|
||||
}
|
||||
.ui-icon-pin-w {
|
||||
background-position: -128px -144px;
|
||||
}
|
||||
.ui-icon-pin-s {
|
||||
background-position: -144px -144px;
|
||||
}
|
||||
.ui-icon-play {
|
||||
background-position: 0 -160px;
|
||||
}
|
||||
.ui-icon-pause {
|
||||
background-position: -16px -160px;
|
||||
}
|
||||
.ui-icon-seek-next {
|
||||
background-position: -32px -160px;
|
||||
}
|
||||
.ui-icon-seek-prev {
|
||||
background-position: -48px -160px;
|
||||
}
|
||||
.ui-icon-seek-end {
|
||||
background-position: -64px -160px;
|
||||
}
|
||||
.ui-icon-seek-first {
|
||||
background-position: -80px -160px;
|
||||
}
|
||||
.ui-icon-stop {
|
||||
background-position: -96px -160px;
|
||||
}
|
||||
.ui-icon-eject {
|
||||
background-position: -112px -160px;
|
||||
}
|
||||
.ui-icon-volume-off {
|
||||
background-position: -128px -160px;
|
||||
}
|
||||
.ui-icon-volume-on {
|
||||
background-position: -144px -160px;
|
||||
}
|
||||
.ui-icon-power {
|
||||
background-position: 0 -176px;
|
||||
}
|
||||
.ui-icon-signal-diag {
|
||||
background-position: -16px -176px;
|
||||
}
|
||||
.ui-icon-signal {
|
||||
background-position: -32px -176px;
|
||||
}
|
||||
.ui-icon-battery-0 {
|
||||
background-position: -48px -176px;
|
||||
}
|
||||
.ui-icon-battery-1 {
|
||||
background-position: -64px -176px;
|
||||
}
|
||||
.ui-icon-battery-2 {
|
||||
background-position: -80px -176px;
|
||||
}
|
||||
.ui-icon-battery-3 {
|
||||
background-position: -96px -176px;
|
||||
}
|
||||
.ui-icon-circle-plus {
|
||||
background-position: 0 -192px;
|
||||
}
|
||||
.ui-icon-circle-minus {
|
||||
background-position: -16px -192px;
|
||||
}
|
||||
.ui-icon-circle-close {
|
||||
background-position: -32px -192px;
|
||||
}
|
||||
.ui-icon-circle-triangle-e {
|
||||
background-position: -48px -192px;
|
||||
}
|
||||
.ui-icon-circle-triangle-s {
|
||||
background-position: -64px -192px;
|
||||
}
|
||||
.ui-icon-circle-triangle-w {
|
||||
background-position: -80px -192px;
|
||||
}
|
||||
.ui-icon-circle-triangle-n {
|
||||
background-position: -96px -192px;
|
||||
}
|
||||
.ui-icon-circle-arrow-e {
|
||||
background-position: -112px -192px;
|
||||
}
|
||||
.ui-icon-circle-arrow-s {
|
||||
background-position: -128px -192px;
|
||||
}
|
||||
.ui-icon-circle-arrow-w {
|
||||
background-position: -144px -192px;
|
||||
}
|
||||
.ui-icon-circle-arrow-n {
|
||||
background-position: -160px -192px;
|
||||
}
|
||||
.ui-icon-circle-zoomin {
|
||||
background-position: -176px -192px;
|
||||
}
|
||||
.ui-icon-circle-zoomout {
|
||||
background-position: -192px -192px;
|
||||
}
|
||||
.ui-icon-circle-check {
|
||||
background-position: -208px -192px;
|
||||
}
|
||||
.ui-icon-circlesmall-plus {
|
||||
background-position: 0 -208px;
|
||||
}
|
||||
.ui-icon-circlesmall-minus {
|
||||
background-position: -16px -208px;
|
||||
}
|
||||
.ui-icon-circlesmall-close {
|
||||
background-position: -32px -208px;
|
||||
}
|
||||
.ui-icon-squaresmall-plus {
|
||||
background-position: -48px -208px;
|
||||
}
|
||||
.ui-icon-squaresmall-minus {
|
||||
background-position: -64px -208px;
|
||||
}
|
||||
.ui-icon-squaresmall-close {
|
||||
background-position: -80px -208px;
|
||||
}
|
||||
.ui-icon-grip-dotted-vertical {
|
||||
background-position: 0 -224px;
|
||||
}
|
||||
.ui-icon-grip-dotted-horizontal {
|
||||
background-position: -16px -224px;
|
||||
}
|
||||
.ui-icon-grip-solid-vertical {
|
||||
background-position: -32px -224px;
|
||||
}
|
||||
.ui-icon-grip-solid-horizontal {
|
||||
background-position: -48px -224px;
|
||||
}
|
||||
.ui-icon-gripsmall-diagonal-se {
|
||||
background-position: -64px -224px;
|
||||
}
|
||||
.ui-icon-grip-diagonal-se {
|
||||
background-position: -80px -224px;
|
||||
}
|
||||
.ui-icon-carat-1-n {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Accordion
|
||||
*/
|
||||
.ui-accordion {
|
||||
border: none;
|
||||
}
|
||||
.ui-accordion .ui-accordion-header {
|
||||
border: solid 1px #ccc;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.ui-accordion h3.ui-accordion-header,
|
||||
#block-system-main h3.ui-accordion-header {
|
||||
font-size: 1.1em;
|
||||
margin: 10px 0;
|
||||
}
|
||||
#block-system-main .ui-accordion h3.ui-state-active,
|
||||
.ui-accordion h3.ui-state-active {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.ui-accordion .ui-accordion-header a {
|
||||
display: block;
|
||||
}
|
||||
.ui-accordion .ui-accordion-content {
|
||||
padding: 1em 2.2em;
|
||||
border: solid 1px #ccc;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tabs
|
||||
*/
|
||||
.ui-tabs {
|
||||
padding: 0;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
padding: 5px 10px 4px;
|
||||
margin: 0;
|
||||
line-height: 20px;
|
||||
border-bottom: solid 1px #ccc;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
padding: 0 1em 0 10px; /* LTR */
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
[dir="rtl"] .ui-tabs .ui-tabs-nav li {
|
||||
padding: 0 10px 0 1em;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li a {
|
||||
float: none;
|
||||
padding: 0 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav .ui-tabs-selected a {
|
||||
color: #fff;
|
||||
background: #666;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Overlays
|
||||
*/
|
||||
|
||||
.ui-widget-overlay {
|
||||
background-color: rgba(0,0,0, 0.7);
|
||||
animation: fade 0.4s;
|
||||
z-index: 1260;
|
||||
}
|
||||
|
||||
@keyframes fade {
|
||||
0% {
|
||||
background-color: rgba(0,0,0, 0);
|
||||
}
|
||||
100% {
|
||||
background-color: rgba(0,0,0, 0.7);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Slider
|
||||
*/
|
||||
.ui-slider {
|
||||
border: solid 1px #ccc;
|
||||
}
|
||||
.ui-slider .ui-slider-range {
|
||||
background: #e4e4e4;
|
||||
}
|
||||
.ui-slider .ui-slider-handle {
|
||||
border: 1px solid #e4e4e4;
|
||||
border-bottom: 1px solid #b4b4b4;
|
||||
border-left-color: #d2d2d2;
|
||||
border-right-color: #d2d2d2;
|
||||
background-color: #e4e4e4;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.ui-slider a.ui-state-active,
|
||||
.ui-slider .ui-slider-handle:active {
|
||||
background: #666;
|
||||
color: #fff;
|
||||
border: solid 1px #555;
|
||||
}
|
||||
|
||||
/**
|
||||
* Progress Bar
|
||||
*/
|
||||
.ui-progressbar {
|
||||
background: #e4e4e4;
|
||||
height: 1.4em;
|
||||
}
|
||||
.ui-progressbar .ui-progressbar-value {
|
||||
background: #0072b9;
|
||||
height: 1.5em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Date Picker
|
||||
*/
|
||||
.ui-datepicker {
|
||||
border: 1px solid #a6a6a6;
|
||||
background: #fff;
|
||||
/* Override datepicker.css */
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Override tables.css */
|
||||
.ui-datepicker-calendar thead tr {
|
||||
border-bottom: 1px solid #a6a6a6;
|
||||
border-top: 1px solid #a6a6a6;
|
||||
}
|
||||
.ui-datepicker-calendar tr:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/* Override datepicker.css */
|
||||
.ui-datepicker td {
|
||||
padding: 0;
|
||||
}
|
||||
.ui-datepicker td span,
|
||||
.ui-datepicker td a {
|
||||
color: inherit;
|
||||
/* Override datepicker.css */
|
||||
text-align: center;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
|
||||
cursor: pointer;
|
||||
/* Override datepicker.css - keep icons still on hover */
|
||||
right: 2px;
|
||||
top: 2px;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
|
||||
cursor: pointer;
|
||||
/* Override datepicker.css - keep icons still on hover */
|
||||
left: 2px;
|
||||
top: 2px;
|
||||
}
|
||||
.ui-datepicker td a.ui-state-hover {
|
||||
background-color: #f7fcff;
|
||||
}
|
||||
.ui-datepicker .ui-state-active {
|
||||
background: #ebeae4;
|
||||
border: none;
|
||||
}
|
||||
.ui-datepicker .ui-state-highlight {
|
||||
font-weight: bold;
|
||||
/* Override datepicker.css */
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Autocomplete
|
||||
*/
|
||||
.ui-autocomplete {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
max-height: 50%;
|
||||
}
|
||||
|
||||
/* Suggestion list */
|
||||
.ui-autocomplete .ui-menu-item.ui-state-focus,
|
||||
.autocomplete .ui-menu-item.ui-state-hover {
|
||||
background: #0072b9;
|
||||
margin: 0;
|
||||
}
|
||||
.ui-autocomplete .ui-state-focus a,
|
||||
.autocomplete .ui-state-hover a {
|
||||
color: #fff;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
.media-form .field--name-status {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
/**
|
||||
* Menus and lists.
|
||||
*/
|
||||
.item-list ul {
|
||||
list-style-type: disc;
|
||||
list-style-image: none;
|
||||
margin: 0.25em 0 0.25em 1.5em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .item-list ul {
|
||||
margin: 0.25em 1.5em 0.25em 0;
|
||||
}
|
||||
.item-list ul li,
|
||||
.menu-item {
|
||||
list-style-type: disc;
|
||||
list-style-image: none;
|
||||
}
|
||||
.menu-item {
|
||||
margin: 0;
|
||||
}
|
||||
.item-list ul .collapsed,
|
||||
.menu-item--collapsed {
|
||||
list-style-image: url(../../images/icons/arrow_right_small.svg);
|
||||
list-style-type: disc;
|
||||
}
|
||||
.item-list ul .expanded,
|
||||
.menu-item--expanded {
|
||||
list-style-image: url(../../images/icons/arrow_right_small.svg);
|
||||
list-style-type: circle;
|
||||
}
|
||||
ul.links li,
|
||||
ul.inline li {
|
||||
padding-right: 1em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] ul.links li,
|
||||
[dir="rtl"] ul.inline li {
|
||||
padding-left: 1em;
|
||||
padding-right: 0;
|
||||
}
|
||||
ul.inline li {
|
||||
display: inline;
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
/**
|
||||
* Messages.
|
||||
*/
|
||||
.messages {
|
||||
margin: 0 0 20px 0;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background-size: 16px;
|
||||
background-position: 16px 19px;
|
||||
background-repeat: no-repeat;
|
||||
padding: 15px 20px 15px 46px;
|
||||
line-height: 1.8;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.messages a {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.messages--error {
|
||||
border-color: #e32700;
|
||||
color: #e32700;
|
||||
background-color: #ffefef;
|
||||
background-image: url(../../images/icons/error.svg);
|
||||
}
|
||||
|
||||
.messages--error a {
|
||||
color: #e32700;
|
||||
}
|
||||
|
||||
.messages--warning {
|
||||
border-color: #e29700;
|
||||
color: #e29700;
|
||||
background-color: #f9f8e6;
|
||||
background-image: url(../../images/icons/warning.svg);
|
||||
}
|
||||
|
||||
.messages--warning a {
|
||||
color: #e29700;
|
||||
}
|
||||
|
||||
.messages--status {
|
||||
border-color: #2fb419;
|
||||
color: #2fb419;
|
||||
background-color: #e8f9e6;
|
||||
background-image: url(../../images/icons/check.svg);
|
||||
}
|
||||
|
||||
.messages--status a {
|
||||
color: #2fb419;
|
||||
}
|
||||
|
||||
.messages h2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.messages ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
/* Modules page */
|
||||
.system-modules fieldset {
|
||||
border: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
.system-modules details {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.system-modules summary {
|
||||
border-bottom: 1px solid #f5f5f5;
|
||||
padding: 20px 0;
|
||||
line-height: 1;
|
||||
}
|
||||
.system-modules [open] summary {
|
||||
border-bottom: none;
|
||||
}
|
||||
.system-modules .details-wrapper {
|
||||
padding: 0 0 0.5em 0;
|
||||
}
|
||||
.system-modules .fieldset-wrapper {
|
||||
padding: 0;
|
||||
}
|
||||
.system-modules table,
|
||||
.locale-translation-status-form table {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.system-modules tr.even,
|
||||
.system-modules tr.odd,
|
||||
.locale-translation-status-form tr.even,
|
||||
.locale-translation-status-form tr.odd {
|
||||
background: #f5f5f5;
|
||||
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;
|
||||
}
|
||||
|
||||
.system-modules .form-actions {
|
||||
margin-top: 20px;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
.node__submitted {
|
||||
margin: 1em 0;
|
||||
}
|
||||
@@ -0,0 +1,114 @@
|
||||
/**
|
||||
* @file
|
||||
* CSS for off-canvas dialog.
|
||||
*/
|
||||
|
||||
.ui-dialog-off-canvas {
|
||||
border-left: 1px solid #e6e4df;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .ui-widget-content.ui-dialog-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .ui-tabs .ui-tabs-panel {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .ui-tabs .ui-tabs-nav {
|
||||
border-bottom: 0;
|
||||
padding: 0;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
||||
margin: 0;
|
||||
padding-bottom: 0;
|
||||
background: white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .ui-tabs .ui-tabs-nav li {
|
||||
padding: 0;
|
||||
border: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .ui-tabs .ui-tabs-nav li a {
|
||||
padding: 10px 20px;
|
||||
line-height: 1.8;
|
||||
display: flex;
|
||||
}
|
||||
.ui-dialog-off-canvas .ui-tabs .ui-tabs-nav li a:hover {
|
||||
background: #f9f9f9;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas fieldset:not(.fieldgroup) {
|
||||
background: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas details fieldset:not(.fieldgroup) {
|
||||
padding: 55px 0 0 0;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .ui-dialog-content .form-actions {
|
||||
padding: 20px;
|
||||
position: relative;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas details {
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas table,
|
||||
.ui-dialog-off-canvas .form-wrapper {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .form-wrapper {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .form-wrapper:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.ui-dialog-content .container-inline .form-item {
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@media screen and (min-width: 640px) {
|
||||
.ui-dialog-off-canvas .form-wrapper {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .form-item,
|
||||
.ui-dialog-content .container-inline .form-item,
|
||||
.ui-dialog-off-canvas .button.button--small {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .details-wrapper .form-item,
|
||||
.ui-dialog-off-canvas fieldset .form-item {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-dialog-content .container-inline .form-item:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .button {
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.ui-dialog-off-canvas .button:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @file
|
||||
* Page title.
|
||||
*/
|
||||
.page-title {
|
||||
display: inline-block;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for Mediteran's Pagination.
|
||||
*/
|
||||
|
||||
nav.pager {
|
||||
margin-top: 40px;
|
||||
padding-top: 20px;
|
||||
border-top: 1px solid #e6e4df;
|
||||
}
|
||||
|
||||
.pager__items {
|
||||
margin: 20px 0 0 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pager__item {
|
||||
display: inline-flex;
|
||||
font-size: 12px;
|
||||
margin: 0 10px 10px 0;
|
||||
padding: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.pager__item a,
|
||||
.pager__item.is-active {
|
||||
line-height: 14px;
|
||||
padding: 5px 10px;
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #b8b8b8;
|
||||
color: #333;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.pager__item.is-active a,
|
||||
.pager__item.is-active {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.pager__item.is-active a {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.pager__item a:hover,
|
||||
.pager__item a:focus {
|
||||
border-color: #0678be;
|
||||
color: #0678be;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.pager__items {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @file
|
||||
* Panel styling. Panels are used to visually group items together.
|
||||
*/
|
||||
|
||||
.panel {
|
||||
margin: 0 0 20px;
|
||||
padding: 0;
|
||||
}
|
||||
.panel__title {
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.panel .admin-list li:nth-child(1) a,
|
||||
.panel .admin-list li:nth-child(2) a {
|
||||
border-top: none;
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
/**
|
||||
* @file
|
||||
* Visual styles for progress bar.
|
||||
*
|
||||
* @see progress.js
|
||||
*/
|
||||
|
||||
.progress__track {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.progress__bar {
|
||||
background: #057ec9;
|
||||
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), -webkit-linear-gradient(left top, #008ce3 0%, #008ce3 25%, #0678be 25%, #0678be 50%, #008ce3 50%, #008ce3 75%, #008ce3 100%);
|
||||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #008ce3 0%, #008ce3 25%, #0678be 25%, #0678be 50%, #008ce3 50%, #008ce3 75%, #008ce3 100%);
|
||||
background-size: 40px 40px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 16px;
|
||||
animation: animate-stripes 3s linear infinite;
|
||||
-webkit-animation: animate-stripes 3s linear infinite;
|
||||
-moz-animation: animate-stripes 3s linear infinite;
|
||||
-webkit-transition: width 0.5s ease-out;
|
||||
transition: width 0.5s ease-out;
|
||||
}
|
||||
[dir="rtl"] .progress__bar {
|
||||
animation-direction: reverse;
|
||||
-webkit-animation-direction: reverse;
|
||||
-moz-animation-direction: reverse;
|
||||
}
|
||||
|
||||
/**
|
||||
* Progress bar animations.
|
||||
*/
|
||||
@-webkit-keyframes animate-stripes {
|
||||
0% {
|
||||
background-position: 0 0, 0 0;
|
||||
}
|
||||
100% {
|
||||
background-position: 0 0, -80px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@-ms-keyframes animate-stripes {
|
||||
0% {
|
||||
background-position: 0 0, 0 0;
|
||||
}
|
||||
100% {
|
||||
background-position: 0 0, -80px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes animate-stripes {
|
||||
0% {
|
||||
background-position: 0 0, 0 0;
|
||||
}
|
||||
100% {
|
||||
background-position: 0 0, -80px 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
/**
|
||||
* @file
|
||||
* Override Quick Edit's entity toolbar style on the Drupal front-end.
|
||||
*
|
||||
* I.e. loaded by Quick Edit on the front-end, despite this being a back-end theme.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The Mediteran style guide prescribes softer corners.
|
||||
*/
|
||||
.quickedit-toolbar-container > .quickedit-toolbar-content,
|
||||
.quickedit-toolbar-container > .quickedit-toolbar-lining {
|
||||
border-radius: 4px;
|
||||
}
|
||||
.quickedit-button {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Entity toolbar's "save" button must be styled like a Mediteran primary button.
|
||||
*/
|
||||
.quickedit-button.action-save,
|
||||
.quickedit-button.action-saving {
|
||||
border-color: #1e5c90;
|
||||
background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
|
||||
background-image: linear-gradient(to bottom, #007bc6, #0071b8);
|
||||
color: #fff;
|
||||
text-shadow: 0 1px hsla(0, 0%, 0%, 0.5);
|
||||
font-weight: 700;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
margin-top: 2px;
|
||||
}
|
||||
.quickedit-button.action-save:hover,
|
||||
.quickedit-button.action-save:focus,
|
||||
.quickedit-button.action-saving:hover,
|
||||
.quickedit-button.action-saving:focus {
|
||||
background-color: #2369a6;
|
||||
background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7);
|
||||
background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
|
||||
border-color: #1e5c90;
|
||||
color: #fff;
|
||||
}
|
||||
.quickedit-button.action-save:hover,
|
||||
.quickedit-button.action-save:focus,
|
||||
.quickedit-button.action-saving:hover,
|
||||
.quickedit-button.action-saving:focus {
|
||||
box-shadow: 0 1px 2px hsla(203, 10%, 10%, 0.25);
|
||||
}
|
||||
.quickedit-button.action-save:active,
|
||||
.quickedit-button.action-saving:active {
|
||||
background-image: -webkit-linear-gradient(top, #08639b, #0071b8);
|
||||
background-image: linear-gradient(to bottom, #08639b, #0071b8);
|
||||
border-color: #144b78;
|
||||
box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2);
|
||||
}
|
||||
|
||||
/**
|
||||
* The entity toolbar's "save" button's top margin shifts both buttons 2px down,
|
||||
* so we must compensate for that to achieve vertically centered positioning.
|
||||
*/
|
||||
.quickedit .icon-close:before {
|
||||
top: 8px;
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for administration pages.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Add search page select/submit.
|
||||
*/
|
||||
.search-admin-settings .container-inline {
|
||||
margin-bottom: 1em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.search-admin-settings label[for="edit-search-type"] {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.search-admin-settings .container-inline .button {
|
||||
margin-left: 0;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.search-admin-settings .form-item-search-type {
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.search-admin-settings .form-item-search-type label {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.search-admin-settings .container-inline {
|
||||
flex-direction: row;
|
||||
}
|
||||
.search-admin-settings .container-inline .button {
|
||||
margin-left: 20px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.search-admin-settings .form-item-search-type {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* @file
|
||||
* Skip link
|
||||
*
|
||||
* Allows keyboard users to quickly skip to the main content of the page.
|
||||
*/
|
||||
|
||||
.skip-link {
|
||||
left: 50%;
|
||||
-webkit-transform: translateX(-50%);
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
z-index: 50;
|
||||
background: #444;
|
||||
color: #fff;
|
||||
font-size: 0.94em;
|
||||
padding: 1px 10px 2px;
|
||||
border-radius: 0 0 10px 10px;
|
||||
}
|
||||
.skip-link:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
.skip-link.visually-hidden.focusable:focus {
|
||||
position: absolute;
|
||||
}
|
||||
@@ -0,0 +1,251 @@
|
||||
/**
|
||||
* @file
|
||||
* Mediteran styles for the System Status Report.
|
||||
*/
|
||||
|
||||
.system-status-report__requirements-group {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.system-status-report__requirements-group .color-warning,
|
||||
.system-status-report__requirements-group .color-error,
|
||||
.system-status-report__requirements-group .color-success,
|
||||
.system-status-report__requirements-group .color-checked {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.system-status-report__requirements-group dl dd::before {
|
||||
content: '•';
|
||||
margin-right: 10px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
.system-status-report__entry {
|
||||
border: 0;
|
||||
margin: 0 0 20px 0;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
.system-status-report__entry:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.system-status-report__entry--error {
|
||||
background-color: transparent;
|
||||
}
|
||||
.system-status-report__entry--warning {
|
||||
background-color: transparent;
|
||||
}
|
||||
.system-status-report__entry--error strong,
|
||||
.system-status-report__entry--error a {
|
||||
color: #e32700;
|
||||
font-weight: 700;
|
||||
}
|
||||
.system-status-report__entry--warning strong,
|
||||
.system-status-report__entry--warning a {
|
||||
color: #e29700;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.system-status-report__entry--checked strong,
|
||||
.system-status-report__entry--checked a {
|
||||
color: #73b355;
|
||||
font-weight: 700;
|
||||
}
|
||||
/* Account for native and poly-filled details element */
|
||||
.system-status-report__status-title {
|
||||
position: relative;
|
||||
padding: 1em 2em 1em 3em; /* LTR */
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
.system-status-report__status-title .details-title {
|
||||
color: inherit;
|
||||
text-transform: none;
|
||||
}
|
||||
.system-status-report__status-title .details-title {
|
||||
padding-left: 3em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .system-status-report__status-title .details-title {
|
||||
padding-right: 3em;
|
||||
padding-left: 0;
|
||||
}
|
||||
[dir="rtl"].details .system-status-report__status-title {
|
||||
padding: 1em 3em 1em 2em;
|
||||
}
|
||||
.collapse-processed > .system-status-report__status-title:before {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
.system-status-report__status-title::-webkit-details-marker {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .collapse-processed > .system-status-report__status-title:before {
|
||||
float: left;
|
||||
}
|
||||
[dir="rtl"] .system-status-report__status-title::-webkit-details-marker {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.system-status-report__entry__value .description {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.system-status-report__entry__value .description ul {
|
||||
margin: 0 0 0 20px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.system-status-report__status-title {
|
||||
color: #73b355;
|
||||
}
|
||||
|
||||
.system-status-report__status-icon--warning {
|
||||
color: #e29700;
|
||||
}
|
||||
|
||||
.system-status-report__status-icon--error {
|
||||
color: #e32700;
|
||||
}
|
||||
|
||||
/* Make poly-filled details and summary elements behave correctly. */
|
||||
.system-status-report summary:first-child ~ * {
|
||||
display: none;
|
||||
}
|
||||
.system-status-report details[open] > *,
|
||||
.system-status-report details > summary:first-child {
|
||||
display: list-item;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.system-status-report details summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
@media screen and (max-width: 768px) {
|
||||
.system-status-report summary:after {
|
||||
content: '';
|
||||
border-style: solid;
|
||||
border-width: 7px 5px 0 5px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
top: 24px;
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
.system-status-report details[open] summary:after {
|
||||
content: '';
|
||||
border-width: 0 5px 7px 5px;
|
||||
}
|
||||
|
||||
.system-status-report .color-error summary::after {
|
||||
border-color: #e32700 transparent transparent transparent;
|
||||
}
|
||||
|
||||
.system-status-report .color-error[open] summary::after {
|
||||
border-color: transparent transparent #e32700 transparent;
|
||||
}
|
||||
|
||||
.system-status-report .color-warning summary::after {
|
||||
border-color: #e29700 transparent transparent transparent;
|
||||
}
|
||||
|
||||
.system-status-report .color-warning[open] summary::after {
|
||||
border-color: transparent transparent #e29700 transparent;
|
||||
}
|
||||
.system-status-report .color-checked summary::after {
|
||||
border-color: #73b355 transparent transparent transparent;
|
||||
}
|
||||
|
||||
.system-status-report .color-checked[open] summary::after {
|
||||
border-color: transparent transparent #73b355 transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.system-status-report__status-title .details-title:before,
|
||||
.details .system-status-report__status-icon:before,
|
||||
.system-status-report__entry--checked .system-status-report__status-title:before {
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: top center;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
position: absolute;
|
||||
left: 15px; /* LTR */
|
||||
top: 19px;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-right: 10px; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .system-status-report__status-title .details-title:before,
|
||||
[dir="rtl"] .details .system-status-report__status-title:before,
|
||||
[dir="rtl"] .system-status-report__entry--checked .system-status-report__status-title:before {
|
||||
left: auto;
|
||||
right: 15px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.system-status-report__entry--checked .system-status-report__status-title:before {
|
||||
background-image: url(../../images/icons/check.svg);
|
||||
}
|
||||
|
||||
.system-status-report__status-icon--error .details-title:before,
|
||||
.details .system-status-report__status-icon--error:before {
|
||||
background-image: url(../../images/icons/error.svg);
|
||||
}
|
||||
.system-status-report__status-icon--warning .details-title:before,
|
||||
.details .system-status-report__status-icon--warning:before {
|
||||
background-image: url(../../images/icons/warning.svg);
|
||||
}
|
||||
|
||||
.system-status-report__entry__value {
|
||||
box-sizing: border-box;
|
||||
padding: 0 1em 1em 3em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .system-status-report__entry__value {
|
||||
padding-right: 3em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 769px) {
|
||||
.system-status-report {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px) {
|
||||
.system-status-report__entry::after {
|
||||
display: table;
|
||||
content: '';
|
||||
clear: both;
|
||||
}
|
||||
.system-status-report__status-title {
|
||||
width: 18rem;
|
||||
float: left; /* LTR */
|
||||
cursor: default;
|
||||
}
|
||||
.system-status-report__status-title:hover,
|
||||
.system-status-report__status-title:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
[dir="rtl"] .system-status-report__status-title {
|
||||
float: right;
|
||||
}
|
||||
html.js .system-status-report__status-title::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
.collapse-processed > .system-status-report__status-title:before {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
.system-status-report__entry__value {
|
||||
width: calc(100% - 23em);
|
||||
float: right;
|
||||
display: block;
|
||||
padding-left: 0; /* LTR */
|
||||
padding-top: 1em;
|
||||
}
|
||||
[dir="rtl"] .system-status-report__entry__value {
|
||||
padding-left: 0;
|
||||
padding-right: 3em;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,229 @@
|
||||
/**
|
||||
* @file
|
||||
* Mediteran styles for Tables.
|
||||
*/
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.responsive-enabled,
|
||||
.preview-section table,
|
||||
.views-table {
|
||||
display: flow-root;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1025px) {
|
||||
|
||||
form table,
|
||||
.responsive-enabled,
|
||||
.preview-section table,
|
||||
.views-table {
|
||||
display: table;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
|
||||
caption {
|
||||
text-align: left;
|
||||
/* LTR */
|
||||
}
|
||||
|
||||
[dir="rtl"] caption {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
/* LTR */
|
||||
padding: 10px 15px;
|
||||
}
|
||||
|
||||
[dir="rtl"] th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
thead th {
|
||||
background: #f5f5f5;
|
||||
border: none;
|
||||
color: #909090;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
thead th a {
|
||||
font-weight: 400;
|
||||
color: #0678be;
|
||||
}
|
||||
|
||||
thead th a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
thead tr {
|
||||
border: none;
|
||||
}
|
||||
|
||||
tr {
|
||||
border-bottom: 1px solid #e6e4df;
|
||||
}
|
||||
|
||||
tbody tr:first-child {
|
||||
border-top: 1px solid #e6e4df;
|
||||
}
|
||||
|
||||
tbody tr:hover,
|
||||
tbody tr:focus {
|
||||
background: #f7fcff;
|
||||
}
|
||||
|
||||
tbody tr.color-warning:hover,
|
||||
tbody tr.color-warning:focus,
|
||||
.drag tbody tr:hover,
|
||||
.drag tbody tr:focus {
|
||||
background: #fdf8ed;
|
||||
}
|
||||
|
||||
tbody tr.color-error:hover,
|
||||
tbody tr.color-error:focus {
|
||||
background: #fcf4f2;
|
||||
}
|
||||
|
||||
table.no-highlight tr.selected td {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 20px 15px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
/* LTR */
|
||||
}
|
||||
|
||||
[dir="rtl"] td {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
th>a {
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
th.is-active>a {
|
||||
color: #004875;
|
||||
}
|
||||
|
||||
thead th.is-active {
|
||||
background: #fff;
|
||||
border-bottom: 1px solid white;
|
||||
border-top: 1px solid #e6e4df;
|
||||
border-left: 1px solid #e6e4df;
|
||||
border-right: 1px solid #e6e4df;
|
||||
}
|
||||
|
||||
th.is-active>a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
th>a:hover,
|
||||
th>a:focus,
|
||||
th.is-active>a:hover,
|
||||
th.is-active>a:focus {
|
||||
color: #0678be;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
td .item-list ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* This is required to win over specificity of [dir="rtl"] .item-list ul */
|
||||
[dir="rtl"] td .item-list ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
td.is-active {
|
||||
background: none;
|
||||
}
|
||||
|
||||
td.views-field-node-bulk-form {
|
||||
width: 1px;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
/* Force browsers to calculate the width of a 'select all' <th> element. */
|
||||
th.select-all {
|
||||
width: 1px;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1024px) {
|
||||
|
||||
th,
|
||||
td {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
table {
|
||||
display: table;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
|
||||
th,
|
||||
td {
|
||||
min-width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Captions.
|
||||
*/
|
||||
.caption {
|
||||
margin-bottom: 1.2em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Responsive tables.
|
||||
*/
|
||||
@media screen and (max-width: 640px) {
|
||||
|
||||
th.priority-low,
|
||||
td.priority-low,
|
||||
th.priority-medium,
|
||||
td.priority-medium {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 920px) {
|
||||
|
||||
th.priority-low,
|
||||
td.priority-low {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
td.menu-label {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.tableresponsive-toggle {
|
||||
margin: 20px 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* webform element plugin */
|
||||
.webform-element-plugin th,
|
||||
.webform-element-plugin td {
|
||||
min-width: 150px;
|
||||
vertical-align: top;
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
/**
|
||||
* @file
|
||||
* Tablesort indicator styles.
|
||||
*/
|
||||
|
||||
.tablesort {
|
||||
float: right; /* LTR */
|
||||
height: 0;
|
||||
right: 0;
|
||||
margin-left: -4px;
|
||||
margin-top: -2px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 0;
|
||||
border-style: solid;
|
||||
}
|
||||
[dir="rtl"] .tablesort {
|
||||
float: left;
|
||||
}
|
||||
.tablesort--asc {
|
||||
border-color: #888 transparent transparent transparent;
|
||||
border-width: 5px 4px 0 4px;
|
||||
}
|
||||
a:hover .tablesort--asc {
|
||||
border-color: #0678be transparent transparent transparent;
|
||||
}
|
||||
.tablesort--desc {
|
||||
border-color: transparent transparent #888 transparent;
|
||||
border-width: 0 4px 5px 4px;
|
||||
}
|
||||
a:hover .tablesort--desc {
|
||||
border-color: transparent transparent #0678be transparent;
|
||||
}
|
||||
@@ -0,0 +1,308 @@
|
||||
/**
|
||||
* Tab
|
||||
*
|
||||
*/
|
||||
.tabs__tab {
|
||||
position: relative;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
width: 100%; /* 1 */
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tabs__tab:hover,
|
||||
.tabs__tab:focus {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
li.tabs__tab {
|
||||
display: block;
|
||||
padding: 0;
|
||||
}
|
||||
/* This is required to win over specifity of [dir="rtl"] .tabs__tab */
|
||||
[dir="rtl"] li.tabs__tab {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
li.tabs__tab a {
|
||||
display: flex;
|
||||
padding: 10px 20px; /* LTR */
|
||||
}
|
||||
|
||||
.tabs a:hover,
|
||||
.tabs a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Primary tabs */
|
||||
.tabs.primary {
|
||||
clear: both;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.tabs.primary .tabs__tab .is-active {
|
||||
z-index: 15;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.tabs__trigger {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* JS dependent styling */
|
||||
|
||||
.is-collapse-enabled .tabs__tab a {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.is-collapse-enabled .tabs__trigger {
|
||||
box-sizing: content-box;
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
right: 0; /* LTR */
|
||||
top: 0;
|
||||
left: auto; /* LTR */
|
||||
width: 25%;
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
border-left: 0; /* LTR */
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 45px;
|
||||
letter-spacing: 0.1em;
|
||||
text-align: center;
|
||||
color: #0678be;
|
||||
}
|
||||
.is-collapse-enabled .tabs__trigger:focus {
|
||||
outline: transparent;
|
||||
}
|
||||
[dir="rtl"] .is-collapse-enabled .tabs__trigger {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
.is-collapse-enabled .tabs {
|
||||
padding-top: 45px;
|
||||
max-height: 0;
|
||||
}
|
||||
.tabs.is-open {
|
||||
max-height: 999em;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.is-collapse-enabled .tabs__tab.is-active {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0; /* LTR */
|
||||
width: 75%;
|
||||
border-bottom: 0;
|
||||
}
|
||||
[dir="rtl"] .is-collapse-enabled .tabs__tab.is-active {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
.is-collapse-enabled .tabs.primary a.is-active:before {
|
||||
content: none;
|
||||
}
|
||||
.is-open .tabs__tab.is-active {
|
||||
border-color: #a6a6a6;
|
||||
background-color: #fff;
|
||||
color: #004f80;
|
||||
}
|
||||
|
||||
/* Styles for the horizontal state always take priority */
|
||||
.is-horizontal .tabs {
|
||||
max-height: none;
|
||||
padding-top: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
.is-horizontal .tabs__tab {
|
||||
float: left; /* LTR */
|
||||
height: auto;
|
||||
width: auto;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
border-bottom-color: #a6a6a6;
|
||||
}
|
||||
[dir="rtl"] .is-horizontal .tabs__tab {
|
||||
float: right;
|
||||
/* This is required to win over specifity of [dir="rtl"] .tabs > li */
|
||||
margin-left: 0;
|
||||
}
|
||||
.is-horizontal .tabs__tab + .tabs__tab {
|
||||
margin-left: 0; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .is-horizontal .tabs__tab + .tabs__tab {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Override the states above */
|
||||
.is-horizontal .tabs__tab.is-active,
|
||||
.is-horizontal .tabs.primary .tabs__tab.is-active,
|
||||
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab.is-active {
|
||||
position: relative;
|
||||
width: auto;
|
||||
top: 0;
|
||||
border-bottom: 0;
|
||||
margin: 0;
|
||||
background: white;
|
||||
}
|
||||
.is-horizontal .tabs.primary a {
|
||||
background-image: none;
|
||||
}
|
||||
.is-horizontal .tabs__trigger {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Secondary tabs */
|
||||
.tabs.secondary {
|
||||
display: block;
|
||||
margin: 16px 0 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
.tabs.secondary .tabs__tab {
|
||||
display: block;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
-webkit-transition: border-color 0.2s, background-color 0.2s;
|
||||
transition: border-color 0.2s, background-color 0.2s;
|
||||
}
|
||||
|
||||
/* This is required to win over specificity of [dir="rtl"] .tabs.secondary .tabs__tab */
|
||||
[dir="rtl"] .views-displays .tabs.secondary li,
|
||||
[dir="rtl"] .views-displays .tabs.secondary li.is-active {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.tabs.secondary .tabs__tab.is-active {
|
||||
color: #0678be;
|
||||
border-left: 2px solid #0678be; /* LTR */
|
||||
margin-left: -2px; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .tabs.secondary .tabs__tab.is-active {
|
||||
border-left: none;
|
||||
border-right: 2px solid #0678be;
|
||||
margin-right: -2px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* This is required to win over specificity of [dir="rtl"] .tabs.secondary .tabs__tab.is-active */
|
||||
[dir="rtl"] .views-displays .tabs.secondary li.is-active {
|
||||
border: 0 none;
|
||||
padding-right: 0;
|
||||
}
|
||||
.tabs.secondary .tabs__tab:hover,
|
||||
.tabs.secondary .tabs__tab:focus {
|
||||
background: none;
|
||||
}
|
||||
|
||||
/* This is required to win over specificity of [dir="rtl"] .tabs.secondary .tabs__tab:hover */
|
||||
[dir="rtl"] .views-displays .tabs li.tabs__tab:hover {
|
||||
border: 0 none;
|
||||
padding-right: 0;
|
||||
}
|
||||
.tabs.secondary a {
|
||||
background-color: transparent;
|
||||
padding: 5px 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* This is required to win over specificity of [dir="rtl"] .tabs.secondary a */
|
||||
[dir="rtl"] .views-displays .tabs.secondary a {
|
||||
padding-left: 7px;
|
||||
padding-right: 7px;
|
||||
}
|
||||
.tabs.secondary .is-active a {
|
||||
color: #0678be;
|
||||
}
|
||||
|
||||
/* Styles for the horizontal state */
|
||||
.is-horizontal .tabs.secondary .tabs__tab {
|
||||
background: none;
|
||||
float: left; /* LTR */
|
||||
position: relative;
|
||||
top: 0;
|
||||
z-index: 15;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
border-bottom: 2px solid transparent;
|
||||
border-left: 1px solid transparent; /* LTR */
|
||||
border-right-color: transparent; /* LTR */
|
||||
border-top: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.is-horizontal .tabs.secondary .tabs__tab:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
/**
|
||||
* 1. This is required to win over specifity of
|
||||
* [dir="rtl"] .tabs.secondary .tabs__tab:hover,
|
||||
* [dir="rtl"] .tabs.secondary .tabs__tab:focus
|
||||
*/
|
||||
[dir="rtl"] .is-horizontal .tabs.secondary .tabs__tab {
|
||||
float: right;
|
||||
border-right: 1px solid transparent;
|
||||
border-left-color: transparent;
|
||||
padding-right: 0; /* 1 */
|
||||
}
|
||||
.is-horizontal .tabs.secondary .tabs__tab.is-active {
|
||||
border-bottom-color: #0678be;
|
||||
}
|
||||
.is-horizontal .tabs.secondary .tabs__tab:hover,
|
||||
.is-horizontal .tabs.secondary .tabs__tab:focus {
|
||||
border-bottom-color: #63a4cc;
|
||||
}
|
||||
|
||||
/* ui tabs */
|
||||
|
||||
.ui-tabs fieldset:not(.fieldgroup) {
|
||||
background-color: white;
|
||||
margin: 0 0 20px 0;
|
||||
padding: 55px 0 0 0;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-panel {
|
||||
padding: 20px 0 0 0;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
border-bottom: 0;
|
||||
padding: 0;
|
||||
background: 0;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
||||
padding-bottom: 0;
|
||||
background: none;
|
||||
border-bottom: 2px solid #0678be;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover,
|
||||
.ui-tabs .ui-tabs-nav li:hover {
|
||||
border-bottom: 2px solid #63a4cc;
|
||||
background: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
border-bottom: 2px solid transparent;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav li:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav li a {
|
||||
padding: 10px 20px;
|
||||
line-height: 1.8;
|
||||
display: flex;
|
||||
border-radius: 0;
|
||||
}
|
||||
@@ -0,0 +1,102 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for Tour theme.
|
||||
*/
|
||||
|
||||
/* Default styles for the container */
|
||||
.joyride-tip-guide {
|
||||
background: #08447a;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
/* Mobile */
|
||||
@media only screen and (max-width: 767px) {
|
||||
.joyride-tip-guide {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Add a little css triangle pip, older browser just miss out on the fanciness of it. */
|
||||
.joyride-tip-guide .joyride-nub {
|
||||
border: solid 14px #08447a;
|
||||
}
|
||||
.joyride-tip-guide .joyride-nub.top {
|
||||
border-top-color: transparent;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
.joyride-tip-guide .joyride-nub.bottom {
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
.joyride-tip-guide .joyride-nub.right {
|
||||
border-top-color: transparent;
|
||||
border-right-color: transparent; /* LTR */
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
[dir="rtl"] .joyride-tip-guide .joyride-nub.right {
|
||||
border-left-color: transparent;
|
||||
border-right-color: #08447a;
|
||||
}
|
||||
.joyride-tip-guide .joyride-nub.left {
|
||||
border-top-color: transparent;
|
||||
border-left-color: transparent; /* LTR */
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
[dir="rtl"] .joyride-tip-guide .joyride-nub.left {
|
||||
border-left-color: #08447a;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
.joyride-tip-guide .joyride-nub.top-right {
|
||||
border-top-color: transparent;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
/* Typography */
|
||||
.joyride-tip-guide h2 {
|
||||
color: #fff;
|
||||
}
|
||||
.joyride-tip-guide p {
|
||||
line-height: 1.385em;
|
||||
}
|
||||
.joyride-tip-guide a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Button Style */
|
||||
.joyride-tip-guide .joyride-next-tip {
|
||||
margin: 0;
|
||||
}
|
||||
.joyride-timer-indicator-wrap {
|
||||
border: solid 1px rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.joyride-timer-indicator {
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
|
||||
.joyride-close-tip {
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
text-decoration: none;
|
||||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.joyride-close-tip:hover,
|
||||
.joyride-close-tip:focus {
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.joyride-modal-bg {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.joyride-expose-wrapper {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.joyride-expose-cover {
|
||||
background: transparent;
|
||||
}
|
||||
@@ -0,0 +1,101 @@
|
||||
/**
|
||||
* @file
|
||||
* Override of misc/vertical-tabs.css.
|
||||
*/
|
||||
|
||||
.vertical-tabs {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin: 20px 0;
|
||||
background: #e7e7e7;
|
||||
}
|
||||
.vertical-tabs__menu {
|
||||
float: left; /* LTR */
|
||||
width: 280px;
|
||||
margin: 0 -100% -1px 0; /* LTR */
|
||||
padding: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
[dir="rtl"] .vertical-tabs__menu {
|
||||
float: right;
|
||||
margin: 0 0 -1px -100%;
|
||||
}
|
||||
.vertical-tabs__menu-item {
|
||||
position: relative;
|
||||
}
|
||||
.vertical-tabs__menu-item.is-selected {
|
||||
z-index: 1;
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.vertical-tabs__menu-item:focus,
|
||||
.vertical-tabs__menu-item:active {
|
||||
z-index: 2;
|
||||
}
|
||||
.vertical-tabs__menu-item a {
|
||||
display: block;
|
||||
padding: 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.vertical-tabs__menu-item:last-child a {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.vertical-tabs__menu-item.is-selected a,
|
||||
.vertical-tabs__menu-item.is-selected a:hover,
|
||||
.vertical-tabs__menu-item a:focus {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.vertical-tabs__menu-item a:hover {
|
||||
background: #eeeeee;
|
||||
text-decoration: none;
|
||||
}
|
||||
.vertical-tabs__menu-item a:focus {
|
||||
outline: transparent;
|
||||
}
|
||||
.vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,
|
||||
.vertical-tabs__menu-item.is-selected a:focus .vertical-tabs__menu-item-title {
|
||||
text-decoration: none;
|
||||
}
|
||||
.vertical-tabs__menu-item.is-selected a {
|
||||
color: #0678be;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.vertical-tabs__menu-item.is-selected a:hover,
|
||||
.vertical-tabs__menu-item.is-selected a:focus {
|
||||
color: #0678be;
|
||||
}
|
||||
[data-vertical-tabs-panes] {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.vertical-tabs__panes {
|
||||
margin: 0 0 0 280px; /* LTR */
|
||||
padding: 5px 15px;
|
||||
}
|
||||
[dir="rtl"] .vertical-tabs__panes {
|
||||
margin: 0 280px 0 0;
|
||||
}
|
||||
.vertical-tabs__panes:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
.vertical-tabs__pane {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
.vertical-tabs__menu-item-summary {
|
||||
display: block;
|
||||
padding-top: 0.4em;
|
||||
color: #333;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.vertical-tabs__pane > summary {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,321 @@
|
||||
/**
|
||||
* Views styling
|
||||
*/
|
||||
|
||||
/* @group Forms */
|
||||
|
||||
/**
|
||||
* Mediteran 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 input.form-submit,
|
||||
.views-ui-dialog input.form-submit,
|
||||
.views-admin a.button,
|
||||
.views-ui-dialog a.button {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .views-admin input.form-submit:first-child,
|
||||
[dir="rtl"] .views-ui-dialog input.form-submit:first-child,
|
||||
[dir="rtl"] .views-admin a.button:first-child,
|
||||
[dir="rtl"] .views-ui-dialog a.button:first-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.form-radios > .form-item {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-item-options-expose-required,
|
||||
.form-item-options-expose-label,
|
||||
.form-item-options-expose-description {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
/* @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.is-active a,
|
||||
.views-displays ul.secondary li.is-active a.is-active {
|
||||
padding: 6px 16px;
|
||||
line-height: 14px;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.views-displays ul.secondary li a {
|
||||
color: #0074bd;
|
||||
}
|
||||
|
||||
.views-displays ul.secondary li a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.views-displays ul.secondary li.is-active a,
|
||||
.views-displays ul.secondary li.is-active a.is-active {
|
||||
border: 1px solid #0074bd;
|
||||
}
|
||||
|
||||
.views-admin .links li {
|
||||
padding-right: 0; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .views-admin .links li {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.views-admin .button .links li {
|
||||
padding-right: 12px; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .views-admin .button .links li {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.views-display-top ul.secondary {
|
||||
background-color: transparent;
|
||||
float: left; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .views-display-top ul.secondary {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.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;
|
||||
border-bottom: 1px solid #f3f3f3;
|
||||
}
|
||||
|
||||
/* @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 */
|
||||
}
|
||||
[dir="rtl"] .views-displays .secondary {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.views-admin .icon.add {
|
||||
background-position: center 2px;
|
||||
}
|
||||
|
||||
.views-displays .secondary a:hover > .icon.add {
|
||||
background-position: center 2px;
|
||||
}
|
||||
|
||||
.views-displays .secondary .open > a {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.views-displays .secondary .open > a:hover,
|
||||
.views-displays .secondary .open > a:focus {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment buckets
|
||||
*
|
||||
* These are the individual "buckets," or boxes, inside the display settings area
|
||||
*/
|
||||
|
||||
.views-ui-display-tab-bucket h3 {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.views-ui-display-tab-bucket .links {
|
||||
padding: 2px 6px 4px;
|
||||
}
|
||||
|
||||
.views-ui-display-tab-bucket .links li + li {
|
||||
margin-left: 3px; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .views-ui-display-tab-bucket .links li + li {
|
||||
margin-left: 0;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Rearrange filter criteria */
|
||||
|
||||
.views-ui-rearrange-filter-form .action-links {
|
||||
float: left;
|
||||
margin: 0 0 1em;
|
||||
padding: 0;
|
||||
}
|
||||
.views-ui-rearrange-filter-form .tabledrag-toggle-weight-wrapper {
|
||||
float: right;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.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; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .views-ui-rearrange-filter-form tr td:last-child {
|
||||
border-left: medium none;
|
||||
border-right: initial;
|
||||
}
|
||||
|
||||
.views-ui-rearrange-filter-form .filter-group-operator-row {
|
||||
border-left: 1px solid transparent;
|
||||
border-right: 1px solid transparent;
|
||||
}
|
||||
|
||||
.views-ui-rearrange-filter-form tr.drag td {
|
||||
background-color: #fe7;
|
||||
}
|
||||
|
||||
.views-ui-rearrange-filter-form tr.drag-previous td {
|
||||
background-color: #ffb;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Live preview elements */
|
||||
|
||||
.views-query-info pre {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* @group Query info table */
|
||||
|
||||
.views-query-info table {
|
||||
-webkit-border-horizontal-spacing: 1px;
|
||||
-webkit-border-vertical-spacing: 1px;
|
||||
}
|
||||
|
||||
.views-query-info table tr td:last-child {
|
||||
/* Fixes a Mediteran style that bleeds down into this table unnecessarily */
|
||||
border-right: 0 none; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .views-query-info table tr td:last-child {
|
||||
border-left: 0 none;
|
||||
border-right: initial;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Add view */
|
||||
|
||||
.form-item-page-create,
|
||||
.form-item-block-create {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Modal dialog box
|
||||
*
|
||||
* The contents of the popup dialog on the views edit form.
|
||||
*/
|
||||
|
||||
.filterable-option .form-item.form-type-checkbox {
|
||||
/* This selector is aggressive because Mediteran's reset for .form-items is aggressive. */
|
||||
padding-bottom: 4px;
|
||||
padding-left: 4px; /* LTR */
|
||||
padding-top: 4px;
|
||||
}
|
||||
[dir="rtl"] .filterable-option .form-item.form-type-checkbox {
|
||||
padding-left: 8px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
.view-filters form {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.view-filters .form--inline .form-item {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.view-filters .form--inline .form-item-permission .form-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.view-filters .form--inline .form-item {
|
||||
width: 280px;
|
||||
}
|
||||
.view-filters .form--inline .form-item-langcode {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for Configuration Translation.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Hide the label, in an accessible way, for responsive screens which show the
|
||||
* form in one column.
|
||||
*/
|
||||
.translation-set__translated label {
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 38em) {
|
||||
.translation-set__translated label {
|
||||
height: auto;
|
||||
position: inherit;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
/**
|
||||
* @file
|
||||
* Component styles for the content_moderation module.
|
||||
*/
|
||||
.entity-moderation-form {
|
||||
list-style: none;
|
||||
display: -webkit-flex; /* Safari */
|
||||
display: flex;
|
||||
-webkit-flex-wrap: wrap; /* Safari */
|
||||
flex-wrap: wrap;
|
||||
-webkit-align-items: flex-start; /* Safari */
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.entity-moderation-form__item {
|
||||
margin-right: 2em;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.entity-moderation-form__item:last-child {
|
||||
-webkit-align-self: flex-end; /* Safari */
|
||||
align-self: flex-end;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.entity-moderation-form .form-item {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.entity-moderation-form .form-item label {
|
||||
padding-bottom: 0.25em;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.entity-moderation-form input[type=submit] {
|
||||
margin-bottom: 1.2em;
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* Theme styles for the content_moderation module.
|
||||
*/
|
||||
.entity-moderation-form {
|
||||
border: 1px dashed #bbb;
|
||||
margin: 2em 0;
|
||||
background: #fff;
|
||||
padding-left: 1em;
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for the content language administration page.
|
||||
*/
|
||||
|
||||
.language-content-settings-form .bundle {
|
||||
width: 24%;
|
||||
}
|
||||
.language-content-settings-form .field {
|
||||
padding-left: 3em; /* LTR */
|
||||
width: 24%;
|
||||
}
|
||||
[dir="rtl"] .language-content-settings-form .field {
|
||||
padding-right: 3em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
.language-content-settings-form .column {
|
||||
padding-left: 5em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .language-content-settings-form .column {
|
||||
padding-right: 5em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
.language-content-settings-form .field label,
|
||||
.language-content-settings-form .column label {
|
||||
font-weight: normal;
|
||||
}
|
||||
.language-content-settings-form .translatable {
|
||||
width: 1%;
|
||||
}
|
||||
.language-content-settings-form .operations {
|
||||
width: 75%;
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* @file
|
||||
* Styling for contextual module icons.
|
||||
*/
|
||||
|
||||
.toolbar-bar .toolbar-icon-edit:before {
|
||||
background-size: 18px 18px;
|
||||
}
|
||||
|
||||
.contextual .trigger,
|
||||
.contextual .trigger:hover,
|
||||
.contextual .trigger:focus {
|
||||
background-image: url(../../images/icons/bebebe/pencil.svg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px 16px;
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.toolbar-bar .toolbar-icon-edit:active:before,
|
||||
.toolbar-bar .toolbar-icon-edit.is-active:before,
|
||||
.toolbar-bar .toolbar-icon-edit:before {
|
||||
background-image: url(../../images/icons/ffffff/pencil.svg);
|
||||
}
|
||||
|
||||
.contextual .trigger:focus {
|
||||
outline: transparent;
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @file
|
||||
* Generic base styles for contextual module.
|
||||
*/
|
||||
|
||||
.contextual-region,
|
||||
.contextual .trigger:focus {
|
||||
position: relative;
|
||||
}
|
||||
.contextual-links {
|
||||
display: none;
|
||||
}
|
||||
.contextual.open .contextual-links {
|
||||
display: block;
|
||||
}
|
||||
@@ -0,0 +1,112 @@
|
||||
/**
|
||||
* @file
|
||||
* Styling for contextual module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Contextual links wrappers.
|
||||
*/
|
||||
.contextual {
|
||||
position: absolute;
|
||||
right: 0; /* LTR */
|
||||
top: 6px;
|
||||
z-index: 500;
|
||||
}
|
||||
[dir="rtl"] .contextual {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Contextual region.
|
||||
*/
|
||||
.contextual-region.focus {
|
||||
outline: 1px dashed #d6d6d6;
|
||||
outline-offset: 1px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Contextual trigger.
|
||||
*/
|
||||
.contextual .trigger {
|
||||
background-attachment: scroll;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 13px;
|
||||
float: right; /* LTR */
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0 2px;
|
||||
position: relative;
|
||||
right: 6px; /* LTR */
|
||||
cursor: pointer;
|
||||
}
|
||||
[dir="rtl"] .contextual .trigger {
|
||||
float: left;
|
||||
right: auto;
|
||||
left: 6px;
|
||||
}
|
||||
.contextual.open .trigger {
|
||||
border: 1px solid #ccc;
|
||||
border-bottom-color: transparent;
|
||||
border-radius: 13px 13px 0 0;
|
||||
box-shadow: none;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Contextual links.
|
||||
*
|
||||
* The following selectors are heavy to discourage theme overriding.
|
||||
*/
|
||||
.contextual-region .contextual .contextual-links {
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px 0 4px 4px; /* LTR */
|
||||
clear: both;
|
||||
float: right; /* LTR */
|
||||
margin: 0;
|
||||
padding: 0.25em 0;
|
||||
position: relative;
|
||||
right: 6px; /* LTR */
|
||||
text-align: left; /* LTR */
|
||||
top: -1px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
[dir="rtl"] .contextual-region .contextual .contextual-links {
|
||||
border-radius: 0 4px 4px 4px;
|
||||
float: left;
|
||||
left: 6px;
|
||||
right: auto;
|
||||
text-align: right;
|
||||
}
|
||||
.contextual-region .contextual .contextual-links li {
|
||||
background-color: #fff;
|
||||
border: none;
|
||||
list-style: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 100%;
|
||||
}
|
||||
.contextual-region .contextual .contextual-links a {
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
display: block;
|
||||
font-family: sans-serif;
|
||||
font-size: small;
|
||||
line-height: 0.8em;
|
||||
margin: 0.25em 0;
|
||||
padding: 0.4em 0.6em;
|
||||
}
|
||||
.touchevents .contextual-region .contextual .contextual-links a {
|
||||
font-size: large;
|
||||
}
|
||||
.contextual-region .contextual .contextual-links a,
|
||||
.contextual-region .contextual .contextual-links a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.no-touchevents .contextual-region .contextual .contextual-links li a:hover {
|
||||
color: #000;
|
||||
background: #f7fcff;
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @file
|
||||
* Styling for contextual module's toolbar tab.
|
||||
*/
|
||||
|
||||
/* Tab appearance. */
|
||||
.toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab {
|
||||
float: left;
|
||||
}
|
||||
.toolbar .toolbar-bar .contextual-toolbar-tab .toolbar-item {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.toolbar .toolbar-bar .contextual-toolbar-tab .toolbar-item:focus {
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
/* @todo get rid of this declaration by making toolbar.module's CSS less specific */
|
||||
.toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab.hidden {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,162 @@
|
||||
/**
|
||||
* @file
|
||||
* Base styles for dropbuttons.
|
||||
*/
|
||||
|
||||
/**
|
||||
* When a dropbutton has only one option, it is simply a button.
|
||||
*/
|
||||
.dropbutton-wrapper,
|
||||
.dropbutton-wrapper div {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.js .dropbutton-wrapper,
|
||||
.js .dropbutton-widget {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.js .dropbutton-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Splitbuttons */
|
||||
@media screen and (min-width: 600px) {
|
||||
.form-actions .dropbutton-wrapper {
|
||||
float: left; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .form-actions .dropbutton-wrapper {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
.js .form-actions .dropbutton-widget {
|
||||
position: static;
|
||||
}
|
||||
.js td .dropbutton-widget {
|
||||
position: absolute;
|
||||
}
|
||||
.js td .dropbutton-wrapper {
|
||||
min-height: 30px;
|
||||
}
|
||||
.js td .dropbutton-multiple {
|
||||
padding-right: 10em; /* LTR */
|
||||
margin-right: 2em; /* LTR */
|
||||
max-width: 100%;
|
||||
}
|
||||
[dir="rtl"].js td .dropbutton-multiple {
|
||||
padding-right: 0;
|
||||
margin-right: 0;
|
||||
padding-left: 10em;
|
||||
margin-left: 2em;
|
||||
}
|
||||
.js td .dropbutton-multiple .dropbutton-action a,
|
||||
.js td .dropbutton-multiple .dropbutton-action input,
|
||||
.js td .dropbutton-multiple .dropbutton-action button {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* UL styles are over-scoped in core, so this selector needs weight parity. */
|
||||
.js .dropbutton-widget .dropbutton {
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
}
|
||||
.js .dropbutton li,
|
||||
.js .dropbutton a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.js .dropbutton li:hover,
|
||||
.js .dropbutton li:focus,
|
||||
.js .dropbutton a:hover,
|
||||
.js .dropbutton a:focus {
|
||||
outline: initial;
|
||||
}
|
||||
|
||||
/**
|
||||
* The dropbutton styling.
|
||||
*
|
||||
* A dropbutton is a widget that displays a list of action links as a button
|
||||
* with a primary action. Secondary actions are hidden behind a click on a
|
||||
* twisty arrow.
|
||||
*
|
||||
* The arrow is created using border on a zero-width, zero-height span.
|
||||
* The arrow inherits the link color, but can be overridden with border colors.
|
||||
*/
|
||||
.js .dropbutton-multiple .dropbutton-widget {
|
||||
padding-right: 2em; /* LTR */
|
||||
}
|
||||
.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget {
|
||||
padding-left: 2em;
|
||||
padding-right: 0;
|
||||
}
|
||||
.dropbutton-multiple.open,
|
||||
.dropbutton-multiple.open .dropbutton-widget {
|
||||
max-width: none;
|
||||
}
|
||||
.dropbutton-multiple.open {
|
||||
z-index: 100;
|
||||
}
|
||||
.dropbutton-multiple .dropbutton .secondary-action {
|
||||
display: none;
|
||||
}
|
||||
.dropbutton-multiple.open .dropbutton .secondary-action {
|
||||
display: block;
|
||||
}
|
||||
.dropbutton-toggle {
|
||||
bottom: 0;
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 0; /* LTR */
|
||||
text-indent: 110%;
|
||||
top: 0;
|
||||
white-space: nowrap;
|
||||
width: 2em;
|
||||
}
|
||||
[dir="rtl"] .dropbutton-toggle {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
.dropbutton-toggle button {
|
||||
background: none;
|
||||
border: 0;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.dropbutton-toggle button:hover,
|
||||
.dropbutton-toggle button:focus {
|
||||
outline: initial;
|
||||
}
|
||||
.dropbutton-arrow {
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
border-style: solid;
|
||||
border-width: 0.3333em 0.3333em 0;
|
||||
display: block;
|
||||
height: 0;
|
||||
line-height: 0;
|
||||
position: absolute;
|
||||
right: 40%; /* 0.6667em; */ /* LTR */
|
||||
top: 50%;
|
||||
margin-top: -0.1666em;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
[dir="rtl"] .dropbutton-arrow {
|
||||
left: 0.6667em;
|
||||
right: auto;
|
||||
}
|
||||
.dropbutton-multiple.open .dropbutton-arrow {
|
||||
border-bottom: 0.3333em solid;
|
||||
border-top-color: transparent;
|
||||
top: 0.6667em;
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
/**
|
||||
* @file
|
||||
* Admin styles for the Database Logging module.
|
||||
*/
|
||||
.dblog-filter-form .form-item-type,
|
||||
.dblog-filter-form .form-item-severity {
|
||||
display: inline-block;
|
||||
margin: 0.1em 0.9em 0.1em 0.1em; /* LTR */
|
||||
max-width: 30%;
|
||||
}
|
||||
[dir="rtl"] .dblog-filter-form .form-item-type,
|
||||
[dir="rtl"] .dblog-filter-form .form-item-severity {
|
||||
margin: 0.1em 0.1em 0.1em 0.9em;
|
||||
}
|
||||
.dblog-filter-form .form-actions {
|
||||
display: inline-block;
|
||||
padding: 3ex 0 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
.admin-dblog .icon,
|
||||
.admin-dblog .dblog-warning .icon,
|
||||
.admin-dblog .dblog-error .icon,
|
||||
.admin-dblog .dblog-critical .icon,
|
||||
.admin-dblog .dblog-alert .icon,
|
||||
.admin-dblog .dblog-emergency .icon {
|
||||
background: no-repeat center;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.admin-dblog .dblog-info .icon,
|
||||
.admin-dblog .dblog-notice .icon {
|
||||
background-image: url(../../images/icons/check.svg);
|
||||
}
|
||||
.admin-dblog .dblog-warning .icon {
|
||||
background-image: url(../../images/icons/warning.svg);
|
||||
}
|
||||
.admin-dblog .dblog-error .icon,
|
||||
.admin-dblog .dblog-critical .icon,
|
||||
.admin-dblog .dblog-alert .icon,
|
||||
.admin-dblog .dblog-emergency .icon {
|
||||
background-image: url(../../images/icons/error.svg);
|
||||
}
|
||||
@@ -0,0 +1,55 @@
|
||||
/**
|
||||
* @file
|
||||
* Stylesheet for the Field UI module.
|
||||
*/
|
||||
|
||||
/* 'Manage fields' and 'Manage display' overviews */
|
||||
.field-ui-overview .region-title td {
|
||||
font-weight: bold;
|
||||
}
|
||||
.field-ui-overview .region-message td {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* 'Manage form display' and 'Manage display' overview */
|
||||
.field-ui-overview .field-plugin-summary-cell {
|
||||
line-height: 1em;
|
||||
}
|
||||
.field-ui-overview .field-plugin-summary {
|
||||
float: left; /* LTR */
|
||||
font-size: 0.9em;
|
||||
}
|
||||
[dir="rtl"] .field-ui-overview .field-plugin-summary {
|
||||
float: right;
|
||||
}
|
||||
.field-ui-overview .field-plugin-summary-cell .warning {
|
||||
display: block;
|
||||
float: left; /* LTR */
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
[dir="rtl"] .field-ui-overview .field-plugin-summary-cell .warning {
|
||||
float: right;
|
||||
}
|
||||
.field-ui-overview .field-plugin-settings-edit-wrapper {
|
||||
float: right; /* LTR */
|
||||
align-items: center;
|
||||
}
|
||||
[dir="rtl"] .field-ui-overview .field-plugin-settings-edit-wrapper {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.field-ui-overview .field-plugin-settings-edit {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .field-ui-overview .field-plugin-settings-edit {
|
||||
float: left;
|
||||
}
|
||||
.field-ui-overview .field-plugin-settings-editing td {
|
||||
vertical-align: top;
|
||||
}
|
||||
.field-ui-overview .field-plugin-settings-editing .field-plugin-type {
|
||||
display: none;
|
||||
}
|
||||
.field-ui-overview .field-plugin-settings-edit-form .plugin-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* @file
|
||||
* Admin stylesheet for file module.
|
||||
*/
|
||||
|
||||
/* File upload widget. */
|
||||
.form-managed-file .form-submit {
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
.form-managed-file div.ajax-progress-bar {
|
||||
display: none;
|
||||
margin-top: 4px;
|
||||
padding: 0;
|
||||
width: 28em;
|
||||
}
|
||||
.form-managed-file .ajax-progress-bar .bar {
|
||||
margin: 0;
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
/**
|
||||
* @file
|
||||
* Admin styling for the Filter module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Filter information under field.
|
||||
*/
|
||||
.text-format-wrapper > .form-item {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.text-format-wrapper .form-textarea {
|
||||
display: flex;
|
||||
}
|
||||
.filter-wrapper {
|
||||
border: 1px solid #ccc;
|
||||
border-top: 0;
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
overflow: hidden;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
.filter-wrapper .form-item {
|
||||
margin: 0;
|
||||
}
|
||||
.filter-wrapper .form-item label {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.filter-help {
|
||||
float: right; /* LTR */
|
||||
margin-top: 0;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
[dir="rtl"] .filter-help {
|
||||
float: left;
|
||||
}
|
||||
.filter-guidelines .filter-guidelines-item {
|
||||
margin-top: 1em;
|
||||
}
|
||||
.filter-help p {
|
||||
margin: 0;
|
||||
}
|
||||
.filter-help a {
|
||||
position: relative;
|
||||
margin: 0 22px 0 0; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .filter-help a {
|
||||
margin: 0 0 0 22px;
|
||||
}
|
||||
.filter-help a:after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -22px; /* LTR */
|
||||
content: '';
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: transparent url(../../images/icons/help_2.svg);
|
||||
}
|
||||
[dir="rtl"] .filter-help a:after {
|
||||
right: auto;
|
||||
left: -22px;
|
||||
}
|
||||
|
||||
.text-format-wrapper .description {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
.tips {
|
||||
font-size: 0.9em;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve filter tips position.
|
||||
*/
|
||||
.tips {
|
||||
padding-left: 0; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .tips {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.filter-guidelines {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.filter-guidelines ul {
|
||||
margin: 15px 0 0 20px;
|
||||
padding: 0;
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* @file
|
||||
* Caption filter: default styling for displaying image captions.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Essentials, based on http://stackoverflow.com/a/13363408.
|
||||
*/
|
||||
.caption {
|
||||
display: table;
|
||||
}
|
||||
.caption > * {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
.caption > figcaption {
|
||||
display: table-caption;
|
||||
caption-side: bottom;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* While editing and whenever the caption is empty, show a placeholder.
|
||||
*
|
||||
* Based on http://codepen.io/flesler/pen/AEIFc.
|
||||
*/
|
||||
.caption > figcaption[contenteditable=true]:empty:before {
|
||||
content: attr(data-placeholder);
|
||||
font-style: italic;
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
/**
|
||||
* @file
|
||||
* Functional styles for the Image module's in-place editor.
|
||||
*/
|
||||
|
||||
/**
|
||||
* A minimum width/height is required so that users can drag and drop files
|
||||
* onto small images.
|
||||
*/
|
||||
.quickedit-image-element {
|
||||
min-width: 200px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.quickedit-image-dropzone {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.quickedit-image-icon {
|
||||
display: block;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.quickedit-image-field-info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.quickedit-image-text {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* If we do not prevent pointer-events for child elements, our drag+drop events
|
||||
* will not fire properly. This can lead to unintentional redirects if a file
|
||||
* is dropped on a child element when a user intended to upload it.
|
||||
*/
|
||||
.quickedit-image-dropzone * {
|
||||
pointer-events: none;
|
||||
}
|
||||
@@ -0,0 +1,106 @@
|
||||
/**
|
||||
* @file
|
||||
* Theme styles for the Image module's in-place editor.
|
||||
*/
|
||||
|
||||
.quickedit-image-dropzone {
|
||||
background: rgba(116, 183, 255, 0.8);
|
||||
transition: background 0.2s;
|
||||
}
|
||||
|
||||
.quickedit-image-icon {
|
||||
margin: 0 0 10px 0;
|
||||
transition: margin 0.5s;
|
||||
}
|
||||
|
||||
.quickedit-image-dropzone.hover {
|
||||
background: rgba(116, 183, 255, 0.9);
|
||||
}
|
||||
|
||||
.quickedit-image-dropzone.error {
|
||||
background: rgba(255, 52, 27, 0.81);
|
||||
}
|
||||
|
||||
.quickedit-image-dropzone.upload .quickedit-image-icon {
|
||||
background-image: url('../../../images/image/upload.svg');
|
||||
}
|
||||
|
||||
.quickedit-image-dropzone.error .quickedit-image-icon {
|
||||
background-image: url('../../../images/image/error.svg');
|
||||
}
|
||||
|
||||
.quickedit-image-dropzone.loading .quickedit-image-icon {
|
||||
margin: -10px 0 20px 0;
|
||||
}
|
||||
|
||||
.quickedit-image-dropzone.loading .quickedit-image-icon::after {
|
||||
display: block;
|
||||
content: "";
|
||||
margin-left: -10px;
|
||||
margin-top: -5px;
|
||||
animation-duration: 2s;
|
||||
animation-name: quickedit-image-spin;
|
||||
animation-iteration-count: infinite;
|
||||
animation-timing-function: linear;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
border-style: solid;
|
||||
border-radius: 35px;
|
||||
border-width: 5px;
|
||||
border-color: white transparent transparent transparent;
|
||||
}
|
||||
|
||||
@keyframes quickedit-image-spin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
50% {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.quickedit-image-text {
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-family: "Droid sans", "Lucida Grande", sans-serif;
|
||||
font-size: 16px;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
.quickedit-image-field-info {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
border-top: 1px solid #c5c5c5;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.quickedit-image-field-info div {
|
||||
margin-right: 10px; /* LTR */
|
||||
}
|
||||
|
||||
.quickedit-image-field-info div:last-child {
|
||||
margin-right: 0; /* LTR */
|
||||
}
|
||||
|
||||
[dir="rtl"] .quickedit-image-field-info div {
|
||||
margin-left: 10px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .quickedit-image-field-info div:last-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.quickedit-image-errors .messages__wrapper {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.quickedit-image-errors .messages--error {
|
||||
box-shadow: none;
|
||||
}
|
||||
@@ -0,0 +1,94 @@
|
||||
/**
|
||||
* Image style configuration pages.
|
||||
*/
|
||||
.image-style-new,
|
||||
.image-style-new div {
|
||||
display: inline-flex;
|
||||
}
|
||||
.image-style-preview .preview-image-wrapper {
|
||||
float: left;
|
||||
padding-bottom: 2em;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
width: 100%;
|
||||
}
|
||||
.image-style-preview .preview-image {
|
||||
margin: 10px auto auto auto;
|
||||
position: relative;
|
||||
}
|
||||
.image-style-preview .preview-image .width {
|
||||
border: 1px solid #666;
|
||||
border-top: none;
|
||||
bottom: -6px;
|
||||
height: 2px;
|
||||
left: -1px;
|
||||
position: absolute;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.image-style-preview .preview-image .width span {
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
.image-style-preview .preview-image .height {
|
||||
border: 1px solid #666;
|
||||
border-left: none;
|
||||
position: absolute;
|
||||
right: -6px;
|
||||
top: -1px;
|
||||
width: 2px;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.image-style-preview .preview-image .height span {
|
||||
height: 2em;
|
||||
left: 10px;
|
||||
margin-top: -1em;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 60px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.image-style-new .button {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.image-style-preview {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.image-style-preview .preview-image-wrapper {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.image-style-preview .preview-image-wrapper:last-child {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.image-style-preview {
|
||||
flex-direction: row;
|
||||
}
|
||||
.image-style-preview .preview-image-wrapper {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.image-effect-form .form-number {
|
||||
max-width: 280px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Image anchor element.
|
||||
*/
|
||||
.image-anchor {
|
||||
width: auto;
|
||||
}
|
||||
.image-anchor tr {
|
||||
background: none;
|
||||
}
|
||||
.image-anchor td {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for the content language administration page.
|
||||
*/
|
||||
|
||||
#language-content-settings-form table .bundle {
|
||||
width: 25%;
|
||||
}
|
||||
#language-content-settings-form table .operations {
|
||||
width: 75%;
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* Add spacing to bottom of pages
|
||||
*/
|
||||
.page-content {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.page-content {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Add color to layout icons.
|
||||
*/
|
||||
.layout-icon__region {
|
||||
fill: #f5f5f2;
|
||||
stroke: #666;
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* 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) {
|
||||
.node-form-layout .messages {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,128 @@
|
||||
.locale-translate-filter-form .details-wrapper {
|
||||
overflow: hidden;
|
||||
}
|
||||
.locale-translate-filter-form .form-item-langcode,
|
||||
.locale-translate-filter-form .form-item-translation,
|
||||
.locale-translate-filter-form .form-item-customized {
|
||||
float: left; /* LTR */
|
||||
margin-right: 1em; /* LTR */
|
||||
margin-bottom: 0;
|
||||
width: auto;
|
||||
}
|
||||
[dir="rtl"] .locale-translate-filter-form .form-item-langcode,
|
||||
[dir="rtl"] .locale-translate-filter-form .form-item-translation,
|
||||
[dir="rtl"] .locale-translate-filter-form .form-item-customized {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-right: 0;
|
||||
}
|
||||
.locale-translate-filter-form .form-type-select select {
|
||||
width: 100%;
|
||||
}
|
||||
.locale-translate-filter-form .form-actions {
|
||||
float: left; /* LTR */
|
||||
padding: 10px 0 0 0;
|
||||
}
|
||||
[dir="rtl"] .locale-translate-filter-form .form-actions {
|
||||
float: right;
|
||||
}
|
||||
.locale-translate-edit-form th {
|
||||
width: 50%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
.locale-translate-edit-form td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.locale-translate-edit-form tr.changed {
|
||||
background: #ffb;
|
||||
}
|
||||
|
||||
.locale-translate-edit-form tr .form-type-item .ajax-changed {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.locale-translate-filter-form .form-wrapper {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.locale-translate-edit-form table.changed {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Available translation updates page.
|
||||
*/
|
||||
#locale-translation-status-form table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
#locale-translation-status-form th.select-all {
|
||||
width: 4%;
|
||||
}
|
||||
#locale-translation-status-form th.title {
|
||||
width: 25%;
|
||||
}
|
||||
#locale-translation-status-form td {
|
||||
vertical-align: top;
|
||||
}
|
||||
.locale-translation-update__wrapper {
|
||||
background: transparent url(../../images/core/menu-collapsed.png) left 0.6em no-repeat;
|
||||
margin-left: -12px;
|
||||
padding-left: 12px;
|
||||
}
|
||||
.expanded .locale-translation-update__wrapper {
|
||||
background: transparent url(../../images/core/menu-expanded.png) left 0.6em no-repeat;
|
||||
}
|
||||
#locale-translation-status-form .description {
|
||||
cursor: pointer;
|
||||
}
|
||||
.locale-translation-update__wrapper {
|
||||
color: #5c5c5b;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.expanded .locale-translation-update__wrapper {
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
white-space: normal;
|
||||
}
|
||||
.expanded .locale-translation-update__message {
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
.js .locale-translation-update__wrapper {
|
||||
height: 20px;
|
||||
}
|
||||
.expanded .locale-translation-update__wrapper {
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
white-space: normal;
|
||||
}
|
||||
.locale-translation-update__details {
|
||||
padding: 5px 0;
|
||||
max-width: 490px;
|
||||
white-space: normal;
|
||||
font-size: 0.9em;
|
||||
color: #666;
|
||||
}
|
||||
.locale-translation-update__details ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.locale-translation-update__details li {
|
||||
margin: 0 0 0.25em 1.5em;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 40em) {
|
||||
#locale-translation-status-form th.title {
|
||||
width: 20%;
|
||||
}
|
||||
#locale-translation-status-form th.status {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,209 @@
|
||||
#media-library-wrapper {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#media-library-add-form-wrapper {
|
||||
background: #d9e8f4;
|
||||
padding: 1rem;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.media-library-content {
|
||||
flex: 6;
|
||||
}
|
||||
}
|
||||
|
||||
ul.media-library-menu {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #f7fcff;
|
||||
}
|
||||
|
||||
.media-library-menu li {
|
||||
list-style: none;
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid rgba(6, 120, 190, 0.17);
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
ul.media-library-menu {
|
||||
border-right: 4px solid #0678be;
|
||||
flex-direction: column;
|
||||
margin: 0 2rem 0 0;
|
||||
}
|
||||
|
||||
.media-library-menu li {
|
||||
flex: unset;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.media-library-menu li a {
|
||||
padding: 0.8rem 1rem;
|
||||
line-height: 2;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.media-library-menu li a.active {
|
||||
background-color: #0678be;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.media-library-menu li a:not(.active):hover {
|
||||
background-color: #f7fcff;
|
||||
}
|
||||
|
||||
.view-media-library .view-header {
|
||||
align-self: flex-end;
|
||||
margin: 1em 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.view-media-library .views-display-link {
|
||||
margin: 0;
|
||||
color: #333;
|
||||
font-size: 15px;
|
||||
line-height: 16px;
|
||||
border-radius: 26px;
|
||||
padding: 4px 10px 4px 26px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.view-media-library .views-display-link.is-active {
|
||||
background-color: #d9e8f4;
|
||||
}
|
||||
|
||||
.view-media-library .views-display-link-widget {
|
||||
margin-right: 15px;
|
||||
background: url(../../../../../core/misc/icons/333333/grid.svg) 6px center no-repeat;
|
||||
}
|
||||
|
||||
.view-media-library .views-display-link-widget_table {
|
||||
background: url(../../../../../core/misc/icons/333333/table.svg) 6px center no-repeat;
|
||||
}
|
||||
|
||||
#media-library-view .form--inline {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#media-library-view .form--inline .form-wrapper .form-submit {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#media-library-view .view-content .views-form form {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#media-library-view .view-content .views-form form .views-row {
|
||||
display: flex;
|
||||
margin: 0.5rem 0.8rem;
|
||||
width: 22%;
|
||||
flex-basis: 22%;
|
||||
border: 2px solid transparent;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.media-librayr-item--name {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
#media-library-view .view-content .views-form form .views-row {
|
||||
width: 22%;
|
||||
}
|
||||
|
||||
.media-librayr-item--name {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
#media-library-view .view-content .views-form form .views-row:hover {
|
||||
border: 2px solid #0678be;
|
||||
}
|
||||
|
||||
#media-library-view .view-content .views-form form .views-row.checked {
|
||||
background: #f7fcff;
|
||||
border: 2px solid #0678be;
|
||||
}
|
||||
|
||||
#media-library-view .view-content .views-form form .views-row .views-field-media-library-select-form {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
#media-library-view .view-content .views-form form .views-row .views-field-rendered-entity .field--type-image img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.js-media-library-add-form .item-list ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.js-media-library-add-form .item-list ul li {
|
||||
list-style: none;
|
||||
margin: 0.5rem;
|
||||
max-width: 15%;
|
||||
}
|
||||
|
||||
.js-media-library-add-form .item-list ul li img {
|
||||
width: 100%;
|
||||
max-width: 150px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.js-media-library-add-form .item-list ul li .form-item-name label {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.js-media-library-widget .js-media-library-selection {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.js-media-library-widget .js-media-library-selection .js-media-library-item {
|
||||
display: flex;
|
||||
margin: 0.5rem 0.8rem;
|
||||
width: 22%;
|
||||
flex-direction: column-reverse;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
align-items: stretch;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.js-media-library-widget .js-media-library-selection .js-media-library-item img {
|
||||
max-width: 150px;
|
||||
height: 130px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.js-media-library-widget .js-media-library-selection .js-media-library-item .form-submit {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
.menu-enabled {
|
||||
width: 70px;
|
||||
}
|
||||
.menu-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for administration pages.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Revisions overview screen.
|
||||
*/
|
||||
.revision-current {
|
||||
background: #ffc;
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for administration pages.
|
||||
*/
|
||||
|
||||
/* Narrow screens */
|
||||
.layout-region {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Wide screens */
|
||||
@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
|
||||
|
||||
.layout-region-node-main,
|
||||
.layout-region-node-footer {
|
||||
float: left; /* LTR */
|
||||
width: 65%;
|
||||
padding-right: 20px; /* LTR */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
[dir="rtl"] .layout-region-node-main,
|
||||
[dir="rtl"] .layout-region-node-footer {
|
||||
float: right;
|
||||
padding-left: 20px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.layout-region-node-secondary {
|
||||
float: right; /* LTR */
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
[dir="rtl"] .layout-region-node-secondary {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* @todo File an issue to add a standard class to all text-like inputs */
|
||||
.layout-region-node-secondary .form-autocomplete,
|
||||
.layout-region-node-secondary .form-text,
|
||||
.layout-region-node-secondary .form-tel,
|
||||
.layout-region-node-secondary .form-email,
|
||||
.layout-region-node-secondary .form-url,
|
||||
.layout-region-node-secondary .form-search,
|
||||
.layout-region-node-secondary .form-number,
|
||||
.layout-region-node-secondary .form-color,
|
||||
.layout-region-node-secondary textarea {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* The vertical toolbar mode gets triggered for narrow screens, which throws off
|
||||
* the intent of media queries written for the viewport width. When the vertical
|
||||
* toolbar is on, we need to suppress layout for the original media width + the
|
||||
* toolbar width (240px). In this case, 240px + 780px.
|
||||
*/
|
||||
@media screen and (max-width: 1020px) {
|
||||
|
||||
.toolbar-vertical.toolbar-tray-open .layout-region-node-main,
|
||||
.toolbar-vertical.toolbar-tray-open .layout-region-node-footer,
|
||||
.toolbar-vertical.toolbar-tray-open .layout-region-node-secondary {
|
||||
float: none;
|
||||
width: auto;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for node preview page.
|
||||
*/
|
||||
|
||||
.node-preview-container {
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
background: #f5f5f5;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.node-preview-form-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.node-preview-container .node-preview-backlink {
|
||||
color: white;
|
||||
float: left;
|
||||
background-color: #7cbc48;
|
||||
border-color: #7cbc48;
|
||||
padding: 13px 24px;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
text-transform: uppercase;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.node-preview-container .form-type-select {
|
||||
float: right;
|
||||
width: auto;
|
||||
align-items: center;
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
.paragraph-type .paragraph-type-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.paragraphs-dropdown-toggle:hover,
|
||||
.paragraphs-dropdown-toggle:focus {
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
background-color: #f7fcff;
|
||||
}
|
||||
|
||||
.paragraphs-dropdown-toggle {
|
||||
background-color: transparent;
|
||||
height: 40px;
|
||||
border-radius: 0;
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
/**
|
||||
* @file
|
||||
* Icons for Quick Edit module.
|
||||
*/
|
||||
|
||||
.quickedit .icon {
|
||||
min-height: 1em;
|
||||
min-width: 2.5em;
|
||||
position: relative;
|
||||
}
|
||||
.quickedit .icon.icon-only {
|
||||
font-size: 0;
|
||||
}
|
||||
.quickedit .icon.icon-end {
|
||||
padding-right: 2.5em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .quickedit .icon.icon-end {
|
||||
padding-left: 2.5em;
|
||||
padding-right: 0;
|
||||
}
|
||||
.quickedit .icon:before {
|
||||
background-attachment: scroll;
|
||||
background-color: transparent;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
content: '';
|
||||
display: block;
|
||||
height: 100%;
|
||||
left: 0; /* LTR */
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
[dir="rtl"] .quickedit .icon:before {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
.quickedit .icon-end:before {
|
||||
left: auto; /* LTR */
|
||||
right: 0.5em; /* LTR */
|
||||
width: 18px;
|
||||
}
|
||||
[dir="rtl"] .quickedit .icon-end:before {
|
||||
left: 0.5em;
|
||||
right: auto;
|
||||
}
|
||||
.quickedit button.icon {
|
||||
font-size: 1em;
|
||||
}
|
||||
.quickedit .icon-pencil {
|
||||
margin-left: 0.5em;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Images.
|
||||
*/
|
||||
.quickedit .icon-close:before {
|
||||
background-image: url(../../images/icons/787878/ex.svg);
|
||||
height: 12px;
|
||||
top: 10px;
|
||||
}
|
||||
.quickedit .icon-close:hover:before,
|
||||
.quickedit .icon-close:active:before {
|
||||
background-image: url(../../images/icons/000000/ex.svg);
|
||||
}
|
||||
.quickedit .icon-throbber:before {
|
||||
background-image: url(../../images/quickedit/icon-throbber.gif);
|
||||
}
|
||||
.quickedit .icon-pencil:before {
|
||||
background-image: url(../../images/icons/5181c6/pencil.svg);
|
||||
background-position: left center;
|
||||
background-size: 1.3em;
|
||||
}
|
||||
@@ -0,0 +1,122 @@
|
||||
/**
|
||||
* @file
|
||||
* Generic base styles for Quick Edit module.
|
||||
*
|
||||
* Note: every class is prefixed with "quickedit-" to prevent collisions with
|
||||
* modules or themes. In Edit module-specific DOM subtrees, this is not
|
||||
* necessary.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Editable.
|
||||
*/
|
||||
.quickedit-editable {
|
||||
z-index: 98;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
.quickedit-editable:focus {
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* Highlighted (hovered) editable.
|
||||
*/
|
||||
.quickedit-editable.quickedit-highlighted {
|
||||
z-index: 99;
|
||||
}
|
||||
.quickedit-validation-errors > .messages {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.quickedit-validation-errors > .messages > ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* In-place editors that don't use a popup.
|
||||
*/
|
||||
.quickedit-validation-errors {
|
||||
z-index: 300;
|
||||
position: relative;
|
||||
}
|
||||
.quickedit-validation-errors .messages.error {
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
left: -5px; /* LTR */
|
||||
margin: 0;
|
||||
border: none;
|
||||
}
|
||||
[dir="rtl"] .quickedit-validation-errors .messages.error {
|
||||
left: auto;
|
||||
right: -5px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Styling specific to the 'form' in-place editor.
|
||||
*/
|
||||
#quickedit_backstage {
|
||||
display: none;
|
||||
}
|
||||
.quickedit-form {
|
||||
position: absolute;
|
||||
z-index: 300;
|
||||
max-width: 35em;
|
||||
}
|
||||
.quickedit-form .placeholder {
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Default form styling overrides.
|
||||
*/
|
||||
.quickedit-form .form-wrapper .form-wrapper {
|
||||
margin: inherit;
|
||||
}
|
||||
.quickedit-form .form-actions {
|
||||
display: none;
|
||||
}
|
||||
.quickedit-form input {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Entity toolbar.
|
||||
*/
|
||||
.quickedit-toolbar-container {
|
||||
max-width: 100%;
|
||||
position: absolute;
|
||||
width: 320px;
|
||||
z-index: 100;
|
||||
}
|
||||
.quickedit-toolbar-container > .quickedit-toolbar-pointer,
|
||||
.quickedit-toolbar-container > .quickedit-toolbar-lining {
|
||||
display: none;
|
||||
}
|
||||
.quickedit-form-container {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
vertical-align: baseline;
|
||||
z-index: 100;
|
||||
}
|
||||
.quickedit-toolgroup.ops {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .quickedit-toolgroup.ops {
|
||||
float: left;
|
||||
}
|
||||
.quickedit-toolbar-label {
|
||||
overflow: hidden;
|
||||
}
|
||||
#quickedit-toolbar-fence {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
position: fixed;
|
||||
z-index: -1;
|
||||
}
|
||||
@@ -0,0 +1,254 @@
|
||||
/**
|
||||
* @file
|
||||
* Styling for Quick Edit module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Editable.
|
||||
*/
|
||||
.quickedit-field.quickedit-editable,
|
||||
.quickedit-field .quickedit-editable {
|
||||
box-shadow: 0 0 0 2px #74b7ff;
|
||||
}
|
||||
|
||||
/**
|
||||
* Highlighted (hovered) editable.
|
||||
*/
|
||||
.quickedit-field.quickedit-highlighted,
|
||||
.quickedit-form.quickedit-highlighted,
|
||||
.quickedit-field .quickedit-highlighted {
|
||||
box-shadow: 0 0 0 1px #74b7ff, 0 0 0 2px #007fff;
|
||||
}
|
||||
.quickedit-field.quickedit-changed,
|
||||
.quickedit-form.quickedit-changed,
|
||||
.quickedit-field .quickedit-changed {
|
||||
box-shadow: 0 0 0 1px #fec17e, 0 0 0 2px #f7870a;
|
||||
}
|
||||
.quickedit-editing.quickedit-validation-error,
|
||||
.quickedit-form.quickedit-validation-error {
|
||||
box-shadow: 0 0 0 1px #ee8b74, 0 0 0 2px #fa2209;
|
||||
}
|
||||
.quickedit-editing.quickedit-editor-is-popup {
|
||||
box-shadow: none;
|
||||
}
|
||||
.quickedit-form .form-item .error {
|
||||
border: 1px solid #eea0a0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Default form styling overrides.
|
||||
*/
|
||||
.quickedit-form form {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.quickedit-form .form-item {
|
||||
margin: 0;
|
||||
}
|
||||
.quickedit-form .form-wrapper {
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Animations.
|
||||
*/
|
||||
.quickedit-animate-invisible {
|
||||
opacity: 0;
|
||||
}
|
||||
.quickedit-animate-default {
|
||||
-webkit-transition: all 0.4s ease;
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
.quickedit-animate-slow {
|
||||
-webkit-transition: all 0.6s ease;
|
||||
transition: all 0.6s ease;
|
||||
}
|
||||
.quickedit-animate-delay-veryfast {
|
||||
-webkit-transition-delay: 0.05s;
|
||||
transition-delay: 0.05s;
|
||||
}
|
||||
.quickedit-animate-delay-fast {
|
||||
-webkit-transition-delay: 0.2s;
|
||||
transition-delay: 0.2s;
|
||||
}
|
||||
.quickedit-animate-disable-width {
|
||||
-webkit-transition: width 0s;
|
||||
transition: width 0s;
|
||||
}
|
||||
.quickedit-animate-only-visibility {
|
||||
-webkit-transition: opacity 0.2s ease;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
/**
|
||||
* In-place editors that don't use a popup.
|
||||
*/
|
||||
.quickedit-validation-errors .messages.error {
|
||||
box-shadow: 0 0 1px 1px red, 0 0 3px 3px rgba(153, 153, 153, 0.5);
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/**
|
||||
* Styling specific to the 'form' in-place editor.
|
||||
*/
|
||||
.quickedit-form {
|
||||
box-shadow: 0 0 30px 4px #4f4f4f;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/**
|
||||
* Toolbars.
|
||||
*/
|
||||
.quickedit-toolbar-container {
|
||||
font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
|
||||
padding-bottom: 7px;
|
||||
padding-top: 7px;
|
||||
-webkit-transition: all 1s;
|
||||
transition: all 1s;
|
||||
}
|
||||
.quickedit-toolbar-container > .quickedit-toolbar-content {
|
||||
background-image: -webkit-linear-gradient(top, #fff, #e4e4e4);
|
||||
background-image: linear-gradient(to bottom, #fff, #e4e4e4);
|
||||
box-sizing: border-box;
|
||||
color: black;
|
||||
padding: 0.1667em;
|
||||
position: relative;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
z-index: 2;
|
||||
}
|
||||
.quickedit-toolbar-container > .quickedit-toolbar-pointer {
|
||||
background-color: #e4e4e4;
|
||||
bottom: 2px;
|
||||
box-shadow: 0 0 0 1px #818181, 0 0 0 4px rgba(150, 150, 150, 0.5);
|
||||
display: block;
|
||||
height: 16px;
|
||||
left: 18px; /* LTR */
|
||||
position: absolute;
|
||||
-webkit-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
width: 16px;
|
||||
z-index: 1;
|
||||
}
|
||||
[dir="rtl"] .quickedit-toolbar-container > .quickedit-toolbar-pointer {
|
||||
left: auto;
|
||||
right: 18px;
|
||||
}
|
||||
.quickedit-toolbar-container.quickedit-toolbar-pointer-top > .quickedit-toolbar-pointer {
|
||||
bottom: auto;
|
||||
top: 2px;
|
||||
}
|
||||
.quickedit-toolbar-container > .quickedit-toolbar-lining {
|
||||
bottom: 7px;
|
||||
box-shadow: 0 0 0 1px #818181, 0 3px 0 1px rgba(150, 150, 150, 0.5);
|
||||
display: block;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 7px;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.quickedit-toolbar-label {
|
||||
font-style: italic;
|
||||
overflow: hidden;
|
||||
padding: 0.333em 0.4em;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.quickedit-toolbar-label .field:after {
|
||||
content: ' → '; /* LTR */
|
||||
}
|
||||
|
||||
[dir="rtl"] .quickedit-toolbar-label .field:after {
|
||||
content: ' ← ';
|
||||
}
|
||||
|
||||
/* The toolbar; these are not necessarily visible. */
|
||||
.quickedit-toolbar {
|
||||
font-family: 'Droid sans', 'Lucida Grande', sans-serif;
|
||||
}
|
||||
.quickedit-toolbar-entity {
|
||||
padding: 0.1667em 0.2em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Info toolgroup.
|
||||
*/
|
||||
.quickedit-toolbar-fullwidth {
|
||||
width: 100%;
|
||||
}
|
||||
.quickedit-toolgroup.wysiwyg-floated {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .quickedit-toolgroup.wysiwyg-floated {
|
||||
float: left;
|
||||
}
|
||||
.quickedit-toolgroup.wysiwyg-main {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
padding-left: 0; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .quickedit-toolgroup.wysiwyg-main {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Buttons.
|
||||
*/
|
||||
.quickedit-button {
|
||||
background-color: #e4e4e4;
|
||||
border: 1px solid #d2d2d2;
|
||||
color: #5a5a5a;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
opacity: 1;
|
||||
padding: 0.345em;
|
||||
-webkit-transition: opacity 0.1s ease;
|
||||
transition: opacity 0.1s ease;
|
||||
}
|
||||
.quickedit-button[aria-hidden="true"] {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
.quickedit-button + .quickedit-button {
|
||||
margin-left: 0.2em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .quickedit-button + .quickedit-button {
|
||||
margin-left: auto;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
/* Button with icons. */
|
||||
.quickedit-button:hover,
|
||||
.quickedit-button:active {
|
||||
background-color: #c8c8c8;
|
||||
border: 1px solid #a0a0a0;
|
||||
color: #2e2e2e;
|
||||
}
|
||||
.quickedit-toolbar-container .quickedit-button.action-cancel {
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.quickedit-button.action-save {
|
||||
color: white;
|
||||
background-color: #50a0e9;
|
||||
background-image: -webkit-linear-gradient(top, #50a0e9, #4481dc);
|
||||
background-image: linear-gradient(to bottom, #50a0e9, #4481dc);
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.quickedit-button.action-save:hover,
|
||||
.quickedit-button.action-save:active {
|
||||
border: 1px solid #a0a0a0;
|
||||
}
|
||||
.quickedit-button.action-saving,
|
||||
.quickedit-button.action-saving:hover,
|
||||
.quickedit-button.action-saving:active {
|
||||
background-color: #e4e4e4;
|
||||
background-image: none;
|
||||
border-color: #d2d2d2;
|
||||
color: #5a5a5a;
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
/**
|
||||
* @file
|
||||
* Styling for the shortcut module icons.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Toolbar tab icon.
|
||||
*/
|
||||
.toolbar-bar .toolbar-icon-shortcut:before,
|
||||
.toolbar-bar .toolbar-icon-shortcut:active:before,
|
||||
.toolbar-bar .toolbar-icon-shortcut.is-active:before {
|
||||
background-image: url(../../images/icons/shortcut.svg);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add/remove links.
|
||||
*/
|
||||
.shortcut-action__icon {
|
||||
background: transparent url(../../images/shortcut/favstar.svg) no-repeat left top;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
display: inline-block;
|
||||
vertical-align: -2px;
|
||||
}
|
||||
[dir="rtl"] .shortcut-action__icon {
|
||||
background-image: url(../../images/shortcut/favstar-rtl.svg);
|
||||
}
|
||||
.shortcut-action--add:hover .shortcut-action__icon,
|
||||
.shortcut-action--add:focus .shortcut-action__icon {
|
||||
background-position: -20px top;
|
||||
}
|
||||
.shortcut-action--remove .shortcut-action__icon {
|
||||
background-position: -40px top;
|
||||
}
|
||||
.shortcut-action--remove:focus .shortcut-action__icon,
|
||||
.shortcut-action--remove:hover .shortcut-action__icon {
|
||||
background-position: -60px top;
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
/**
|
||||
* @file
|
||||
* Styling for the shortcut module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Toolbar.
|
||||
*/
|
||||
.toolbar .toolbar-tray-vertical .edit-shortcuts {
|
||||
text-align: left; /* LTR */
|
||||
padding: 20px 25px;
|
||||
border-bottom: 1px solid #0e4f8a;
|
||||
}
|
||||
[dir="rtl"] .toolbar .toolbar-tray-vertical .edit-shortcuts {
|
||||
text-align: right;
|
||||
}
|
||||
.toolbar .toolbar-tray-horizontal .edit-shortcuts {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .toolbar .toolbar-tray-horizontal .edit-shortcuts {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add/remove links.
|
||||
*/
|
||||
.shortcut-action {
|
||||
display: inline-block;
|
||||
margin-left: 0.3em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .shortcut-action {
|
||||
margin-left: 0;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
.shortcut-action__message {
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
border-radius: 5px;
|
||||
padding: 0 5px;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
margin-left: 0.3em; /* LTR */
|
||||
opacity: 0;
|
||||
-ms-transform: translateY(-12px);
|
||||
-webkit-transform: translateY(-12px);
|
||||
transform: translateY(-12px);
|
||||
-webkit-transition: all 200ms ease-out;
|
||||
transition: all 200ms ease-out;
|
||||
-ms-backface-visibility: hidden;
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
[dir="rtl"] .shortcut-action__message {
|
||||
margin-left: 0;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
.shortcut-action:hover .shortcut-action__message,
|
||||
.shortcut-action:focus .shortcut-action__message {
|
||||
opacity: 1;
|
||||
-ms-transform: translateY(-2px);
|
||||
-webkit-transform: translateY(-2px);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
/* Test Table */
|
||||
#simpletest-form-table th.select-all {
|
||||
width: 1em;
|
||||
}
|
||||
th.simpletest-test-label {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.simpletest-image {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
width: 1em;
|
||||
}
|
||||
.simpletest-group-label label {
|
||||
display: inline;
|
||||
font-weight: bold;
|
||||
}
|
||||
.simpletest-test-label label {
|
||||
margin-left: 1em; /* LTR */
|
||||
}
|
||||
.simpletest-test-description .description {
|
||||
margin: 0;
|
||||
}
|
||||
#simpletest-form-table tr td {
|
||||
background-color: white;
|
||||
color: #494949;
|
||||
}
|
||||
#simpletest-form-table tr.simpletest-group td {
|
||||
background-color: #edf5fa;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
table#simpletest-form-table tr.simpletest-group label {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div.message > div.item-list {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.simpletest-pass {
|
||||
color: #33a333;
|
||||
}
|
||||
.simpletest-fail {
|
||||
color: #981010;
|
||||
}
|
||||
|
||||
tr.simpletest-pass,
|
||||
tr.simpletest-pass.odd {
|
||||
background-color: #b6ffb6;
|
||||
}
|
||||
tr.simpletest-pass.even {
|
||||
background-color: #9bff9b;
|
||||
}
|
||||
tr.simpletest-fail,
|
||||
tr.simpletest-fail.odd {
|
||||
background-color: #ffc9c9;
|
||||
}
|
||||
tr.simpletest-fail.even {
|
||||
background-color: #ffacac;
|
||||
}
|
||||
tr.simpletest-exception,
|
||||
tr.simpletest-exception.odd {
|
||||
background-color: #f4ea71;
|
||||
}
|
||||
tr.simpletest-exception.even {
|
||||
background-color: #f5e742;
|
||||
}
|
||||
tr.simpletest-debug,
|
||||
tr.simpletest-debug.odd {
|
||||
background-color: #eee;
|
||||
}
|
||||
tr.simpletest-debug.even {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
a.simpletest-collapse {
|
||||
height: 0;
|
||||
width: 0;
|
||||
top: -99em;
|
||||
position: absolute;
|
||||
}
|
||||
a.simpletest-collapse:focus,
|
||||
a.simpletest-collapse:hover {
|
||||
font-size: 80%;
|
||||
top: 0;
|
||||
height: auto;
|
||||
width: auto;
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**
|
||||
* @file
|
||||
* Throbber.
|
||||
*/
|
||||
|
||||
.ajax-progress {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ajax-progress-throbber .throbber {
|
||||
border-radius: 100%;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-top: 3px solid rgba(0,128,255, 0.3);
|
||||
border-right: 3px solid rgba(0,128,255, 0.3);
|
||||
border-bottom: 3px solid rgba(0,128,255, 0.3);
|
||||
border-left: 3px solid #0678be;
|
||||
-webkit-transform: translateZ(0);
|
||||
-ms-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
-webkit-animation: load 0.7s infinite linear;
|
||||
animation: load 0.7s infinite linear;
|
||||
padding: 0;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.ajax-progress-throbber .message {
|
||||
display: none;
|
||||
}
|
||||
tr .ajax-progress-throbber .throbber {
|
||||
margin: 0 10px;
|
||||
}
|
||||
.ajax-progress-bar {
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
/* Full screen throbber */
|
||||
|
||||
.ajax-progress-fullscreen {
|
||||
left: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ajax-progress-fullscreen::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -15px;
|
||||
margin-left: -15px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 100%;
|
||||
border-top: 5px solid rgba(0,128,255, 0.3);
|
||||
border-right: 5px solid rgba(0,128,255, 0.3);
|
||||
border-bottom: 5px solid rgba(0,128,255, 0.3);
|
||||
border-left: 5px solid #0678be;
|
||||
-webkit-transform: translateZ(0);
|
||||
-ms-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
-webkit-animation: load 0.7s infinite linear;
|
||||
animation: load 0.7s infinite linear;
|
||||
z-index: 9999;
|
||||
}
|
||||
[dir="rtl"] .ajax-progress-fullscreen {
|
||||
left: auto;
|
||||
right: 49%;
|
||||
}
|
||||
|
||||
/* keyframes animation */
|
||||
|
||||
@-webkit-keyframes load {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
@keyframes load {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
/**
|
||||
* @file
|
||||
* Alignment classes for text and block level elements.
|
||||
*/
|
||||
|
||||
.text-align-left {
|
||||
text-align: left;
|
||||
}
|
||||
.text-align-right {
|
||||
text-align: right;
|
||||
}
|
||||
.text-align-center {
|
||||
text-align: center;
|
||||
}
|
||||
.text-align-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
/**
|
||||
* Alignment classes for block level elements (images, videos, blockquotes, etc.)
|
||||
*/
|
||||
.align-left {
|
||||
float: left;
|
||||
}
|
||||
.align-right {
|
||||
float: right;
|
||||
}
|
||||
.align-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @file
|
||||
* Visual styles for animated throbber.
|
||||
*
|
||||
* @see autocomplete.js
|
||||
*/
|
||||
|
||||
.js input.form-autocomplete {
|
||||
background-image: url(../../../images/icons/throbber-inactive.png);
|
||||
background-position: right 10px center; /* LTR */
|
||||
background-repeat: no-repeat;
|
||||
padding-right: 35px;
|
||||
}
|
||||
.js[dir="rtl"] input.form-autocomplete {
|
||||
background-position: left 10px center;
|
||||
}
|
||||
.js input.form-autocomplete.ui-autocomplete-loading {
|
||||
background-image: url(../../../images/icons/throbber-active.gif);
|
||||
background-position: right 10px center; /* LTR */
|
||||
}
|
||||
.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
|
||||
background-position: left 10px center;
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @file
|
||||
* Float clearing.
|
||||
*
|
||||
* Based on the micro clearfix hack by Nicolas Gallagher, with the :before
|
||||
* pseudo selector removed to allow normal top margin collapse.
|
||||
*
|
||||
* @see http://nicolasgallagher.com/micro-clearfix-hack
|
||||
*/
|
||||
|
||||
.clearfix:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
/**
|
||||
* @file
|
||||
* Inline items.
|
||||
*/
|
||||
|
||||
.container-inline {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.container-inline div,
|
||||
.container-inline label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.container-inline input {
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.container-inline legend {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.container-inline label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.container-inline .fieldset-legend {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.container-inline .form-item {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.container-inline .details-wrapper .form-item {
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.container-inline .details-wrapper .form-item:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.container-inline .fieldset-wrapper .form-item {
|
||||
margin-right: 0;
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.container-inline .fieldset-wrapper .form-item:last-child {
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.container-inline div,
|
||||
.container-inline label {
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.container-inline .fieldset-wrapper .form-item {
|
||||
margin-right: 20px;
|
||||
margin-bottom: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.container-inline .details-wrapper .form-item {
|
||||
margin-right: 20px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* Collapsible details.
|
||||
*
|
||||
* @see collapse.js
|
||||
*/
|
||||
|
||||
.js details:not([open]) .details-wrapper {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @file
|
||||
* Fieldgroup border reset.
|
||||
*/
|
||||
|
||||
.fieldgroup {
|
||||
border-width: 0;
|
||||
padding: 0;
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
/**
|
||||
* @file
|
||||
* Utility classes to hide elements in different ways.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Hide elements from all users.
|
||||
*
|
||||
* Used for elements which should not be immediately displayed to any user. An
|
||||
* example would be collapsible details that will be expanded with a click
|
||||
* from a user. The effect of this class can be toggled with the jQuery show()
|
||||
* and hide() functions.
|
||||
*/
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Hide elements visually, but keep them available for screen readers.
|
||||
*
|
||||
* Used for information required for screen reader users to understand and use
|
||||
* the site where visual display is undesirable. Information provided in this
|
||||
* manner should be kept concise, to avoid unnecessary burden on the user.
|
||||
* "!important" is used to prevent unintentional overrides.
|
||||
*/
|
||||
.visually-hidden {
|
||||
position: absolute !important;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
overflow: hidden;
|
||||
height: 1px;
|
||||
width: 1px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* The .focusable class extends the .visually-hidden class to allow
|
||||
* the element to be focusable when navigated to via the keyboard.
|
||||
*/
|
||||
.visually-hidden.focusable:active,
|
||||
.visually-hidden.focusable:focus {
|
||||
position: static;
|
||||
clip: auto;
|
||||
overflow: visible;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Hide visually and from screen readers, but maintain layout.
|
||||
*/
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for item list.
|
||||
*/
|
||||
|
||||
.item-list__comma-list,
|
||||
.item-list__comma-list li {
|
||||
display: inline;
|
||||
}
|
||||
.item-list__comma-list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.item-list__comma-list li:after {
|
||||
content: ", ";
|
||||
}
|
||||
.item-list__comma-list li:last-child:after {
|
||||
content: "";
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @file
|
||||
* Utility classes to assist with Javascript functionality.
|
||||
*/
|
||||
|
||||
/**
|
||||
* For anything you want to hide on page load when JS is enabled, so
|
||||
* that you can use the JS to control visibility and avoid flicker.
|
||||
*/
|
||||
.js .js-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* For anything you want to show on page load only when JS is enabled.
|
||||
*/
|
||||
.js-show {
|
||||
display: none;
|
||||
}
|
||||
.js .js-show {
|
||||
display: block;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @file
|
||||
* Utility class to prevent text wrapping.
|
||||
*/
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* @file
|
||||
* Contain positioned elements.
|
||||
*/
|
||||
|
||||
.position-container {
|
||||
position: relative;
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
/**
|
||||
* @file
|
||||
* Progress behavior.
|
||||
*
|
||||
* @see progress.js
|
||||
*/
|
||||
|
||||
.progress {
|
||||
position: relative;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.progress__track {
|
||||
background-color: #fff;
|
||||
margin-top: 10px;
|
||||
max-width: 100%;
|
||||
min-width: 100px;
|
||||
height: 16px;
|
||||
}
|
||||
.progress__bar {
|
||||
background-color: #000;
|
||||
height: 1.5em;
|
||||
width: 3%;
|
||||
min-width: 3%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.progress__description,
|
||||
.progress__percentage {
|
||||
color: #555;
|
||||
overflow: hidden;
|
||||
font-size: 0.875em;
|
||||
margin-top: 0.2em;
|
||||
}
|
||||
.progress__description {
|
||||
float: left; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .progress__description {
|
||||
float: right;
|
||||
}
|
||||
.progress__percentage {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .progress__percentage {
|
||||
float: left;
|
||||
}
|
||||
.progress--small .progress__track {
|
||||
height: 7px;
|
||||
}
|
||||
.progress--small .progress__bar {
|
||||
height: 7px;
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* @file
|
||||
* Utility class to remove browser styles, especially for button.
|
||||
*/
|
||||
|
||||
.reset-appearance {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
border: 0 none;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: inherit;
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @file
|
||||
* Resizable textareas.
|
||||
*/
|
||||
|
||||
.resize-none {
|
||||
resize: none;
|
||||
}
|
||||
.resize-vertical {
|
||||
resize: vertical;
|
||||
min-height: 2em;
|
||||
}
|
||||
.resize-horizontal {
|
||||
resize: horizontal;
|
||||
max-width: 100%;
|
||||
}
|
||||
.resize-both {
|
||||
resize: both;
|
||||
max-width: 100%;
|
||||
min-height: 2em;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
* Table header behavior.
|
||||
*
|
||||
* @see tableheader.js
|
||||
*/
|
||||
|
||||
table.sticky-header {
|
||||
z-index: 9;
|
||||
margin-top: 0;
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for the system status counter component.
|
||||
*/
|
||||
|
||||
.system-status-counter {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
.system-status-counter__status-icon {
|
||||
display: inline-block;
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.system-status-counter__status-icon:before {
|
||||
content: "";
|
||||
background-size: 25px;
|
||||
background-position: 50% center;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.system-status-counter__status-icon--error:before {
|
||||
background-image: url(../../../images/icons/error.svg);
|
||||
}
|
||||
.system-status-counter__status-icon--warning:before {
|
||||
background-image: url(../../../images/icons/warning.svg);
|
||||
}
|
||||
.system-status-counter__status-icon--checked:before {
|
||||
background-image: url(../../../images/icons/check.svg);
|
||||
}
|
||||
|
||||
.system-status-counter__status-title {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
text-transform: uppercase;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
font-weight: bold;
|
||||
}
|
||||
.system-status-counter__title-count {
|
||||
display: block;
|
||||
}
|
||||
.system-status-counter__details {
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
display: block;
|
||||
line-height: 1;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.system-status-counter__details a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 61em) {
|
||||
.system-status-counter__status-icon,
|
||||
.system-status-counter {
|
||||
height: 65px;
|
||||
}
|
||||
.system-status-counter__status-icon {
|
||||
width: 65px;
|
||||
}
|
||||
|
||||
.system-status-counter__status-icon:before {
|
||||
background-size: 35px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for the system status report counters.
|
||||
*/
|
||||
|
||||
.system-status-report-counters__item {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
padding-right: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.system-status-report-counters__item:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 60em) {
|
||||
|
||||
.system-status-report-counters {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
+165
@@ -0,0 +1,165 @@
|
||||
/**
|
||||
* @file
|
||||
* Mediteran styles for the System Status general info.
|
||||
*/
|
||||
.system-status-general-info__header {
|
||||
overflow: hidden;
|
||||
font-weight: 300;
|
||||
margin: 10px 0 20px 0;
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
.system-status-general-info__items {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.system-status-general-info__item {
|
||||
padding: 0 5px 40px 5px;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1024px) {
|
||||
.system-status-general-info__items {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
}
|
||||
.system-status-general-info__item {
|
||||
padding: 0 40px 40px 5px;
|
||||
box-sizing: border-box;
|
||||
width: 33.3333333333%;
|
||||
}
|
||||
|
||||
.system-status-general-info__item:nth-child(2) {
|
||||
width: 66.6666666666%;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.system-status-general-info__item:last-child {
|
||||
border-right: none;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.system-status-general-info__item-icon {
|
||||
display: inline-block;
|
||||
height: 55px;
|
||||
width: 55px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.system-status-general-info__item-icon:before {
|
||||
content: "";
|
||||
background-size: 35px;
|
||||
background-position: 50% center;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
.system-status-general-info__item-icon--d8:before {
|
||||
background-image: url(../../../images/icons/cccccc/d8-logo.svg);
|
||||
}
|
||||
.system-status-general-info__item-icon--clock:before {
|
||||
background-image: url(../../../images/icons/cccccc/clock.svg);
|
||||
}
|
||||
.system-status-general-info__item-icon--server:before {
|
||||
background-image: url(../../../images/icons/cccccc/server.svg);
|
||||
}
|
||||
.system-status-general-info__item-icon--php:before {
|
||||
background-image: url(../../../images/icons/cccccc/php-logo.svg);
|
||||
background-size: 45px;
|
||||
}
|
||||
.system-status-general-info__item-icon--database:before {
|
||||
background-image: url(../../../images/icons/cccccc/database.svg);
|
||||
background-size: 30px;
|
||||
}
|
||||
|
||||
.system-status-general-info__item-details {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
width: calc(100% - 60px);
|
||||
padding-left: 10px; /* LTR */
|
||||
position: relative;
|
||||
}
|
||||
[dir="rtl"] .system-status-general-info__item-details {
|
||||
padding-right: 10px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.system-status-general-info__item-title {
|
||||
margin: 15px 0;
|
||||
color: #0678be;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.system-status-general-info__sub-item-title {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.system-status-general-info__sub-item__title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.system-status-general-info__sub-item__value {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.system-status-general-info__run-cron {
|
||||
margin: 1em 0 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 60em) {
|
||||
.system-status-general-info__item-icon {
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
}
|
||||
.system-status-general-info__item-icon:before {
|
||||
background-size: 35px;
|
||||
}
|
||||
.system-status-general-info__item-icon--php:before {
|
||||
background-size: 55px;
|
||||
}
|
||||
|
||||
.system-status-general-info__run-cron {
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
right: 1em; /* LTR */
|
||||
margin-top: 0;
|
||||
}
|
||||
[dir="rtl"] .system-status-general-info__run-cron {
|
||||
left: 1em;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 48em) {
|
||||
.system-status-general-info__header {
|
||||
display: none;
|
||||
}
|
||||
.system-status-general-info {
|
||||
border-top: 0;
|
||||
margin-top: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.system-status-general-info__description {
|
||||
position: relative;
|
||||
}
|
||||
.system-status-general-info__description .cron-description__run-cron {
|
||||
position: relative;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 480px) {
|
||||
.system-status-general-info__description .cron-description__run-cron {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
margin-top: -20px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,80 @@
|
||||
/**
|
||||
* @file
|
||||
* Table drag behavior.
|
||||
*
|
||||
* @see tabledrag.js
|
||||
*/
|
||||
|
||||
body.drag {
|
||||
cursor: move;
|
||||
}
|
||||
tr.region-title {
|
||||
font-weight: 700;
|
||||
color: #0678be;
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
}
|
||||
tr.region-message {
|
||||
color: #999;
|
||||
}
|
||||
tr.region-populated {
|
||||
display: none;
|
||||
}
|
||||
tr.add-new .tabledrag-changed {
|
||||
display: none;
|
||||
}
|
||||
.draggable a.tabledrag-handle {
|
||||
cursor: move;
|
||||
float: left;
|
||||
height: 24px;
|
||||
margin: 0 10px 0 0;
|
||||
overflow: hidden;
|
||||
text-decoration: none;
|
||||
}
|
||||
[dir="rtl"] .draggable a.tabledrag-handle {
|
||||
float: right;
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
a.tabledrag-handle:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.tabledrag-handle .handle {
|
||||
background: url(../../../images/icons/787878/move.svg) no-repeat 4px 4px;
|
||||
height: 24px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 24px;
|
||||
}
|
||||
.tabledrag-toggle-weight-wrapper {
|
||||
text-align: right; /* LTR */
|
||||
font-size: 14px;
|
||||
float: none;
|
||||
}
|
||||
div.fieldset-wrapper .tabledrag-toggle-weight-wrapper {
|
||||
font-size: 12px;
|
||||
}
|
||||
@media only screen and (min-width: 1024px) {
|
||||
div.fieldset-wrapper .tabledrag-toggle-weight-wrapper {
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
div.fieldset-wrapper .tabledrag-toggle-weight-wrapper .link {
|
||||
font-weight: 400;
|
||||
}
|
||||
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
|
||||
text-align: left;
|
||||
}
|
||||
.indentation {
|
||||
float: left; /* LTR */
|
||||
height: 1.7em;
|
||||
margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
|
||||
padding: 0.42em 0 0.42em 0.6em; /* LTR */
|
||||
width: 20px;
|
||||
}
|
||||
[dir="rtl"] .indentation {
|
||||
float: right;
|
||||
margin: -0.4em -0.4em -0.4em 0.2em;
|
||||
padding: 0.42em 0.6em 0.42em 0;
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user