You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
148 lines
2.7 KiB
148 lines
2.7 KiB
div[data-path="00.02 Inbox"] .nav-folder-title-content::before
|
|
{
|
|
content: "📥 ";
|
|
}
|
|
|
|
div[data-path="00.01 Admin"] .nav-folder-title-content::before
|
|
{
|
|
content: "📋 ";
|
|
}
|
|
|
|
div[data-path="00.03 News"] .nav-folder-title-content::before
|
|
{
|
|
content: "🗞 ";
|
|
}
|
|
|
|
div[data-path="00.04 IT"] .nav-folder-title-content::before
|
|
{
|
|
content: "💾 ";
|
|
}
|
|
|
|
div[data-path="00.05 Media"] .nav-folder-title-content::before
|
|
{
|
|
content: "🎬 ";
|
|
}
|
|
|
|
div[data-path="00.06 Professional"] .nav-folder-title-content::before
|
|
{
|
|
content: "👨💼 ";
|
|
}
|
|
|
|
div[data-path="00.07 Wiki"] .nav-folder-title-content::before
|
|
{
|
|
content: "📚 ";
|
|
}
|
|
|
|
div[data-path="00.08 Bookmarks"] .nav-folder-title-content::before
|
|
{
|
|
content: "🔖 ";
|
|
}
|
|
|
|
div[data-path="01.02 Home"] .nav-folder-title-content::before
|
|
{
|
|
content: "🏡 ";
|
|
}
|
|
|
|
div[data-path="01.01 Life Orga"] .nav-folder-title-content::before
|
|
{
|
|
content: "📝 ";
|
|
}
|
|
|
|
div[data-path="01.03 Family"] .nav-folder-title-content::before
|
|
{
|
|
content: "👨👩👧👦 ";
|
|
}
|
|
|
|
div[data-path="01.04 Partner"] .nav-folder-title-content::before
|
|
{
|
|
content: "💘 ";
|
|
}
|
|
|
|
div[data-path="01.05 Done"] .nav-folder-title-content::before
|
|
{
|
|
content: "☑️ ";
|
|
}
|
|
|
|
div[data-path="01.07 Animals"] .nav-folder-title-content::before
|
|
{
|
|
content: "🐾 ";
|
|
}
|
|
|
|
div[data-path="01.08 Garden"] .nav-folder-title-content::before
|
|
{
|
|
content: "🪴 ";
|
|
}
|
|
|
|
div[data-path="03.01 Reading list"] .nav-folder-title-content::before
|
|
{
|
|
content: "📖 ";
|
|
}
|
|
|
|
div[data-path="03.02 Travels"] .nav-folder-title-content::before
|
|
{
|
|
content: "✈️ ";
|
|
}
|
|
|
|
div[data-path="03.03 Food & Wine"] .nav-folder-title-content::before
|
|
{
|
|
content: "🍇 ";
|
|
}
|
|
|
|
div[data-path="03.04 Cinematheque"] .nav-folder-title-content::before
|
|
{
|
|
content: "📺 ";
|
|
}
|
|
|
|
div[data-path="04.02 freemind.codes"] .nav-folder-title-content::before
|
|
{
|
|
content: "👾 ";
|
|
}
|
|
|
|
div[data-path="04.03 Creative snippets"] .nav-folder-title-content::before
|
|
{
|
|
content: "🖋 ";
|
|
}
|
|
|
|
div[data-path="04.04 Blog"] .nav-folder-title-content::before
|
|
{
|
|
content: "📓 ";
|
|
}
|
|
|
|
div[data-path="05.01 Computer setup"] .nav-folder-title-content::before
|
|
{
|
|
content: "💻 ";
|
|
}
|
|
|
|
div[data-path="05.03 freemind.codes"] .nav-folder-title-content::before
|
|
{
|
|
content: "👾 ";
|
|
}
|
|
|
|
div[data-path="06.01 Finances"] .nav-folder-title-content::before
|
|
{
|
|
content: "💷 ";
|
|
}
|
|
|
|
div[data-path="06.02 Investments"] .nav-folder-title-content::before
|
|
{
|
|
content: "💸 ";
|
|
}
|
|
|
|
.outline-heading-children{
|
|
border-left: 1px solid rgba(118,158,165,0.2);
|
|
border-radius: 0 0px 0;
|
|
transition:all 0.5s ease-in-out;
|
|
}
|
|
|
|
.outline-heading-children:hover{
|
|
border-left-color: rgba(118,158,165,0.4);
|
|
}
|
|
|
|
.nav-folder,.nav-file{
|
|
margin:0 !important;
|
|
border-left: 1px solid rgba(118,158,165,0.2);
|
|
}
|
|
|
|
.nav-file-title[data-path="06.01 Finances/Ledger.md"] {
|
|
display: none;
|
|
} |