mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-27 21:04:19 -04:00
we use the following vendor libraries: - Markdown.php for on-the-fly creation of documentation - htmlpurifier for sane HTML output - lessphp for on-the-fly creation of css out of less files - tcpdf for pdf generation in the backend refs #4212
20 lines
383 B
CSS
20 lines
383 B
CSS
color: 44px;
|
|
color: 44px;
|
|
.variables {
|
|
width: 14cm;
|
|
height: 24px;
|
|
margin-top: -20px;
|
|
margin-bottom: 30px;
|
|
color: #888899;
|
|
background: #6c94be;
|
|
font-family: "Trebuchet MS", Verdana, sans-serif;
|
|
margin: 3px;
|
|
font: 10px/12px serif;
|
|
font: 120%/120% serif;
|
|
}
|
|
.external {
|
|
color: #888;
|
|
border: 1px solid #3326cc;
|
|
background: rgba(23,68,149,0.5);
|
|
padding: 4px;
|
|
}
|