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
2017-08-27 17:14:19 +02:00

122 lines
No EOL
1.3 KiB
CSS

/**
* Basic
*/
.customjs {
position: relative;
overflow: hidden;
padding: 12px 24px;
width: 548px;
/*height: 570px;*/
color: #4A4A4A;
font-size: 14px;
font-family: sans-serif;
}
.customjs.customjs--error {
width: 400px;
height: 75px;
}
.customjs.customjs--error div, .customjs.customjs--error form {
display: none;
}
.customjs.customjs--error #error {
display: block;
}
a,
a:hover,
.blue-text,
.blue-text:hover {
color: #0F14F3;
}
.red-text,
.red-text:hover {
color: #f10000;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.is-hidden {
display: none;
}
.pure-g {
padding: 10px 0;
}
/**
* Host row (up)
*/
.host {
}
.host__name select {
min-width: 220px;
}
.host__name a {
margin-left: 5px;
font-size: 12px;
}
.host__enable {
text-align: right;
line-height: 34px;
}
.host__enable input {
position: relative;
bottom: -2px;
margin-left: 2px;
}
/**
* Source row (middle)
*/
.source {
}
.source__editor {
border: 1px solid #EBEBEB;
}
.source__editor pre {
margin: 0;
min-height: 200px;
width: 100%;
line-height: 150%;
}
/**
* Controls
*/
.controls {
}
.controls__save,
.controls__reset,
.controls__remove-draft {
margin-right: 10px;
font-size: 16px;
}
.button-warning {
background: rgb(223, 117, 20);
}
#editor {
font-family: monospace
}