Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 25 of 263) sorted by relevance

1234567891011

/template/sprintdoc/tpl/
H A Dnav-meta-box.php11 foreach($tabs as $tab) {
12 if (empty($tab['tab']) || trim($tab['tab']) === '') {
15 echo '<li class="' . $tab['id'] . '">';
16 echo '<a href="#' . $tab['id'] . '" aria-expanded="false">';
18 echo $tab['label'];
19 if($tab['count'] !== null) {
20 echo ' <span class="num">' . $tab['count'] . '</span>';
32 foreach($tabs as $tab) {
33 if (empty($tab['tab']) || trim($tab['tab']) === '') {
36 echo '<div id="' . $tab['id'] . '" class="tab-pane" aria-hidden="true">';
[all …]
/template/monobook/user/
Dtabs.php.dist4 * User defined tab configuration of the "monobook" DokuWiki template
7 * The template recognizes and loads the provided tab data automatically.
16 * Note: To change the non-tab related config, use the admin webinterface of
38 // tab will be rendered first, last tab will be rendered at last.
42 $_monobook_tabs["tab-textexample"]["text"] = "Example";
51 // li#tab-recent {
55 …$_monobook_tabs["tab-recent"]["text"] = $lang["btn_recent"]; //language comes from DokuWiki co…
56 $_monobook_tabs["tab-recent"]["href"] = wl("", array("do" => "recent"), false, "&");
57 $_monobook_tabs["tab-recent"]["nofollow"] = true;
63 //(un)subscribe namespace tab
[all …]
/template/strap/ComboStrap/Meta/Form/
H A DFormMeta.php67 $tab = $formField->getTab();
68 if (!empty($tab) && !isset($this->tabs[$tab])) {
69 $this->tabs[$tab] = $tab;
74 public function addTab(FormMetaTab $tab): FormMeta argument
76 $this->tabs[$tab->getName()] = $tab;
93 $tab = FormMetaTab::create($element);
95 $tab = $element;
100 $tabs[$tab->getName()] = $tab->toAssociativeArray();
H A DFormMetaField.php68 private $tab; variable in ComboStrap\\Meta\\Form\\FormMetaField
289 if ($this->tab != null) {
290 $associative[self::TAB_ATTRIBUTE] = $this->tab;
342 $this->tab = $tabName;
431 return $this->tab;
/template/vector20/user/
Dtabs.php.dist4 * User defined tab configuration of the "vector" DokuWiki template
7 * The template recognizes and loads the provided tab data automatically.
16 * Note: To change the non-tab related config, use the admin webinterface of
40 // tab will be rendered first, last tab will be rendered at last.
58 // tab will be rendered first, last tab will be rendered at last.
77 // the tabs to the left instead the right tab navigation (and vice
83 //(un)subscribe namespace tab
110 $_vector_tabs_right["tab-urlexample"]["text"] = "Creator";
111 $_vector_tabs_right["tab-urlexample"]["href"] = "https://andreashaerter.com/";
112 $_vector_tabs_right["tab-urlexample"]["nofollow"] = true;
[all …]
/template/vector/user/
Dtabs.php.dist4 * User defined tab configuration of the "vector" DokuWiki template
7 * The template recognizes and loads the provided tab data automatically.
16 * Note: To change the non-tab related config, use the admin webinterface of
40 // tab will be rendered first, last tab will be rendered at last.
58 // tab will be rendered first, last tab will be rendered at last.
77 // the tabs to the left instead the right tab navigation (and vice
83 //(un)subscribe namespace tab
110 $_vector_tabs_right["tab-urlexample"]["text"] = "Creator";
111 $_vector_tabs_right["tab-urlexample"]["href"] = "https://andreashaerter.com/";
112 $_vector_tabs_right["tab-urlexample"]["nofollow"] = true;
[all …]
/template/wikiweko/user/
H A Dtabs.php.dist4 * User defined tab configuration of the "vector" DokuWiki template
7 * The template recognizes and loads the provided tab data automatically.
16 * Note: To change the non-tab related config, use the admin webinterface of
40 // tab will be rendered first, last tab will be rendered at last.
58 // tab will be rendered first, last tab will be rendered at last.
77 // the tabs to the left instead the right tab navigation (and vice
83 //(un)subscribe namespace tab
110 $_vector_tabs_right["tab-urlexample"]["text"] = "Creator";
111 $_vector_tabs_right["tab-urlexample"]["href"] = "https://andreashaerter.com/";
112 $_vector_tabs_right["tab-urlexample"]["nofollow"] = true;
[all …]
/template/20cones/css/
D20cones.less127 .tab-home {
143 #dokuwiki__header a.tab-home {
147 #tab-menu {
151 #tab-menu li {
160 #tab-menu ul:first-of-type li a:hover {
166 #tab-menu li a {
175 #tab-social img {
179 #tab-social li {
185 #tab-social {
229 .tab-home {
[all …]
/template/breeze/bower_components/gumby/sass/ui/
D_tabs.scss7 .tab-nav {
41 @include line-and-height($tab-height);
51 @include line-and-height($tab-height + 1);
62 .tab-nav > li:last-child {
66 .tab-nav > li > a {
80 @include line-and-height($tab-height);
90 .tab-nav > li.active > a {
91 @include line-and-height($tab-height + 1);
95 .tabs.pill .tab-nav {
114 @include line-and-height($tab-height);
[all …]
/template/templar/js/
Dbootstrap-tab.js113 var old = $.fn.tab
115 $.fn.tab = function ( option ) { function
124 $.fn.tab.Constructor = Tab
130 $.fn.tab.noConflict = function () {
131 $.fn.tab = old
141 $(this).tab('show')
/template/mikio/assets/
H A Dmikioplugin.css109 --mikiop-tabgroup-tab-text-active-color: #000000d0;
110 --mikiop-tabgroup-tab-background-active-color: #ffffff20;
111 --mikiop-tabgroup-tab-border-hover-color: #00000020;
132 --mikiop-tabgroup-tab-text-active-color: #ffffffd0;
133 --mikiop-tabgroup-tab-background-active-color: #00000020;
134 --mikiop-tabgroup-tab-border-hover-color: #ffffff20;
H A Dmikio.less137 --tab-color: @ini_tab_color;
138 --tab-background-color: @ini_tab_background_color;
139 --tab-border-color: @ini_tab_border_color;
140 --tab-hover-color: @ini_tab_hover_color;
141 --tab-background-hover-color: @ini_tab_background_hover_color;
142 --tab-border-hover-color: @ini_tab_border_hover_color;
143 --tab-active-color: @ini_tab_active_color;
144 --tab-active-background-color: @ini_tab_active_background_color;
145 --tab-active-border-color: @ini_tab_active_border_color;
255 --tab-color: @ini_darkmode_tab_color;
[all …]
H A Dmikio.css111 --tab-color: #333;
112 --tab-background-color: transparent;
113 --tab-border-color: transparent;
114 --tab-hover-color: #333;
115 --tab-background-hover-color: #fff;
116 --tab-border-hover-color: #ddd;
117 --tab-active-color: #333;
118 --tab-active-background-color: #fff;
119 --tab-active-border-color: #ddd;
226 --tab-color: #ccc;
[all …]
H A Dmikioplugin.less109 --mikiop-tabgroup-tab-text-active-color: @ini_plugin_tabgroup_tab_text_active_color;
110 --mikiop-tabgroup-tab-background-active-color: @ini_plugin_tabgroup_tab_background_active_color;
111 --mikiop-tabgroup-tab-border-hover-color: @ini_plugin_tabgroup_tab_border_hover_color;
227 --mikiop-tabgroup-tab-text-active-color: @ini_plugin_darkmode_tabgroup_tab_text_active_color;
228 …--mikiop-tabgroup-tab-background-active-color: @ini_plugin_darkmode_tabgroup_tab_background_active…
229 --mikiop-tabgroup-tab-border-hover-color: @ini_plugin_darkmode_tabgroup_tab_border_hover_color;
/template/dokui/css/
Duikit.min.css3 …x;background:#f5f5f5;color:#444;font-size:12px;line-height:18px;-moz-tab-size:4;tab-size:4}button,…
12tab{margin:0;padding:0;list-style:none;border-bottom:1px solid #ddd}.uk-tab:before,.uk-tab:after{c…
Duikit.docs.min.css22 …x;background:#fafafa;color:#666;font-size:12px;line-height:18px;-moz-tab-size:4;tab-size:4;border:…
43tab{margin:0;padding:0;list-style:none;border-bottom:1px solid #e5e5e5}.uk-tab:before,.uk-tab:afte…
55 …:20px;overflow-y:scroll}[data-mode=tab][data-active-tab=code] .uk-markdownarea-preview,[data-mode= selector
/template/sprintdoc/css/
H A Darea_nav-metabox.less48 .meta-content .tab-pane.active {
59 .tab-container {
75 /* + + + + + tab controls + + + + + */
202 .tab-pane {
313 /* + + + + + tab issues + + + + + */
352 /* + + + + + tab issues + + + + + */
H A Dbase_structure.less93 z-index: 1; // put the active tab above the meta-content in .tab-pane.active
116 div#dwpl-ti-container li.dwpl-ti-tab div.selected {
117 z-index: 1; // put .slected tab above div.dwpl-ti-content-box
H A Darea_tabs.less2 * This file provides styles for tab boxes
H A Darea_main-sidebar-tabs.less2 * This file provides the design styles for tab list in sidebar
/template/doogiestpl/css/
Dgradients.less17 .tab-gradient(@color) {
31 .tab-gradient(__tab_background__);
/template/launch/js/
Dmain.js4 $(this).tab('show')
/template/doogiestpl/
Dtemplate.info.txt6 desc Clean and uncluttered blue look that nicely resizes. With configurable tab navigation.
/template/strap/ComboStrap/
H A DMetadataFrontmatterStore.php365 $tab = $levelSpaceIndentation;
367 $tab = " ";
369 $jsonString .= $tab;
/template/sprintdoc/css/plugins/
H A Dedittable.less22 margin-top: -1px; // for best position of edit-tab beneath table

1234567891011