Home
last modified time | relevance | path

Searched refs:sidebar (Results 1 – 25 of 84) sorted by relevance

1234

/plugin/sidebar/
Dstyle.css2 * Extra styles for sidebar template
9 /* sidebar orientation and position */
10 #sidebar {
25 .sidebar_inside_left #sidebar {
29 .sidebar_inside_right #sidebar {
53 .sidebar_outside_left #sidebar {
59 .sidebar_outside_right #sidebar {
81 /* sidebar presentation */
83 between the sidebar and dokuwiku */
85 background: url(images/sidebar-border.gif) repeat-y 20%;
[all …]
DINFO.txt7 desc Base on "sidebar" template by ChrisS. Provides the same feature.
8 url http://www.dokuwiki.org/plugin:sidebar
/plugin/diagramsnet/lib/plugins/
Dp1.js7 if (ui.sidebar != null)
10 ui.sidebar.addPalette('esolia', 'eSolia', true, function(content) {
13 …content.appendChild(ui.sidebar.createVertexTemplate('shape=image;image=http://download.esolia.net.…
14 …content.appendChild(ui.sidebar.createVertexTemplate('text;spacingTop=-5;fontFamily=Courier New;fon…
15 …content.appendChild(ui.sidebar.createVertexTemplate('rounded=1;whiteSpace=wrap;gradientColor=none;…
16 …content.appendChild(ui.sidebar.createVertexTemplate('curved=1;strokeColor=#004C99;endArrow=oval;en…
20 var c = ui.sidebar.container;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Duse.rst44 {% block sidebar %}{% endblock %}
46 In this example, the ``use`` statement imports the ``sidebar`` block into the
54 {% block sidebar %}{% endblock %}
70 already defines the ``sidebar`` block, then the one defined in ``blocks.html``
77 {% use "blocks.html" with sidebar as base_sidebar, title as base_title %}
79 {% block sidebar %}{% endblock %}
96 {% block sidebar %}
103 In this example, ``parent()`` will correctly call the ``sidebar`` block from
115 {% use "blocks.html" with sidebar as parent_sidebar %}
117 {% block sidebar %}
Dinclude.rst99 {% include 'sidebar.html' ignore missing %}
100 {% include 'sidebar.html' ignore missing with {'foo': 'bar'} %}
101 {% include 'sidebar.html' ignore missing only %}
/plugin/html2pdf/snorriheim/
Ddokubook_design.css97 /* -------------- sidebar ------------------------- */
113 div.dokuwiki div.sidebar .sidebar_box {
128 div.dokuwiki div.sidebar img.logo {
134 div.dokuwiki div.sidebar .sb_label {
139 div.dokuwiki div.sidebar div#search {
154 div.dokuwiki div.sidebar div#login div.user {
158 div.dokuwiki div.sidebar a.action {
164 div.dokuwiki div.sidebar .button {
169 div.dokuwiki div.sidebar h1,
170 div.dokuwiki div.sidebar h2,
[all …]
Ddokubook_print.css9 div.dokuwiki div.sidebar { display: none; }
/plugin/tocsidebar/
Dscript.js114 var sidebar = document.getElementById("sidebar-container");
115 if (sidebar && sidebar.classList.contains("no-toc")) {
117 sidebar.style.display = "none";
DREADME.md2 Add TOC for selected pages to sidebar or current page.
/plugin/toc-shortcode/
DREADME.md10 <nspages -sidebar -hideNoPages -hideNoSubns -simpleList -h1 -subns -exclude:[start sidebar] -textNS…
/plugin/sidebarng/
Daction.php33 $this->sidebar = ob_get_contents();
36 if(empty($this->sidebar) && !$this->getConf('main_always')) {
41 print $this->sidebar;
52 if(empty($this->sidebar) && !$this->getConf('main_always')) {
60 print $this->sidebar;
Dplugin.info.txt7 desc Automatically adds a flexible sidebar to your template
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
Dundefined_template_in_child_template.test6 {% block sidebar %}
10 {% block sidebar %}
Dchild_contents_outside_blocks.test8 {% block sidebar %}
12 {% block sidebar %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
Dparent.rst11 {% block sidebar %}
17 The ``parent()`` call will return the content of the ``sidebar`` block as
/plugin/dirtylittlehelper/
DREADME.md31 The tree on the left is not always needed - added syntax for "no sidebar"...
66 put it in your sidebar page and be happy
78 ## sidebar section in what can dlh do four you?
80 The sidebar will not be shown (css) - beware that the sidebar / tree will be generated.
83 there will be a button at the top left of the sidebar to toggle it
87 you can hide the sidebar
/plugin/advanced/lang/en/config/
Dhooks.txt9 | ''sidebarheader.html'' | At the top of the sidebar (if any) |
10 | ''sidebarfooter.html'' | At the bottom of the sidebar (if any) |
/plugin/calendar/
Dstyle.css20 /* Dark theme borders - match sidebar widget style */
811 .sidebar-matrix .event-important {
818 .sidebar-purple .event-important {
825 .sidebar-pink .event-important {
1033 .sidebar-pink [data-tooltip]:before {
1041 .sidebar-pink [data-tooltip]:after {
1052 .sidebar-pink [data-tooltip]:hover:after {
1061 /* Allow sidebar to overflow for tooltips */
1062 .sidebar-widget,
1063 .sidebar-matrix {
[all …]
/plugin/crosspost/
Daction.php84 $sidebar = isset( $conf['sidebar'] ) ? $conf['sidebar'] : 'sidebar';
85 if( $sidebar ) p_set_metadata( $sidebar,
/plugin/tocselect/
DREADME.md2 Add TOC for selected pages to sidebar or current page.
/plugin/nosidebar/
Dplugin.info.txt6 desc Disables DokuWikis internal sidebar for individual pages
/plugin/talkpage/
Dplugin.info.txt6 desc A talk page button for the sidebar
/plugin/floatdiv/
Dplugin.info.txt6 desc A simple floating div that can be added to any page as a sidebar
/plugin/bpmnioeditor/
Dscript.js215 var sidebar = jQuery('#dokuwiki__aside');
216 if(sidebar.length !== 0){
217 sidebar.css('position', 'relative');
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dlayout-sidebar.svg1 <svg class="bi bi-layout-sidebar" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …

1234