first commit
This commit is contained in:
@@ -0,0 +1,222 @@
|
||||
/**
|
||||
* @file
|
||||
* CKEditor-native dialogs theming.
|
||||
*/
|
||||
|
||||
.cke_dialog_background_cover {
|
||||
display: none;
|
||||
}
|
||||
.cke_dialog:before {
|
||||
content: '';
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #000;
|
||||
opacity: 0.7;
|
||||
}
|
||||
[dir="rtl"] .cke_reset_all * {
|
||||
text-align: right;
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
body .cke_reset_all * {
|
||||
font-family: 'Ubuntu';
|
||||
}
|
||||
.cke_reset_all .cke_dialog_body {
|
||||
position: relative;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.cke_reset_all tbody tr:first-child {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/* Dialog's header. */
|
||||
.cke_reset_all .cke_dialog_title {
|
||||
padding: 15px 49px 15px 15px;
|
||||
border: 0;
|
||||
font-size: 26px;
|
||||
line-height: 30px;
|
||||
font-weight: 300;
|
||||
background: #0678be;
|
||||
color: #fff;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: 'Ubuntu', sans-serif;
|
||||
}
|
||||
[dir="rtl"] .cke_reset_all .cke_dialog_title {
|
||||
padding: 15px 15px 15px 49px;
|
||||
}
|
||||
|
||||
/* More specificity to prevent overriding in high density screens. */
|
||||
.cke_reset_all .cke_dialog .cke_dialog_close_button {
|
||||
top: 16px;
|
||||
right: 20px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: url(../../images/icons/ffffff/ex.svg) 0 0 no-repeat;
|
||||
opacity: 1;
|
||||
}
|
||||
[dir="rtl"] .cke_reset_all .cke_dialog .cke_dialog_close_button {
|
||||
left: 20px;
|
||||
right: auto;
|
||||
}
|
||||
.cke_reset_all .cke_dialog .cke_label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Dialog's body. */
|
||||
.cke_reset_all .cke_dialog_contents {
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_contents_body {
|
||||
padding: 1em;
|
||||
}
|
||||
.cke_reset_all tr:hover,
|
||||
.cke_reset_all tr:focus {
|
||||
background: none;
|
||||
}
|
||||
[dir="rtl"] .cke_reset_all .cke_dialog_ui_hbox_first,
|
||||
[dir="rtl"] .cke_reset_all .cke_dialog_ui_hbox_child {
|
||||
padding-left: 10px;
|
||||
padding-right: 0;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_body label {
|
||||
display: table;
|
||||
margin: 0 0 0.1em;
|
||||
padding: 0;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_body .cke_dialog_ui_input_text,
|
||||
.cke_reset_all .cke_dialog_body .cke_dialog_ui_input_textarea,
|
||||
.cke_reset_all .cke_dialog_body div.cke_dialog_ui_input_select {
|
||||
border: 0;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_body textarea,
|
||||
.cke_reset_all .cke_dialog_body input[type="text"],
|
||||
.cke_reset_all select.cke_dialog_ui_input_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: 115px;
|
||||
width: 100%;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.cke_reset_all select.cke_dialog_ui_input_select {
|
||||
padding-right: 1.5em;
|
||||
background: #fcfcfa url(../../images/icons/333333/caret-down.svg) no-repeat 99% 63%;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_body textarea:focus,
|
||||
.cke_reset_all .cke_dialog_body input[type="text"]:focus,
|
||||
.cke_reset_all select.cke_dialog_ui_input_select:focus {
|
||||
border-color: #40b6ff;
|
||||
outline: transparent;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* Dialog's footer. */
|
||||
.cke_reset_all .cke_dialog .cke_dialog_footer {
|
||||
margin: 0;
|
||||
padding: 15px 20px;
|
||||
border: 0;
|
||||
text-align: left;
|
||||
background: #f5f5f2;
|
||||
}
|
||||
|
||||
.cke_reset_all .cke_dialog .cke_dialog_footer:focus {
|
||||
outline: transparent;
|
||||
}
|
||||
[dir="rtl"] .cke_reset_all .cke_dialog .cke_dialog_footer {
|
||||
text-align: right;
|
||||
}
|
||||
.cke_reset_all .cke_dialog .cke_resizer {
|
||||
display: none;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_footer_buttons {
|
||||
margin: 0;
|
||||
}
|
||||
.cke_dialog_footer_buttons td {
|
||||
float: right;
|
||||
}
|
||||
[dir="rtl"] .cke_dialog_footer_buttons td {
|
||||
float: left;
|
||||
}
|
||||
.cke_reset_all a.cke_dialog_ui_button {
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
margin-right: 1em;
|
||||
padding: 13px 24px;
|
||||
border: 1px solid #b8b8b8;
|
||||
background-color: #f5f5f5;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
-webkit-transition: all 0.1s;
|
||||
transition: all 0.1s;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
border-radius: 0;
|
||||
font-family: 'Ubuntu';
|
||||
}
|
||||
[dir="rtl"] .cke_reset_all a.cke_dialog_ui_button {
|
||||
margin-left: 1em;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button:hover,
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button:focus {
|
||||
border: 1px solid #0678be;
|
||||
color: #0678be;
|
||||
padding: 13px 24px;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button:focus {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button span {
|
||||
padding: 0;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button:hover span,
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button:focus span,
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button:active span {
|
||||
padding: 0;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button_ok {
|
||||
border: 1px solid #0678be;
|
||||
background-color: #0678be;
|
||||
color: #fff;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button_ok:hover,
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button_ok:focus {
|
||||
background-color: #0678be;
|
||||
border: 1px solid #0678be;
|
||||
color: #fff;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button_ok:focus {
|
||||
border: 1px solid #0678be;
|
||||
}
|
||||
.cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button_ok:active {
|
||||
border-color: #0678be;
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
#coffee-bg {
|
||||
background-color: rgba(8, 68, 122, 0.4);
|
||||
}
|
||||
#coffee-form {
|
||||
background: transparent;
|
||||
border-radius: 4px;
|
||||
max-width: 580px;
|
||||
}
|
||||
#coffee-form-inner {
|
||||
box-shadow: none;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
#coffee-q {
|
||||
background: #08447a;
|
||||
padding: 2.2rem 1rem;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
margin: 0;
|
||||
font-weight: 100;
|
||||
}
|
||||
#coffee-results ul {
|
||||
padding: 0;
|
||||
top: -2px !important;
|
||||
max-width: 560px;
|
||||
}
|
||||
#coffee-results li {
|
||||
overflow: hidden;
|
||||
}
|
||||
#coffee-results a {
|
||||
padding: 1rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#coffee-results .description {
|
||||
font-style: italic;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
#coffee-results a.ui-state-hover,
|
||||
#coffee-results a.ui-state-active,
|
||||
#coffee-results a:focus,
|
||||
#coffee-results a:hover,
|
||||
#coffee-results .ui-state-focus {
|
||||
background: #0678be;
|
||||
color: #fff;
|
||||
}
|
||||
#coffee-results a.ui-state-hover .description,
|
||||
#coffee-results a.ui-state-active .description,
|
||||
#coffee-results a:focus .description,
|
||||
#coffee-results a:hover .description,
|
||||
#coffee-results .ui-state-focus .description {
|
||||
color: #08447a;
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
/**
|
||||
* Reusable colors.
|
||||
*/
|
||||
.color-success,
|
||||
.color-checked {
|
||||
color: #325e1c;
|
||||
background-color: #f3faef;
|
||||
}
|
||||
.color-warning {
|
||||
color: #734c00;
|
||||
background-color: #fdf8ed;
|
||||
}
|
||||
.color-error {
|
||||
color: #a51b00;
|
||||
background-color: #fcf4f2;
|
||||
}
|
||||
table .color-warning,
|
||||
table .color-success,
|
||||
table .color-checked,
|
||||
table .color-error {
|
||||
background-color: transparent;
|
||||
}
|
||||
table .color-warning {
|
||||
color: #a87000;
|
||||
font-size: 12px;
|
||||
}
|
||||
table .color-warning strong a {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
color: #a87000;
|
||||
}
|
||||
@@ -0,0 +1,213 @@
|
||||
.field--gutenberg #edit-body-0-format {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gutenberg-header-settings .form-actions {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.components-panel__header.edit-post-sidebar-header .components-icon-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gutenberg__editor .edit-post-layout .edit-post-sidebar .edit-post-sidebar__panel-tabs ul {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.components-panel__header.edit-post-sidebar__panel-tabs li {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.edit-post-sidebar button.edit-post-sidebar__panel-tab {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.gutenberg__editor #edit-status-wrapper {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.gutenberg__editor #edit-status-wrapper .form-item {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.gutenberg__editor #edit-status-wrapper .form-item label.option {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
margin-left: 2px;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .entity-meta .entity-meta__header {
|
||||
padding: 10px 10px;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .entity-meta {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.gutenberg__editor .components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
|
||||
box-shadow: unset;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 782px) {
|
||||
.edit-post-text-editor__body {
|
||||
max-width: 90%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.components-icon-button.has-text svg {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.gutenberg__editor .edit-post-text-editor__toolbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.gutenberg__editor .edit-post-text-editor {
|
||||
padding-top: 22px;
|
||||
}
|
||||
|
||||
.edit-post-layout__metaboxes:not(:empty) {
|
||||
margin-bottom: 38px;
|
||||
}
|
||||
|
||||
.gutenberg__editor .edit-post-layout .edit-post-sidebar .form-type-radio,
|
||||
.gutenberg__editor .edit-post-layout .edit-post-sidebar .form-type-checkbox {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 782px) {
|
||||
|
||||
body .gutenberg__editor .edit-post-layout .edit-post-header {
|
||||
top: 60px !important;
|
||||
}
|
||||
|
||||
body.toolbar-horizontal.toolbar-tray-open .edit-post-layout__content {
|
||||
top: 130px !important;
|
||||
}
|
||||
|
||||
|
||||
body.toolbar-horizontal.toolbar-tray-open .edit-post-layout.is-mode-text .edit-post-layout__content {
|
||||
top: 180px !important;
|
||||
}
|
||||
|
||||
body.toolbar-horizontal.toolbar-tray-open .edit-post-header {
|
||||
top: 102px !important;
|
||||
}
|
||||
|
||||
.gutenberg__editor .edit-post-layout .edit-post-sidebar {
|
||||
top: 116px !important;
|
||||
}
|
||||
|
||||
body.toolbar-horizontal.toolbar-tray-open .edit-post-sidebar {
|
||||
top: 158px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Gutenberg 8 */
|
||||
.interface-interface-skeleton,
|
||||
.toolbar-vertical.toolbar-tray-open .interface-interface-skeleton {
|
||||
top: 60px;
|
||||
}
|
||||
|
||||
.toolbar-horizontal.toolbar-tray-open .interface-interface-skeleton {
|
||||
top: 120px;
|
||||
}
|
||||
|
||||
.edit-post-layout__metaboxes {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.interface-interface-skeleton .edit-post-layout__metaboxes:not(:empty) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.edit-post-layout__metaboxes:not(:empty) .edit-post-meta-boxes-area {
|
||||
max-width: 810px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.interface-interface-skeleton .interface-complementary-area .form-type-checkbox .form-checkbox {
|
||||
margin-left: 0;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.interface-interface-skeleton .interface-complementary-area .form-item.form-type-checkbox {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.interface-interface-skeleton .interface-complementary-area .form-item label.option {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.edit-post-manage-blocks-modal__checklist,
|
||||
.edit-post-keyboard-shortcut-help-modal__shortcut-list {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.edit-post-manage-blocks-modal__checklist-item {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.edit-post-manage-blocks-modal__checklist-item .components-checkbox-control__label {
|
||||
margin-bottom: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.components-checkbox-control__checked {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gutenberg input[type=checkbox]:focus,
|
||||
input.components-checkbox-control__input:focus {
|
||||
border: 2px solid #ccc;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.components-modal__frame {
|
||||
min-width: 500px;
|
||||
}
|
||||
}
|
||||
.gutenberg input[type=checkbox]:checked:focus,
|
||||
.components-modal__frame input[type=checkbox]:checked:focus {
|
||||
background-color: #0678be;
|
||||
box-shadow: inset 0 0 0 3px #fff;
|
||||
border: 2px solid #11a0d2;
|
||||
}
|
||||
|
||||
.components-checkbox-control__input-container {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.components-modal__frame input[type=checkbox][aria-checked=mixed] {
|
||||
box-shadow: inset 0 0 0 3px #fff;
|
||||
background-color: #7cbc48;
|
||||
border-color: #7cbc48;
|
||||
}
|
||||
|
||||
.components-modal__frame input[type=checkbox][aria-checked=mixed]:before {
|
||||
content: unset;
|
||||
}
|
||||
|
||||
.edit-post-manage-blocks-modal__search .components-base-control__label {
|
||||
white-space: nowrap;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.edit-post-manage-blocks-modal__category-title .components-checkbox-control__label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.components-base-control .components-base-control__field {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* @file
|
||||
* Installation styling.
|
||||
*
|
||||
* Unfortunately we have to make our styling quite strong, to override the
|
||||
* .maintenance-page styling.
|
||||
*/
|
||||
.install-page {
|
||||
background-color: #1275b2;
|
||||
background-image: url(../../images/icons/noise-low.png), -webkit-radial-gradient(hsl(203, 80%, 45%), hsl(203, 80%, 32%));
|
||||
background-image: url(../../images/icons/noise-low.png), radial-gradient(hsl(203, 80%, 45%), hsl(203, 80%, 32%));
|
||||
background-repeat: repeat;
|
||||
background-position: left top, 50% 50%; /* LTR */
|
||||
min-height: 100%;
|
||||
}
|
||||
[dir="rtl"] .install-page {
|
||||
background-position: right top, 50% 50%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Password widget
|
||||
*/
|
||||
.install-page .password-parent,
|
||||
.install-page .confirm-parent {
|
||||
width: auto;
|
||||
}
|
||||
.install-page .form-item .password-suggestions {
|
||||
float: none;
|
||||
width: auto;
|
||||
}
|
||||
.install-page table td {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.install-page .site-version {
|
||||
vertical-align: super;
|
||||
font-size: 0.5em;
|
||||
color: #595959;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1010px) and (min-width: 48em) {
|
||||
.install-page .password-strength,
|
||||
.install-page .confirm-parent {
|
||||
width: 100%;
|
||||
}
|
||||
.install-configure-form .form-type-password {
|
||||
width: 100%;
|
||||
}
|
||||
.password-confirm,
|
||||
.password-field {
|
||||
float: none;
|
||||
}
|
||||
.password-confirm-match {
|
||||
float: none;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,271 @@
|
||||
/**
|
||||
* @file
|
||||
* Maintenance theming.
|
||||
*/
|
||||
|
||||
.maintenance-page {
|
||||
background-color: #e0e0d8;
|
||||
background-image: -webkit-radial-gradient(hsl(203, 2%, 90%), hsl(203, 2%, 95%));
|
||||
background-image: radial-gradient(hsl(203, 2%, 90%), hsl(203, 2%, 95%));
|
||||
background-repeat: repeat;
|
||||
background-position: left top, 50% 50%; /* LTR */
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.maintenance-page .button {
|
||||
margin-left: 0;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.maintenance-page h1 {
|
||||
padding-top: 0;
|
||||
}
|
||||
[dir="rtl"] .maintenance-page {
|
||||
background-position: right top, 50% 50%;
|
||||
}
|
||||
|
||||
.maintenance-page header {
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
color: #0074bd;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.item-list li {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Task list & step indicator
|
||||
*/
|
||||
@media all and (max-width: 767px) {
|
||||
header[role="banner"] {
|
||||
position: relative;
|
||||
}
|
||||
.step-indicator {
|
||||
display: block;
|
||||
font-size: 1.385em;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0.5em; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .step-indicator {
|
||||
left: 0.5em;
|
||||
right: auto;
|
||||
}
|
||||
.task-list {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 767px) {
|
||||
.step-indicator {
|
||||
display: none;
|
||||
}
|
||||
.task-list {
|
||||
margin-left: 0; /* LTR */
|
||||
list-style-type: none;
|
||||
padding-left: 0; /* LTR */
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
[dir="rtl"] .task-list {
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.task-list li {
|
||||
padding: 8px 1em 8px 3.85em; /* LTR */
|
||||
color: #1a1a1a;
|
||||
line-height: 24px;
|
||||
}
|
||||
[dir="rtl"] .task-list li {
|
||||
padding: 8px 3.85em 8px 1em;
|
||||
}
|
||||
.task-list .is-active {
|
||||
background: #0074bd;
|
||||
color: white;
|
||||
position: relative;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.task-list .done {
|
||||
color: #adadad;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Layout
|
||||
*/
|
||||
.layout-container {
|
||||
background: #fff;
|
||||
width: auto;
|
||||
margin-left: 1.25em;
|
||||
margin-right: 1.25em;
|
||||
}
|
||||
.layout-container:after { /* no reason for a clearfix in the markup */
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@media all and (max-width: 767px) {
|
||||
.layout-container {
|
||||
margin: 1.25em;
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
main {
|
||||
padding-top: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 767px) {
|
||||
html {
|
||||
display: table;
|
||||
}
|
||||
.install-page,
|
||||
.maintenance-page {
|
||||
display: table-cell;
|
||||
padding: 1em 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
html,
|
||||
.install-page,
|
||||
.maintenance-page {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.layout-container {
|
||||
margin: 0 auto;
|
||||
width: 90%;
|
||||
max-width: 770px;
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
/* Positioning sidebar & content */
|
||||
main {
|
||||
box-sizing: border-box;
|
||||
clear: none;
|
||||
float: left; /* LTR */
|
||||
padding: 45px 3.85em 25px 3.85em;
|
||||
width: 65%;
|
||||
}
|
||||
[dir="rtl"] main {
|
||||
float: right;
|
||||
}
|
||||
ul {
|
||||
padding: 15px;
|
||||
margin: 0.25em 0;
|
||||
}
|
||||
[dir="rtl"] ul {
|
||||
margin-right: 0; /* Overrides default [dir="rtl"] ul margin */
|
||||
}
|
||||
.layout-sidebar-first {
|
||||
float: left; /* LTR */
|
||||
width: 35%;
|
||||
margin-top: 35px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
[dir="rtl"] .layout-sidebar-first {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Margins for sitename */
|
||||
.page-title {
|
||||
margin: 0 1.9em;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Status report customization for install and update page.
|
||||
*/
|
||||
.system-status-report__status-title {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
.system-status-report__entry__value {
|
||||
float: none;
|
||||
width: 100%;
|
||||
padding-left: 3em; /* LTR */
|
||||
padding-top: 0;
|
||||
}
|
||||
[dir="rtl"] .system-status-report__entry__value {
|
||||
padding-left: 1em;
|
||||
padding-right: 3em;
|
||||
}
|
||||
|
||||
.maintenance-page .links {
|
||||
display: flex;
|
||||
margin: 10px 0 0 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
float: left;
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.maintenance-page .links li {
|
||||
display: flex;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
.maintenance-page .links li a {
|
||||
padding: 13px 24px;
|
||||
background-color: #f5f5f5;
|
||||
color: #333;
|
||||
border: 1px solid #b8b8b8;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
text-transform: uppercase;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media all and (min-width: 480px) {
|
||||
.maintenance-page .links {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.maintenance-page .links li {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.maintenance-page .links li a {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.maintenance-page .links li:last-child {
|
||||
padding-right: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.maintenance-page .links li a:hover,
|
||||
.maintenance-page .links li a:focus {
|
||||
background-color: white;
|
||||
border-color: #0678be;
|
||||
color: #0678be;
|
||||
text-decoration: none;
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
.maintenance-page .links li:first-child a {
|
||||
background-color: #7cbc48;
|
||||
border-color: #7cbc48;
|
||||
color: #fff;
|
||||
font-weight: 700;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
.maintenance-page .links li:first-child a:hover,
|
||||
.maintenance-page .links li:first-child a:focus {
|
||||
background-color: #6aab35;
|
||||
border-color: #6aab35;
|
||||
color: #fff;
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
.modules-tabs {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
.modules-tabs__pane {
|
||||
margin: 0 0 0 300px;
|
||||
border-left: 1px solid #0678be;
|
||||
background: white;
|
||||
}
|
||||
.modules-tabs__menu-item a:hover,
|
||||
.modules-tabs__menu-item a:focus {
|
||||
background-color: #f7fcff;
|
||||
}
|
||||
ul.modules-tabs__menu {
|
||||
border-bottom: 4px solid #0678be;
|
||||
width: 300px;
|
||||
}
|
||||
li.modules-tabs__menu-item a {
|
||||
padding: 1.4rem 1rem;
|
||||
line-height: 2;
|
||||
}
|
||||
li.modules-tabs__menu-item a strong {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
li.modules-tabs__menu-item {
|
||||
background: #fff;
|
||||
border-top: 1px solid rgba(6, 120, 190, 0.17);
|
||||
}
|
||||
.modules-tabs__menu-item.disabled {
|
||||
background: #efefef;
|
||||
border-top-color: #e0e0e0;
|
||||
margin-bottom: 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
.modules-tabs__menu-item.is-selected a,
|
||||
.modules-tabs__menu-item.is-selected a:hover,
|
||||
.modules-tabs__menu-item.is-selected a:focus,
|
||||
.modules-tabs__menu-item.is-selected a:active {
|
||||
background-color: #0678be;
|
||||
color: #fff;
|
||||
}
|
||||
.modules-tabs__menu-item.is-selected a .summary {
|
||||
color: #08447a;
|
||||
font-style: italic;
|
||||
}
|
||||
.modules-tabs {
|
||||
background: #f7fcff;
|
||||
}
|
||||
.system-modules tr:hover {
|
||||
background: #f7fcff;
|
||||
}
|
||||
.modules-tabs__menu-item ul.enabling {
|
||||
margin-top: 1.4em;
|
||||
color: #7cbc48;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.modules-tabs__menu-item ul.enabling li {
|
||||
background-color: #eaffda;
|
||||
padding: 0.3em 0.5em;
|
||||
border-radius: 2px;
|
||||
margin-right: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
font-style: initial;
|
||||
font-weight: 500;
|
||||
}
|
||||
.modules-tabs__menu-item ul.enabling li:after,
|
||||
.modules-tabs__menu-item ul.enabling:before {
|
||||
content: none;
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
.page-manager-wizard-actions ul.inline {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.page-manager-wizard-tree>ul {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.page-manager-wizard-tree li:last-child {
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
|
||||
.page-manager-wizard-tree li {
|
||||
padding-right: .5em;
|
||||
}
|
||||
|
||||
.page-manager-wizard-tree li.current_variant a {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.page-manager-wizard-tree label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.page-manager-wizard-tree li a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.page-manager-wizard-tree li:hover,
|
||||
.page-manager-wizard-tree li:focus {
|
||||
background-color: #f7fcff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.page-manager-wizard-tree label {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.page-manager-wizard-form-actions {
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom:0;
|
||||
background: white;
|
||||
border-top: 1px solid #f5f5f5;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
.token-tree td, .token-tree th {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
table.treetable tbody tr td {
|
||||
padding-left: 16x;
|
||||
}
|
||||
|
||||
table.treetable tr span.indenter {
|
||||
margin-left: -4px;
|
||||
}
|
||||
@@ -0,0 +1,155 @@
|
||||
.webform-addons-projects details {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.webform-multiple-add {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.webform-multiple-add .field-suffix {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.webform-contribute-community-info {
|
||||
display: inline-block;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.webform-ajax-link img {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.webform-details-toggle-state-wrapper {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.ui-dialog-content .webform-details-toggle-state {
|
||||
height: 45px;
|
||||
padding: 0 15px;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.ui-dialog-content .webform-details-toggle-state:hover {
|
||||
background-color: #f9f9f9;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.form--inline.webform-ui-element-form-inline--input .form-item select,
|
||||
.form--inline.webform-ui-element-form-inline--input .form-item input[type="text"],
|
||||
.form--inline.webform-ui-element-form-inline--input .form-item input[type="number"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.button-webform-play {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.webform-message {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
html.js .webform-message--close .webform-message__link {
|
||||
right: 24px;
|
||||
top: 16px;
|
||||
}
|
||||
|
||||
.webform-message .messages.messages--promotion_drupal_association {
|
||||
box-shadow: none;
|
||||
background-color: #f5f5f5;
|
||||
background-position: 20px center;
|
||||
padding-left: 140px;
|
||||
}
|
||||
|
||||
.webform-message .messages.messages--promotion_drupal_association .button {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
html.js .webform-message--close .messages.messages--promotion_drupal_association .webform-message__link {
|
||||
top: 22px;
|
||||
right: 24px;
|
||||
}
|
||||
|
||||
.webform-multiple-table td.webform-multiple-table--operations {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.messages.messages--info {
|
||||
box-shadow: none;
|
||||
background-position: 16px 18px;
|
||||
}
|
||||
|
||||
blockquote.webform-contribute-quote {
|
||||
font-size: 26px;
|
||||
font-weight: 300;
|
||||
margin: 30px 0;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
blockquote.webform-contribute-quote:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.webform-contribute-community-info__item {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.webform-contribute-community-info__header {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.webform-contribute-community-info__item-title {
|
||||
color: #0678be;
|
||||
}
|
||||
|
||||
.webform-contribute-community-info__item {
|
||||
padding: 20px 20px 40px 20px;
|
||||
}
|
||||
|
||||
.webform-contribute-content {
|
||||
max-width: 480px;
|
||||
}
|
||||
|
||||
.webform-contribute-content hr {
|
||||
margin: 30px 0 20px 0;
|
||||
}
|
||||
|
||||
th.webform-results-table__icon,
|
||||
td.webform-results-table__icon {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.webform-states-table--operator {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.webform-states-table--operator * {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.webform-states-table--operator *:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.webform-ui-elements-table tr.webform-ui-element-type-webform_actions td {
|
||||
background-color: #f5f5f5;
|
||||
border-color: #e6e4df;
|
||||
}
|
||||
|
||||
.button.button-webform-play:before {
|
||||
content: '► ';
|
||||
}
|
||||
|
||||
.ui-dialog-content .webform-ajax-link {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.ui-dialog .webform-states-table {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.webform-ajax-messages {
|
||||
bottom: 81px;
|
||||
}
|
||||
Reference in New Issue
Block a user