DOCSIS-ConfigFile
view release on metacpan or search on metacpan
script/docsisious view on Meta::CPAN
margin: 0;
padding: 0;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.4em;
}
a {
color: #4C79B3;
}
h1, h1 a {
color: #4C79B3;
text-decoration: none;
}
h1 {
margin: 0.8em 0;
padding: 0;
font-size: 2em;
}
h1 a:hover {
text-decoration: underline;
}
label {
display: block;
margin: 0.8em 0 0.25em 0;
}
button, textarea, input {
font-size: 14px;
font-family: "Lucida Console", monospace;
}
input {
padding: 0.5em 0.6em;
border: 1px solid #ccc;
box-shadow: inset 1px 1px 3px #ddd;
width: 100%;
max-width: 40em;
}
textarea {
background: #fafafa;
width: 100%;
height: 400px;
padding: 1em;
border: 0;
outline: 0;
resize: none;
border-top: 1px solid #4C79B3;
border-bottom: 1px solid #4C79B3;
margin-bottom: 1em;
line-height: 1.4em;
}
.btn {
color: #fff;
background-color: #4C79B3;
border-color: #263E5D;
padding: 0.5em 0.9em;
margin: 0 1px;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 2px solid transparent;
border-radius: 0.2em;
text-decoration: none;
}
.btn:hover {
background-color: #6791C7;
}
.error {
padding: 1em;
border-top: 1em solid #fff;
background: #FF935B;
clear: both;
}
.icon {
font-size: 18px;
}
.parameters {
margin-bottom: 3rem;
}
.parameters h2,
.parameters h3,
.parameters h4,
.parameters h5 {
margin: 0.8em 0 0.2em 0;
padding: 0;
}
.parameters h2 a,
.parameters h3 a,
.parameters h4 a,
.parameters h5 a {
text-decoration: none;
}
.parameters p {
margin: 0;
}
.parameters ul {
margin: 0;
margin-left: 1.5rem;
padding: 0;
}
.wrapper {
max-width: 70em;
margin: 0 auto;
}
#header { padding: 3em 1em 2em 1em; overflow: hidden; }
#header h1 { float: right; margin: 0; padding-top: 0.3em; }
#header .btn { float: left; }
#settings { display: none; clear: both; padding-top: 1em; }
#help { display: none; clear: both; padding-top: 1em; }
@media (max-width: 40em) {
#header { padding-top: 0.1em; }
#header h1 { padding-bottom: 0.5em; float: none; }
}
@@ layouts/default.html.ep
<!DOCTYPE html>
<html>
<head>
<title>DOCSIS config file editor</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
%= stylesheet "/css/docsis/$VERSION.css"
( run in 0.551 second using v1.01-cache-2.11-cpan-39bf76dae61 )