/template/congrid/ |
H A D | tpl_functions.php | 197 function tpl_print_body(array $layout) { argument 452 function tpl_create_grid(&$layout) { argument 458 foreach ($layout['grid'] as $row) { 514 * @param array $layout Layout to use 598 * @param array $layout Layout to use 683 * @param array $layout Layout to use 831 if (empty($layout['toc']) || $layout['toc'] == 'on-page') { 917 * @param array $layout Layout to use 959 * @param array $layout Layout to use 964 if (empty($layout['theme'])) { [all …]
|
H A 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) ?>
|
H A D | template.info.txt | 6 desc A template using a configurable grid layout
|
/template/codowik/css/ |
H A D | ui.layout.css | 4 * Created for jquery.layout 38 - use ui-layout-container if pane has an inner-layout 42 .ui-layout-content { 61 .layout-scroll { 64 .layout-hide { 123 .ui-layout-toggler { 127 .ui-layout-resizer-hover .ui-layout-toggler { 146 .ui-layout-resizer-sliding .ui-layout-toggler { 165 .ui-layout-mask { 206 .ui-layout-resizer, .ui-layout-toggler { [all …]
|
/template/codowik/js/ |
H A D | layout.js | 66 $.layout = { class in $ 257 if (layout) { 2030 data = $.layout.optionsMap.layout; 2038 data = $.layout.optionsMap.layout; 5288 $.layout.optionsMap.layout.push("stateManagement"); 5605 $.layout.onCreate.push( $.layout.state._create ); 5606 $.layout.onUnload.push( $.layout.state._unload ); 5640 $.layout.optionsMap.layout.push("autoBindCustomButtons"); 5880 $.layout.onLoad.push( $.layout.buttons._load ); 5911 $.layout.optionsMap.layout.push("browserZoomCheckInterval"); [all …]
|
/template/strap/ |
H A D | main.php | 100 * See also: https://1linelayouts.glitch.me/ and https://www.cssportal.com/layout-generator/layout.php 114 * https://getbootstrap.com/docs/5.0/layout/containers/ 120 $layout = "median"; variable 122 $layout = p_get_metadata($ID, "layout"); variable 124 if ($layout === "median") { 153 if ($layout == "landing") { 256 if ($layout == "landing" & $ACT == "show") { ?>
|
/template/cowboy/css/nashville/specimen_files/ |
H A 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 { 308 #main-layout { 717 #footer-layout { 1000 #footer-layout > footer h4 { color: @ini_headlines_dark; } 1033 #header-layout > header { 1038 #header-layout > header #siteLogo { 1042 #header-layout > header #globalTools { 1046 #header-layout>heade [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 { 350 main table.layout, 351 main table.layout tr, 352 main table.layout t [all...] |
/template/bushwick/ |
H A 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/material/css/ |
H A D | fixes.less | 58 .mdl-layout.mdl-js-layout{ 62 .mdl-layout-title {
|
/template/icke/css/ |
H A 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;
|
H A 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/dwsimple/dwsimple/ |
H A D | simple.php | 81 class layout { class 83 function layout($file) { function in layout 185 $csslayout=new layout($file);
|
/template/gtopia/ |
H A D | style.css.org | 559 /* Single column layout 563 body.layout-main #content-wrapper { 569 /* Two column layout 573 body.layout-first-main #sidebar-first { 583 body.layout-first-main #content { 594 /* Two colum layout 603 body.layout-main-last #sidebar-last { 608 body.layout-main-last #content { 614 body.front.layout-main-last #content { 619 /* Three column layout [all …]
|
/template/notos/templates/ |
H A D | main.twig | 1 {% extends 'layout.twig' %}
|
H A D | detail.twig | 1 {% extends 'layout.twig' %}
|
/template/twigstarter/templates/ |
H A D | main.twig | 1 {% extends 'layout.twig' %}
|
H A D | detail.twig | 1 {% extends 'layout.twig' %}
|
/template/lilas/ |
H A D | style.ini | 2 layout.css = screen
|
/template/benjamin/ |
H A D | README.md | 4 A Dokuwiki template based on Starter with a responsive, semantically-marked layout and a logical re…
|
/template/minimalism/styles/ |
H A D | minimalism.css | 1 @import url('layout.css');
|
/template/congrid/css/ |
H A D | structure.less | 2 * This file provides styles for the general layout structure.
|
/template/h6e-minimal/h6e-minimal/ |
H A D | h6e-minimal.css | 15 @import "h6e-layout.css";
|
/template/bootstrap3/ |
H A D | RELEASE.md | 123 After log development cycle a new release of Bootstrap Template is issued with Iconify support, new Detail page and Footer layout, stability and new plugins support (**Struct**, **Bureaucracy** and other popular DokuWiki plugins). Now Bootswatch Wrapper ``callout`` syntax follow the original Bootswatch contextual colors. 150 * Changed the layout of "detail" page 225 After a long development cycle a new release of Bootstrap3 template is issued. This release introduce a DOM Engine (in pure PHP) can speedup a rendering of the page (estimated in 0.3 ~ 0.8 seconds per page) on client-side, by removing most of JS Hack code. Improved the Avatar support with Gravatar, Libravatar, Office365 and local DokuWiki `:user` namespace media. Added new DokuWiki hooks (`:header` and `:topheader`), configuration options and new fresh layout for search bar, footer, user menu and admin page. 252 * New Search Bar layout 253 * Improved User Menu with new fresh layout 254 * New Admin Page layout 279 In this release new TOC and Page Tools layout, improved speed page loading, stability for third party plugins and UX and updated all assets (Bootstrap, Font-Awesome). Introduced new configurations and special data attribute for customize the template or single page or NS. 296 * Added configuration (``sidebarShowPageTitle``: on) to display the page title of sidebar on mobile layout 302 * Revert layout of TOC 347 * Layout: Changed default Bootstrap layout an [all...] |