Giter Club home page Giter Club logo

dokuwiki-template-kajukkd's People

Contributors

dryoo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

dokupendium

dokuwiki-template-kajukkd's Issues

Clicking on logo can redirect to wrong page

When clicking on DokuWiki logo at the left side of the screen and I'm on the page sw:melanox:mlag and clicking into the logo, I'm redirected to sw:melanox:startpage (which doesn't exist) instead of start (homepage of the Wiki).

<body> does not cover the whole vertical page

Hi, there. Thank you for making this template. I really love it, specially since it is mobile friendly.

So, I am setting different background images across different namespaces. The <body> size is very dependent on the amount of content in the page, and so is the background dependent to the body. If the browser size is bigger than the body, the background image looks cut.

Page with very little content

Page with full content

I don't know the correct way to apply background images for different namespaces, so I follow this CSS code:

.background-properties {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

body[data-page-id^="gaming:"]:not([data-page-id*=":pso2:"]) {
  .background-properties;
  background-image: url('http://localhost/_media/2b-nier-automata-art-0b-3840x2400_1_.jpg');
}

body[data-page-id^="gaming:games:pso2:pso2ngs:"] {
  .background-properties;
  background-image: url('https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:auto/h:auto/q:75/https://bleedingcool.com/wp-content/uploads/2021/07/Phantasy-Star-Online-2-Ninth-Anniversary.jpg');
}

For this to work, I also have replaced <body> with <body data-page-id=โ€œ<?php echo $ID ?>โ€> in Line 80 in the main.php file.

If possible, it would be also good for the images, videos, text to have 100% opacity, as the site background can be seen through the images. I am okay with the transparent opacity of the background inside containers.

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.