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

196 lines
2.4 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 {
position: relative;
overflow: hidden;
padding: 12px 24px;
width: 548px;
height: 570px;
color: #4A4A4A;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
2014-05-07 15:56:06 +02:00
}
a,
a:hover,
.blue-text,
.blue-text:hover {
color: #0F14F3;
2014-05-07 15:56:06 +02:00
}
.red-text,
.red-text:hover {
color: #f10000;
2014-05-07 15:56:06 +02:00
}
a {
text-decoration: none;
2014-05-07 13:56:35 +02:00
}
2014-05-07 15:56:06 +02:00
a:hover {
text-decoration: underline;
2014-05-07 20:32:34 +02:00
}
.is-hidden {
display: none;
2014-05-07 15:56:06 +02:00
}
.pure-g {
padding: 10px 0;
2014-05-07 15:56:06 +02:00
}
/**
* Host row (up)
*/
2014-05-07 20:32:34 +02:00
.host {
2014-05-07 15:56:06 +02:00
}
.host__name select {
min-width: 220px;
2014-05-07 15:56:06 +02:00
}
.host__name a {
margin-left: 5px;
font-size: 12px;
2014-05-07 13:56:35 +02:00
}
2014-05-07 15:56:06 +02:00
.host__enable {
text-align: right;
line-height: 34px;
2014-05-07 13:56:35 +02:00
}
2014-05-07 15:56:06 +02:00
.host__enable input {
position: relative;
bottom: -2px;
margin-left: 2px;
2014-05-07 13:56:35 +02:00
}
2014-05-07 15:56:06 +02:00
/**
* Share button
*/
.share {
font-size: 16px;
}
2014-05-07 15:56:06 +02:00
/**
2014-05-07 20:32:34 +02:00
* Include row (bellow top)
2014-05-07 15:56:06 +02:00
*/
2014-05-07 20:32:34 +02:00
.include {
text-align: right;
2014-05-07 15:56:06 +02:00
}
2014-05-07 20:32:34 +02:00
.include__body {
color: #999;
font-size: 12px;
line-height: 35px;
2014-05-07 15:56:06 +02:00
}
2014-05-07 20:32:34 +02:00
.include__body select {
min-width: 110px;
}
.include__popbox {
}
.include__popbox__body {
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
margin: -150px 0 0 -250px;
width: 500px;
height: 300px;
}
.include__popbox__body textarea {
width: 100%;
height: 100%;
color: #777;
font-size: 12px;
line-height: 180%;
resize: none;
}
.include__popbox__screenmask {
position: absolute;
top: 0;
left: 0;
z-index: 5;
width: 100%;
height: 100%;
background-color: #ddd;
opacity: 0.4;
2014-05-07 15:56:06 +02:00
}
/**
* Source row (middle)
*/
.source {
}
.source__editor {
border: 1px solid #EBEBEB;
2014-05-07 15:56:06 +02:00
}
2014-05-07 20:32:34 +02:00
.source__editor pre {
margin: 0;
min-height: 380px;
width: 100%;
2014-05-07 20:32:34 +02:00
}
2014-05-07 15:56:06 +02:00
/**
* Controls row (bottom)
*/
.controls {
}
.controls__save-revision input {
font-size: 18px;
2014-05-07 15:56:06 +02:00
}
.controls__save-revision em {
margin-left: 10px;
2014-05-07 20:32:34 +02:00
}
.controls__revisions {
text-align: right;
line-height: 39px;
2014-05-07 20:32:34 +02:00
}
.controls__revisions a {
margin-right: 10px;
2014-05-07 15:56:06 +02:00
}
2014-05-07 15:56:06 +02:00
/**
* Font icons
*/
@font-face {
2014-05-07 15:56:06 +02:00
font-weight: normal;
font-style: normal;
2014-05-07 20:32:34 +02:00
font-family: 'customjs';
src: url('../font/customjs.svg?96127482#customjs') format('svg');
2014-05-07 15:56:06 +02:00
}
[class^="icon-"]:before, [class*=" icon-"]:before {
2014-05-07 15:56:06 +02:00
display: inline-block;
font-variant: normal;
2014-05-07 20:32:34 +02:00
font-family: "customjs";
2014-05-07 15:56:06 +02:00
}
2014-05-07 15:56:06 +02:00
.icon-left-open:before { content: '\e800'; } /* '' */
.icon-right-open:before { content: '\e801'; } /* '' */
.icon-share:before { content: '\e802'; } /* '' */