hide map for Character groups Quest Stations when there are no stations

This commit is contained in:
oliver 2016-04-09 13:44:37 +02:00
commit df14dfafc3
4371 changed files with 1220224 additions and 0 deletions

View file

@ -0,0 +1,125 @@
.piwik-donate-call {
padding: 1em;
border: 1px solid #CCC;
border-radius: 4px;
max-width: 432px;
position: relative;
}
#piwik-worth {
font-size: 1.2em;
font-weight: bold;
font-style: italic;
display: block;
margin: 0 1em 0 1em;
}
.piwik-donate-slider {
margin: 1em 0 1em 1em;
}
.piwik-donate-slider > .slider-range {
vertical-align: top;
position: relative;
display: inline-block;
border: 1px solid #999;
background-color: #f7f7f7;
border-radius: 6px;
height: 14px;
width: 270px;
margin: 22px 8px 0 0;
cursor: pointer;
}
.piwik-donate-slider .slider-position {
border: 1px solid #999;
background-color: #CCC;
border-radius: 3px;
height: 18px;
width: 10px;
position: absolute;
top: -3px;
left: -1px;
}
.piwik-donate-slider .slider-donate-amount {
display: inline-block;
padding: .3em .5em .3em .5em;
margin: 16px 8px 0 0;
vertical-align: top;
width: 48px;
text-align: center;
background-color: #CCC;
color: #333;
cursor: pointer;
}
.piwik-donate-slider .slider-smiley-face {
margin: 8px 0 8px 0;
display: inline-block;
cursor: pointer;
}
.piwik-donate-call .donate-submit {
min-height: 55px;
position: relative;
}
.piwik-donate-call .donate-submit input {
margin-left: 13px;
border-style: none;
background-image: none;
padding: 0;
}
.piwik-donate-call .donate-submit a {
display: inline-block;
margin-left: 1.2em;
font-size: 1em;
font-style: italic;
}
.piwik-donate-call .donate-submit a.donate-spacer {
margin-bottom:.5em;
visibility:hidden;
}
.piwik-donate-call .donate-submit a.donate-one-time {
position: absolute;
bottom: .5em;
right: 1.2em;
}
.piwik-donate-call > .piwik-donate-message {
margin-bottom: .5em;
}
.piwik-donate-call > .piwik-donate-message p {
margin-left: 1em;
}
.piwik-donate-call > .form-description {
margin-top: 1.25em;
}
.donate-form-instructions {
font-size: .8em;
margin: 0 1.25em 0 1.25em;
color: #666;
font-style: italic;
}
.widget .piwik-donate-call {
border-style: none;
}
.widget .piwik-donate-slider > .slider-range {
width: 205px;
}

View file

@ -0,0 +1,55 @@
.tagCloud {
padding: 10px;
img {
border: 0;
}
.word a {
text-decoration: none;
}
.word {
padding: 4px 8px 4px 0;
white-space: nowrap;
}
.valueIsZero {
text-decoration: line-through;
}
span.size0, span.size0 a {
color: #255792;
font-size: 28px;
}
span.size1, span.size1 a {
color: #255792;
font-size: 24px;
}
span.size2, span.size2 a {
color: #255792;
font-size: 20px;
}
span.size3, span.size3 a {
color: #255792;
font-size: 16px;
}
span.size4, span.size4 a {
color: #255792;
font-size: 15px;
}
span.size5, span.size5 a {
color: #255792;
font-size: 14px;
}
span.size6, span.size6 a {
color: #255792;
font-size: 11px;
}
}

View file

@ -0,0 +1,3 @@
.color-manager {
color: transparent;
}

View file

