Code Monkey home page Code Monkey logo

Comments (4)

giterlizzi avatar giterlizzi commented on June 12, 2024 2

You can extends the standard Bootstrap panels via CSS. I think this is the solution:

Create a new panel class into userall.css (manually or via Advanced Plugin)

.bs-wrapper.panel-purple .panel {
    border-color: #ff00ff;
}
.bs-wrapper.panel-purple .panel-default > .panel-heading {
    background: #ff00ff; 
    color: #ffffff;
    border-color: #ff00ff;
}

Now use wrapper + panel syntax:

<WRAPPER class="panel-purple">
<panel type="default">
[...]
</panel>
</WRAPPER>

At your disposal,
Joseph

from dokuwiki-plugin-bootswrapper.

MvErven avatar MvErven commented on June 12, 2024 1

Good day Apparently my cache was not completely refreshed. I have the desired result. Thank you!

from dokuwiki-plugin-bootswrapper.

MvErven avatar MvErven commented on June 12, 2024

Thank you for your time. First attempt failed. (Saved userall.css with advanced plugin, purged css but no result) Tomorrow I make a second attempt. Gracie.
snapshot3
snapshot4

from dokuwiki-plugin-bootswrapper.

giterlizzi avatar giterlizzi commented on June 12, 2024

👍

You can purge the DokuWiki cache via URL (http:///lib/exe/css.php?purge=true) or via Advanced Plugin (after, purge your browser cache).

I'm plan to extend <panel> syntax to accept "class" attribute to simplify the job:

<panel type="default" class="panel-purple">
[...]
</panel>

At your disposal,
Joseph

from dokuwiki-plugin-bootswrapper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.