main page content
This commit is contained in:
parent
12c4995428
commit
27e785d1da
11 changed files with 213 additions and 54 deletions
49
templates/initi/static/styles/mainpage.css
Normal file
49
templates/initi/static/styles/mainpage.css
Normal 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;
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
/* JSDoc prettify.js theme */
|
||||
code a > span.com {
|
||||
|
||||
}
|
||||
/* plain text */
|
||||
.pln {
|
||||
color: #000000;
|
||||
|
|
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue