First commit
This commit is contained in:
266
node_modules/ldapjs/docs/branding/public/media/css/style.css
generated
vendored
Normal file
266
node_modules/ldapjs/docs/branding/public/media/css/style.css
generated
vendored
Normal file
@ -0,0 +1,266 @@
|
||||
|
||||
/* ---- general styles */
|
||||
|
||||
body {
|
||||
font: 13px "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
|
||||
line-height: 1.53846; /* 20px */
|
||||
color: #4a3f2d;
|
||||
}
|
||||
|
||||
:focus:not(:focus-visible) {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
h1,h2,h3 {
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
h3{
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
ul, li {
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left:40px;
|
||||
}
|
||||
|
||||
ul > li {
|
||||
list-style:disc;
|
||||
list-style-position:inside;
|
||||
margin:10px 0px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border:none;
|
||||
width:98%;
|
||||
margin-left:-10px;
|
||||
border-top:1px solid #CCCCCC;
|
||||
border-bottom:1px solid #FFFFFF;
|
||||
}
|
||||
|
||||
code,
|
||||
pre {
|
||||
border:1px solid #CCCCCC;
|
||||
background:#F2F0EE;
|
||||
-webkit-border-radius:2px;
|
||||
-moz-border-radius:2px;
|
||||
border-radius:2px;
|
||||
white-space:pre-wrap;
|
||||
}
|
||||
code {
|
||||
padding: 0 0.2em;
|
||||
}
|
||||
pre {
|
||||
margin: 1em 0;
|
||||
padding: .75em;
|
||||
overflow: auto;
|
||||
padding:10px 1.2em;
|
||||
margin-top:0;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
pre code {
|
||||
border: medium none;
|
||||
padding: 0;
|
||||
}
|
||||
a code {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#FD6512;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 85%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* ---- header and sidebar */
|
||||
|
||||
#header {
|
||||
background:#C3BDB3;
|
||||
background:#1C313C;
|
||||
height:66px;
|
||||
left:0px;
|
||||
position:absolute;
|
||||
top:0px;
|
||||
width:100%;
|
||||
z-index:1;
|
||||
font-size:0.7em;
|
||||
}
|
||||
|
||||
#header h1 {
|
||||
width: 424px;
|
||||
height: 35px;
|
||||
display:block;
|
||||
background: url(../img/logo.svg) no-repeat;
|
||||
line-height:2.1em;
|
||||
padding:0;
|
||||
padding-left:140px;
|
||||
margin-top:18px;
|
||||
margin-left:20px;
|
||||
color:white;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
background-color:#EDEBEA;
|
||||
bottom:0px;
|
||||
left:0px;
|
||||
overflow:auto;
|
||||
padding:20px 0px 0px 15px;
|
||||
position:absolute;
|
||||
top:66px;
|
||||
width:265px;
|
||||
z-index:1;
|
||||
}
|
||||
|
||||
#content {
|
||||
top:64px;
|
||||
bottom:0px;
|
||||
right:0px;
|
||||
left:290px;
|
||||
padding:20px 30px 400px;
|
||||
position:absolute;
|
||||
overflow:auto;
|
||||
z-index:0;
|
||||
}
|
||||
|
||||
#sidebar h1 {
|
||||
font-size:1.2em;
|
||||
padding:0px;
|
||||
margin-top:15px;
|
||||
margin-bottom:3px;
|
||||
}
|
||||
|
||||
#sidebar ul {
|
||||
margin:3px 0 10px 0;
|
||||
}
|
||||
|
||||
#sidebar ul ul {
|
||||
margin:3px 0 5px 10px;
|
||||
}
|
||||
|
||||
#sidebar li {
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size:0.9em;
|
||||
}
|
||||
|
||||
#sidebar li,
|
||||
#sidebar li a {
|
||||
color:#5C5954;
|
||||
list-style:none;
|
||||
padding:1px 0px 1px 2px;
|
||||
}
|
||||
|
||||
|
||||
/* ---- intro */
|
||||
|
||||
.intro {
|
||||
color:#29231A;
|
||||
padding: 22px 25px;
|
||||
background: #EDEBEA;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-o-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
margin-bottom:40px;
|
||||
}
|
||||
.intro h1 {
|
||||
color: #1C313C;
|
||||
}
|
||||
.intro h3 {
|
||||
margin: 5px 0px 3px;
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
.intro ul {
|
||||
list-style-type:disc;
|
||||
padding-left:20px;
|
||||
margin-left:0;
|
||||
}
|
||||
.intro ul li{
|
||||
margin:0;
|
||||
}
|
||||
.intro p {
|
||||
padding-left:20px;
|
||||
margin: 5px 0px 3px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
h2 {
|
||||
overflow: auto;
|
||||
margin-top: 60px;
|
||||
border-top: 2px solid #979592;
|
||||
z-index: 3;
|
||||
}
|
||||
h1 + h2 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
h2 span {
|
||||
background: #979592;
|
||||
float:right;
|
||||
color:#fff;
|
||||
margin:0;
|
||||
margin-left:3px;
|
||||
padding:0.3em 0.7em;
|
||||
font-size: 0.55em;
|
||||
word-spacing: 0.8em; /* separate verb from path */
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*---- print media */
|
||||
|
||||
@media print {
|
||||
body { background:white; color:black; margin:0; }
|
||||
#sidebar {
|
||||
display: none;
|
||||
}
|
||||
#content {
|
||||
position: relative;
|
||||
padding: 5px;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
h1, h2, h4 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
pre {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
}
|
||||
|
||||
/* tables still need cellspacing="0" in the markup */
|
||||
table {
|
||||
border-collapse:collapse; border-spacing:0;
|
||||
margin: 20px 0;
|
||||
}
|
||||
th,
|
||||
td {
|
||||
border: solid #aaa;
|
||||
border-width: 1px 0;
|
||||
line-height: 23px;
|
||||
padding: 0 12px;
|
||||
text-align: left;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
th {
|
||||
border-collapse: separate;
|
||||
}
|
||||
tbody tr:nth-child(odd) {
|
||||
background-color: #f2f0ee;
|
||||
}
|
||||
1
node_modules/ldapjs/docs/branding/public/media/img/logo.svg
generated
vendored
Normal file
1
node_modules/ldapjs/docs/branding/public/media/img/logo.svg
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="125" height="34.1" viewBox="0 0 146.25 39.96"><defs><path d="M-2.21-3.96h150v45.93h-150z"/><clipPath><use xlink:href="#a" overflow="visible"/></clipPath><clipPath><use xlink:href="#c-4" overflow="visible"/></clipPath></defs><clipPath><use xlink:href="#a" overflow="visible"/></clipPath><g clip-path="url(#b-8)" fill="#f60"><defs><path d="m-2.21-3.96 150 0 0 45.93-150 0z"/></defs><clipPath><use xlink:href="#c-4" overflow="visible" x="0" y="0" width="100" height="100"/></clipPath><path d="m15.74 31.29c8.61 0 15.6-6.98 15.6-15.59C31.34 7.08 24.35 0.1 15.74 0.1 7.13 0.1 0.14 7.08 0.14 15.7c0 8.61 6.98 15.6 15.6 15.6" style="fill-rule:evenodd;fill:#f60"/><path d="m12.96 7.35c0-0.32 0.26-0.59 0.59-0.59l4.38 0c0.33 0 0.59 0.26 0.59 0.59l0 5.57 5.57 0c0.33 0 0.59 0.26 0.59 0.59l0 4.38c0 0.33-0.26 0.59-0.59 0.59l-5.57 0 0 5.57c0 0.33-0.26 0.59-0.59 0.59l-4.37 0c-0.32 0-0.59-0.26-0.59-0.59l0-5.57-5.57 0c-0.32 0-0.59-0.26-0.59-0.59l0-4.37c0-0.32 0.26-0.59 0.59-0.59l5.57 0z" style="fill-rule:evenodd;fill:#fff"/></g><g clip-path="url(#b)" fill="#fff"><defs><path d="m-2.21-3.96 150 0 0 45.93-150 0z"/></defs><clipPath><use height="100" width="100" y="0" x="0" overflow="visible" xlink:href="#c"/></clipPath><path d="m35.84 25.26c1.22 0.94 2.63 1.81 4.52 1.81 2.87 0 3.62-1.73 3.62-4.01l0-19.96 3.11 0 0 16.27c0 1.42 0 2.95-0.08 4.36-0.16 3.77-2.08 5.97-6.52 5.97-3.06 0-5.31-1.26-6.21-2.24zm29.51-5.7c0-4.72-1.37-8.02-5.19-8.02-3.73 0-5.42 3.14-5.42 7.39 0 3.89 0.79 8.49 5.27 8.49 3.73 0 5.35-3.57 5.35-7.86M60.41 9.14c2.71 0 8.06 0.87 8.06 9.75 0 7.66-3.81 10.89-8.72 10.89-4.99 0-8.06-3.38-8.06-10.45 0-8.13 4.83-10.18 8.72-10.18m26.88 19.3 0-18.74-2.99 0 0 11.71c0 2.71-1.81 4.6-4.79 4.6-4.17 0-4.44-2.28-4.44-5.27l0-11.04-3.06 0 0 11.87c0 4.48 2.16 6.09 5.5 6.45-1.93 1.26-4.32 3.54-4.32 6.72 0 3.03 1.93 4.95 5.93 4.95 4.17 0 6.68-2 7.66-5.82 0.35-1.38 0.51-3.69 0.51-5.42m-7.86 8.88c3.58 0 4.83-3.1 4.83-7.39l0-3.42c-4.72 1.97-8.13 4.09-8.13 7.82 0 1.93 1.14 2.99 3.3 2.99M99.94 9.14c-5.97 0-9.12 4.79-9.12 10.61 0 5.86 2.59 10.02 8.72 10.02 3.14 0 5.42-1.41 6.41-2.24l-1.18-2c-0.75 0.55-2.4 1.81-5.03 1.81-4.16 0-5.74-3.38-5.89-6.6l1.02 0.04c3.81 0 10.81-0.94 10.81-6.76 0-2.91-2.08-4.87-5.74-4.87m-0.16 2.28c-4.2 0-5.82 3.97-5.93 7.07l0.79 0.04c2.67 0 8.17-0.63 8.17-4.17 0-1.85-1.26-2.95-3.03-2.95m13.01 17.8 0-12.81c0-2.36 2.28-4.83 5.31-4.83 3.3 0 3.93 2.36 3.93 5.27l0 12.38 3.07 0 0-13.32c0-4.48-2.2-6.76-6.25-6.76-2.56 0-4.83 1.18-6.33 3.38l-0.35-2.83-2.63 0 0.2 2.95 0 16.58 3.07 0zm16.82-27.31 0 21.97c0 2.87 0.16 5.9 5.38 5.9 1.57 0 3.3-0.51 4.44-1.3l-0.9-2.04c-0.67 0.39-1.65 0.94-2.99 0.94-1.85 0-2.87-0.82-2.87-3.42l0-11.63 5.58 0 0-2.63-5.58 0 0-7.78zm12.22 1.8c0 1.14 0.91 1.99 2 1.99 1.08 0 1.99-0.85 1.99-1.99 0-1.12-0.91-1.97-1.99-1.97-1.09 0-2 0.85-2 1.97m0.36 0c0-0.95 0.71-1.68 1.64-1.68 0.92 0 1.63 0.73 1.63 1.68 0 0.97-0.71 1.7-1.63 1.7-0.93 0-1.64-0.73-1.64-1.7m0.86 1.17 0.36 0 0-1 0.38 0 0.63 1 0.39 0-0.66-1.02c0.35-0.04 0.61-0.21 0.61-0.63 0-0.44-0.26-0.66-0.81-0.66l-0.9 0 0 2.32zm0.36-2.02 0.48 0c0.24 0 0.51 0.05 0.51 0.36 0 0.37-0.29 0.38-0.61 0.38l-0.38 0z" clip-path="url(#d)" style="fill-rule:evenodd;fill:#fff"/></g></svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
Reference in New Issue
Block a user