1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
matomo-injector/css/style.css

184 lines
2.7 KiB
CSS
Raw Normal View History

2014-05-07 13:56:35 +02:00
2014-05-07 15:56:06 +02:00
/**
* Basic
*/
2014-05-07 13:56:35 +02:00
.cutomjs {
2014-05-07 15:56:06 +02:00
padding: 20px 25px;
2014-05-07 13:56:35 +02:00
min-width: 500px;
min-height: 500px;
2014-05-07 15:56:06 +02:00
color: #4A4A4A;
font: Arial, Helvetica, sans-serif;
font-size: 14px;
}
a,
a:hover,
.blue-text,
.blue-text:hover {
color: #0F14F3;
}
.red-text,
.red-text:hover {
color: #f10000;
}
a {
text-decoration: underline;
2014-05-07 13:56:35 +02:00
}
2014-05-07 15:56:06 +02:00
a:hover {
text-decoration: none;
}
.pure-g {
padding: 5px 0;
}
/**
* Host row (up)
*/
.host {
}
.host__name select {
min-width: 220px;
}
.host__name a {
2014-05-07 13:56:35 +02:00
font-size: 12px;
}
2014-05-07 15:56:06 +02:00
.host__enable {
text-align: right;
line-height: 39px;
font-size: 12px;
2014-05-07 13:56:35 +02:00
}
2014-05-07 15:56:06 +02:00
.host__enable input {
2014-05-07 13:56:35 +02:00
position: relative;
2014-05-07 15:56:06 +02:00
bottom: -2px;
margin-left: 2px;
2014-05-07 13:56:35 +02:00
}
2014-05-07 15:56:06 +02:00
/**
* Versions row (bellow)
*/
.versions {
line-height: 39px;
}
.versions__title strong {
2014-05-07 13:56:35 +02:00
}
2014-05-07 15:56:06 +02:00
.versions__control {
2014-05-07 13:56:35 +02:00
text-align: right;
2014-05-07 15:56:06 +02:00
}
.versions__control a {
font-size: 12px;
margin-right: 10px;
}
.versions__control button {
font-size: 16px;
color: #a1a1a1;
}
.versions__delete {
}
/**
* Source row (middle)
*/
.source {
}
.source__editor {
}
/**
* Controls row (bottom)
*/
.controls {
}
.controls__save {
}
.controls__include {
}
/**
* Font icons
*/
@font-face {
font-family: 'customjs';
src: url('../font/customjs.svg?96127482#customjs') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'customjs';
src: url('../font/customjs.svg?96127482#customjs') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "customjs";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-plus:before { content: '\e802'; } /* '' */
.icon-minus:before { content: '\e803'; } /* '' */
.icon-left-open:before { content: '\e800'; } /* '' */
.icon-right-open:before { content: '\e801'; } /* '' */