-
Notifications
You must be signed in to change notification settings - Fork 1
/
minimal-tweak-empty-tab.css
15 lines (13 loc) · 2.72 KB
/
minimal-tweak-empty-tab.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Onsidian snippet to change the background of the empty tab */
.empty-state::before {
content: "";
width: 100%;
height: 30%;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
/* SK Logo */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' stroke='%23000407'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216zm-298.828 97.578c22.133-6.399 30.64-18.452 25.521-36.159-2.667-9.222-9.528-14.633-20.583-16.234-5.911-1.089-13.291-1.553-22.139-1.393-8.847.159-16.325-.127-22.433-.859-6.108-.733-12.515-2.328-19.221-4.786-13.229-4.969-22.283-15.892-27.163-32.768-4.88-16.877-2.863-31.85 6.049-44.92 8.913-13.07 22.822-22.338 41.727-27.804 18.906-5.466 37.568-6.765 55.985-3.896l12 41.5-27.661 10.097-4.639-16.047c-.8-2.767-1.756-4.689-2.867-5.767-3.042-2.918-10.05-2.79-21.025.383-10.974 3.173-18.53 7.456-22.667 12.849-4.136 5.394-5.032 12.148-2.685 20.264 1.706 5.902 5.413 10.426 11.12 13.573 3.804 2.098 8.891 3.275 15.261 3.532 6.37.257 13.122.453 20.257.589 7.134.136 13.584.669 19.35 1.6 5.765.932 12.028 2.718 18.788 5.361 13.651 5.047 22.983 16.239 27.996 33.577 5.013 17.338 2.734 32.787-6.836 46.346-9.57 13.56-24.546 23.286-44.927 29.179-20.382 5.893-39.781 7.405-58.199 4.536l-12.639-43.714 27.66-10.096 4.88 16.877c.8 2.767 1.756 4.689 2.867 5.767 1.111 1.077 3.73 1.669 7.858 1.775 4.128.105 10.249-1.015 18.365-3.362zm101.59-37.467l-36.797-127.267-16.01 3.729-6.799-23.516 66.4-19.199 6.479 22.41-8.89 3.47c-5.189 2.1-7.01 5.824-5.463 11.173l17.598 60.867 36.602-84.932-15.733 3.649-6.8-23.516 64.741-18.719 6.479 22.41-8.89 3.47c-3.398 1.382-6.34 5.031-8.827 10.946l-25.368 59.5 72.249 66.351 14.903-3.41 6.8 23.517-70.827 20.478-6.48-22.41 8.337-3.309c3.582-1.436 5-3.445 4.253-6.027-.32-1.107-1.207-2.449-2.663-4.027l-41.069-39.39-15.867 36.366 7.439 25.73 16.01-3.73 6.8 23.517-66.401 19.198-6.479-22.41 8.89-3.469c2.66-1.169 4.462-2.54 5.407-4.112.944-1.572.936-4.018-.024-7.338z'/%3E%3C/svg%3E");
/* Wireframe obsidian logo */
/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='18' height='18' fill='none' stroke='%238da10140' stroke-width='1%' stroke-linecap='round' stroke-linejoin='round' class='logo-wireframe'%3E%3Cpath d='M 30.91 17.52 L 34.43 35.7 M 61.44 14.41 L 62.61 0 M 34.43 35.7 L 37.57 90.47 M 81 26.39 L 61.44 14.41 L 34.43 35.7 L 65.35 100 M 62.61 0 L 30.91 17.52 L 18 45.45 L 37.57 90.47 L 65.35 100 L 70.44 89.8 L 81 26.39 L 62.61 0 Z'%3E%3C/path%3E%3C/svg%3E")*/
}