https://automaticcss.com/docs/overlay-classes/ Angepasst auf Core Framework
.overlay--primary-10 {
--overlay-background: var(--primary-10);
}
.overlay--primary-20 {
--overlay-background: var(--primary-20);| %root% { | |
| --icon-url: url(/wp-content....svg); | |
| --icon-color: var(--primary); | |
| --icon-offset: 0 .5ex; | |
| --icon-size: 1em; | |
| --icon-gap: .5em; | |
| --icon-display: flex; | |
| --list-indent: 0; | |
| } |
| /* Make the edited icon bigger */ | |
| .bricks-panel-controls .has-setting .indicator { | |
| background-color: currentColor; | |
| background-color: var(--bricks-color-secondary); | |
| border-radius: 0%; | |
| display: inline-block; | |
| height: 20px; | |
| width: 6px; | |
| } |
https://automaticcss.com/docs/overlay-classes/ Angepasst auf Core Framework
.overlay--primary-10 {
--overlay-background: var(--primary-10);
}
.overlay--primary-20 {
--overlay-background: var(--primary-20);https://automaticcss.com/docs/centering-classes/ Angepasst auf Core Framework
[class*="center--"]:where(:not([class*="self"]))[class*="center--"]:where(:not([class*="self"])) {
display: flex;
flex-direction: column;
align-items: var(--align-items, initial);
align-content: var(--align-content, initial);Damit sie nicht mit Core Framework kollidieren (hat auch eine .divider) habe ich sie hier mit lm- gekennzeichnet
:root {
--lm-divider-size: 1px;
--lm-divider-style: solid;
--lm-divider-inline-size: 100%;
--lm-divider-gap: var(--content-gap);
--lm-divider-color-dark: var(--black-20);
--lm-divider-color-light: var(--white-20);Docs: https://automaticcss.com/docs/is-background-is-bg/
:has(> .is-bg) {
position: relative;
isolation: isolate;
}
.is-bg {
position: var(--bg-position, absolute);
inset: var(--bg-inset, 0);| <?php | |
| /** | |
| * Register/enqueue custom scripts and styles | |
| */ | |
| add_action( 'wp_enqueue_scripts', function() { | |
| // Enqueue your files on the canvas & frontend, not the builder panel. Otherwise custom CSS might affect builder) | |
| if ( ! bricks_is_builder_main() ) { | |
| wp_enqueue_style( 'bricks-child', get_stylesheet_uri(), ['bricks-frontend'], filemtime( get_stylesheet_directory() . '/style.css' ) ); | |
| } | |
| } ); |
| #!/usr/bin/env osascript -l JavaScript | |
| /** | |
| * ----------------------------------------------------------------------------- | |
| * Toggle Do Not Disturb Mode from Control Center | |
| * ----------------------------------------------------------------------------- | |
| * | |
| * Created on May 18, 2023 by Stephan Casas | |
| * | |
| * Options: |
„Ich möchte mehr über [Thema einfügen] lernen. Bitte wende das 80/20-Prinzip an und identifiziere die 20% der zentralen Informationen, Konzepte oder Prinzipien, die mir helfen, 80 % des Themas zu verstehen. Fasse die Erkenntnisse prägnant und klar zusammen, idealerweise in einer strukturierten Form (z. B. Punkte, Kategorien oder kurze Abschnitte). Falls
| calc(33.333% - calc(calc(3rem * 2)/3)) | |
| calc(50% - calc(calc(3rem * 1)/2)) | |
| 100 % |