Newer
Older
@import "theme";
@import "theme-advanced";
@import "base/mixins";
@import "general/_typography";
@import "general/_forms";
@import "general/_admin";
@import "ui/_components";
@import "ui/_popups";
@import "ui/_tooltip";
@import "ui/_charts";
@import "ui/_map";
body {
background: @theme-color-background-base;
font-family: @theme-fontFamily-base;
color: @theme-color-text;
}
button, input, optgroup, select, textarea {
color: @theme-color-text;
}
h2 {
font-weight: normal;
font-size: 24px;
width: 100%;
padding: 16px 0 16px 0;
margin: 0;
.inlineHelp {
a, a:hover {
text-decoration: underline;
color: @theme-color-text;
color: @theme-color-headline-alternative;
.font-default(18px, 24px);
font-weight: normal;
margin: 32px 0 16px 0;
.pageWrap a:hover {
text-decoration:underline;
}
p {
color: @theme-color-text;
}
#content p {
margin-left: 0;
margin-right: 0;
.font-default(13px, 18px);
}
.piwik-content-intro {
button, input, optgroup, select, textarea {
color: @theme-color-headline-alternative;
}
color: @theme-color-headline-alternative;
h1, h2, h3, h4 {
color: @theme-color-headline-alternative;
}
p {
color: @theme-color-headline-alternative;
}
}
#content .card-content {
p {
color: @theme-color-text;
}
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
}
#leftcolumn {
width: 49%;
margin-right: 1%;
}
#rightcolumn {
float: left;
width: 50%;
}
#root {
margin: 0 0 100px 0;
padding: 0;
.widgetize {
width: auto;
}
}
.dashboardSettings {
border: 1px solid @theme-color-background-lowContrast;
background: @theme-color-background-base;
z-index: 10;
.border-radius(0px);
> span {
position: relative;
background: none;
text-transform: uppercase;
&:after {
content: '';
border-left: 4px solid transparent;
border-right: 4px solid transparent;
position: absolute;
top: 3px;
}
}
ul.submenu {
margin-left: 0;
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
li {
list-style-type: none;
> div {
.font-default(11px, 14px);
color: @theme-color-text;
}
text-transform: none;
color: @color-silver-l20;
&.widgetpreview-choosen {
color: @theme-color-text;
font-weight: normal;
background: @color-silver-l95;
position: relative;
&:after {
position: absolute;
content: '';
top: 6px;
right: 10px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 5px solid @theme-color-brand;
}
}
}
}
}
.segmentEditorPanel {
border: 1px solid @theme-color-background-lowContrast;
background: @theme-color-background-base;
.border-radius(0px);
.dropdown-body {
background:@theme-color-background-contrast;
.border-radius(0px);
border-top-width: 0px;
}
&:hover .dropdown-body {
background:@theme-color-background-contrast;
}
.segmentationContainer {
> span > strong {
color: @theme-color-brand;
}
.submenu {
li {
font-weight: normal;
.font-default(12px, 14px) !important;
color: @color-silver-l30;
}
ul li:hover {
color: @theme-color-text;
}
}
}
.segmentListContainer {
.segmentationContainer {
.submenu {
li {
.font-default(13px, 16px);
color: @theme-color-text-light;
}
}
}
}
}
.segmentEditorPanel:hover,
.dashboardSettings:hover {
background: @theme-color-background-base;
border: 1px solid @theme-color-background-lowContrast;
}
/* Iframed Embed dashboard style */
#standalone {
#Dashboard {
&:hover ul {
background-color: @theme-color-background-base;
}
ul {
padding: 0 19px;
color: @theme-color-text-light;
line-height:0.5em;
.border-radius(0px);
border: 0;
background-color: @theme-color-background-base;
}
> ul > li {
white-space: nowrap;
font-family: @theme-fontFamily-base;
line-height: 12px;
display: inline-block;
width: 100%;
padding: 11px 19px 10px 0;
white-space: nowrap;
cursor: pointer;
text-transform: uppercase;
a {
color: @theme-color-menu-contrast-textActive;
}
}
}
> ul > li:hover,
color: @theme-color-brand;
}
}
}
.rss-title {
color: @theme-color-link !important;
font-weight: normal;
.font-default(15px, 18px);
text-decoration: none;
display: block;
width: 100%;
margin-top: 14px;
}
.rss li:first-child .rss-title {
margin-top: 0;
}
.rss-date {
display: block;
color: @color-silver-l60;
.font-default(13px, 26px);
}
.rss-description {
p {
margin: 0;
color: @theme-color-text-lighter;
.font-default(13px, 18px);
}
}
table.dataTable {
thead {
tr {
th {
background: @theme-color-background-contrast;
text-transform: uppercase;
color: @theme-color-text;
.font-default(11px, 12px);
padding-top: 16px;
padding-bottom: 16px;
vertical-align: middle;
&:not(.first) {
text-align: right;
padding-left: 28px;
padding-right: 12px;
}
&.first + th {
// first column after label should have a bit less padding
padding-left: 13px;
}
#thDIV {
display: inline;
position: relative;
}
&.columnSorted {
.sortIcon {
display: inline-block;
position: absolute;
margin: 0px;
height: 12px;
margin-top: -1px;
margin-left: -14px;
&.asc {
margin-top: -7px;
}
&.first {
.sortIcon {
margin-top: -1px;
margin-left: 4px;
&.asc {
margin-top: -6px;
}
}
.sortIcon.asc:after {
content: " \25B2";
border-bottom: 5px solid @theme-color-brand;
border-top: 0px;
}
.sortIcon:after {
content: " \25BC";
font-size: 1px;
color: @theme-color-brand;
border-left: 4px solid rgba(0, 0, 0, 0);
border-right: 4px solid rgba(0, 0, 0, 0);
border-top: 5px solid @theme-color-brand;
}
}
}
}
}
tr {
border-bottom: 1px solid @color-silver-l95 !important;
border-color: @color-silver-l95 !important;
color: @theme-color-text;
background: @theme-color-background-contrast;
&:not(.value) {
.font-default(13px, 16px);
}
.label {
line-height: normal;
}
.value {
.font-default(13px, 16px);
}
&:first-child {
border-left: 0px;
}
&.label + td.column {
// first column after label should have a bit less padding
padding-left: 10px;
}
&.label .label {
text-align: left;
}
&.column:not(.label) {
padding-left: 28px;
padding-right: 12px;
text-align: right;
}
a {
text-decoration: none !important;
color: @theme-color-link;
width: inherit;
&.withIcon {
color: @theme-color-text;
}
}
div.label,
a.label,
span.label {
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
width: inherit;
display: inline-block;
vertical-align: sub;
&:hover {
td:not(.cellSubDataTable) {
background-color: @color-silver-l95;
.cellSubDataTable td {
background: @theme-color-background-contrast;
}
.cellSubDataTable tr:hover td {
background-color: @theme-color-background-base;
}
}
}
&.dataTableVizVisitorLog {
}
}
Thomas Steur
a validé
div.dataTableVizHtmlTable:not(.dataTableActions), div.dataTableVizAllColumns, div.dataTableVizGoals {
tr.subDataTable > td:first-child:before {
display: inline-block;
float: left;
top: 0;
width: 12px;
height: 12px;
margin-left:-1px;
margin-top:3px;
margin-right:8px;
content: '';
}
tr.subDataTable:not(.expanded) > td:first-child:before {
background-image: url(plugins/Morpheus/images/plus.png);
}
tr.subDataTable.expanded > td:first-child:before {
background-image: url(plugins/Morpheus/images/minus.png);
}
}
.visitsLiveFooter {
padding-left: 10px;
a.rightLink {
.font-default(13px, 16px);
margin-top: 10px;
margin-bottom: 10px;
padding-right: 10px;
}
}
padding-left: 0;
div.sparkline {
display: block;
border-bottom: 0;
margin-bottom: 10px;
&.linked {
border-bottom: 1px solid transparent;
&:hover {
cursor: pointer;
border-bottom: 1px dashed #c3c3c3;
}
}
}
.widgetpreview-base li.widgetpreview-choosen {
background: @color-silver-l95;
position: relative;
color: @theme-color-text;
font-weight: normal;
text-transform: none;
&:after {
position: absolute;
content: '';
top: 6px;
right: 10px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 5px solid @theme-color-brand;
}
}
.dataTableNext, .dataTablePrevious {
color: @theme-color-link;
.font-default(13px, 14px);
}
.UserCountryMap-info-btn {
z-index: 1;
}
.visitor-profile a {
color: @theme-color-link;
font-weight: normal;
}
.visitor-profile-info {
Matthieu Napoli
a validé
box-shadow: none !important;
}
.visitor-profile-latest-visit-loc {
display: inline-block;
position: absolute;
right: 4px;
top: -19px;
}
.visitor-profile-more-info > a {
color: @theme-color-link;
.font-default(12px, 16px);
}
.visitor-profile-more-info {
}
.visitor-profile-visits-container {
padding: 0;
margin: 0;
li {
margin: 0 !important;
background: @color-silver-l95;
padding: 7px 10px !important;
> div {
border: 0px !important;
margin: 0 !important;
}
}
ol.visitor-profile-visits {
> li {
padding: 0 0 0 !important;
span {
font-weight: normal;
margin-right: 20px;
}
ol {
background: @theme-color-background-contrast !important;
border-top: 0 !important;
li {
background: @theme-color-background-contrast !important;
font-weight: normal;
color: @theme-color-text-lighter;
&:last-child {
border-bottom: 0 !important;
padding-bottom: 20px !important;
}
&:first-child {
padding-top: 20px !important;
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
}
}
}
}
}
}
.widget .visitor-profile .visitor-profile-info > div > div {
min-width: 100% !important;
}
.visitor-profile {
background: none;
border: 0;
.border-radius(0px);
.visitor-profile-info {
.border-radius(0px);
border: 0px;
> div {
border: 0px !important;
}
.visitor-profile-image-frame {
background: none !important;
}
.visitor-profile-avatar {
> div > img {
display: none;
}
}
}
.visitor-profile-avatar {
ul {
width: 100% !important;
li {
display: block;
border: 0px;
&:first-child {
border: 0px !important;
}
span {
color: @theme-color-text-lighter;
.font-default(13px, 18px);
padding-left: 0;
}
strong {
color: @theme-color-text;
.font-default(13px, 18px);
font-weight: normal !important;
}
.visitor-profile-os,
.visitor-profile-browser {
margin-left: 0;
img {
margin-right: 5px;
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
}
}
}
}
}
.visitor-profile-avatar > div:nth-child(2n) {
width: 376px;
}
.visitor-profile-latest-visit {
.visitor-profile-latest-visit-column {
display: inline-block;
margin-left: 0;
}
.visitor-profile-latest-visit-column:first-child {
width: 50%;
margin-right:-4px;
}
.visitor-profile-latest-visit-column:last-child {
width: 50%;
margin-right:-4px;
}
}
}
.annotationView {
.font-default(10px, 12px);
text-transform: uppercase;
color: @theme-color-text;
}
.datatableFooterMessage {
.font-default(13px, 18px);
color: @color-silver;
font-weight: normal;
}
.multisites_asc,
.multisites_desc {
background-repeat: no-repeat;
height: 6px;
}
#visitsLive .datetime {
background: @color-silver-l95;
border-top: 0;
}
.metricValueBlock input {
padding: 5px !important;
}
#piwik-promo-share {
border: 0px;
.font-default(10px, 16px);
}
tr:hover #token_auth {
background: #FFFFF7;
}
#header_message .dropdown a,
#header_message #updateCheckLinkContainer:hover {
text-decoration: underline;
}
#header_message #updateCheckLinkContainer:hover {
cursor: pointer;
}
#multisites table.dataTable {
tfoot tr:hover td {
background: @theme-color-background-contrast;
/** Materialize color overwrites */
.dropdown-content li>a, .dropdown-content li>span {
color: @theme-color-link !important;
}
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
background-color: @theme-color-background-tinyContrast;
}
#root .side-nav .collapsible-body li a {
padding-top: 20px;
line-height: 20px;
height: auto;
padding-bottom: 20px;