some restyle
This commit is contained in:
parent
27e785d1da
commit
905b0f7cb5
20 changed files with 218 additions and 224 deletions
162
templates/initi/static/styles/common.css
Normal file
162
templates/initi/static/styles/common.css
Normal file
|
@ -0,0 +1,162 @@
|
|||
div.min-methods{
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.compact-method > .name,
|
||||
div.compact-method > .name a,
|
||||
div.container-overview > span.name,
|
||||
div.container-overview > span.name a,
|
||||
div.min-methods > .title,
|
||||
div.full-method > .title span
|
||||
{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.name, .signature {
|
||||
font-family: Consolas, Monaco, 'Andale Mono', monospace;
|
||||
color: #d85a00;
|
||||
}
|
||||
|
||||
* {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
div.type > span.name,
|
||||
div.type > span.name a,
|
||||
div.returns > span.name,
|
||||
div.returns > span.name a,
|
||||
div.short > span.name,
|
||||
div.short > span.name a,
|
||||
span.access,
|
||||
div.params span,
|
||||
div.returns span,
|
||||
dl.article-sub-classes a,
|
||||
ul.extends li a
|
||||
{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.ib {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bs {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.container-overview,
|
||||
.mainpage {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.container-overview > div.desc,
|
||||
div.mainpage > div.desc {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
div.desc p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.container-overview > .desc,
|
||||
div.part > div.desc {
|
||||
font-size: 15px;
|
||||
box-sizing: border-box;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
div.container-overview > .desc > pre,
|
||||
div.part > pre {
|
||||
margin: 0px;
|
||||
margin-left: 10px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.container-overview > div.desc,
|
||||
div.mainpage > div.part
|
||||
{
|
||||
background: #f3f3f3;
|
||||
}
|
||||
|
||||
div.container-overview ul,
|
||||
div.mainpage ul,
|
||||
h3,
|
||||
h4,
|
||||
h5 {
|
||||
margin: 0;
|
||||
}
|
||||
div.container-overview h5,
|
||||
div.mainpage h5{
|
||||
font-size: initial;
|
||||
font-weight: initial;
|
||||
letter-spacing: initial;
|
||||
}
|
||||
|
||||
div.container-overview li,
|
||||
div.mainpage li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
div.container-overview ul,
|
||||
div.mainpage ul {
|
||||
box-sizing: border-box;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
div.container-overview,
|
||||
.part {
|
||||
margin-top: 3px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.bdotted {
|
||||
border-radius: 4px;
|
||||
border-width: 1px;
|
||||
border-color: #c7c7c7;
|
||||
border-style: dotted;
|
||||
}
|
||||
|
||||
.desc blockquote {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
div.off-font {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
h2 span,
|
||||
h2 a,
|
||||
h2, h3.subsection-title
|
||||
{
|
||||
font-size: 30px;
|
||||
font-weight: 700;
|
||||
letter-spacing: -1px;
|
||||
margin-bottom: 12px;
|
||||
margin-top: 22px;
|
||||
}
|
||||
|
||||
h3, h3 a
|
||||
{
|
||||
font-size: 24px;
|
||||
letter-spacing: -0.5px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
h4, h4 a
|
||||
{
|
||||
font-size: 18px;
|
||||
letter-spacing: -0.33px;
|
||||
color: #4d4e53;
|
||||
}
|
||||
.compact-method .param > .name:before {
|
||||
content: " ";
|
||||
width: 4px;
|
||||
display: inline-block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue