| /template/congrid/ |
| D | tpl_functions.php | 197 function tpl_print_body(array $layout) { argument 198 $body_class = tpl_get_background_class($layout['background']); 386 * @param array $layout Layout to be used 390 function tpl_generate_page(array $layout, $page, $params) { argument 452 function tpl_create_grid(&$layout) { argument 458 foreach ($layout['grid'] as $row) { 469 for ($row = 0 ; $row < count($layout['grid']) ; $row++) { 470 $columns = count($layout['grid'][$row]); 472 if ($layout['grid'][$row][$column] == 'space') { 473 $layout['grid'][$row][$column] = 'empty'; [all …]
|
| D | main.php | 23 $layout = tpl_get_layout(); variable 24 if ($layout === NULL) { 27 tpl_create_grid($layout); 39 <?php tpl_print_grid($layout) ?> 42 <?php tpl_print_body($layout) ?> 43 <div id="dokuwiki__site" <?php tpl_print_site_class($layout) ?>> 44 <?php tpl_generate_grid_cells($layout) ?>
|
| D | template.info.txt | 6 desc A template using a configurable grid layout
|
| /template/codowik/css/ |
| D | ui.layout.css | 4 * Created for jquery.layout 30 .ui-layout-pane { /* all 'panes' */ 37 - use ui-layout-wrapper class if pane has a content-div 38 - use ui-layout-container if pane has an inner-layout 42 .ui-layout-content { 53 .layout-child-container, 54 .layout-content-container { 58 .layout-child-container { 59 border: 0; /* remove border because inner-layout-panes probably have borders */ 61 .layout-scroll { [all …]
|
| /template/codowik/js/ |
| D | layout.js | 66 $.layout = { 256 , layout = $el.data("layout") || $el.data("parentLayout"); 257 if (layout) { 258 var $cont = layout.container; 261 var $pane = $cont.closest("."+ $.layout.defaults.panes.paneClass); 270 var $pane = $.layout.getParentPaneElem(el); 276 var $pane = $.layout.getParentPaneElem(el); 284 var evt = $.layout.getEventObject( evt_or_pane ) 292 $.layout.msg('LAYOUT ERROR - Invalid pane-name: "'+ pane +'"'); 323 , scrollbarWidth: function () { return window.scrollbarWidth || $.layout.getScrollbarSize('width'… [all …]
|
| /template/strap/ComboStrap/ |
| H A D | FetcherRailBar.php | 85 $layout = $tagAttributes->getValueAndRemoveIfPresent(self::LAYOUT_ATTRIBUTE); 86 if ($layout !== null) { 88 $this->setRequestedLayout($layout); 372 * @param string $layout 376 public function setRequestedLayout(string $layout): FetcherRailBar argument 378 if (!in_array($layout, self::KNOWN_LAYOUT)) { 379 …throw new ExceptionBadArgument("The layout ($layout) is not valid. The known-layout are : ".ArrayU… 381 $this->requestedLayout = $layout;
|
| H A D | FetcherPage.php | 108 $layout = $tagAttributes->getValueAndRemoveIfPresent(PageTemplateName::PROPERTY_NAME); 109 if ($layout !== null) { 110 $this->setRequestedLayout($layout);
|
| /template/peanutbutter2/css/ |
| D | structure.css | 2 * This file provides styles for the general layout structure. 19 #layout-container { 27 #layout-sidebar { 67 #layout-maincolumn { 214 #layout-container { 218 #layout-sidebar { 223 #layout-maincolumn {
|
| /template/cowboy/css/nashville/specimen_files/ |
| D | specimen_stylesheet.css | 277 #layout h1 { 284 #layout h2 { 291 #layout h3 { 300 #layout p.byline { 306 #layout p { 312 #layout p.large{ 317 #layout .sidebar p{ 322 #layout p.caption {
|
| /template/ad-hominem/css/ |
| H A D | layout.less | 128 #header-layout, 129 #footer-layout { 133 #header-layout > header { 306 #main-layout { 592 #main-layout { 690 #footer-layout { 965 #main-layout { 973 #footer-layout > footer h4 { color: @ini_headlines_dark; } 997 #header-layout > header { 1002 #header-layout > header #siteLogo { [all …]
|
| H A D | print.less | 37 #footer-layout .ftSection { 40 #header-layout { 45 #header-layout > header { 82 #header-layout #phInclude { 86 #main-layout { 91 #footer-layout { 95 #footer-layout footer { 360 main table.layout, 361 main table.layout tr, 362 main table.layout th, [all …]
|
| /template/peanutbutter2/ |
| D | README.md | 3 …It blends inspiration from the default DokuWiki template with the modern layout of MediaWiki’s Vec… 9 - **Responsive layout**
|
| /template/material/css/ |
| D | fixes.less | 58 .mdl-layout.mdl-js-layout{ 62 .mdl-layout-title {
|
| /template/bushwick/ |
| D | masonry3.3.8.min.js | 10 …layout=b,this.position={x:0,y:0},this._create())}function h(a){return a.replace(/([A-Z])/g,functio…
|
| /template/twigstarter/templates/ |
| D | main.twig | 1 {% extends 'layout.twig' %}
|
| /template/notos/templates/ |
| D | main.twig | 1 {% extends 'layout.twig' %}
|
| /template/icke/css/ |
| D | style.less | 22 background: __bg_header__ url(images/layout/head_gradient.jpg) top left repeat-x; 67 background: transparent url(images/layout/wrap_shadow_x_top.png) top left repeat-x; 99 background: transparent url(images/layout/wrap_shadow_y_left.png) top left repeat-y; 105 background: transparent url(images/layout/wrap_shadow_y_right.png) top right repeat-y; 114 background: __link__ url(images/layout/wrap_shadow_x_top.png) top left repeat-x; 167 background: __border_alt__ url(images/layout/footer_gradient.jpg) top left repeat-x; 211 background: __content_bg__ url(images/layout/wrap_shadow_y_right.png) top left repeat-y; 247 background: __background__ url(images/layout/wrap_shadow_x_top.png) top left repeat-x;
|
| D | plugin_tablelayout.less | 2 …width: 0; // we need to give it an absolute width for table-layout:fixed to work, but any absolute…
|
| /template/lilas/ |
| D | style.ini | 2 layout.css = screen
|
| /template/strap/resources/snippet/js/ |
| H A D | masonry.js | 6 masonry.layout()
|
| /template/kiwiki/ |
| H A D | README.md | 7 ### General layout 8  18  40 This new version of Kiwiki is a major refactoring of the layout to get Sidebars default functionnal… 46 - CSS fixes and new functionnalities to get menu and new content layout working
|
| /template/benjamin/ |
| D | README.md | 4 A Dokuwiki template based on Starter with a responsive, semantically-marked layout and a logical re…
|
| /template/dwsimple/dwsimple/ |
| D | simple.php | 81 class layout { class 83 function layout($file) { function in layout 185 $csslayout=new layout($file);
|
| /template/minimalism/styles/ |
| D | minimalism.css | 1 @import url('layout.css');
|
| /template/strap/resources/page-image/ |
| H A D | README.md | 6 The vignette layout is based on the [Github OpenGraph image]
|