You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*author: Kepano, sailKite (extracted by)source: https://discord.com/channels/686053708261228577/702656734631821413/1087513978793635860*//* ---------------------------------------------------------------------------Bordered Callouts from Minimal Theme by @kepanoUser interface replacement for Obsidian.Sponsor my work:https://www.buymeacoffee.com/kepanoReadme:https://github.com/kepano/obsidian-minimal-----------------------------------------------------------------------------MIT LicenseCopyright (c) 2020-2023 Stephan Ango (@kepano)Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.*/
.callouts-outlined .callout .callout-title {
background-color:var(--background-primary);
margin-top:-24px;
z-index:200;
width: fit-content;
padding:00.5em;
margin-left:-0.75em;
letter-spacing:0.05em;
font-variant-caps: all-small-caps;
}
.callouts-outlined .callout {
overflow: visible;
--callout-border-width:1px;
--callout-border-opacity:0.5;
--callout-title-size:0.8em;
--callout-blend-mode: normal;
background-color: transparent;
}
.callouts-outlined .cm-embed-block.cm-callout {
padding-top:12px;
}
.callouts-outlined .callout-content .callout {
margin-top:18px;
}