Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme/Skin question #93

Open
nickbe opened this issue Nov 16, 2020 · 4 comments
Open

Theme/Skin question #93

nickbe opened this issue Nov 16, 2020 · 4 comments
Labels
question Further information is requested

Comments

@nickbe
Copy link

nickbe commented Nov 16, 2020

I've modified the css settings quite a bit for our purpose.

Is there any interest here for sharing css settings together with screenshots? Shall we open a thread for this to provide theme like css settings?

@MarceauKa
Copy link
Owner

Feel free to put your modifications here, I'll put your update in the wiki.

@MarceauKa MarceauKa added the question Further information is requested label Nov 16, 2020
@nickbe
Copy link
Author

nickbe commented Nov 16, 2020

Here's our last css theme: A wider viewport, dark transparencies, several smaller changes like button and pill appearance. We set shaark to 3 columns for this:

screenshot_93

<style>
    
    @media (min-width: 992px) {
        .container, .container-lg, .container-md, .container-sm {
            max-width: 99%;
        }
    }
    
    @media (min-width: 1200px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
             max-width: 1520px; 
        }
    }  
    
    @media (min-width: 576px) and (max-width: 991px) {
        .container, .container-sm {
            max-width: 99%; 
        }
    }  
    
    footer { 
        padding: 4px 0px !important; 
        position: fixed; 
        bottom: 0; 
        font-size: 12px; 
        margin-right: 20px; 
        color: #ffffff85;
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: rgba(255, 252, 252, 0.62);
    }
    
    .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(255, 252, 252, 0.62); 
    }  
    
    .navbar-light .navbar-nav .nav-link:active {     
        color: rgba(255, 252, 252, 0.86) !important; 
    } 
    
    .navbar-light .navbar-nav .nav-link:hover {     
        color: rgba(255, 252, 252, 1); 
    }  
    
    footer > p >a {     
        visbility: hidden; 
    }  
    
    .badge-pill {     
        margin-left: 4px; 
    } 
    
    .nav-wall {   
        border-radius: 0.6em; 
    } 
    
    .card {     
        box-shadow: 0 10px 20px rgb(0 0 0 30%);     
        border-radius: .8rem; 
    } 
    
    .list-group-item:first-child {
        border-top-left-radius: .8rem;
        border-top-right-radius: .8rem; 
    } 
    
    .list-group-item:last-child {     
        border-bottom-right-radius: .8rem;     
        border-bottom-left-radius: .8rem; 
    } 
    
    #app > footer, #nav {     
        background-color: hsla(0, 0%, 0%, 0.65); 
        box-shadow: 0 10px 20px rgba(18, 18, 18, 0.37);     
        padding: 1.2rem 1rem; 
    }  
    
    #nav {    
        position: fixed;    
        width: 100%;    
        z-index: 999; 
    }  
    
    .pt-4, .py-4 {     
        padding-top: 6.4rem !important; 
    } 
    
    #nav .navbar-brand, #nav > .container {
        color: #ffffffe3 !important; 
    } 
    
    .btn-group-sm > .btn, .btn-sm {    
        padding: .20rem .7rem 0.3rem .7rem;     
        border-radius: 1rem;  
    } 
        
    .card-footer {     
        padding: .7rem 1.5rem; 
    } 
    
    .badge-secondary {     
        color: #fff;     
        background-color: #516f90;     
        border-color: #516f90;     
        padding: 4px 10px 6px 10px;     
        font-size: 14px !important; 
    } 
    
    .card .card-footer {      
        color: #a8b3bd; 
    }  
    
    .multiselect__tag {     
        padding: 4px 25px 6px 12px;     
        border-radius: 12px;     
        margin-right: 10px;     
        color: #fff;     
        line-height: 1.2;     
        background: #169f62;     
        margin-bottom: 5px;     
        font-weight: bold; 
    }  
    
    .multiselect__tag-icon {
        margin-left: 7px; 
        width: 26px; 
        line-height: 25px; 
    }  
    
    .multiselect__tag-icon::after {     
        color: #266d4d;     
        font-size: 16px; 
    } 
    
    .multiselect__tags .multiselect__tag {     
        margin-bottom: 2px; 
    } 
    
    </style>

@Ezyweb-uk
Copy link

It would be brilliant if there was a theme for bookmarks like the Qlearly in multiple columns.

@MarceauKa
Copy link
Owner

Hi @Ezyweb-uk! You already can create a wall with your own custom layout: 1 to 4 columns and the ability to switch to a compact mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants