Files
MultiPhysicsVault/.obsidian/snippets/ITS-Dataview-Cards.css
T
김경종 72dad72703
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
add claude-obsidian
2026-05-28 10:57:16 +09:00

70 lines
2.0 KiB
CSS

/* ITS Dataview Cards — by SlRvb
* Source: https://github.com/SlRvb/Obsidian--ITS-Theme
* License: GPL-2.0 (https://github.com/SlRvb/Obsidian--ITS-Theme/blob/main/LICENSE)
*/
.dvl-c .table-view-table > thead::before {
content: "⚙";
font-family: var(--its, var(--default-font));
float: right;
padding: 5px 10px 5px 10px;
}
.dvl-c .table-view-table > thead > tr {
display: flex;
flex-direction: row;
border: 1px solid var(--outline, var(--background-modifier-box-shadow));
margin: 0;
flex-wrap: wrap;
border-radius: var(--radius, 3px);
}
.dvl-c table .table-view-table > thead > tr {
position: absolute;
right: 0;
}
.dvl-c .table-view-table > thead:not(:hover) > * {
display: none;
}
.dvl-c .dataview th {
font-family: var(--default-font);
background: var(--note, var(--background-primary));
font-size: var(--f-s-text, var(--editor-font-size));
border: 0;
color: var(--text, var(--text-normal));
opacity: 1;
}
.dvl-c .dataview th:hover {
background: var(--td, var(--background-modifier-form-field));
}
.dvl-c .list-view-ul li, .dvl-c .dataview.table-view-table > tbody > tr {
display: flex;
flex-direction: column;
background-color: var(--aside-bg, var(--background-primary-alt));
box-shadow: var(--outline, var(--background-modifier-box-shadow)) 0px 0px 0px 1px, var(--outline, var(--background-modifier-box-shadow)) 0px 2px 4px;
margin: 5px 0;
padding: 10px;
border-radius: var(--radius, 3px);
border: 0;
}
.dvl-c .list-view-ul, .dvl-c .dataview.table-view-table > tbody.table-view-tbody {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding-inline-start: 0;
}
.dvl-c .block-language-dataviewjs .dataview-result-list-li, .dvl-c .list-view-ul li, .dvl-c .dataview.table-view-table > tbody > tr {
flex: 1 0 150px;
margin: 10px;
}
.dvl-c .dataview.dataview.table-view-table td {
padding: 0;
background-color: transparent;
border: 0;
}
.dvl-c .list-view-ul li::before {
display: none;
}
.dvl-c .dataview.table-view-table li {
box-shadow: none;
border: 0;
padding: 0;
}