@ -0,0 +1,260 @@
h1 {
font-size: 18px;
font-weight: bold;
color: #7e7363;
padding: 3px 0 7px 0;
clear: both;
}
h2 {
font-size: 18px;
font-weight: normal;
color: #7e7363;
padding: 12px 0 7px 0;
clear: both;
}
h2 a {
text-decoration: none;
color: #7e7363;
}
h3 {
font-size: 1.3em;
margin-top: 2em;
color: #1D3256;
}
.home p {
padding-bottom: 1em;
margin-right: 1em;
margin-left: 1em;
}
.nav_sep {
height: 39px;
border-radius: 0 4px 0 0;
border: 1px solid #DDD;
}
.pageWrap {
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
min-height: 10px;
overflow: visible;
padding: 15px 15px 0;
position: relative;
font-size: 13px;
}
/* Content */
#content.home {
padding-top: 5px;
font-size: 14px;
}
/* 2 columns reports */
#leftcolumn {
float: left;
width: 50%;
}
#rightcolumn {
float: right;
width: 45%;
}
/* not in widget */
.widget #leftcolumn, .widget #rightcolumn {
float: left;
padding: 0 10px;
width: auto;
}
/* Calendar*/
div.ui-datepicker {
font-size: 62.5%;
}
.ui-datepicker-current-period a, .ui-datepicker-current-period a:link, .ui-datepicker-current-period a:visited {
border: 1px solid #2E85FF;
color: #2E85FF;
}
#otherPeriods a {
text-decoration: none;
}
#otherPeriods a:hover {
text-decoration: underline;
}
#currentPeriod {
border-bottom: 1px dotted #520202;
}
.hoverPeriod {
cursor: pointer;
font-weight: bold;
border-bottom: 1px solid #520202;
}
#calendarRangeTo {
float: left;
margin-left: 20px;
}
#calendarRangeFrom {
float: left;
}
#inputCalendarFrom, #inputCalendarTo {
margin-left: 10px;
width: 95px;
}
#calendarRangeApply {
display: none;
margin-top: 10px;
margin-left: 10px;
}
#invalidDateRange {
display: none;
}
div .sparkline {
float: left;
clear: both;
padding-bottom: 1px;
margin-top: 10px;
border-bottom: 1px solid white;
}
.sparkline img {
vertical-align: middle;
padding-right: 10px;
margin-top: 0;
}
div.pk-emptyGraph {
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
font-style: italic;
}
/**
* Popover
* @see popover.js
*/
#Piwik_Popover {
font-family: Arial, Helvetica, sans-serif;
}
.Piwik_Popover_Loading_Name {
padding: 50px 0 65px 0;
font-size: 16px;
line-height: 20px;
font-weight: normal;
text-align: center;
background: url(plugins/Zeitgeist/images/loading-blue.gif) no-repeat center 20px;
}
.Piwik_Popover_Loading_NameWithSubject {
padding-bottom: 30px;
}
.Piwik_Popover_Loading_Subject {
padding: 0 70px 55px 70px;
color: #7e7363;
text-align: center;
font-size: 14px;
}
.Piwik_Popover_Error {
padding: 50px 20px 65px 20px;
text-align: center;
}
.Piwik_Popover_Error_Title {
color: #E87500;
font-weight: bold;
font-size: 16px;
}
.Piwik_Popover_Error_Title span {
color: #222;
font-weight: normal;
font-size: 16px;
}
.Piwik_Popover_Error_Message {
color: #7e7363;
padding: 20px 0 0 0;
font-size: 14px;
}
a.Piwik_Popover_Error_Back {
display: block;
margin: 20px 0 0 0;
color: #1D3256;
font-size: 14px;
}
#alert.ui-confirm input {
display: block;
margin: 10px auto 5px !important;
}
.header_short #updateCheckLinkContainer .icon {
display: none;
}
.header_full #updateCheckLinkContainer {
margin-top: -2px;
}
@-moz-document url-prefix() {
.header_full #updateCheckLinkContainer {
margin-top: -3px;
}
}
#updateCheckLinkContainer {
opacity: 0.7;
}
#updateCheckLinkContainer:hover {
opacity: 1;
}
#updateCheckLinkContainer {
float: right;
cursor: pointer;
}
#updateCheckLinkContainer>* {
vertical-align: middle;
}
#header_message #checkForUpdates {
font-size: 10px;
line-height: 16px;
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
}
#header_message #checkForUpdates {
text-decoration: none;
}
#header_message #checkForUpdates:hover {
text-decoration: underline;
}
/* Used to link within content text, without adding visual clutter */
.linkContent { color:#333; text-decoration:none}
.linkContent:hover { text-decoration:underline;}

View file

@ -0,0 +1,10 @@
@dataTable-link-color: #255792;
@dataTable-header-background: #e4e2d7;
@dataTable-headerActive-background: #D5D3C8;
@import "dataTable/_dataTable.less";
@import "dataTable/_limitSelection.less";
@import "dataTable/_reportDocumentation.less";
@import "dataTable/_rowActions.less";
@import "dataTable/_subDataTable.less";
@import "dataTable/_tableConfiguration.less";

View file

@ -0,0 +1,613 @@
/* main data table */
.dataTable {
border: 0;
width: 100%;
padding: 0;
border-spacing: 0;
margin: 0;
td .ratio {
color: #999999;
font-size: 12px;
display:none;
text-align: right;
min-width: 45px;
margin-left: 4px;
font-weight: normal;
}
td.highlight > .ratio {
display: inline-block;
line-height: 15px;
}
}
div.dataTable {
position:relative;
}
table.dataTable td.label,
table.subDataTable td.label {
width: 100%;
white-space: nowrap;
}
table.dataTable img,
table.subDataTable img {
vertical-align: middle;
}
table.dataTable img {
border: 0;
margin-right: 1em;
margin-left: 0.5em;
}
table.dataTable tr.subDataTable {
cursor: pointer;
td.label span.label {
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
width: inherit;
display: inline-block;
}
}
table.dataTable th {
margin: 0;
color: @dataTable-link-color;
text-align: left;
padding: 6px 6px 6px 12px;
background: @dataTable-header-background;
font-size: 12px;
font-weight: normal;
border-left: 1px solid #d4d0c4;
vertical-align: top;
}
table.dataTable th.sortable {
cursor: pointer;
}
table.dataTable th.columnSorted {
font-weight: bold;
padding-right: 20px;
background: @dataTable-headerActive-background;
}
table.dataTable td {
padding: 5px 5px 5px 12px;
background: #fff;
border-left: 1px solid #e7e7e7;
}
table.dataTable td,
table.dataTable td a {
margin: 0;
text-decoration: none;
color: #444;
}
table.dataTable tr:hover > td,
table.dataTable tr:hover > td .dataTableRowActions {
background-color: #FFFFF7;
}
table.dataTable tr.subDataTable:hover > td,
table.dataTable tr.subDataTable:hover > td .dataTableRowActions {
background-color: #ffffcb;
}
table.dataTable tr:hover > td.cellSubDataTable
table.dataTable tr:hover > td.cellSubDataTable .dataTableRowActions {
background-color: #fff;
}
td.clean {
background-color: #fff;
}
table.dataTable td.column {
white-space: nowrap;
}
table.dataTable td.columneven {
background: #efeeec;
}
table.dataTable td.columnodd {
background: #f6f5f3;
}
.dataTable tr.highlight td {
background-color: #ECF9DD;
font-weight: bold;
}
table.dataTable td.label,
table.subActionsDataTable td.label,
table.actionsDataTable td.label {
border-top: 0;
border-left: 0;
}
table.dataTable th.label {
border-left: 0;
}
.dataTableActions table.dataTable th.label {
/* Ensures tables have enough space to display subtable on click, and prevent the jumping effect */
min-width: 250px;
}
table.dataTable span.label.highlighted {
font-style: italic;
}
/* the cell containing the subdatatable */
table.dataTable .cellSubDataTable {
margin: 0;
border-left: 0;
padding: 6px 12px 6px;
}
.cellSubDataTable > .dataTable {
padding: 6px 0 0;
}
/* A link in a column in the DataTable */
table.dataTable td #urlLink {
display: none;
}
table.dataTable img {
margin-left: 0;
}
.dataTable > .dataTableWrapper {
width: 450px;
}
.subDataTable > .dataTableWrapper {
width: 95%;
}
.sortIconContainer {
float: right;
position: relative;
}
.sortIcon {
margin: 0;
position: absolute;
}
.datatableFooterMessage {
color: #888;
text-align: left;
margin: 10px;
}
.dataTablePages {
color: #BFBFBF;
font-weight: bold;
margin: 10px;
font-size: 12px;
}
.dataTableSearchPattern {
margin: 5px 0 2px 0;
height: 20px;
display: block;
white-space: nowrap;
background: url(plugins/Zeitgeist/images/search_bg.png) no-repeat center 0;
text-align: center;
}
.dataTableSearchPattern input {
vertical-align: top;
font-size: 10px;
color: #454545;
border: 0;
background: transparent;
width: 21px;
height: 17px;
overflow: hidden;
opacity: 0;
filter: Alpha(opacity=0);
cursor: pointer;
}
.dataTableSearchPattern .searchInput {
width: 114px;
height: auto;
overflow: visible;
padding: 2px 6px;
opacity: 1;
cursor: text;
filter: Alpha(opacity=100);
}
.dataTableNext,
.dataTablePrevious {
font-size: 12px;
color: #184A83;
cursor: pointer;
}
.datatableRelatedReports {
color: #888;
font-size: 11px;
padding-bottom: 5px;
margin-top: 6px;
}
#dashboard .datatableRelatedReports {
margin-top: 0px;
}
.datatableRelatedReports span {
cursor: pointer;
font-weight: bold;
}
.dataTableFeatures {
text-align: center;
}
.dataTableFooterNavigation {
padding: 5px 0;
}
.dataTableNext,
.dataTablePrevious,
.dataTableSearchPattern {
display: none;
}
.dataTableFeatures .loadingPiwik {
font-size: 0.9em;
}
.subDataTable .dataTableFooterIcons {
height: 0;
}
.dataTable .loadingPiwikBelow {
padding-bottom: 5px;
display: block;
text-align: center;
}
.dataTableFooterIcons div {
padding-bottom: 4px;
}
#dashboard {
.dataTableFeatures {
&.expanded {
.dataTableFooterIcons {
display: block;
}
.expandDataTableFooterDrawer {
display: none;
}
}
&.hasEvolution {
.dataTableFooterIcons {
margin-top: 17px;
}
.expandDataTableFooterDrawer {
margin-top: 20px;
}
}
.expandDataTableFooterDrawer {
display: block;
margin-top: 5px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background-color: #D9D9D9;
height: 7px;
width: 70px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
line-height: 0px;
img {
margin-bottom: 0px;
line-height: 0px;
}
}
}
.dataTableFooterIcons {
display: none;
margin-top: 5px;
height: auto;
div {
padding-bottom: 2px;
}
.foldDataTableFooterDrawer {
display: block;
padding-bottom: 0px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background-color: #D9D9D9;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
line-height: 0px;
height: 7px;
width: 70px;
clear: both;
img {
margin-top: 2px;
margin-bottom: 0px;
line-height: 0px;
}
}
.controls {
padding: 15px 0px;
text-align: left;
color: #333;
}
}
}
.dataTableFooterIcons .foldDataTableFooterDrawer,
.dataTableFeatures .expandDataTableFooterDrawer {
display: none;
cursor: pointer;
}
@-moz-document url-prefix() {
#dashboard .dataTableFeatures .expandDataTableFooterDrawer {
line-height: 1px;
img {
margin-bottom: 1px;
line-height: 1px;
}
}
}
.dataTableFooterIcons {
height: 20px;
white-space: nowrap;
font-size: 10px;
padding: 6px 5px;
border-top: 1px solid #B6B0A6;
}
.dataTableFooterWrap {
position: relative;
float: left;
}
.dataTableFooterWrap select {
float: left;
margin: 1px 0 1px 10px;
}
.tableIcon {
background: #f2f1ed;
display: inline-block;
float: left;
margin: 0 1px 0 0;
padding: 2px;
border-radius: 2px;
}
.tableIcon:hover {
background: #e9e8e1;
}
.activeIcon {
background: #e9e8e1;
}
.tableIconsGroup > span > span {
position:relative;
float:left;
}
.dataTableFooterActiveItem {
position: absolute;
top: -6px;
left: 0;
}
.exportToFormatItems {
background: #dcdacf;
float: left;
margin: 0 1px 0 0;
padding: 4px 6px 3px 6px;
color: #968d7f;
border-radius: 2px;
}
.exportToFormatItems img {
vertical-align: middle;
margin: -4px -3px -2px 2px;
}
.tableIconsGroup {
float: left;
padding-right: 4px;
}
.tableIconsGroup .tableIcon span {
margin-right: 5px;
margin-left: 5px;
}
.tableIconsGroup img {
vertical-align: bottom;
}
.tableIconsGroupActive {
display: block;
float: left;
background: #dcdacf;
border-radius: 2px;
}
.tableIconsGroupActive .tableIcon {
background: none;
}
.tableIconsGroupActive .tableIcon:hover {
background: #e9e8e1;
}
.exportToFormatIcons,
.dataTableFooterIconsShow {
float: left;
}
.dataTableFooterIcons,
.dataTableFooterIcons a {
text-decoration: none;
color: @dataTable-link-color;
}
.dataTableSpacer {
clear: both;
}
/* Actions table */
.dataTableActions table.dataTable tr td.labelodd {
background-image: none;
}
/* levels higher than 4 have a default padding left */
.actionsDataTable tr td.label {
padding-left: 7em;
}
tr.level0 td.label {
padding-left: 1.5em;
}
tr.level1 td.label {
padding-left: 2.5em;
}
tr.level2 td.label {
padding-left: 3.5em;
}
tr.level3 td.label {
padding-left: 4.5em;
}
tr.level4 td.label {
padding-left: 5em;
}
tr.level5 td.label {
padding-left: 5.5em;
}
tr.level6 td.label {
padding-left: 6em;
}
tr.level7 td.label {
padding-left: 6.5em;
}
tr.level8 td.label {
padding-left: 7em;
}
tr.level9 td.label {
padding-left: 7.5em;
}
tr.level10 td.label {
padding-left: 8em;
}
tr.level11 td.label {
padding-left: 8.5em;
}
tr.level12 td.label {
padding-left: 9em;
}
/* less right margins for the link image in the Pa*/
.dataTableActions table.dataTable img.link {
margin-right: 0.5em;
margin-left: -0.5em;
margin-top: -8px;
}
tr td.label img.plusMinus {
margin-left: -1em;
margin-right: 3px;
margin-top: -5px;
}
.pk-emptyDataTable {
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
font-style: italic;
}
.helpDate {
color: #777777;
font-size: 11px;
font-style: italic;
padding: 4px;
text-align: right;
display: block;
}
body .ui-tooltip.rowActionTooltip {
font-size: 11px;
padding: 3px 5px 3px 6px;
}
table.dataTable span.cell-tooltip {
cursor: default;
}
.dataTable .jqplot-graph {
padding-left: 6px;
> div {
position: relative;
}
}
td.cellSubDataTable .loadingPiwik {
padding:0;
}
.dataTable .searchReset {
position:relative;
img {
position: absolute;
top: 4px;
left: -15px;
cursor: pointer;
display: inline;
}
}

