| /template/breeze/bower_components/modular-scale/stylesheets/modular-scale/ |
| D | _generate-list.scss | 1 @function ms-reverse-list($list) { parameter 2 @if length($list) > 1 { 3 @if nth($list, 1) > nth($list, length($list)) { 4 $MS-reversed-list: (); 5 @each $Value in $list { 6 $MS-reversed-list: join($Value, $MS-reversed-list); 8 @return $MS-reversed-list; 11 @return $list; 15 @function ms-generate-list($Value: 0, $Bases: $ms-base, $Ratios: $ms-ratio) { 18 $MS-list: (); [all …]
|
| D | _function-list.scss | 1 // Outputs a list of values instead of a single value 2 @function ms-list($Start: 0, $End: 0, $Bases: $ms-base, $Ratios: $ms-ratio) { 10 // Generate a list of all possible values 11 $Positive-return: ms-generate-list($End, $Bases, $Ratios); 14 $Positive-return: ms-sort-list($Positive-return); 16 // Trim list 17 $Trim-list: (); 22 $Trim-list: join($Trim-list, nth($Positive-return, $i)); 28 $Trim-list: join($Trim-list, nth($Positive-return, $i)); 31 $Positive-return: $Trim-list; [all …]
|
| /template/breeze/bower_components/gumby/sass/extensions/modular-scale/lib/ |
| D | modular-scale.rb | 103 def sort_list(list) argument 104 sep = list.separator if list.is_a?(Sass::Script::List) 105 list = list.to_a.sort 106 Sass::Script::List.new(list, sep) 108 def reverse_list(list) argument 109 sep = list.separator if list.is_a?(Sass::Script::List) 110 list = list.to_a.reverse 111 Sass::Script::List.new(list, sep) 113 def trim_list(list, threshold, ascending) argument 115 sep = list.separator if list.is_a?(Sass::Script::List) [all …]
|
| /template/kiwiki/classes/ |
| H A D | kiwiki_functions.php | 83 $list = array(); 86 array_push($list,$user); 88 if (count($list)) { 89 sort($list); 91 print join(', ',$list); 95 $list = array(); 98 array_push($list,$user); 100 if (count($list)) { 101 sort($list); 104 print join(', ',$list);
|
| /template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/ |
| D | _modular-scale.scss | 14 @if type-of($base-size) == "list" { 19 // return just the simple $base-size value if it's not a list 23 // if multiple base-sizes are passed in as a list 24 // and multiple ratios are passed in as a list 26 @if type-of($base-size) == "list" and type-of($ratio) == "list" { 33 // if multiple base-sizes are passed in as a list 35 @if type-of($base-size) == "list" and type-of($ratio) == "number" { 42 // if multiple ratios are passed in as a list 44 @if type-of($base-size) == "number" and type-of($ratio) == "list" { 61 // start with an empty list to place all values in [all …]
|
| /template/gtopia/ |
| D | system-menus.css | 4 list-style: none; 12 list-style-type: circle; 13 list-style-image: url(../../misc/menu-expanded.png); 18 list-style-type: disc; 19 list-style-image: url(../../misc/menu-collapsed.png); /* LTR */ 24 list-style-type: square; 25 list-style-image: url(../../misc/menu-leaf.png); 44 list-style-type: none;
|
| /template/strap/resources/theme/default/components/css/ |
| H A D | content-list.css | 1 .content-list-cs { 5 .list-group-item { 6 display: list-item; 9 .list-group-item p:last-child{ 13 .list-group-numbered>*::before {
|
| H A D | minimap.css | 65 #minimap__plugin .panel > .list-group, #minimap__plugin .panel > .panel-collapse > .list-group { 69 #minimap__plugin .list-group { 77 #minimap__plugin .panel-heading + .list-group .list-group-item:first-child { 81 #minimap__plugin .panel > .list-group .list-group-item, 82 #minimap__plugin .panel > .panel-collapse > .list-group .list-group-item { 89 #minimap__plugin .list-group-item { 125 #minimap__plugin .list-group-item.active, 126 #minimap__plugin .list-group-item.active:focus, 127 #minimap__plugin .list-group-item.active:hover { 134 #minimap__plugin .list-group-item.active {
|
| /template/starterbootstrap/css/ |
| D | _toc.css | 47 /*____________ toc list ____________*/ 63 list-style: none; 81 /* in case of toc list jumping one level 96 list-style-image: url(images/bullet.png); 99 list-style-image: url(../../images/bullet.png); 103 list-style-image: url(images/open.png); 106 list-style-image: url(../../images/open.png); 110 list-style-image: url(images/closed.png); 113 list-style-image: url(../../images/closed.png); 117 list-style-image: url(images/closed-rtl.png); [all …]
|
| /template/mnml-blog/css/ |
| D | _toc.css | 47 /*____________ toc list ____________*/ 60 list-style: none; 85 /* in case of toc list jumping one level 102 list-style-image: url(images/bullet.png); 105 list-style-image: url(../../images/bullet.png); 109 list-style-image: url(images/open.png); 112 list-style-image: url(../../images/open.png); 116 list-style-image: url(images/closed.png); 119 list-style-image: url(../../images/closed.png); 123 list-style-image: url(images/closed-rtl.png); [all …]
|
| /template/doogiestpl/css/ |
| D | _toc.css | 47 /*____________ toc list ____________*/ 60 list-style: none; 85 /* in case of toc list jumping one level 102 list-style-image: url(images/bullet.png); 105 list-style-image: url(../../images/bullet.png); 109 list-style-image: url(images/open.png); 112 list-style-image: url(../../images/open.png); 116 list-style-image: url(images/closed.png); 119 list-style-image: url(../../images/closed.png); 123 list-style-image: url(images/closed-rtl.png); [all …]
|
| /template/aran/css/ |
| D | _toc.css | 47 /*____________ toc list ____________*/ 60 list-style: none; 85 /* in case of toc list jumping one level 102 list-style-image: url(images/bullet.png); 105 list-style-image: url(../../images/bullet.png); 109 list-style-image: url(images/open.png); 112 list-style-image: url(../../images/open.png); 116 list-style-image: url(images/closed.png); 119 list-style-image: url(../../images/closed.png); 123 list-style-image: url(images/closed-rtl.png); [all …]
|
| /template/ach/css/ |
| D | _toc.css | 47 /*____________ toc list ____________*/ 60 list-style: none; 85 /* in case of toc list jumping one level 102 list-style-image: url(images/bullet.png); 105 list-style-image: url(../../images/bullet.png); 109 list-style-image: url(images/open.png); 112 list-style-image: url(../../images/open.png); 116 list-style-image: url(images/closed.png); 119 list-style-image: url(../../images/closed.png); 123 list-style-image: url(images/closed-rtl.png); [all …]
|
| /template/zenlike/css/ |
| D | _toc.css | 47 /*____________ toc list ____________*/ 60 list-style: none; 85 /* in case of toc list jumping one level 102 list-style-image: url(images/bullet.png); 105 list-style-image: url(../../images/bullet.png); 109 list-style-image: url(images/open.png); 112 list-style-image: url(../../images/open.png); 116 list-style-image: url(images/closed.png); 119 list-style-image: url(../../images/closed.png); 123 list-style-image: url(images/closed-rtl.png); [all …]
|
| /template/prsnl10/css/ |
| D | _toc.css | 47 /*____________ toc list ____________*/ 60 list-style: none; 85 /* in case of toc list jumping one level 102 list-style-image: url(images/bullet.png); 105 list-style-image: url(../../images/bullet.png); 109 list-style-image: url(images/open.png); 112 list-style-image: url(../../images/open.png); 116 list-style-image: url(images/closed.png); 119 list-style-image: url(../../images/closed.png); 123 list-style-image: url(images/closed-rtl.png); [all …]
|
| /template/taratasy/css/ |
| D | _toc.css | 47 /*____________ toc list ____________*/ 60 list-style: none; 85 /* in case of toc list jumping one level 102 list-style-image: url(images/bullet.png); 105 list-style-image: url(../../images/bullet.png); 109 list-style-image: url(images/open.png); 112 list-style-image: url(../../images/open.png); 116 list-style-image: url(images/closed.png); 119 list-style-image: url(../../images/closed.png); 123 list-style-image: url(images/closed-rtl.png); [all …]
|
| /template/starterpjax/css/ |
| D | _toc.css | 47 /*____________ toc list ____________*/ 60 list-style: none; 85 /* in case of toc list jumping one level 102 list-style-image: url(images/bullet.png); 105 list-style-image: url(../../images/bullet.png); 109 list-style-image: url(images/open.png); 112 list-style-image: url(../../images/open.png); 116 list-style-image: url(images/closed.png); 119 list-style-image: url(../../images/closed.png); 123 list-style-image: url(images/closed-rtl.png); [all …]
|
| /template/grassstains/css/ |
| D | _toc.css | 47 /*____________ toc list ____________*/ 60 list-style: none; 85 /* in case of toc list jumping one level 102 list-style-image: url(images/bullet.png); 105 list-style-image: url(../../images/bullet.png); 109 list-style-image: url(images/open.png); 112 list-style-image: url(../../images/open.png); 116 list-style-image: url(images/closed.png); 119 list-style-image: url(../../images/closed.png); 123 list-style-image: url(images/closed-rtl.png); [all …]
|
| /template/monobook/static/3rd/dokuwiki/ |
| D | _toc.css | 51 /*____________ toc list ____________*/ 64 list-style: none; 89 /* in case of toc list jumping one level 106 list-style-image: url(static/3rd/dokuwiki/bullet.png); 109 list-style-image: url(../../images/bullet.png); 113 list-style-image: url(static/3rd/dokuwiki/open.png); 116 list-style-image: url(../../images/open.png); 120 list-style-image: url(static/3rd/dokuwiki/closed.png); 123 list-style-image: url(../../images/closed.png); 127 list-style-image: url(static/3rd/dokuwiki/closed-rtl.png); [all …]
|
| /template/vector/static/3rd/dokuwiki/ |
| D | _toc.css | 51 /*____________ toc list ____________*/ 64 list-style: none; 89 /* in case of toc list jumping one level 106 list-style-image: url(static/3rd/dokuwiki/bullet.png); 109 list-style-image: url(../../images/bullet.png); 113 list-style-image: url(static/3rd/dokuwiki/open.png); 116 list-style-image: url(../../images/open.png); 120 list-style-image: url(static/3rd/dokuwiki/closed.png); 123 list-style-image: url(../../images/closed.png); 127 list-style-image: url(static/3rd/dokuwiki/closed-rtl.png); [all …]
|
| /template/vector20/static/3rd/dokuwiki/ |
| D | _toc.css | 51 /*____________ toc list ____________*/ 64 list-style: none; 89 /* in case of toc list jumping one level 106 list-style-image: url(static/3rd/dokuwiki/bullet.png); 109 list-style-image: url(../../images/bullet.png); 113 list-style-image: url(static/3rd/dokuwiki/open.png); 116 list-style-image: url(../../images/open.png); 120 list-style-image: url(static/3rd/dokuwiki/closed.png); 123 list-style-image: url(../../images/closed.png); 127 list-style-image: url(static/3rd/dokuwiki/closed-rtl.png); [all …]
|
| /template/wikiweko/static/3rd/dokuwiki/ |
| H A D | _toc.css | 51 /*____________ toc list ____________*/ 64 list-style: none; 89 /* in case of toc list jumping one level 106 list-style-image: url(static/3rd/dokuwiki/bullet.png); 109 list-style-image: url(../../images/bullet.png); 113 list-style-image: url(static/3rd/dokuwiki/open.png); 116 list-style-image: url(../../images/open.png); 120 list-style-image: url(static/3rd/dokuwiki/closed.png); 123 list-style-image: url(../../images/closed.png); 127 list-style-image: url(static/3rd/dokuwiki/closed-rtl.png); [all …]
|
| /template/lisps/css/ |
| D | _toc.css | 37 /*____________ toc list ____________*/ 47 list-style: none; 67 /* in case of toc list jumping one level 83 list-style-image: url(../../images/bullet.png); 86 list-style-image: url(../../images/open.png); 89 list-style-image: url(../../images/closed.png); 92 list-style-image: url(../../images/closed-rtl.png);
|
| /template/bs4simple/css/ |
| D | _toc.css | 37 /*____________ toc list ____________*/ 47 list-style: none; 67 /* in case of toc list jumping one level 83 list-style-image: url(../../images/bullet.png); 86 list-style-image: url(../../images/open.png); 89 list-style-image: url(../../images/closed.png); 92 list-style-image: url(../../images/closed-rtl.png);
|
| /template/dokubook/ |
| D | _toc.css | 37 /*____________ toc list ____________*/ 47 list-style: none; 67 /* in case of toc list jumping one level 83 list-style-image: url(../../images/bullet.png); 86 list-style-image: url(../../images/open.png); 89 list-style-image: url(../../images/closed.png); 92 list-style-image: url(../../images/closed-rtl.png);
|