PDF rausgenommen
This commit is contained in:
@ -0,0 +1,39 @@
|
||||
|
||||
.ui-state-highlight {
|
||||
border-color: @color-silver-l80 !important;
|
||||
background: @color-silver-l95 !important;
|
||||
.ui-icon {
|
||||
background-image: url('plugins/Morpheus/images/info.png');
|
||||
background-position: 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.sites_autocomplete {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.addRowSite,
|
||||
.addrow {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.addrow:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.addrow {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.addRowSite {
|
||||
display: inline-block;
|
||||
margin: 5px 0;
|
||||
text-decoration: none !important;
|
||||
&:before {
|
||||
content: url(plugins/Morpheus/images/add.png) !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
}
|
@ -0,0 +1,73 @@
|
||||
/* reset style */
|
||||
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
abbr {
|
||||
border-bottom: 1px dotted;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height: 1.33;
|
||||
background-color: white;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
blockquote, q {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
/* remember to define focus styles! */
|
||||
:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/* remember to highlight inserts somehow! */
|
||||
ins {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
del {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
/* start piwik styles */
|
||||
body {
|
||||
font-family: @theme-fontFamily-base;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #255792;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#root {
|
||||
margin: 0 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Make sure the scroll bar is always displayed so the content does not shift when reloading menu with/without scrollbar */
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
}
|
@ -0,0 +1,60 @@
|
||||
.submit {
|
||||
clear: both;
|
||||
font-size: 18px;
|
||||
border: 0;
|
||||
float: right;
|
||||
margin: 12px 0 10px 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* on admin screen, Save button aligned on the left */
|
||||
.admin .submit {
|
||||
margin-left: 0px;
|
||||
margin-top: 20px;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.admin .entityContainer .submit {
|
||||
margin: 0;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.entityContainer .link_but {
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
margin: 0 10px 0 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.entityContainer .link_but img {
|
||||
white-space: nowrap;
|
||||
margin: 0 1px 0 0 !important;
|
||||
}
|
||||
|
||||
/* Add / Edit / List entities */
|
||||
.entityContainer {
|
||||
width: 100%;
|
||||
max-width: 900px;
|
||||
min-width: 600px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.entityInlineHelp {
|
||||
color: #9B9B9B;
|
||||
margin-top: 5px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* cancel button below Forms */
|
||||
.entityCancel {
|
||||
padding: 10px 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
// material select additions
|
||||
ul.select-dropdown li.disabled span {
|
||||
color: #9e9e9e !important;
|
||||
&:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
@ -0,0 +1,94 @@
|
||||
.form-group {
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
|
||||
label.siteSelectorLabel {
|
||||
position: relative;
|
||||
top: -7px;
|
||||
left: 0;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
label.fieldRadioTitle {
|
||||
padding-bottom: 10px;
|
||||
display: inline-block;
|
||||
color: #9e9e9e;
|
||||
font-size: 13px;
|
||||
|
||||
}
|
||||
|
||||
> h3 {
|
||||
padding-bottom: 16px !important;
|
||||
}
|
||||
|
||||
.form-help {
|
||||
background-color: #eff0f1;
|
||||
color: #76838f;
|
||||
font-size: 13px;
|
||||
padding: 20px 20px 20px 20px;
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
border-radius: 2px;
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
label {
|
||||
color: #76838f;
|
||||
|
||||
.form-description {
|
||||
font-size: 90%;
|
||||
font-style: italic;
|
||||
&:before {
|
||||
content: '(';
|
||||
}
|
||||
&:after {
|
||||
content: ')';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.inline-help .inline-help-node {
|
||||
display: block;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.inline-help-node {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.input-field .prefix {
|
||||
color: @theme-color-text-lighter;
|
||||
}
|
||||
|
||||
input.browser-default {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.progress .determinate {
|
||||
background-color: @theme-color-brand !important;
|
||||
}
|
||||
|
||||
[type="checkbox"]:checked+label:before {
|
||||
border-right-color: @theme-color-brand;
|
||||
border-bottom-color: @theme-color-brand;
|
||||
}
|
||||
nav.blue-grey.darken-3 {
|
||||
background-color: @theme-color-header-background !important;
|
||||
}
|
||||
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
|
||||
background-color: @theme-color-brand;
|
||||
border-color: @theme-color-brand;
|
||||
}
|
||||
|
||||
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
|
||||
border-bottom-color: @theme-color-brand;
|
||||
box-shadow: 0 1px 0 0 @theme-color-brand;
|
||||
}
|
||||
|
||||
input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
|
||||
color: @theme-color-brand;
|
||||
}
|
@ -0,0 +1,299 @@
|
||||
/* jQuery Tooltip */
|
||||
#tooltip h3 {
|
||||
font-weight: normal;
|
||||
font-size: .85em;
|
||||
font-style: italic;
|
||||
color: #162540;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#tooltip {
|
||||
position: absolute;
|
||||
z-index: 3000;
|
||||
border: 1px solid #E4E2D7 /*#111*/;
|
||||
padding: 5px 7px 5px 7px;
|
||||
background-color: #F5F7FF;
|
||||
opacity: 0.95;
|
||||
}
|
||||
|
||||
/* jQuery Ajax */
|
||||
.ajaxError {
|
||||
color: red;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
width: 550px;
|
||||
border: 3px solid red;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
.ajaxSuccess {
|
||||
font-size: 14px;
|
||||
margin: 10px;
|
||||
padding: 15px;
|
||||
color: #301901;
|
||||
display: inline-block;
|
||||
background-color: #ffffe0;
|
||||
border: 1px solid #e6db55;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.ui-widget {
|
||||
font-family: @theme-fontFamily-base;
|
||||
}
|
||||
|
||||
/* extending the jquery UI css, for visitor Log popover */
|
||||
.ui-widget .dataTable {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* for inline help */
|
||||
.ui-widget {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.ui-inline-help {
|
||||
display: inline-block;
|
||||
background-color: #f4f8fa;
|
||||
margin: 0px;
|
||||
font-size: 12px;
|
||||
padding: 20px;
|
||||
color: #3a87ad;
|
||||
opacity: 1.0;
|
||||
border-left: 1px solid #bce8f1;
|
||||
text-align: justify;
|
||||
line-height: 1.3em;
|
||||
max-width: 550px;
|
||||
}
|
||||
|
||||
div.ui-state-highlight {
|
||||
border-color: #545903;
|
||||
background-color: #FFFFD6;
|
||||
}
|
||||
|
||||
.ui-datepicker {
|
||||
border: 1px solid #fff !important;
|
||||
border-radius: 0 !important;
|
||||
font-size: 11px !important;
|
||||
padding: 0 !important;
|
||||
width: 160px !important;
|
||||
}
|
||||
|
||||
.ui-datepicker-header {
|
||||
color: #fff !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.ui-datepicker select {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ui-datepicker-header .ui-icon-circle-triangle-w,
|
||||
.ui-datepicker-header .ui-icon-circle-triangle-e {
|
||||
content: " \25BC";
|
||||
font-size: 1px;
|
||||
color: @theme-color-brand;
|
||||
border-top: 4px solid rgba(0, 0, 0, 0);
|
||||
border-bottom: 4px solid rgba(0, 0, 0, 0);
|
||||
border-left: 5px solid @theme-color-brand;
|
||||
margin-left: 7px;
|
||||
display: inline-block;
|
||||
vertical-align: sub;
|
||||
background: none !important;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.ui-datepicker-header .ui-icon-circle-triangle-w {
|
||||
border-left: 0px;
|
||||
border-right: 5px solid @theme-color-brand;
|
||||
}
|
||||
|
||||
.ui-datepicker-prev {
|
||||
background: none !important;
|
||||
left: 5px !important;
|
||||
top: 3px !important;
|
||||
}
|
||||
.ui-datepicker-next {
|
||||
background: none !important;
|
||||
right: 2px !important;
|
||||
top: 3px !important;
|
||||
}
|
||||
|
||||
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
|
||||
margin-left: -5px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.ui-datepicker .ui-datepicker-next-hover,
|
||||
.ui-datepicker .ui-datepicker-prev-hover {
|
||||
background: none !important;
|
||||
border-color: #f1f0eb !important;
|
||||
}
|
||||
|
||||
.ui-datepicker table {
|
||||
font-size: 11px !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.ui-datepicker th {
|
||||
color: #887f71 !important;
|
||||
font-weight: normal !important;
|
||||
background: #f1f0eb !important;
|
||||
padding: 3px 0 !important;
|
||||
}
|
||||
|
||||
.ui-datepicker th.ui-datepicker-week-end {
|
||||
background: #d4d0c7 !important;
|
||||
}
|
||||
|
||||
.ui-datepicker td {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.ui-state-default {
|
||||
border: 1px solid #f2f6f9 !important;
|
||||
border-right: 0 !important;
|
||||
background: @theme-color-background-base !important;
|
||||
color: #000 !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.ui-datepicker .ui-state-default {
|
||||
background: @theme-color-background-contrast !important;
|
||||
}
|
||||
|
||||
.ui-datepicker td.ui-datepicker-current-day .ui-state-default {
|
||||
background: @theme-color-text !important;
|
||||
color: @theme-color-background-contrast !important;
|
||||
}
|
||||
|
||||
.ui-datepicker td.ui-datepicker-week-end .ui-state-default {
|
||||
background: #f6f6f6 !important;
|
||||
color: @theme-color-text !important;
|
||||
}
|
||||
|
||||
.ui-datepicker td.ui-datepicker-current-period a.ui-state-default, td .ui-state-active, .ui-datepicker td.ui-datepicker-current-period a.ui-state-active, .ui-datepicker td.ui-datepicker-week-end .ui-state-active, .ui-datepicker td.ui-datepicker-other-month.ui-datepicker-current-period {
|
||||
border-color: #887f71 !important;
|
||||
background: #887f71 !important;
|
||||
color: #fff !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.ui-datepicker td .ui-state-hover, .ui-datepicker td .ui-state-hover:hover, .ui-datepicker .ui-datepicker td.ui-datepicker-current-period a.ui-state-hover, .ui-datepicker td.ui-datepicker-week-end .ui-state-hover {
|
||||
background: #e5e3e0 !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.ui-datepicker td .ui-state-active.ui-state-hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
td.ui-datepicker-other-month.ui-state-hover {
|
||||
background: #e5e3e0 !important;
|
||||
color: #000 !important;
|
||||
opacity: 1 !important;
|
||||
border-style: none;
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.ui-datepicker select.ui-datepicker-month {
|
||||
width: 46%;
|
||||
}
|
||||
.ui-datepicker select.ui-datepicker-year {
|
||||
width: 54%;
|
||||
}
|
||||
.ui-datepicker-month:disabled {
|
||||
border-color: #ccc !important;
|
||||
background: #f5f3f0 !important;
|
||||
}
|
||||
|
||||
/* Piwik jQuery UI Tooltips */
|
||||
|
||||
.ui-tooltip {
|
||||
position: absolute;
|
||||
z-index: 2000;
|
||||
text-align: left;
|
||||
background: #f7f7f7;
|
||||
color: @theme-color-text-light;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
border: 1px solid #e4e5e4;
|
||||
padding: 5px 10px 6px 10px;
|
||||
border-radius: 4px;
|
||||
-moz-box-shadow: 1px 1px 2px @theme-color-text-lighter;
|
||||
-webkit-box-shadow: 1px 1px 2px @theme-color-text-lighter;
|
||||
box-shadow: 1px 1px 2px @theme-color-text-lighter;
|
||||
overflow: hidden;
|
||||
max-width: 600px;
|
||||
min-width: 50px;
|
||||
line-height: 14px;
|
||||
left: -28000px;
|
||||
top: -28000px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-tooltip h3 {
|
||||
font-weight: bold;
|
||||
color: #7E7363;
|
||||
}
|
||||
|
||||
.ui-tooltip h3 {
|
||||
font-size: 12px;
|
||||
margin: 0 0 2px 0;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
body .ui-tooltip.small {
|
||||
font-size: 11px;
|
||||
padding: 3px 5px 3px 6px;
|
||||
}
|
||||
|
||||
/* Popover */
|
||||
|
||||
.ui-dialog .ui-widget-header {
|
||||
background: none;
|
||||
border: 0;
|
||||
font: bold 18px @theme-fontFamily-base;
|
||||
color: #7e7363;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.ui-dialog-titlebar-help {
|
||||
position: absolute;
|
||||
right: 33px;
|
||||
top: 50%;
|
||||
width: 16px;
|
||||
margin: -8px 0 0 0;
|
||||
padding: 0;
|
||||
height: 16px;
|
||||
background: url(plugins/Morpheus/images/help.png);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ui-dialog ~ .ui-dialog {
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
|
||||
.ui-dialog-titlebar .ui-icon-closethick {
|
||||
font-family: 'matomo';
|
||||
font-weight: bold;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
font-size:8px;
|
||||
background-image: none !important;
|
||||
text-indent: 0 !important;
|
||||
opacity: 1 !important;
|
||||
color:@theme-color-brand-contrast;
|
||||
overflow: visible;
|
||||
margin-top: -4px;
|
||||
|
||||
&:before{
|
||||
content:"\e60a";
|
||||
}
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
#topApiRef {
|
||||
color: #95AECB;
|
||||
}
|
||||
|
||||
.section-toggler-link {
|
||||
font-size: .8em;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.section-toggler-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.metricEvolution {
|
||||
display: inline-block;
|
||||
font-size: 9pt;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.metricEvolution > .positive-evolution {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.metricEvolution > .negative-evolution {
|
||||
color: #e02a3b;
|
||||
}
|
||||
|
||||
.reportsByDimensionView > .entityList {
|
||||
float: left;
|
||||
width: 208px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.dimensionCategory {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.modal.modal-extra-wide {
|
||||
width: 95%;
|
||||
max-height: 90%;
|
||||
top: 5% !important;
|
||||
.ui-confirm {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
@ -0,0 +1,80 @@
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-family: @theme-fontFamily-base;
|
||||
}
|
||||
|
||||
a {
|
||||
color: @theme-color-link;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: @theme-color-headline-alternative;
|
||||
}
|
||||
|
||||
.datatableRelatedReports {
|
||||
color: @theme-color-text-lighter;
|
||||
}
|
||||
|
||||
.tableIcon {
|
||||
&.activeIcon {
|
||||
background-color: @theme-color-background-tinyContrast;
|
||||
}
|
||||
}
|
||||
|
||||
.dataTableFooterActiveItem {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#topApiRef {
|
||||
color: @theme-color-text;
|
||||
}
|
||||
|
||||
.tableConfiguration div.configItem span.action {
|
||||
color: @theme-color-link;
|
||||
}
|
||||
|
||||
.dataTablePages {
|
||||
color: @theme-color-text;
|
||||
font-weight: normal;
|
||||
.font-default(13px, 14px);
|
||||
}
|
||||
|
||||
.datatableRelatedReports {
|
||||
color: #808080;
|
||||
span {
|
||||
color: @theme-color-text;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.tagCloud span, .tagCloud span a {
|
||||
color: @theme-color-link !important;
|
||||
}
|
||||
|
||||
ul.widgetpreview-widgetlist, ul.widgetpreview-categorylist {
|
||||
color: #4d4d4d;
|
||||
}
|
||||
|
||||
.dataTableRowActions {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: @theme-color-link;
|
||||
}
|
||||
|
||||
.Piwik_Popover_Loading_Subject {
|
||||
color: @theme-color-link !important;
|
||||
}
|
||||
|
||||
body > a.ddmetric {
|
||||
background-color: @color-gray-light !important;
|
||||
border-color: @color-gray !important;
|
||||
color: #000 !important;
|
||||
font-family: @theme-fontFamily-base !important;
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
/* br clear="all" deprecated */
|
||||
br.clearAll {
|
||||
clear: both;
|
||||
height: 0;
|
||||
line-height: 0;
|
||||
font-size: 0; /*for IE*/
|
||||
}
|
||||
|
||||
br.clear,
|
||||
div.clear {
|
||||
clear: both;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.centerLargeDiv {
|
||||
width: 850px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.center {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
padding-bottom: 10px;
|
||||
}
|
Reference in New Issue
Block a user