PDF rausgenommen
This commit is contained in:
298
msd2/tracking/piwik/plugins/Morpheus/stylesheets/base/bootstrap.css
vendored
Normal file
298
msd2/tracking/piwik/plugins/Morpheus/stylesheets/base/bootstrap.css
vendored
Normal file
@ -0,0 +1,298 @@
|
||||
/*!
|
||||
* Bootstrap v3.3.2 (http://getbootstrap.com)
|
||||
* Copyright 2011-2015 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e32d98c35d1ff80598b4)
|
||||
* Config saved to config.json and https://gist.github.com/e32d98c35d1ff80598b4
|
||||
*
|
||||
* Contains only the grid CSS classes.
|
||||
*/
|
||||
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
menu,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block;
|
||||
}
|
||||
audio,
|
||||
canvas,
|
||||
progress,
|
||||
video {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
[hidden],
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
b,
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
mark {
|
||||
background: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
figure {
|
||||
margin: 1em 40px;
|
||||
}
|
||||
hr {
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
}
|
||||
pre {
|
||||
overflow: auto;
|
||||
}
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
fieldset {
|
||||
border: 1px solid #c0c0c0;
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
}
|
||||
legend {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
optgroup {
|
||||
font-weight: bold;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
td,
|
||||
th {
|
||||
padding: 0;
|
||||
}
|
||||
* {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*:before,
|
||||
*:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
html {
|
||||
font-size: 10px;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
color: #333333;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.img-responsive {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.img-rounded {
|
||||
border-radius: 6px;
|
||||
}
|
||||
.img-thumbnail {
|
||||
padding: 4px;
|
||||
line-height: 1.42857143;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #dddddd;
|
||||
border-radius: 4px;
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-o-transition: all 0.2s ease-in-out;
|
||||
transition: all 0.2s ease-in-out;
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.img-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
hr {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
border: 0;
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
}
|
||||
.sr-only-focusable:active,
|
||||
.sr-only-focusable:focus {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
clip: auto;
|
||||
}
|
||||
.container {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.container {
|
||||
width: 750px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.container {
|
||||
width: 970px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.container-fluid {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
.clearfix:before,
|
||||
.clearfix:after,
|
||||
.container:before,
|
||||
.container:after,
|
||||
.container-fluid:before,
|
||||
.container-fluid:after,
|
||||
.clearfix:after,
|
||||
.container:after,
|
||||
.container-fluid:after {
|
||||
clear: both;
|
||||
}
|
||||
.center-block {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.pull-right {
|
||||
float: right !important;
|
||||
}
|
||||
.pull-left {
|
||||
float: left !important;
|
||||
}
|
||||
.hide {
|
||||
display: none !important;
|
||||
}
|
||||
.show {
|
||||
display: block !important;
|
||||
}
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
.text-hide {
|
||||
font: 0/0 a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.hidden {
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
.affix {
|
||||
position: fixed;
|
||||
}
|
@ -0,0 +1,47 @@
|
||||
// Gray shapes
|
||||
// Variable pattern: @color-<color>-<modifier>
|
||||
@color-black: #000;
|
||||
@color-gray: #ccc;
|
||||
@color-gray-light: #f0f0f0;
|
||||
@color-white: #fff;
|
||||
@color-silver: #999;
|
||||
@color-silver-l14: lighten(@color-black, 14%);
|
||||
@color-silver-l20: lighten(@color-black, 20%);
|
||||
@color-silver-l30: lighten(@color-black, 30%);
|
||||
@color-silver-l40: lighten(@color-black, 40%);
|
||||
@color-silver-l50: lighten(@color-black, 50%);
|
||||
@color-silver-l60: lighten(@color-black, 60%);
|
||||
@color-silver-l70: lighten(@color-black, 70%);
|
||||
@color-silver-l80: lighten(@color-black, 80%);
|
||||
@color-silver-l85: lighten(@color-black, 85%);
|
||||
@color-silver-l90: lighten(@color-black, 90%);
|
||||
@color-silver-l95: lighten(@color-black, 95%);
|
||||
@color-silver-l98: lighten(@color-black, 98%);
|
||||
@color-silver-dark: #333;
|
||||
|
||||
// Brand colors
|
||||
// Variable pattern: @color-<color>-<modifier>
|
||||
@color-black-piwik: #0d0d0d;
|
||||
@color-blue-piwik: #4183C4;
|
||||
@color-red-piwik: #d4291f;
|
||||
@color-green-piwik: #43a047;
|
||||
@color-green-brandSocial: #009874;
|
||||
@color-blue-brandSocial: #3b5998;
|
||||
@color-blue-brandSocialLight: #1c87bd;
|
||||
@color-blue-brandSocialVeryLight: #00aced;
|
||||
@color-orange-brand: #ff9600;
|
||||
|
||||
@graph-colors-data-series1: #3450A3;
|
||||
@graph-colors-data-series2: #43a047;
|
||||
@graph-colors-data-series3: #ff7f00;
|
||||
@graph-colors-data-series4: #d4291f;
|
||||
@graph-colors-data-series5: #6a3d9a;
|
||||
@graph-colors-data-series6: #b15928;
|
||||
@graph-colors-data-series7: #fdbf6f;
|
||||
@graph-colors-data-series8: #cab2d6;
|
||||
|
||||
@default-box-shade: 0 2px 3px 0 rgba(0,0,0,0.16), 0 0px 3px 0 rgba(0,0,0,0.12);
|
||||
/*
|
||||
Qualitative data color series inspired from colorbrewer2.org/
|
||||
next ones could be: #cab2d6 #ffff99 # #b2df8a
|
||||
*/
|
507
msd2/tracking/piwik/plugins/Morpheus/stylesheets/base/icons.css
Normal file
507
msd2/tracking/piwik/plugins/Morpheus/stylesheets/base/icons.css
Normal file
@ -0,0 +1,507 @@
|
||||
/* piwik font is deprecated, please use matomo instead */
|
||||
/* @todo remove piwik font in Matomo 4.0 */
|
||||
@font-face {
|
||||
font-family: 'piwik';
|
||||
src: url('plugins/Morpheus/fonts/piwik.woff2?gnoj5m') format('woff2'),
|
||||
url('plugins/Morpheus/fonts/piwik.woff?gnoj5m') format('woff'),
|
||||
url('plugins/Morpheus/fonts/piwik.ttf?gnoj5m') format('truetype'),
|
||||
url('plugins/Morpheus/fonts/piwik.svg?gnoj5m#piwik') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'matomo';
|
||||
src: url('plugins/Morpheus/fonts/matomo.woff2?gnoj5m') format('woff2'),
|
||||
url('plugins/Morpheus/fonts/matomo.woff?gnoj5m') format('woff'),
|
||||
url('plugins/Morpheus/fonts/matomo.ttf?gnoj5m') format('truetype'),
|
||||
url('plugins/Morpheus/fonts/matomo.svg?gnoj5m#matomo') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
font-family: 'matomo' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-settings:before {
|
||||
content: "\e8b8";
|
||||
}
|
||||
|
||||
.icon-info2:before {
|
||||
content: "\e88e";
|
||||
}
|
||||
|
||||
.icon-info_outline:before {
|
||||
content: "\e88f";
|
||||
}
|
||||
|
||||
.icon-alien:before {
|
||||
content: "\e600";
|
||||
}
|
||||
|
||||
.icon-annotation:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
.icon-arrow-left:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.icon-arrow-right:before {
|
||||
content: "\e603";
|
||||
}
|
||||
|
||||
.icon-business:before {
|
||||
content: "\e604";
|
||||
}
|
||||
|
||||
.icon-calendar:before {
|
||||
content: "\e605";
|
||||
}
|
||||
|
||||
.icon-chart-bar:before {
|
||||
content: "\e606";
|
||||
}
|
||||
|
||||
.icon-chart-line-details:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.icon-chart-line:before {
|
||||
content: "\e608";
|
||||
}
|
||||
|
||||
.icon-chart-pie:before {
|
||||
content: "\e609";
|
||||
}
|
||||
|
||||
.icon-close:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
|
||||
.icon-arrow-collapsed:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
|
||||
.icon-configure:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
|
||||
.icon-datepicker-arr-l:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
|
||||
.icon-datepicker-arr-r:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
|
||||
.icon-delete:before {
|
||||
content: "\e60f";
|
||||
}
|
||||
|
||||
.icon-document:before {
|
||||
content: "\e610";
|
||||
}
|
||||
|
||||
.icon-download:before {
|
||||
content: "\e611";
|
||||
}
|
||||
|
||||
.icon-drop:before {
|
||||
content: "\e612";
|
||||
}
|
||||
|
||||
.icon-ecommerce-abandoned-cart:before {
|
||||
content: "\e613";
|
||||
}
|
||||
|
||||
.icon-ecommerce-order:before {
|
||||
content: "\e614";
|
||||
}
|
||||
|
||||
.icon-email:before {
|
||||
content: "\e615";
|
||||
}
|
||||
|
||||
.icon-error:before {
|
||||
content: "\e616";
|
||||
}
|
||||
|
||||
.icon-export:before {
|
||||
content: "\e617";
|
||||
}
|
||||
|
||||
.icon-feed:before {
|
||||
content: "\e618";
|
||||
}
|
||||
|
||||
.icon-finance:before {
|
||||
content: "\e619";
|
||||
}
|
||||
|
||||
.icon-folder-charts:before {
|
||||
content: "\e61a";
|
||||
}
|
||||
|
||||
.icon-folder:before {
|
||||
content: "\e61b";
|
||||
}
|
||||
|
||||
.icon-fullscreen:before {
|
||||
content: "\e61c";
|
||||
}
|
||||
|
||||
.icon-goal:before {
|
||||
content: "\e61d";
|
||||
}
|
||||
|
||||
.icon-help-alt:before {
|
||||
content: "\e61e";
|
||||
}
|
||||
|
||||
.icon-help:before {
|
||||
content: "\e61f";
|
||||
}
|
||||
|
||||
.icon-code:before {
|
||||
content: "\e620";
|
||||
}
|
||||
|
||||
.icon-warning:before {
|
||||
content: "\e621";
|
||||
}
|
||||
|
||||
.icon-edit:before {
|
||||
content: "\e622";
|
||||
}
|
||||
|
||||
.icon-image:before {
|
||||
content: "\e623";
|
||||
}
|
||||
|
||||
.icon-info:before {
|
||||
content: "\e624";
|
||||
}
|
||||
|
||||
.icon-insights:before {
|
||||
content: "\e625";
|
||||
}
|
||||
|
||||
.icon-locked-2:before {
|
||||
content: "\e626";
|
||||
}
|
||||
|
||||
.icon-locked-3:before {
|
||||
content: "\e627";
|
||||
}
|
||||
|
||||
.icon-locked:before {
|
||||
content: "\e628";
|
||||
}
|
||||
|
||||
.icon-locked-4:before {
|
||||
content: "\e629";
|
||||
}
|
||||
|
||||
.icon-maximise:before {
|
||||
content: "\e62a";
|
||||
}
|
||||
|
||||
.icon-minimise:before {
|
||||
content: "\e62b";
|
||||
}
|
||||
|
||||
.icon-minus:before {
|
||||
content: "\e62c";
|
||||
}
|
||||
|
||||
.icon-newtab:before {
|
||||
content: "\e62d";
|
||||
}
|
||||
|
||||
.icon-ok:before {
|
||||
content: "\e62e";
|
||||
}
|
||||
|
||||
.icon-open-source:before {
|
||||
content: "\e62f";
|
||||
}
|
||||
|
||||
.icon-plus:before {
|
||||
content: "\e630";
|
||||
}
|
||||
|
||||
.icon-add:before {
|
||||
content: "\e630";
|
||||
}
|
||||
|
||||
.icon-puzzle:before {
|
||||
content: "\e631";
|
||||
}
|
||||
|
||||
.icon-refresh:before {
|
||||
content: "\e632";
|
||||
}
|
||||
|
||||
.icon-reload:before {
|
||||
content: "\e633";
|
||||
}
|
||||
|
||||
.icon-search:before {
|
||||
content: "\e634";
|
||||
}
|
||||
|
||||
.icon-segment:before {
|
||||
content: "\e635";
|
||||
}
|
||||
|
||||
.icon-users:before {
|
||||
content: "\e635";
|
||||
}
|
||||
|
||||
.icon-server-alt:before {
|
||||
content: "\e636";
|
||||
}
|
||||
|
||||
.icon-server:before {
|
||||
content: "\e637";
|
||||
}
|
||||
|
||||
.icon-hide:before {
|
||||
content: "\e638";
|
||||
}
|
||||
|
||||
.icon-show:before {
|
||||
content: "\e639";
|
||||
}
|
||||
|
||||
.icon-arrow-top:before {
|
||||
content: "\e63a";
|
||||
}
|
||||
|
||||
.icon-arrow-bottom:before {
|
||||
content: "\e63b";
|
||||
}
|
||||
|
||||
.icon-star:before {
|
||||
content: "\e63c";
|
||||
}
|
||||
|
||||
.icon-success:before {
|
||||
content: "\e63d";
|
||||
}
|
||||
|
||||
.icon-table-more:before {
|
||||
content: "\e63e";
|
||||
}
|
||||
|
||||
.icon-table:before {
|
||||
content: "\e63f";
|
||||
}
|
||||
|
||||
.icon-tag-cloud:before {
|
||||
content: "\e640";
|
||||
}
|
||||
|
||||
.icon-user-add:before {
|
||||
content: "\e642";
|
||||
}
|
||||
|
||||
.icon-user:before {
|
||||
content: "\e641";
|
||||
}
|
||||
|
||||
.icon-play:before {
|
||||
content: "\e038";
|
||||
}
|
||||
|
||||
.icon-visitor-profile:before {
|
||||
content: "\e644";
|
||||
}
|
||||
|
||||
.icon-zoom-in:before {
|
||||
content: "\e645";
|
||||
}
|
||||
|
||||
.icon-zoom-out:before {
|
||||
content: "\e646";
|
||||
}
|
||||
|
||||
.icon-sign-out:before {
|
||||
content: "\e647";
|
||||
}
|
||||
|
||||
.icon-sign-in:before {
|
||||
content: "\e648";
|
||||
}
|
||||
|
||||
.icon-menu-hamburger:before {
|
||||
content: "\e649";
|
||||
}
|
||||
|
||||
.icon-more-horiz:before {
|
||||
content: "\e64a";
|
||||
}
|
||||
|
||||
.icon-more-verti:before {
|
||||
content: "\e64b";
|
||||
}
|
||||
|
||||
.icon-admin-administration:before {
|
||||
content: "\e64c";
|
||||
}
|
||||
|
||||
.icon-admin-development:before {
|
||||
content: "\e64d";
|
||||
}
|
||||
|
||||
.icon-admin-diagnostic:before {
|
||||
content: "\e64e";
|
||||
}
|
||||
|
||||
.icon-admin-platform:before {
|
||||
content: "\e64f";
|
||||
}
|
||||
|
||||
.icon-admin-settings:before {
|
||||
content: "\e650";
|
||||
}
|
||||
|
||||
.icon-reporting-actions:before {
|
||||
content: "\e651";
|
||||
}
|
||||
|
||||
.icon-reporting-dashboard:before {
|
||||
content: "\e652";
|
||||
}
|
||||
|
||||
.icon-reporting-ecommerce:before {
|
||||
content: "\e653";
|
||||
}
|
||||
|
||||
.icon-reporting-goal:before {
|
||||
content: "\e654";
|
||||
}
|
||||
|
||||
.icon-reporting-referer:before {
|
||||
content: "\e655";
|
||||
}
|
||||
|
||||
.icon-reporting-visitors:before {
|
||||
content: "\e656";
|
||||
}
|
||||
|
||||
.icon-user-manage:before {
|
||||
content: "\e657";
|
||||
}
|
||||
|
||||
.icon-user-personal:before {
|
||||
content: "\e658";
|
||||
}
|
||||
|
||||
.icon-user-platform:before {
|
||||
content: "\e659";
|
||||
}
|
||||
|
||||
.icon-funnel:before {
|
||||
content: "\ea5b";
|
||||
}
|
||||
|
||||
.icon-form:before {
|
||||
content: "\e85d";
|
||||
}
|
||||
|
||||
.icon-lab:before {
|
||||
content: "\e9aa";
|
||||
}
|
||||
|
||||
.icon-archive:before {
|
||||
content: "\e95e";
|
||||
}
|
||||
|
||||
.icon-fast-forward:before {
|
||||
content: "\e01f";
|
||||
}
|
||||
|
||||
.icon-fast-rewind:before {
|
||||
content: "\e020";
|
||||
}
|
||||
|
||||
.icon-pause:before {
|
||||
content: "\e035";
|
||||
}
|
||||
|
||||
.icon-replay:before {
|
||||
content: "\e042";
|
||||
}
|
||||
|
||||
.icon-skip-next:before {
|
||||
content: "\e044";
|
||||
}
|
||||
|
||||
.icon-skip-previous:before {
|
||||
content: "\e045";
|
||||
}
|
||||
|
||||
.icon-stop:before {
|
||||
content: "\e047";
|
||||
}
|
||||
|
||||
.icon-arrowup:before {
|
||||
content: "\f102";
|
||||
}
|
||||
|
||||
.icon-arrowdown:before {
|
||||
content: "\f103";
|
||||
}
|
||||
|
||||
.icon-audio:before {
|
||||
content: "\e050";
|
||||
}
|
||||
|
||||
.icon-transition:before {
|
||||
content: "\ea30";
|
||||
}
|
||||
|
||||
.icon-evolution:before {
|
||||
content: "\e922";
|
||||
}
|
||||
|
||||
.icon-overlay:before {
|
||||
content: "\e0cb";
|
||||
}
|
||||
|
||||
.icon-rocket:before {
|
||||
content: "\e9a5";
|
||||
}
|
||||
|
||||
.icon-bug:before {
|
||||
content: "\e868";
|
||||
}
|
||||
|
||||
.icon-upload:before {
|
||||
content: "\e2c6";
|
||||
}
|
||||
|
||||
.icon-embed:before {
|
||||
content: "\ea80";
|
||||
}
|
||||
|
||||
.icon-delete:hover {
|
||||
color: #d4291f !important;
|
||||
}
|
||||
|
||||
.icon-segmented-visits-log:before {
|
||||
content: "\e900";
|
||||
}
|
@ -0,0 +1,62 @@
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
&:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: right;
|
||||
}
|
||||
&:before {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.font-default(@size: 13px, @line: 16px) {
|
||||
font-size: @size;
|
||||
line-height: @line;
|
||||
}
|
||||
|
||||
.border-radius (@radius: 6px) {
|
||||
-webkit-border-radius: @radius;
|
||||
-moz-border-radius: @radius;
|
||||
border-radius: @radius;
|
||||
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
#gradient {
|
||||
|
||||
.horizontal(@start-color: #555, @end-color: #333, @start-percent: 0%, @end-percent: 100%) {
|
||||
background-image: -webkit-gradient(linear, @start-percent top, @end-percent top, from(@start-color), to(@end-color)); // Safari 4+, Chrome 2+
|
||||
background-image: -webkit-linear-gradient(left, color-stop(@start-color @start-percent), color-stop(@end-color @end-percent)); // Safari 5.1+, Chrome 10+
|
||||
background-image: -moz-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // FF 3.6+
|
||||
background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10
|
||||
background-repeat: repeat-x;
|
||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",@start-color,@end-color)); // IE9 and down
|
||||
}
|
||||
|
||||
.vertical(@start-color: #555, @end-color: #333, @start-percent: 0%, @end-percent: 100%) {
|
||||
background-image: -webkit-gradient(linear, left @start-percent, left @end-percent, from(@start-color), to(@end-color)); // Safari 4+, Chrome 2+
|
||||
background-image: -webkit-linear-gradient(top, @start-color, @start-percent, @end-color, @end-percent); // Safari 5.1+, Chrome 10+
|
||||
background-image: -moz-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // FF 3.6+
|
||||
background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10
|
||||
background-repeat: repeat-x;
|
||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@start-color,@end-color)); // IE9 and down
|
||||
}
|
||||
}
|
||||
|
||||
.box-sizing(@boxmodel) {
|
||||
-webkit-box-sizing: @boxmodel;
|
||||
-moz-box-sizing: @boxmodel;
|
||||
box-sizing: @boxmodel;
|
||||
}
|
||||
|
||||
.opacity(@opacity) {
|
||||
opacity: @opacity;
|
||||
}
|
Reference in New Issue
Block a user