remove workspace

This commit is contained in:
Aleksey Chichenkov 2018-09-20 11:51:19 +03:00
parent 5a9a95b99d
commit ac1fafac1f
10 changed files with 172 additions and 54 deletions

View file

@ -1,32 +1,75 @@
.full-methods .title {
.part {
margin-top: 3px;
padding: 3px;
}
.full-methods > .title {
font-size: 28px;
font-weight: bold;
margin-top: 20px;
padding-left: 5px;
}
.full-methods .list {
padding-left: 24px;
padding-left: 0px;
}
.full-method {
color: #bdbdbd;
color: #757575;
font-size: 17px;
margin-top: 20px;
}
.full-method > .access {
padding-right: 10px;
.full-method > div.title {
font-size: 25px;
font-weight: normal;
color: #848484;
}
.full-method > .name {
color: #ff7801;
font-size: 17px;
.full-method > div.title > span{
color: #fb8200;
font-weight: bold;
}
.full-method .params {}
.full-method > .params > .param > .name {
.full-method > div.description {
background: initial;
}
.full-method > div.short {
padding-left: 5px;
box-sizing: border-box;
}
.full-method > div.short > .access {
padding-right: 3px;
}
.full-method > div.short > .name {
color: #757575;
padding-right: 3px;
}
.full-method > div.short > .params {}
.full-method > div.short > .params > .param > .name {
color: #5c8e65;
}
.full-method .param .type {}
.full-method .param .type .left-quad-bracket {}
.full-method .param .type .name {}
.full-method .param .type .right-quad-bracket {}
.full-method > div.short > .param .type {}
.full-method > div.short > .param .type .left-quad-bracket {}
.full-method > div.short > .param .type .name {}
.full-method > div.short > .param .type .right-quad-bracket {}
.params-desc {
padding-left: 10px;
padding-top: 10px;
box-sizing: border-box;
}
.params-desc > .title {
font-size: 15px;
font-weight: bold;
}
.params-desc > .parameter {
margin-bottom: 5px;
}

View file

@ -324,8 +324,6 @@ article ul {
.details .object-value { padding-top: 0; }
.description {
margin-bottom: 1em;
/*margin-top: 1em;*/
font-size: 17px;
border-radius: 7px;
color: #000000;
@ -434,4 +432,11 @@ article ul {
.__end {
color: #0037ff;
font-size: 17px;
}
.bdotted {
border-radius: 4px;
border-width: 1px;
border-color: #c7c7c7;
border-style: dotted;
}

View file

@ -1,4 +1,6 @@
.min-methods{}
.min-methods{
padding-bottom: 20px;
}
.min-methods .title {
font-size: 28px;
@ -6,7 +8,8 @@
margin-top: 20px;
}
.min-methods .list {
padding-left: 24px;
padding-left: 20px;
padding-top: 10px;
}
.min-methods .list .compact-method {