Giter VIP home page Giter VIP logo

contactme's People

Contributors

zioth avatar

Watchers

 avatar

contactme's Issues

Questions about Dokuwiki wrap plugin extensions

Thank you for the reply on the fastwiki plugin page! I didn't think I'd ever get ahold of you and it only took about 20 minutes haha.

I've been trying to implement your 'Full width images' and 'Evenly spaced boxes' extensions for the WRAP plugin, but I think I'm doing something incorrectly. I've tried placing it in both my /lib/styles/screen.css and my /conf/userall.css

.plugin_wrap.wrap_full_width_img img {
    max-width: 100%;
}

&.wrap_even_widths {
  display: flex;
 
  .plugin_wrap {
    flex: 1;
 
    &:not(:last-child) {
      margin-right: 12px;
    }
  }
}

For reference here is the desired effect that I'm hoping to achieve. https://www.w3schools.com/howto/howto_css_equal_height.asp

I can tell something is working, but for some reason it still seems like the last child keeps the 12px margin, and the boxes don't extend the height of the container. Also full_width_image actually makes my images shrink haha. I'm probably using it incorrectly.

The code is about 77 lines so here is a link to a test page where you can see exactly what I've done.

https://definitiveversion.com/doku.php?id=code_testing

Also, if discord or some other form of communication is easier, please let me know.

I've attached my current userall.css as a .txt in case I've implemented the code incorrectly.

userall.txt

Thank you again for your response, and your time! Sorry if this is asking too much I'm extremely new to coding (1 week) and have had a little bit of a tough time getting help in the forums.

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.