Giter VIP home page Giter VIP logo

Comments (5)

dario-ds avatar dario-ds commented on September 16, 2024 1

Hi there. The best place to ask questions like this is in the forums. I have a guide on CSS available here: https://blog.logseqmastery.com/post/adding-custom-css-to-logseq/ but I'm not able to made suggestions on the above.

from logseq.

12-13-mm avatar 12-13-mm commented on September 16, 2024

I would just like to ask you very much to quickly check and possibly quickly correct any mistakes I may have made: * FLEETING NOTES *
a.tag[href="/page/Fleeting%20Notes/"] {
background-color: #fff;
color: #000;
padding: 2px 5px;
font-size: 13px;
line-height: 1;
font-weight: 500;
border-radius: 5px;
border-style: solid;
border-color: rgba(242, 29, 161, 0.25);
border-width: 1px;
position: relative;
box-shadow: 0px 1px 3px -1px #000000, 0px -1px 5px #dfdfdf;
}

  • LITERATURE NOTES *
    a.tag[href="/page/Literature%20Notes/"] {
    background-color: #fff;
    color: #000;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    border-radius: 5px;
    border-style: solid;
    border-color: rgba(33, 95, 0, 0.25);
    border-width: 1px;
    position: relative;
    box-shadow: 0px 1px 3px -1px #000000, 0px -1px 5px #dfdfdf;
    }

  • REFERENCE NOTES *
    a.tag[href="/page/Reference%20Notes/"] {
    background-color: #fff;
    color: #000;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    border-radius: 5px;
    border-style: solid;
    border-color: rgba(242, 110, 29, 0.25);
    border-width: 1px;
    position: relative;
    box-shadow: 0px 1px 3px -1px #000000, 0px -1px 5px #dfdfdf;
    }

  • PERMANENT NOTES *
    a.tag[href="/page/Permanent%20Notes/"] {
    background-image: linear-gradient(90deg, #1DA1F2, #1DA1F2);
    color: #fff;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    border-radius: 3px 0 0 3px;
    position: relative;
    box-shadow: 0px 1px 3px -1px #000000, 0px -1px 5px #dfdfdf;
    }

a.tag[href="/page/Permanent%20Notes/"] + span.title {
background-color: rgba(29, 161, 242, 0.12) !important;
color: #F5F8FA !important;
padding: 3px 5px;
font-size: 13px;
line-height: 1;
font-weight: 400;
border-radius: 0 3px 3px 0;
margin-left: -5px;
}

a.tag[href="/page/Permanent%20Notes/"]:after,
a.tag[href*="/page/Permanent%20Notes/"]:before {
left: 100%;
}

from logseq.

12-13-mm avatar 12-13-mm commented on September 16, 2024

/* FLEETING NOTES /*
a.tag[href="/page/Fleeting%20Notes/"]
{
background: #fff;
color: #000;
padding: 2px 5px 2px 5px;
font-size: 13px;
line-height: 1em;
font-weight: 500;
border-radius: 5px 5px 5px 5px;
border-style: solid;
border-color: #f21da140;
border-width: thin;
position:relative;
box-shadow: 0px 1px 3px -1px #000000, 0px -1px 5px #dfdfdf;
}

/* LITERATURE NOTES /*
a.tag[href="/page/Literature%20Notes/"]
{
background: #fff;
color: #000;
padding: 2px 5px 2px 5px;
font-size: 13px;
line-height: 1em;
font-weight: 500;
border-radius: 5px 5px 5px 5px;
border-style: solid;
border-color: #215f0040;
border-width: thin;
position:relative;
box-shadow: 0px 1px 3px -1px #000000, 0px -1px 5px #dfdfdf;
}

/* REFERENCE NOTES /*
a.tag[href="/page/Reference%20Notes/"]
{
background: #fff;
color: #000;
padding: 2px 5px 2px 5px;
font-size: 13px;
line-height: 1em;
font-weight: 500;
border-radius: 5px 5px 5px 5px;
border-style: solid;
border-color: #f26e1d40;
border-width: thin;
position:relative;
box-shadow: 0px 1px 3px -1px #000000, 0px -1px 5px #dfdfdf;
}

/* PERMANENT NOTES /*
a.tag[href="/page/Permanent%20Notes/"]
{
background-image: linear-gradient(90deg, #1DA1F2, #1DA1F2);
color: #FFFFFF;
padding: 2px 5px 2px 5px;
font-size: 13px;
line-height: 1em;
font-weight: 500;
border-radius: 3px 0 0 3px;
position:relative;
box-shadow: 0px 1px 3px -1px #000000, 0px -1px 5px #dfdfdf;
}

a.tag[href="/page/Permanent%20Notes/"] + span.title {
background: #1DA1F21E !important;
color: #F5F8FA !important;
padding: 3px 5px 3px 15px;
font-size: 13px;
line-height: 1em;
font-weight: 400;
border-radius: 0 3px 3px 0;
margin-left: -5px;
}

a.tag[href="/page/Permanent%20Notes/"]:after,
a.tag[href*="/page/Permanent%20Notes/"]:before {
left: 100%;

from logseq.

12-13-mm avatar 12-13-mm commented on September 16, 2024

I got it!

from logseq.

12-13-mm avatar 12-13-mm commented on September 16, 2024

Just, is there any way to learn css codes and how to get these styles from roamkasten to Logseq when I get some knowledge?

from logseq.

Related Issues (1)

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.