uppdated modules

This commit is contained in:
Bachir Soussi Chiadmi
2017-01-22 16:19:36 +01:00
parent 03be8f82aa
commit 8416e3eea1
748 changed files with 32317 additions and 20900 deletions
@@ -0,0 +1,3 @@
body.adminimal-theme * {
font-family: "Segoe UI", "Helvetica", sans-serif !important;
}
@@ -0,0 +1,220 @@
/* Ckeditor Styling */
body.adminimal-theme .cke_reset_all,body.adminimal-theme .cke_reset_all * {
border-radius: 0;
font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
text-shadow: none;
}
body.adminimal-theme .ckeditor_links {
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
display: block;
padding: 10px;
width: auto;
}
body.adminimal-theme .ckeditor_links:hover {
background: #eee;
text-decoration: none;
}
body.adminimal-theme .cke_chrome {
box-shadow: none;
}
body.adminimal-theme .cke_top {
background: #eee;
}
body.adminimal-theme .cke_toolgroup {
background: #fff;
border: 1px solid #ccc;
}
body.adminimal-theme .cke_combo_button {
background: #fff;
border: 1px solid #ccc;
}
body.adminimal-theme .cke_combo_off a.cke_combo_button:hover {
background: #fff;
border: 1px solid #0074BD;
}
body.adminimal-theme .cke_button_on {
background: #fff;
box-shadow: 0px 3px 0px #0074BD;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body.adminimal-theme .cke_button_on:hover {
box-shadow: 0px 3px 0px #0074BD;
}
body.adminimal-theme .cke_bottom {
background: #eee;
}
body.adminimal-theme .cke_combo_off a.cke_combo_button:active,body.adminimal-theme .cke_combo_on a.cke_combo_button {
border: 1px solid #0074BD;
border-bottom-width: 3px;
background: #fff;
box-shadow: none;
}
body.adminimal-theme a.cke_button_on:hover,
body.adminimal-theme a.cke_button_on:focus,
body.adminimal-theme a.cke_button_on:active,
body.adminimal-theme .cke_button:first-child,
body.adminimal-theme .cke_button:last-child {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body.adminimal-theme a.cke_button_off:hover,
body.adminimal-theme a.cke_button_off:focus, a.cke_button_off:active,
body.adminimal-theme a.cke_button_disabled:hover,
body.adminimal-theme a.cke_button_disabled:focus,
body.adminimal-theme a.cke_button_disabled:active {
background: #eee;
box-shadow: none;
border-color: #0074BD;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
body.adminimal-theme .cke_reset_all label {
display: inline-block;
margin-top: 5px;
padding-bottom: 2px;
position: relative;
}
body.adminimal-theme .cke_dialog_body label.cke_required {
font-weight: normal;
}
body.adminimal-theme .cke_reset_all .cke_dialog_body {
font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
border: 1px solid #CCCCCC;
}
body.adminimal-theme .cke_reset_all fieldset {
border: 1px solid #DDDDDD;
border-top: 3px solid #0074BD;
padding: 10px;
}
body.adminimal-theme .cke_reset_all legend {
font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
font-size: 18px;
font-weight: 100;
padding: 0 0.5em;
}
body.adminimal-theme .cke_combopanel {
height: 170px;
width: 170px;
border: 1px solid #DDDDDD;
margin-top: 3px;
}
body.adminimal-theme .cke_dialog_footer {
background: #eee;
}
body.adminimal-theme a.cke_dialog_tab:hover {
text-decoration: none;
background: #fff;
color: #0074BD;
}
body.adminimal-theme select.cke_dialog_ui_input_select {
box-shadow: none;
}
body.adminimal-theme input.cke_dialog_ui_input_text,
body.adminimal-theme input.cke_dialog_ui_input_password,
body.adminimal-theme textarea.cke_dialog_ui_input_textarea {
box-shadow: none;
border-color: #CCCCCC;
}
body.adminimal-theme .cke_dialog_title {
background: #333333;
border-bottom: none;
border-radius: 0;
box-shadow: none;
color: #FFFFFF;
font-size: 18px;
text-shadow: none;
}
body.adminimal-theme .cke_dialog_ui_vbox_child label {
top: -2px;
}
body.adminimal-theme input.cke_dialog_ui_input_text:focus,
body.adminimal-theme input.cke_dialog_ui_input_password:focus,
body.adminimal-theme textarea.cke_dialog_ui_input_textarea:focus,
body.adminimal-theme select.cke_dialog_ui_input_select:focus {
border-color: #0074BD;
}
body.adminimal-theme a.cke_dialog_ui_button:focus,
body.adminimal-theme a.cke_dialog_ui_button:hover,
body.adminimal-theme a.cke_dialog_ui_button:active {
border-color: #0074BD;
box-shadow: none;
text-decoration: none;
color: #fff;
background: #0074BD;
}
body.adminimal-theme a.cke_dialog_ui_button {
background: #eee;
padding: 4px 0;
}
body.adminimal-theme a.cke_dialog_ui_button:focus span,
body.adminimal-theme a.cke_dialog_ui_button:hover span,
body.adminimal-theme a.cke_dialog_ui_button:active span {
color: #fff;
}
body.adminimal-theme .cke_ltr .cke_dialog_close_button {
background: url("images/x-white.png") scroll no-repeat 50% 2px #B73939;
right: 10px;
top: 1px;
width: 45px;
}
body.adminimal-theme .cke_ltr .cke_dialog_close_button:hover {
background-color: #e55454;
}
body.adminimal-theme a.cke_dialog_ui_button_ok {
background: #4D8F46;
border-color: #4D8F46;
box-shadow: none;
}
body.adminimal-theme a.cke_dialog_ui_button_ok:hover {
background: #0A6700;
border-color: #0A6700;
}
body.adminimal-theme a.cke_path_item:hover, body.adminimal-theme a.cke_path_item:focus, body.adminimal-theme a.cke_path_item:active {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
box-shadow: none;
text-decoration:none;
text-shadow: none;
}
@@ -0,0 +1,85 @@
/*
* @file
* Includes style for homebox module boxes
*
* Includes proper styling for homebox module when enabled. Includes style for boxes
* and icons for the box actions
*/
#homebox-buttons {
margin: 20px 0 10px;
}
#homebox-buttons a {
padding: 0px 20px;
font-family: "Helvetica", sans-serif;
font-size: 14px;
font-weight: bold;
background: #fff;
line-height: 30px;
border: 2px solid #0074BD;
margin: 5px auto;
border-radius: 100px;
display: inline-block;
transition: all, 0.3s;
}
#homebox-buttons a:hover {
text-decoration: none;
background: #0074BD;
color: #fff;
}
#homebox .homebox-column {
background: transparent;
}
#homebox .homebox-portlet {
border: none;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
margin-bottom: 15px;
}
#homebox .homebox-portlet .portlet-header {
font-size: 15px;
padding: 8px 13px;
background-color: #F3F4EE;
color: #333;
}
/* Just some support for views on homebox portlets */
#homebox .homebox-portlet .view .view-footer{
padding: 5px;
}
/*
* Material style
*/
body.adminimal-skin-material #homebox-buttons a {
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
background: #2196f3;
border: none;
color: #FFFFFF;
padding: 3px 20px 2px;
border-radius: 3px;
display: inline-block;
}
body.adminimal-skin-material #homebox-buttons a:hover {
background: #29B6F6;
text-decoration: none;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}
body.adminimal-skin-material #homebox .homebox-portlet {
border: none;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
background: #fff;
border-radius: 3px;
}
body.adminimal-skin-material #homebox .homebox-portlet-inner {
border: none;
}
body.adminimal-skin-material #homebox .homebox-portlet .portlet-header {
font-family: Roboto, sans-serif;
font-size: 15px;
font-weight: 500;
}
@@ -45,6 +45,10 @@ ul.primary li {
width: 100%;
}
body.adminimal-theme #navigation ul.primary li:first-of-type {
margin-left: 0;
}
body.adminimal-theme ul.primary li a:active, body.adminimal-theme ul.primary li a:link, body.adminimal-theme ul.primary li a:visited {
border: 0 none;
display: block;
@@ -96,7 +100,7 @@ body.adminimal-theme div.admin .right, body.adminimal-theme div.admin .left {
.exposed-filters .form-select {
clear: both;
margin-bottom: 10px;
width: 100%;
width: auto;
}
.views-exposed-form label {
@@ -258,3 +262,11 @@ html.js .adminimal-theme #module-filter-show-wrapper .form-item {
.adminimal-theme #module-filter-tabs.top-fixed{
position: relative;
}
.adminimal-theme #dashboard div#dashboard_sidebar {
width: 100%;
}
.container-inline.form-actions.form-wrapper {
clear: both;
}
File diff suppressed because it is too large Load Diff
@@ -39,6 +39,11 @@ div.vertical-tabs ul li.vertical-tab-button a {
div.vertical-tabs ul li.first a {
border-top: 0;
}
div.vertical-tabs .vertical-tabs-pane ul li.first a {
border-top: 2px solid #0074BD;
}
div.vertical-tabs ul li.vertical-tab-button strong {
font-size: 0.923em;
}