wiki-js-customization/test/wiki_homepage_files/ui-extra.988fe5cd9a7f2a9044...

1 line
1.7 KiB
CSS
Raw Normal View History

2024-03-14 21:45:50 +00:00
/*! Wiki.js - wiki.js.org - Licensed under AGPL */.loader-dialog{transition:all .4s ease}.loader-dialog .atom-spinner.is-inline{display:inline-block}.loader-dialog .caption{color:hsla(0,0%,100%,.7)}.loader-dialog img{width:80px}.page-selector .v-treeview-node__label{font-size:13px}.page-selector .v-treeview-node__content{cursor:pointer}.search-results{position:fixed;top:64px;left:0;overflow-y:auto;width:100%;height:calc(100% - 64px);background-color:rgba(0,0,0,.9);z-index:100;text-align:center;animation:searchResultsReveal .6s ease}@media only screen and (max-width:959px){.search-results{top:112px}}.search-results-container{margin:12px auto;width:90vw;max-width:1024px}.search-results-help{text-align:center;padding:32px 0;font-size:18px;font-weight:300;color:#fff}.search-results-help img{width:104px}.search-results-loader{-js-display:flex;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:32px 0;color:#fff}.search-results-none{color:#fff}.search-results-none img{width:200px}.search-results-items{text-align:left}.search-results-items .highlighted{background:#fff linear-gradient(180deg,#fff,#ffe0b2)}.theme--dark .search-results-items .highlighted{background:#212121 linear-gradient(180deg,#e65100,#9a3600)}.search-results-suggestions .highlighted{background:transparent linear-gradient(180deg,#2196f3,#1976d2)}@keyframes searchResultsReveal{0%{background-color:transparent;padding-top:32px}to{background-color:rgba(0,0,0,.9);padding-top:0}}.v-card-info{border-bottom:1px solid #eee}.v-card-info.is-blue{border-bottom-color:#bbdefb}.theme--dark .v-card-info.is-blue{border-bottom-color:rgba(187,222,251,.3)}.v-card-info.is-red{border-bottom-color:#ffcdd2}.theme--dark .v-card-info.is-red{border-bottom-color:rgba(255,205,210,.3)}