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

117 lines
1.2 KiB
CSS
Raw Normal View History

2014-05-07 15:56:06 +02:00
/**
* Basic
*/
2014-05-12 16:14:15 +02:00
.customjs {
position: relative;
overflow: hidden;
padding: 12px 24px;
width: 548px;
height: 570px;
color: #4A4A4A;
font-size: 14px;
font-family: sans-serif;
2014-05-07 15:56:06 +02:00
}
2014-05-12 16:14:15 +02:00
.customjs.customjs--error {
width: 400px;
height: 75px;
}
2017-08-27 09:32:05 +02:00
.customjs.customjs--error div, .customjs.customjs--error form {
2014-05-12 16:14:15 +02:00
display: none;
}
2017-08-27 09:32:05 +02:00
.customjs.customjs--error #error {
display: block;
}
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-06-17 10:44:29 +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
/**
* 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-11 19:19:09 +02:00
line-height: 150%;
2014-05-07 20:32:34 +02:00
}
2014-05-07 15:56:06 +02:00
/**
2014-06-17 10:44:29 +02:00
* Controls
2014-05-07 15:56:06 +02:00
*/
.controls {
}
2014-05-07 15:56:06 +02:00
2014-06-17 10:44:29 +02:00
.controls__save,
.controls__reset {
margin-right: 10px;
2014-05-12 16:14:15 +02:00
font-size: 18px;
2017-08-26 18:37:56 +02:00
}
#editor {
font-family: monospace
}