main page content

This commit is contained in:
Aleksey Chichenkov 2018-10-01 10:40:56 +03:00
parent 12c4995428
commit 27e785d1da
11 changed files with 213 additions and 54 deletions

View file

@ -0,0 +1,49 @@
.mainpage {
margin-bottom: 10px;
}
div.mainpage > div.desc {
font-size: 15px;
}
div.desc p {
margin: 0;
padding: 0;
}
div.part > div.desc {
font-size: 15px;
box-sizing: border-box;
padding: 5px;
/*padding-bottom: 0px;*/
}
div.part > pre {
margin: 0px;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
div.mainpage > div.part {
background: #f3f3f3;
}
div.mainpage ul, h3, h4, h5 {
margin: 0;
}
div.mainpage h5{
font-size: initial;
font-weight: initial;
letter-spacing: initial;
}
div.mainpage li {
list-style: none;
}
div.mainpage ul {
box-sizing: border-box;
padding-left: 25px;
}

View file

@ -1,5 +1,7 @@
/* JSDoc prettify.js theme */
code a > span.com {
}
/* plain text */
.pln {
color: #000000;

View file

@ -3,6 +3,11 @@
/* Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
/* plain text */
code a > span.com {
color: #0095dd;
text-decoration: underline;
}
.pln {
color: #4d4d4c; }