View file

@ -0,0 +1,68 @@
.limitSelection {
float: right;
position: relative;
margin-left: 5px;
min-height: 20px;
z-index: 1;
}
.limitSelection.hidden {
display: none;
}
.limitSelection > div {
border: 1px solid #DFDFDF;
border-radius: 4px;
background: url(plugins/Zeitgeist/images/sort_subtable_desc_light.png) no-repeat right 2px;
padding: 0 14px 0 4px;
display: block;
width: 24px;
height: 20px;
cursor: pointer;
}
.limitSelection.disabled > div {
opacity: 0.5;
cursor: not-allowed;
filter: Alpha(opacity=50);
}
.limitSelection.visible > div {
border-radius: 0 0 4px 4px;
background-image: url(plugins/Zeitgeist/images/sort_subtable_asc_light.png)
}
.limitSelection > ul {
margin-top: 1px;
overflow: visible;
background-color: #fff;
}
.limitSelection > ul > li {
cursor: pointer;
width: 28px;
padding: 0 10px 0 4px;
font-size: 1.1em;
font-weight: bold;
height: 20px;
margin-top: -40px;
background-color: #fff;
border-left: 1px solid #DFDFDF;
border-right: 1px solid #DFDFDF;
vertical-align: middle;
text-align: right;
}
.limitSelection > ul > li.last {
border-top: 1px solid #DFDFDF;
border-radius: 4px 4px 0 0;
}
.limitSelection > ul > li:hover {
background-color: #EBEAE6;
}
.limitSelection span {
padding-top: 3px;
display: inline-block;
}

