add icons for Character groups
This commit is contained in:
commit
2d9a41a5fe
3461 changed files with 594457 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
.datatable-label-category {
|
||||
color:#999;
|
||||
}
|
||||
59
www/analytics/plugins/Zeitgeist/stylesheets/ui/_header.less
Normal file
59
www/analytics/plugins/Zeitgeist/stylesheets/ui/_header.less
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
#header {
|
||||
min-height: 60px;
|
||||
}
|
||||
|
||||
/* Clear fix */
|
||||
#header:after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
|
||||
#root {
|
||||
#logo {
|
||||
padding: 5px 0 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#logo {
|
||||
img.default-piwik-logo {
|
||||
width: 82px;
|
||||
margin-top: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
#logo > a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
#javascriptDisabled,
|
||||
#javascriptDisabled a {
|
||||
font-weight: bold;
|
||||
color: #F88D22;
|
||||
padding: 15px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#topBars {
|
||||
right: 0px;
|
||||
position: absolute;
|
||||
padding-left: 110px;
|
||||
color: #9c9c9c;
|
||||
margin: 4px 10px 8px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#topLeftBar,
|
||||
#topRightBar {
|
||||
margin-bottom: 4px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#topLeftBar {
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
.topBarElem {
|
||||
padding: 0 5px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
@ -0,0 +1,67 @@
|
|||
/* About Piwik box top right */
|
||||
#header_message {
|
||||
z-index: 0;
|
||||
cursor: default;
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
padding: 5px 8px 5px 38px;
|
||||
font-size: 14px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#header_message:hover,
|
||||
#header_message.active {
|
||||
width: auto;
|
||||
height: auto;
|
||||
z-index: 150;
|
||||
}
|
||||
|
||||
#header_message .header_short {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#header_message .header_full {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#header_message:hover .header_short,
|
||||
#header_message.active .header_short {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#header_message:hover .header_full,
|
||||
#header_message.active .header_full {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.header_full {
|
||||
padding-bottom: 5px;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
/* Orange alerts box */
|
||||
.header_alert {
|
||||
background: #FFFDF7 url(plugins/Zeitgeist/images/ico_alert.png) no-repeat 7px 4px;
|
||||
border: 1px solid #FF7F00;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.header_alert,
|
||||
.header_alert a {
|
||||
color: #FF7F00;
|
||||
}
|
||||
|
||||
/* Blue info box */
|
||||
.header_info {
|
||||
background: #FAFAFA url(plugins/Zeitgeist/images/ico_info.png) no-repeat 7px 4px;
|
||||
border: 1px solid #CBD9EB;
|
||||
}
|
||||
|
||||
.header_info, .header_info a {
|
||||
color: #444;
|
||||
}
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
#languageSelect {
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding: 0 !important;
|
||||
background:#FFF;
|
||||
border: 1px solid #1F447F!important;
|
||||
}
|
||||
|
||||
#languageSelection > form {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#languageSelection input, #languageSelection select {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#languageSelection .ui-autocomplete-input:after {
|
||||
display: inline;
|
||||
content: " \25BC";
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#languageSelection .ui-autocomplete-input {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#languageSelect .ui-autocomplete-input:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#languageSelect a {
|
||||
text-decoration:none!important;
|
||||
padding: 1px 25px 1px 3px!important;
|
||||
}
|
||||
|
||||
#languageSelect a:hover {
|
||||
background:#176999!important;
|
||||
color:#FFF!important;
|
||||
}
|
||||
26
www/analytics/plugins/Zeitgeist/stylesheets/ui/_loading.less
Normal file
26
www/analytics/plugins/Zeitgeist/stylesheets/ui/_loading.less
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.loadingPiwik {
|
||||
font-size: 1.1em;
|
||||
color: #444;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.loadingPiwik img {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.loadingSegment {
|
||||
color: grey;
|
||||
font-size: 10pt;
|
||||
margin-left: 28px;
|
||||
display:none;
|
||||
}
|
||||
|
||||
#loadingError {
|
||||
font-weight: bold;
|
||||
font-size: 1.1em;
|
||||
color: #F88D22;
|
||||
padding: 0.5em;
|
||||
margin-left: 30%;
|
||||
display: none;
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
|
@ -0,0 +1,81 @@
|
|||
#periodString {
|
||||
display: block;
|
||||
color: #444;
|
||||
font-size: 14px;
|
||||
border: 1px solid #e4e5e4;
|
||||
padding: 5px 30px 6px 10px;
|
||||
border-radius: 4px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
position: absolute;
|
||||
z-index: 122; /* must be higher than segmentEditor z-index */
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
#periodString:hover {
|
||||
background-color: #f1f0eb;
|
||||
border-color: #a9a399;
|
||||
}
|
||||
|
||||
#periodString .calendar-icon {
|
||||
width: 13px;
|
||||
height: 15px;
|
||||
display:inline-block;
|
||||
position:absolute;
|
||||
right:9px;
|
||||
top:7px;
|
||||
background: url("plugins/Zeitgeist/images/icon-calendar.gif") no-repeat scroll;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#periodString #date{
|
||||
cursor:pointer;
|
||||
padding:5px 10px 6px 10px;
|
||||
margin:-5px -10px -6px -10px;
|
||||
}
|
||||
|
||||
#periodString #date img {
|
||||
vertical-align: middle;
|
||||
margin: 0 0 0 6px;
|
||||
}
|
||||
|
||||
#periodString strong {
|
||||
color: #255792;
|
||||
}
|
||||
|
||||
#periodString h6 {
|
||||
font-size: 14px;
|
||||
padding: 0 0 4px 0;
|
||||
}
|
||||
|
||||
#periodMore {
|
||||
padding: 6px 0 0 0;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#periodString .period-date,
|
||||
#periodString .period-range {
|
||||
float: left;
|
||||
padding: 0 16px 0 0;
|
||||
}
|
||||
|
||||
#periodString .period-type {
|
||||
float: left;
|
||||
padding: 0 20px 0 0;
|
||||
}
|
||||
|
||||
#periodString .period-type label {
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
padding: 2px 0 3px 0;
|
||||
vertical-align: top;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#periodString label.selected-period-label {
|
||||
text-decoration: underline;
|
||||
}
|
||||
176
www/analytics/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less
Normal file
176
www/analytics/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less
Normal file
|
|
@ -0,0 +1,176 @@
|
|||
|
||||
|
||||
/*sites_autocomplete*/
|
||||
.sites_autocomplete {
|
||||
position: absolute;
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
height: 30px; /* Hack to not push the dashboard widget below */
|
||||
}
|
||||
|
||||
.sites_selector_in_dashboard {
|
||||
margin-top:10px;
|
||||
}
|
||||
.top_bar_sites_selector {
|
||||
float: right
|
||||
}
|
||||
|
||||
.top_bar_sites_selector > label {
|
||||
display: inline-block;
|
||||
padding: 7px 0 6px 0;
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.top_bar_sites_selector > .sites_autocomplete {
|
||||
position: static;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.autocompleteMatched {
|
||||
color: #5256BE;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select {
|
||||
float: left;
|
||||
position: relative;
|
||||
z-index: 19;
|
||||
background: #fff url(plugins/Zeitgeist/images/sites_selection.png) repeat-x 0 0;
|
||||
border: 1px solid #d4d4d4;
|
||||
color: #255792;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
min-width: 165px;
|
||||
padding: 5px 6px 4px;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select_main_link {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
background: none;
|
||||
cursor: default;
|
||||
height:1.4em;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select_ul_list li a,
|
||||
.sites_autocomplete .custom_select_all a,
|
||||
.sites_autocomplete .custom_select_main_link > span {
|
||||
display: inline-block;
|
||||
max-width: 140px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding: 0 20px 0 4px;
|
||||
}
|
||||
|
||||
.sites_autocomplete--dropdown .custom_select_main_link:not(.loading):before {
|
||||
content: " \25BC";
|
||||
position: absolute;
|
||||
right: 0;
|
||||
font-size: 0.8em;
|
||||
margin-top: 0.2em;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.sites_autocomplete--dropdown .custom_select_main_link {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select_main_link.loading {
|
||||
background: url(plugins/Zeitgeist/images/loading-blue.gif) no-repeat right 3px;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select_ul_list,
|
||||
.sites_autocomplete ul.ui-autocomplete {
|
||||
position: relative;
|
||||
list-style: none;
|
||||
line-height: 18px;
|
||||
padding: 0 0 15px 0;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select_ul_list li a,
|
||||
.sites_autocomplete .custom_select_all a {
|
||||
line-height: 18px;
|
||||
height: auto;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select_ul_list li a:hover,
|
||||
.sites_autocomplete .custom_select_all a:hover {
|
||||
background: #ebeae6;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select_all a {
|
||||
text-decoration: none;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select_search {
|
||||
margin: 0 0 0 4px;
|
||||
height: 26px;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
background: url(plugins/Zeitgeist/images/search_bg.png) no-repeat 0 0;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select_search .inp {
|
||||
vertical-align: top;
|
||||
width: 114px;
|
||||
padding: 2px 6px;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
font-size: 10px;
|
||||
color: #454545;
|
||||
|
||||
}
|
||||
.sites_autocomplete {
|
||||
width: 165px;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select_search .but {
|
||||
vertical-align: top;
|
||||
font-size: 10px;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
width: 21px;
|
||||
height: 17px;
|
||||
overflow: hidden;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.sites_selector_container>.sites_autocomplete {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.custom_selector_container .ui-menu-item,
|
||||
.custom_selector_container .ui-menu-item a {
|
||||
float:none;position:static
|
||||
}
|
||||
|
||||
.custom_select_search .reset {
|
||||
position: relative; top: 4px; left: -44px; cursor: pointer;
|
||||
}
|
||||
|
||||
.custom_select_block {
|
||||
overflow: hidden;
|
||||
max-width: inherit
|
||||
}
|
||||
|
||||
.custom_select_block_show {
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
max-width:inherit;
|
||||
}
|
||||
|
||||
.sites_selector_container {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.siteSelect a {
|
||||
white-space: normal;
|
||||
text-align: left;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue