Home
last modified time | relevance | path

Searched refs:layout (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/template/congrid/
Dtpl_functions.php197 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 …]
Dmain.php23 $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) ?>
Dtemplate.info.txt6 desc A template using a configurable grid layout
/template/codowik/css/
Dui.layout.css4 * 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/
Dlayout.js66 $.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 DFetcherRailBar.php85 $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 DFetcherPage.php108 $layout = $tagAttributes->getValueAndRemoveIfPresent(PageTemplateName::PROPERTY_NAME);
109 if ($layout !== null) {
110 $this->setRequestedLayout($layout);
/template/peanutbutter2/css/
Dstructure.css2 * 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/
Dspecimen_stylesheet.css277 #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 Dlayout.less128 #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 Dprint.less37 #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/
DREADME.md3 …It blends inspiration from the default DokuWiki template with the modern layout of MediaWiki’s Vec…
9 - �� **Responsive layout**
/template/material/css/
Dfixes.less58 .mdl-layout.mdl-js-layout{
62 .mdl-layout-title {
/template/bushwick/
Dmasonry3.3.8.min.js10layout=b,this.position={x:0,y:0},this._create())}function h(a){return a.replace(/([A-Z])/g,functio…
/template/twigstarter/templates/
Dmain.twig1 {% extends 'layout.twig' %}
/template/notos/templates/
Dmain.twig1 {% extends 'layout.twig' %}
/template/icke/css/
Dstyle.less22 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;
Dplugin_tablelayout.less2 …width: 0; // we need to give it an absolute width for table-layout:fixed to work, but any absolute…
/template/lilas/
Dstyle.ini2 layout.css = screen
/template/strap/resources/snippet/js/
H A Dmasonry.js6 masonry.layout()
/template/kiwiki/
H A DREADME.md7 ### General layout
8 ![General layout](./screenshots/01-screenshot-kiwiki.jpg)
18 ![General layout dark](./screenshots/06-screenshot-kiwiki-dark.jpg)
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/
DREADME.md4 A Dokuwiki template based on Starter with a responsive, semantically-marked layout and a logical re…
/template/dwsimple/dwsimple/
Dsimple.php81 class layout { class
83 function layout($file) { function in layout
185 $csslayout=new layout($file);
/template/minimalism/styles/
Dminimalism.css1 @import url('layout.css');
/template/strap/resources/page-image/
H A DREADME.md6 The vignette layout is based on the [Github OpenGraph image]

12345678910>>...23