personal-website/front/dist/apps/finder/finder.css

82 lines
1.4 KiB
CSS
Raw Normal View History

2023-07-24 00:31:25 +00:00
@font-face {
font-family: Geneva;
src: url("../../Geneva.41461b69.woff2");
}
@font-face {
font-family: Charcoal;
src: url("../../Charcoal.cb9045e5.woff2");
}
.large-system-font {
letter-spacing: .35px;
font-family: Charcoal;
font-size: 12px;
}
.small-system-font, .views-font {
font-family: Geneva;
}
.adjective {
border: 1px solid #555;
}
.convex {
box-shadow: 1px 1px #00000040, inset -1px -1px #00000045, inset 1px 1px #fff;
}
.border .grey {
border: 1px solid #555;
}
.border .black {
border: 1px solid #000;
}
.shadow .grey {
box-shadow: 1px 1px #555;
}
.shadow .black {
box-shadow: 1px 1px #000;
}
.rows-fill-shadowed {
filter: drop-shadow(1px 1px #777);
background: linear-gradient(#0000 0%, #fff 0% 50%, #0000 50%) 0 0 / 2px 2px;
}
.finder-content {
2023-07-21 01:42:12 +00:00
flex-direction: column;
2023-07-24 00:31:25 +00:00
justify-content: start;
2023-07-21 01:42:12 +00:00
align-items: flex-start;
width: 100%;
height: 100%;
padding: 0;
display: flex;
}
2023-07-24 00:31:25 +00:00
.finder-content > .tool-bar {
2023-07-21 01:42:12 +00:00
border-bottom: 1px solid #555;
width: 100%;
2023-07-24 00:31:25 +00:00
min-height: 20px;
2023-07-21 01:42:12 +00:00
}
2023-07-24 00:31:25 +00:00
.window-frame.Focused .tool-bar {
2023-07-21 01:42:12 +00:00
border-bottom: 1px solid #000;
2023-07-24 00:31:25 +00:00
box-shadow: inset -1px -1px #00000045, inset 1px 1px #fff;
2023-07-21 01:42:12 +00:00
}
2023-07-24 00:31:25 +00:00
.finder-content > .file-view-container {
2023-07-21 01:42:12 +00:00
flex-direction: row;
justify-content: center;
align-items: flex-start;
width: 100%;
height: 100%;
padding: 0;
display: flex;
}
/*# sourceMappingURL=finder.css.map */