diff --git a/docfiles/libraries/v2/string.js b/docfiles/libraries/v2/string.js index 1c40a7d..6ad13e3 100644 --- a/docfiles/libraries/v2/string.js +++ b/docfiles/libraries/v2/string.js @@ -9,12 +9,12 @@ function string() { string.prototype = { /** - * + * Членовозня * * @public * @function = * @memberof v2.string - * @param {v2.string} _o + * @param {v2.string} _o фывафывафва * @returns {this} */ "=": function (_o) {}, diff --git a/templates/initi/static/styles/full-method.css b/templates/initi/static/styles/full-method.css index 53ec801..87de592 100644 --- a/templates/initi/static/styles/full-method.css +++ b/templates/initi/static/styles/full-method.css @@ -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 {} \ No newline at end of file +.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; +} \ No newline at end of file diff --git a/templates/initi/static/styles/jsdoc-default.css b/templates/initi/static/styles/jsdoc-default.css index dbf0096..86b0f27 100644 --- a/templates/initi/static/styles/jsdoc-default.css +++ b/templates/initi/static/styles/jsdoc-default.css @@ -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; } \ No newline at end of file diff --git a/templates/initi/static/styles/min-method.css b/templates/initi/static/styles/min-method.css index 7581ee0..48bc4bd 100644 --- a/templates/initi/static/styles/min-method.css +++ b/templates/initi/static/styles/min-method.css @@ -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 { diff --git a/templates/initi/tmpl/container.tmpl b/templates/initi/tmpl/container.tmpl index 42db0cf..0749332 100644 --- a/templates/initi/tmpl/container.tmpl +++ b/templates/initi/tmpl/container.tmpl @@ -164,7 +164,7 @@
Full methods description:
- +
diff --git a/templates/initi/tmpl/full_method/main.tmpl b/templates/initi/tmpl/full_method/main.tmpl new file mode 100644 index 0000000..757f97a --- /dev/null +++ b/templates/initi/tmpl/full_method/main.tmpl @@ -0,0 +1,30 @@ + + +
+
+ + +
+ + +
+ () + + + +
+ + +
+
Params
+ +
+ +
\ No newline at end of file diff --git a/templates/initi/tmpl/full_method/param_full.tmpl b/templates/initi/tmpl/full_method/param_full.tmpl new file mode 100644 index 0000000..7a0bb4f --- /dev/null +++ b/templates/initi/tmpl/full_method/param_full.tmpl @@ -0,0 +1,29 @@ + + +
+
+ + + + + + ( + + ) + + + +
+ + +
+ + +
\ No newline at end of file diff --git a/templates/initi/tmpl/full_method/params_compact.tmpl b/templates/initi/tmpl/full_method/params_compact.tmpl new file mode 100644 index 0000000..024414c --- /dev/null +++ b/templates/initi/tmpl/full_method/params_compact.tmpl @@ -0,0 +1,32 @@ + + + + ( + + + + , + + + ) + \ No newline at end of file diff --git a/templates/initi/tmpl/full_method/params_full.tmpl b/templates/initi/tmpl/full_method/params_full.tmpl new file mode 100644 index 0000000..b17dfa3 --- /dev/null +++ b/templates/initi/tmpl/full_method/params_full.tmpl @@ -0,0 +1,8 @@ + + + + + diff --git a/templates/initi/tmpl/method_full.tmpl b/templates/initi/tmpl/method_full.tmpl deleted file mode 100644 index ded7338..0000000 --- a/templates/initi/tmpl/method_full.tmpl +++ /dev/null @@ -1,32 +0,0 @@ - - -
- () - - - ( - - - , - - - ) - -
\ No newline at end of file