Code Monkey home page Code Monkey logo

darkpixlzs-modern-theme's Introduction

darkpixlz's Modern Theme


darkpixlz's Modern Theme is a large theme built for Discourse, which is fully customizable and styles most every area of your forum for admins and normal users.

https://meta.discourse.org/t/darkpixlzs-modern-theme/232543?u=darkpixlz


I will likely not be adding any new feautres to this nor fixing existing issues anymore. For more info, read: https://meta.discourse.org/t/232543/87?u=darkpixlz

PRs are still welcome and will be reviewed.

=======

Newer versions could be broken. Wait for a patch if there is a breaking change!

darkpixlzs-modern-theme's People

Contributors

darkpixlz avatar

Stargazers

William Nelson avatar  avatar BabbaWaagen avatar Narath Carlile avatar loid345 avatar  avatar

Watchers

loid345 avatar  avatar

darkpixlzs-modern-theme's Issues

Menu Background Fully Transparent

Hello!
I posted briefly about this on the forums, but I feel it should probably be handled properly here.
https://meta.discourse.org/t/darkpixlzs-modern-theme/232543/67?u=mwgmorningwood

I'm running into an issue where my menu (header menu instead of sidebar and user menu both) has 1 opacity, but a background-color value that has max transparency.
This is happening when using the default dark color palette with only the accent colors edited. It looks like this checkbox is what's doing it:

image

Example of issue:
image

The second array here worries me as that's a max transparency value.
I'm quite the beginner with CSS so take that with a grain of salt

element.style {
    top: 100%;
    height: auto;
}
.menu-panel.drop-down {
    background-color: rgba(0,15,255,0);
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
}
.menu-panel.drop-down {
    margin-top: 1em;
    border-radius: 0.5em;
    border: none;
}
.hamburger-panel .revamped {
    --d-sidebar-highlight-color: var(--highlight-medium);
    --d-sidebar-row-horizontal-padding: 0.5rem;
    --d-sidebar-row-height: 30px;
    --d-sidebar-row-horizontal-padding: 0.66rem;
    --d-sidebar-row-vertical-padding: 0.33rem;
}
.menu-panel.drop-down {
    position: absolute;
    top: 100%;
    right: -10px;
    max-height: 80vh;
}
.menu-panel {
    border: 1px solid var(--primary-low);
    box-shadow: 0 12px 12px rgb(0 0 0 / 15%);
    background-color: var(--secondary);
    z-index: 1000;
    padding: 0.5em;
    width: 320px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
body, button, div, span, a, img, svg, h1, h2, h3, h4, h5, h6, p, summary, input, textbox, input, textarea, li, ul {
    font-family: "Nunito" !important;
}

image

When marking text, the quote button is getting placed not where it should be

grafik
Sorry that it's german :D But yeah, I think u can see what the problem is nonetheless.

I've tried fixing it myself, but it didn't work out. It seems like it has something to do with the blur effect of the background. When you disable it, it works perfectly fine. I don't know what you can do to avoid it tho.

`Staff tag` Option doesn't work

like the title says, when i disabled the option Staff Tag option and saved, then i refreshed the page, but the staff tag is still there
pic1
pic2

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.