View file

@ -0,0 +1,61 @@
/* Documentation */
table.dataTable th .columnDocumentation {
display: none;
width: 165px;
text-align: left;
background: #f7f7f7;
color: #444;
font-size: 11px;
font-weight: normal;
border: 1px solid #e4e5e4;
padding: 5px 10px 6px 10px;
border-radius: 4px;
z-index: 125;
position: absolute;
box-shadow: 0 0 4px #e4e5e4;
cursor: default;
}
table.dataTable th .columnDocumentationTitle {
background: url(plugins/Zeitgeist/images/help.png) no-repeat;
line-height: 14px;
padding: 2px 0 3px 21px;
font-weight: bold;
}
.reportDocumentation {
display: none;
background: #f7f7f7;
font-size: 12px;
font-weight: normal;
border: 1px solid #e4e5e4;
margin: 0 0 10px 0;
padding: 0;
border-radius: 4px;
max-width: 500px;
}
.reportDocumentation p {
padding: 5px 10px 6px 10px;
margin: 0;
color: #444;
font-size: 12px;
}
.reportDocumentationIcon {
display: block;
width: 16px;
height: 16px;
margin: 10px 0;
background: url(plugins/Zeitgeist/images/help.png) no-repeat;
}
h2 .reportDocumentationIcon {
position: absolute;
margin: 4px 0 0 0;
display: none;
}
h2 .reportDocumentationIcon.hidden {
background: none;
}

View file

@ -0,0 +1,36 @@
table.dataTable .dataTableRowActions {
position: absolute;
display: none;
overflow: hidden;
margin-top: -5px;
z-index: 1000; /* Work around FF bug to make sure it displays over ellipsis */
}
*+html table.dataTable .dataTableRowActions {
margin-top: -7px;
}
table.dataTable .dataTableRowActions a {
display: block;
float: left;
padding: 6px 4px 6px 0;
margin: 0;
}
table.dataTable .dataTableRowActions a.leftmost {
padding-left: 4px;
}
table.dataTable .dataTableRowActions a.rightmost {
padding-right: 8px;
}
table.dataTable .dataTableRowActions a img {
margin: 0;
padding: 0;
border: 0;
width: 20px;
height: 17px;
}

View file

@ -0,0 +1,46 @@
/* SUBDATATABLE */
/* a datatable inside another datatable */
table.subDataTable td {
border: 0;
}
table.subDataTable thead th {
font-weight: normal;
font-size: 12px;
text-align: left;
padding: .3em 1em;
border: 0;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
table.subDataTable td.labeleven, table.subDataTable td.labelodd {
background-image: none;
}
table.subDataTable td {
border-bottom: 1px solid #e7e7e7;
border-left: 0;
}
table.subDataTable td, table.subDataTable td a {
color: #615B53;
}
table.subDataTable td.labeleven, table.subDataTable td.columneven {
color: #2D2A27;
}
table.subDataTable td.label {
width: 80%;
}
table.subDataTable td.label {
padding: 5px;
}
/* are the following two supposed to be together? */
.subDataTable.dataTableFeatures {
padding-top: 0;
padding-bottom: 5px;
}

View file

@ -0,0 +1,82 @@
.tableConfiguration {
float: right;
position: relative;
margin-left: 5px;
min-height: 20px;
min-width: 25px;
}
a.tableConfigurationIcon {
display: block;
width: 30px;
height: 22px;
background: url(plugins/Zeitgeist/images/configure.png) no-repeat center 2px;
position: absolute;
z-index: 9;
right: 0;
}
a.tableConfigurationIcon.highlighted {
display: block;
width: 30px;
height: 22px;
background-image: url(plugins/Zeitgeist/images/configure-highlight.png);
position: absolute;
z-index: 9;
right: 0;
}
.tableConfiguration ul {
overflow: visible;
display: none;
position: relative;
z-index: 8;
text-align: left;
}
.tableConfiguration ul.open {
display: block;
}
.tableConfiguration ul li {
padding: 0;
font-size: 1.1em;
height: 40px;
margin-top: -80px;
background-color: #fff;
border: 1px solid #DFDFDF;
border-width: 0 1px;
vertical-align: middle;
}
.tableConfiguration ul li.firstDummy {
border-bottom-width: 1px;
border-radius: 0 0 4px 4px;
height: 25px;
cursor: default;
margin-top: -4px;
}
.tableConfiguration ul li.first {
margin-top: -65px;
}
.tableConfiguration ul li.last {
border-top-width: 1px;
border-radius: 4px 4px 0 0;
}
.tableConfiguration div.configItem {
cursor: pointer;
padding: 5px 10px;
line-height: 15px;
color: #444;
}
.tableConfiguration div.configItem:hover {
background-color: #EBEAE6;
}
.tableConfiguration div.configItem span.action {
color: @dataTable-link-color;
}

View file

@ -0,0 +1,150 @@
// evolution graph colors
.evolution-graph-colors[data-name=grid-background] {
color: #fff;
}
.evolution-graph-colors[data-name=grid-border] {
color: #f00;
}
.evolution-graph-colors[data-name=series1] {
color: #5170AE;
}
.evolution-graph-colors[data-name=series2] {
color: #F29007;
}
.evolution-graph-colors[data-name=series3] {
color: #CC3399;
}
.evolution-graph-colors[data-name=series4] {
color: #9933CC;
}
.evolution-graph-colors[data-name=series5] {
color: #80a033;
}
.evolution-graph-colors[data-name=series6] {
color: #246AD2;
}
.evolution-graph-colors[data-name=series7] {
color: #FD16EA;
}
.evolution-graph-colors[data-name=series8] {
color: #49C100;
}
.evolution-graph-colors[data-name=ticks] {
color: #ccc;
}
.evolution-graph-colors[data-name=single-metric-label] {
color: #666;
}
// bar graph colors
.bar-graph-colors[data-name=grid-background] {
color: #fff;
}
.bar-graph-colors[data-name=grid-border] {
color: #f00;
}
.bar-graph-colors[data-name=series1] {
color: #5170AE;
}
.bar-graph-colors[data-name=series2] {
color: #F3A010;
}
.bar-graph-colors[data-name=series3] {
color: #CC3399;
}
.bar-graph-colors[data-name=series4] {
color: #9933CC;
}
.bar-graph-colors[data-name=series5] {
color: #80a033;
}
.bar-graph-colors[data-name=series6] {
color: #246AD2;
}
.bar-graph-colors[data-name=series7] {
color: #FD16EA;
}
.bar-graph-colors[data-name=series8] {
color: #49C100;
}
.bar-graph-colors[data-name=ticks] {
color: #ccc;
}
.bar-graph-colors[data-name=single-metric-label] {
color: #666;
}
// pie graph colors
.pie-graph-colors[data-name=grid-background] {
color: #fff;
}
.pie-graph-colors[data-name=grid-border] {
color: #f00;
}
.pie-graph-colors[data-name=series1] {
color: #59727F;
}
.pie-graph-colors[data-name=series2] {
color: #7DAAC0;
}
.pie-graph-colors[data-name=series3] {
color: #7F7259;
}
.pie-graph-colors[data-name=series4] {
color: #C09E7D;
}
.pie-graph-colors[data-name=series5] {
color: #9BB39B;
}
.pie-graph-colors[data-name=series6] {
color: #B1D8B3;
}
.pie-graph-colors[data-name=series7] {
color: #B39BA7;
}
.pie-graph-colors[data-name=series8] {
color: #D8B1C5;
}
.pie-graph-colors[data-name=series9] {
color: #A5A5A5;
}
.pie-graph-colors[data-name=ticks] {
color: #ccc;
}
.pie-graph-colors[data-name=single-metric-label] {
color: #666;
}

View file

@ -0,0 +1,70 @@
/* Autocomplete
----------------------------------*/
.ui-autocomplete {
position: absolute;
cursor: default;
}
.ui-autocomplete-loading {
background: white;
}
/* workarounds */
* html .ui-autocomplete {
/* without this, the menu expands to 100% in IE6 */
width: 1px;
}
/* Menu
----------------------------------*/
.ui-menu {
list-style: none;
padding: 6px;
margin: 0;
display: block;
position: relative;
font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
}
.ui-menu .ui-menu {
margin-top: -3px;
margin-bottom: 8px;
}
.ui-menu .ui-menu-item {
line-height: 18px;
padding: 0;
height: auto;
display: block;
text-decoration: none;
white-space: nowrap;
}
.ui-menu .ui-menu-item a {
line-height: 18px;
color: #255792;
font-size: 12px;
padding: 0 5px 0 5px;
position: relative;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: 0;
}
.ui-widget-content {
border: 0;
}
.ui-corner-all {
border-radius: 4px;
}
.ui-menu .ui-menu-item a.ui-state-focus {
background: #ebeae6;
border: 0;
border-radius: 0;
}

View file

@ -0,0 +1,131 @@
.Menu--dashboard {
position: relative;
}
.Menu--dashboard > .Menu-tabList {
line-height: 1;
display: table; // The nav has the height og his children
margin-bottom: -1px; // Allow tabs to merge with the submenu
}
.Menu--dashboard > .Menu-tabList ul {
background: #fff; /*IE6 needs this*/
float: left;
position: relative;
}
/* LEVEL1 NORMAL */
.Menu--dashboard > .Menu-tabList > li {
background: #f1f1f1;
float: left;
list-style: none;
z-index: 49;
margin-right: -1px;
border: 1px solid #ddd;
border-bottom: 0;
border-radius: 4px 4px 0 0;
}
.Menu--dashboard > .Menu-tabList a {
color: #444;
font-size: 18px;
display: block;
float: left;
padding: 8px 27px 0;
height: 25px;
text-decoration: none;
font-weight: normal;
}
/* LEVEL1 HOVER */
.Menu--dashboard > .Menu-tabList > li:hover,
.Menu--dashboard > .Menu-tabList > li.sfHover {
background: #fff;
}
.Menu--dashboard > .Menu-tabList > li:hover > a,
.Menu--dashboard > .Menu-tabList > li.sfHover > a,
.Menu--dashboard > .Menu-tabList > li.sfActive > a,
.Menu--dashboard > .Menu-tabList a:hover {
color: #e87500;
}
.Menu--dashboard > .Menu-tabList > li:hover > a {
text-decoration: underline;
}
.Menu--dashboard > .Menu-tabList > li.sfHover > a {
border-bottom: 1px solid #fff;
}
/* LEVEL2 NORMAL */
.Menu--dashboard > .Menu-tabList > li > ul {
padding: 9px 0 5px 0;
left: 0;
top: -999em;
position: absolute;
min-height: 25px;
width: 100%;
background: none;
}
.Menu--dashboard > .Menu-tabList > li li {
float: left;
background: none;
border: 0;
text-align: center;
}
.Menu--dashboard > .Menu-tabList > li li > a {
padding: 5px 15px;
font-size: 14px;
border: 0;
float: none;
display: inline-block;
height: auto;
background: none;
color: #444;
text-decoration: none;
}
/* LEVEL2 HOVER */
.Menu--dashboard > .Menu-tabList > li.sfHover > ul,
.Menu--dashboard > .Menu-tabList > li:hover > ul {
z-index: 1;
top: 100%;
opacity: 1;
-webkit-transition: opacity 300ms ease-out 10ms; /* property duration timing-function delay */
-moz-transition: opacity 300ms ease-out 10ms;
-o-transition: opacity 300ms ease-out 10ms;
transition: opacity 300ms ease-out 10ms;
}
.Menu--dashboard > .Menu-tabList > li li:hover > a,
.Menu--dashboard > .Menu-tabList > li li.sfHover > a {
color: #e87500;
}
.Menu--dashboard > .Menu-tabList > li li.sfHover > a {
font-weight: bold;
text-decoration: none !important;
}
@media all and (max-width: 949px) {
.nav {
clear: right;
}
}
@media all and (max-width: 749px) {
.Menu--dashboard > .Menu-tabList a {
padding-left: 8px;
padding-right: 8px;
}
}
@media all and (max-width: 549px) {
.Menu--dashboard > ul.Menu-tabList > li.sfHover > a,
.Menu--dashboard > ul.Menu-tabList > li.sfActive.sfHover > a {
border-bottom: 0;
}
}

View file

@ -0,0 +1,93 @@
#content.admin #notificationContainer {
width: 750px;
display: table-header-group; /* no overlap with About Piwik box */
.notification {
margin: 10px;
}
}
.system.notification {
color: #9b7a44;
float: none;
padding: 15px 35px 15px 15px;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
background-color: #ffffe0;
border: 1px solid #e6db55;
border-radius: 3px;
font-size: 14px;
margin: 0px;
margin-bottom: 16px;
a {
color: #9b7a44;
text-decoration: underline;
}
.close {
position: relative;
top: -5px;
right: -28px;
line-height: 20px;
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
&.notification-success {
background-color: #dff0d8;
border-color: #c3d6b7;
color: #468847;
a {
color: #468847
}
}
&.notification-danger,
&.notification-error {
background-color: #f2dede;
border-color: #d5bfc4;
color: #b94a48;
a {
color: #b94a48
}
}
&.notification-info {
background-color: #d9edf7;
border-color: #a7d3e3;
color: #3a87ad;
a {
color: #3a87ad
}
}
&.notification-block {
padding-top: 14px;
padding-bottom: 14px;
}
&.notification-block > p,
&.notification-block > ul {
margin-bottom: 0;
}
&.notification-block p + p {
margin-top: 5px;
}
}

View file

@ -0,0 +1,72 @@
#piwik-promo-thumbnail {
background: #fff url(plugins/CoreHome/images/promo_splash.png) no-repeat 0 0;
background-position: center;
width: 321px;
margin: 0 auto 0 auto;
}
#piwik-promo-embed {
margin-left: 1px;
}
#piwik-promo-embed>iframe {
z-index: 0;
}
#piwik-promo-thumbnail {
height: 178px;
}
#piwik-promo-thumbnail:hover {
opacity: .75;
cursor: pointer;
}
#piwik-promo-thumbnail>img {
display: block;
position: relative;
top: 53px;
left: 125px;
}
#piwik-promo-video {
margin: 2em 0 2em 0;
}
#piwik-widget-footer {
margin: 0 1em 1em 1em;
}
#piwik-promo-share {
margin: 0 2em 1em 0;
background-color: #CCC;
border: 1px solid #CCC;
border-radius: 6px;
display: inline-block;
padding: 0 .5em 0 .5em;
float: right;
}
#piwik-promo-share > a {
margin-left: .5em;
margin-top: 4px;
display: inline-block;
}
#piwik-promo-share>span {
display: inline-block;
vertical-align: top;
margin-top: 4px;
}
#piwik-promo-videos-link {
font-size: .8em;
font-style: italic;
margin: 1em 0 0 1.25em;
color: #666;
display: inline-block;
}
#piwik-promo-videos-link:hover {
text-decoration: none;
}

View file

@ -0,0 +1,30 @@
// sparkline styles
div.sparkline {
border-bottom: 1px solid white;
}
div.sparkline:hover {
cursor: pointer;
border-bottom: 1px dashed #c3c3c3;
}
// sparkline colors
.sparkline-colors[data-name=backgroundColor] {
color: white;
}
.sparkline-colors[data-name=lineColor] {
color: rgb(22, 44, 74);
}
.sparkline-colors[data-name=minPointColor] {
color: #ff7f7f;
}
.sparkline-colors[data-name=lastPointColor] {
color: #55AAFF;
}
.sparkline-colors[data-name=maxPointColor] {
color: #75BF7C;
}