Skip to content
Snippets Groups Projects
Commit 4761ef27 authored by Antoine Roy's avatar Antoine Roy
Browse files

try to fix problem css on blog and doc part

parent a79cf7d4
No related branches found
No related tags found
No related merge requests found
Pipeline #1575 passed
......@@ -189,8 +189,8 @@
--bs-tertiary-bg: #f8f9fa;
--bs-tertiary-bg-rgb: 248, 249, 250;
--bs-heading-color: inherit;
--bs-link-color: #5d2f86;
--bs-link-color-rgb: 93, 47, 134;
--bs-link-color: #5a8264;
--bs-link-color-rgb: 90, 130, 100;
--bs-link-decoration: none;
--bs-link-hover-color: #4a266b;
--bs-link-hover-color-rgb: 74, 38, 107;
......@@ -262,9 +262,9 @@
--bs-light-border-subtle: #353841;
--bs-dark-border-subtle: #343a40;
--bs-heading-color: white;
--bs-link-color: #b3c7ff;
--bs-link-color: #5a8264;
--bs-link-hover-color: #b19bc5;
--bs-link-color-rgb: 178.5, 198.9, 255;
--bs-link-color-rgb: 90, 130, 100;
--bs-link-hover-color-rgb: 177, 155, 197;
--bs-code-color: #e685b5;
--bs-highlight-color: #c1c3c8;
......@@ -3022,7 +3022,7 @@ textarea.form-control-lg {
--bs-btn-disabled-color: #6c757d;
--bs-btn-disabled-border-color: transparent;
--bs-btn-box-shadow: 0 0 0 #000;
--bs-btn-focus-shadow-rgb: 117, 78, 152;
--bs-btn-focus-shadow-rgb: 77, 111, 85;
text-decoration: none; }
.btn-link:hover, .btn-link:focus-visible {
text-decoration: underline; }
......@@ -10498,7 +10498,7 @@ body {
list-style: none; }
#toc a.active {
color: #5d2f86;
color: #5a8264;
font-weight: 500; }
.section-features {
......@@ -10522,8 +10522,8 @@ body {
margin-top: -12rem; }
.gradient-text {
background-color: #5d2f86;
background-image: linear-gradient(90deg, #5d2f86, #b3c7ff 50%, var(--sl-color-blue));
background-color: #5a8264;
background-image: linear-gradient(90deg, #5a8264, #5a8264 50%, var(--sl-color-blue));
background-size: 100%;
background-repeat: repeat;
-webkit-background-clip: text;
......@@ -10536,7 +10536,7 @@ body {
.card-bar {
border-top: 4px solid;
border-image-source: linear-gradient(90deg, #5d2f86, #b3c7ff 50%, var(--sl-color-blue));
border-image-source: linear-gradient(90deg, #5a8264, #5a8264 50%, var(--sl-color-blue));
border-image-slice: 1; }
.modal-backdrop {
......@@ -10575,8 +10575,8 @@ li input[type="checkbox"]:checked {
border: 1px solid #6c757d; }
[data-bs-theme="dark"] li input[type="checkbox"]:checked {
background-color: #b3c7ff;
border-color: #b3c7ff;
background-color: #5a8264;
border-color: #5a8264;
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231d2d35' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
.content .svg-inline {
......@@ -11310,43 +11310,43 @@ hr {
background: #17181c;
color: #c1c3c8; }
[data-bs-theme="dark"] a {
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .callout a {
color: inherit; }
[data-bs-theme="dark"] a.text- {
color: #c1c3c8 !important; }
[data-bs-theme="dark"] .btn-primary {
--bs-btn-color: #000;
--bs-btn-bg: #b3c7ff;
--bs-btn-border-color: #b3c7ff;
--bs-btn-bg: #5a8264;
--bs-btn-border-color: #5a8264;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #becfff;
--bs-btn-hover-border-color: #bacdff;
--bs-btn-focus-shadow-rgb: 152, 169, 217;
--bs-btn-hover-bg: #73957b;
--bs-btn-hover-border-color: #6b8f74;
--bs-btn-focus-shadow-rgb: 77, 111, 85;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #c2d2ff;
--bs-btn-active-border-color: #bacdff;
--bs-btn-active-bg: #7b9b83;
--bs-btn-active-border-color: #6b8f74;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #b3c7ff;
--bs-btn-disabled-border-color: #b3c7ff;
--bs-btn-disabled-bg: #5a8264;
--bs-btn-disabled-border-color: #5a8264;
color: #17181c; }
[data-bs-theme="dark"] .btn-outline-primary {
--bs-btn-color: #b3c7ff;
--bs-btn-border-color: #b3c7ff;
--bs-btn-hover-color: #b3c7ff;
--bs-btn-hover-bg: #b3c7ff;
--bs-btn-hover-border-color: #b3c7ff;
--bs-btn-focus-shadow-rgb: 178.5, 198.9, 255;
--bs-btn-color: #5a8264;
--bs-btn-border-color: #5a8264;
--bs-btn-hover-color: #5a8264;
--bs-btn-hover-bg: #5a8264;
--bs-btn-hover-border-color: #5a8264;
--bs-btn-focus-shadow-rgb: 90, 130, 100;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #b3c7ff;
--bs-btn-active-border-color: #b3c7ff;
--bs-btn-active-bg: #5a8264;
--bs-btn-active-border-color: #5a8264;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #b3c7ff;
--bs-btn-disabled-color: #5a8264;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #b3c7ff;
--bs-btn-disabled-border-color: #5a8264;
--bs-gradient: none;
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .btn-outline-primary:hover {
color: #17181c; }
[data-bs-theme="dark"] .btn-doks-light {
......@@ -11354,7 +11354,7 @@ hr {
[data-bs-theme="dark"] .show > .btn-doks-light,
[data-bs-theme="dark"] .btn-doks-light:hover,
[data-bs-theme="dark"] .btn-doks-light:active {
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .btn-menu svg {
color: #c1c3c8; }
[data-bs-theme="dark"] .doks-sidebar-toggle {
......@@ -11377,9 +11377,9 @@ hr {
[data-bs-theme="dark"] .offcanvas .nav-link:focus,
[data-bs-theme="dark"] .offcanvas .banner .nav a:focus,
.banner .nav [data-bs-theme="dark"] .offcanvas a:focus {
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .offcanvas .nav-link.active, [data-bs-theme="dark"] .offcanvas .banner .nav a.active, .banner .nav [data-bs-theme="dark"] .offcanvas a.active {
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .navbar-light .navbar-nav .nav-link, [data-bs-theme="dark"] .navbar-light .navbar-nav .banner .nav a, .banner .nav [data-bs-theme="dark"] .navbar-light .navbar-nav a {
color: #c1c3c8; }
[data-bs-theme="dark"] .navbar-light .navbar-nav .nav-link:hover, [data-bs-theme="dark"] .navbar-light .navbar-nav .banner .nav a:hover, .banner .nav [data-bs-theme="dark"] .navbar-light .navbar-nav a:hover,
......@@ -11408,7 +11408,7 @@ hr {
background: #23262f;
color: #c1c3c8; }
[data-bs-theme="dark"] .alert-doks a {
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .page-links a {
color: #c1c3c8; }
[data-bs-theme="dark"] .btn-toggle-nav a {
......@@ -11417,12 +11417,12 @@ hr {
color: #c1c3c8; }
[data-bs-theme="dark"] .showcase-meta a:hover,
[data-bs-theme="dark"] .showcase-meta a:focus {
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .docs-link:hover,
[data-bs-theme="dark"] .docs-link.active,
[data-bs-theme="dark"] .page-links a:hover {
text-decoration: none;
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .btn-toggle {
color: #c1c3c8;
background-color: transparent;
......@@ -11443,9 +11443,9 @@ hr {
transform: rotate(90deg); }
[data-bs-theme="dark"] .btn-toggle-nav a:hover,
[data-bs-theme="dark"] .btn-toggle-nav a:focus {
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .btn-toggle-nav a.active {
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .navbar-light .navbar-text a {
color: #b3c7ff; }
[data-bs-theme="dark"] .docs-links h3.sidebar-link a, [data-bs-theme="dark"] .docs-links .sidebar-link.h3 a,
......@@ -11458,9 +11458,9 @@ hr {
[data-bs-theme="dark"] .navbar .btn-link {
color: #c1c3c8; }
[data-bs-theme="dark"] .content .btn-link {
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .content .btn-link:hover {
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .content img[src^="https://latex.codecogs.com/svg.latex"] {
filter: invert(1); }
[data-bs-theme="dark"] .navbar .btn-link:hover {
......@@ -11490,7 +11490,7 @@ hr {
.comment-form [data-bs-theme="dark"] input.is-search[type="url"]:focus,
[data-bs-theme="dark"] .comment-form textarea.is-search:focus,
.comment-form [data-bs-theme="dark"] textarea.is-search:focus {
border: 1px solid #b3c7ff; }
border: 1px solid #5a8264; }
[data-bs-theme="dark"] .doks-search::after {
color: #dee2e6;
border: 1px solid #495057; }
......@@ -11585,7 +11585,7 @@ hr {
[data-bs-theme="dark"] .text-muted {
color: #adafb6 !important; }
[data-bs-theme="dark"] .alert-primary {
background: #b3c7ff;
background: #5a8264;
color: #17181c; }
[data-bs-theme="dark"] .figure-caption {
color: #c1c3c8; }
......@@ -11596,12 +11596,12 @@ hr {
[data-bs-theme="dark"] .copy-status:hover::after {
content: "Copy";
display: block;
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .copy-status:focus::after,
[data-bs-theme="dark"] .copy-status:active::after {
content: "Copied";
display: block;
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .offcanvas {
background-color: #17181c; }
[data-bs-theme="dark"] .alert-dismissible .btn-close {
......@@ -11627,9 +11627,9 @@ hr {
.comment-form [data-bs-theme="dark"] .email-form input[type="url"]:focus,
[data-bs-theme="dark"] .email-form .comment-form textarea:focus,
.comment-form [data-bs-theme="dark"] .email-form textarea:focus {
border: 1px solid #b3c7ff; }
border: 1px solid #5a8264; }
[data-bs-theme="dark"] .page-link {
color: #b3c7ff;
color: #5a8264;
background-color: transparent;
border: var(--bs-border-width) solid #23262f; }
[data-bs-theme="dark"] .page-link:hover {
......@@ -11641,8 +11641,8 @@ hr {
background-color: #c1c3c8; }
[data-bs-theme="dark"] .page-item.active .page-link {
color: #17181c;
background-color: #b3c7ff;
border-color: #b3c7ff; }
background-color: #5a8264;
border-color: #5a8264; }
[data-bs-theme="dark"] .page-item.disabled .page-link {
color: var(--bs-secondary-color);
background-color: #23262f;
......@@ -11655,17 +11655,17 @@ hr {
color: #6c757d;
text-decoration: line-through; }
[data-bs-theme="dark"] .dropdown-menu .dropdown-item.untranslated:focus-visible, [data-bs-theme="dark"] .dropdown-menu .dropdown-item.untranslated:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-home' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23b3c7ff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l-2 0l9 -9l9 9l-2 0' /%3E%3Cpath d='M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7' /%3E%3Cpath d='M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6' /%3E%3C/svg%3E");
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-home' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%235a8264' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l-2 0l9 -9l9 9l-2 0' /%3E%3Cpath d='M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7' /%3E%3Cpath d='M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6' /%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 1rem top 0.6rem;
background-size: 0.9rem 0.9rem;
text-decoration: unset; }
[data-bs-theme="dark"] .dropdown-menu .dropdown-item:hover {
color: #b3c7ff;
color: #5a8264;
background: #17181c; }
[data-bs-theme="dark"] .dropdown-menu .dropdown-item.active,
[data-bs-theme="dark"] .dropdown-menu .dropdown-item:focus {
color: #b3c7ff;
color: #5a8264;
background: #17181c; }
[data-bs-theme="dark"] .navbar .dropdown-item.current,
[data-bs-theme="dark"] .doks-subnavbar .dropdown-item.current {
......@@ -11682,9 +11682,9 @@ hr {
[data-bs-theme="dark"] details summary::after {
content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28222, 226, 230, 0.75%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e"); }
[data-bs-theme="dark"] #toc a.active {
color: #b3c7ff; }
color: #5a8264; }
[data-bs-theme="dark"] .btn-light {
color: #b3c7ff;
color: #5a8264;
background: #23262f;
border: 1px solid #23262f; }
[data-bs-theme="dark"] table th {
......@@ -11727,7 +11727,7 @@ hr {
.alert-primary {
color: #fff;
background-color: #5d2f86; }
background-color: #5a8264; }
.alert a {
text-decoration: underline; }
......@@ -11922,10 +11922,10 @@ body .toggle-light {
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
background-color: transparent;
color: #5d2f86; }
color: #5a8264; }
.btn-toggle-nav a.active {
color: #5d2f86; }
color: #5a8264; }
@media (max-width: 991.98px) {
.dropdown-menu {
......@@ -11976,14 +11976,14 @@ body .toggle-light {
color: #6c757d;
text-decoration: line-through; }
.dropdown-menu .dropdown-item.untranslated:focus-visible, .dropdown-menu .dropdown-item.untranslated:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-home' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%235d2f86' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l-2 0l9 -9l9 9l-2 0' /%3E%3Cpath d='M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7' /%3E%3Cpath d='M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6' /%3E%3C/svg%3E");
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-home' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%235a8264' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l-2 0l9 -9l9 9l-2 0' /%3E%3Cpath d='M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7' /%3E%3Cpath d='M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6' /%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 1rem top 0.6rem;
background-size: 0.9rem 0.9rem;
text-decoration: unset; }
.dropdown-menu .dropdown-item:hover {
color: #5d2f86; }
color: #5a8264; }
.dropdown-menu span.dropdown-item.current:hover {
color: unset; }
......@@ -12432,7 +12432,7 @@ img[data-sizes="auto"] {
.comment-form .search-form input[type="url"]:focus,
.search-form .comment-form textarea:focus,
.comment-form .search-form textarea:focus, .search-form .search-field:focus {
border: 2px solid #5d2f86; }
border: 2px solid #5a8264; }
[data-bs-theme="dark"] .search-form .form-control:focus, [data-bs-theme="dark"] .search-form .comment-form input[type="text"]:focus, .comment-form [data-bs-theme="dark"] .search-form input[type="text"]:focus,
[data-bs-theme="dark"] .search-form .comment-form input[type="email"]:focus,
......@@ -12441,10 +12441,10 @@ img[data-sizes="auto"] {
.comment-form [data-bs-theme="dark"] .search-form input[type="url"]:focus,
[data-bs-theme="dark"] .search-form .comment-form textarea:focus,
.comment-form [data-bs-theme="dark"] .search-form textarea:focus, [data-bs-theme="dark"] .search-form .search-field:focus {
border: 2px solid #b3c7ff; }
border: 2px solid #5a8264; }
[data-bs-theme="dark"] .search-form .btn-link {
color: #b3c7ff; }
color: #5a8264; }
.search-form .btn-link,
.modal-body p.message,
......@@ -12489,7 +12489,7 @@ img[data-sizes="auto"] {
.search-result:hover .card,
.search-result.selected .card {
background-color: #5d2f86;
background-color: #5a8264;
color: #fff; }
.search-result:hover .card .content a,
.search-result.selected .card .content a {
......@@ -12498,7 +12498,7 @@ img[data-sizes="auto"] {
[data-bs-theme="dark"] .search-result:hover .card,
[data-bs-theme="dark"] .search-result.selected .card {
background-color: #b3c7ff;
background-color: #5a8264;
color: #23262f; }
[data-bs-theme="dark"] .search-result:hover .card .content a,
[data-bs-theme="dark"] .search-result.selected .card .content a {
......@@ -12566,7 +12566,7 @@ img[data-sizes="auto"] {
.suggestion__title {
font-weight: 700;
color: #b3c7ff; }
color: #5a8264; }
.suggestion__description,
.suggestion__no-results {
......@@ -12621,7 +12621,7 @@ table {
.banner .nav .nav-tabs li.show a {
background-color: transparent;
border-color: transparent;
border-bottom: 0.125rem solid #5d2f86; }
border-bottom: 0.125rem solid #5a8264; }
[data-bs-theme="dark"] .nav-tabs {
border-bottom: 0.0625rem solid #343a40; }
......@@ -12634,7 +12634,7 @@ table {
[data-bs-theme="dark"] .nav-tabs .banner .nav li.show a,
.banner .nav [data-bs-theme="dark"] .nav-tabs li.show .nav-link,
.banner .nav [data-bs-theme="dark"] .nav-tabs li.show a {
border-bottom: 0.125rem solid #b3c7ff; }
border-bottom: 0.125rem solid #5a8264; }
.footer {
border-top: 1px solid #e9ecef;
......@@ -12814,10 +12814,10 @@ h5.offcanvas-title, .offcanvas-title.h5 {
.offcanvas .nav-link:focus,
.offcanvas .banner .nav a:focus,
.banner .nav .offcanvas a:focus {
color: #5d2f86; }
color: #5a8264; }
.offcanvas .nav-link.active, .offcanvas .banner .nav a.active, .banner .nav .offcanvas a.active {
color: #5d2f86; }
color: #5a8264; }
/*
.navbar {
......@@ -12907,7 +12907,7 @@ h5.offcanvas-title, .offcanvas-title.h5 {
.comment-form input.is-search[type="email"]:focus,
.comment-form input.is-search[type="url"]:focus,
.comment-form textarea.is-search:focus, .search-form .is-search.search-field:focus {
border: 1px solid #5d2f86; }
border: 1px solid #5a8264; }
/*
.doks-search::after {
......@@ -13134,7 +13134,7 @@ h5.offcanvas-title, .offcanvas-title.h5 {
color: #1d2d35; }
.navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav .active .banner .nav a, .banner .nav .navbar-light .navbar-nav .active a {
color: #5d2f86; }
color: #5a8264; }
.dropdown-divider {
border-top: 1px dashed #e9ecef; }
......@@ -13574,7 +13574,7 @@ a.docs-link {
.page-links a:hover,
.page-links a.active {
text-decoration: none;
color: #5d2f86; }
color: #5a8264; }
.nav-link.active, .banner .nav a.active,
.dropdown-menu-main .dropdown-item.active,
......
{"Target":"main.d104460c95b241f18a8ea1b961dc840db8faa8145d0f1263cd71a592a0ce32c39007ad4343e42d324998beec5bcce6134c9ad1426d6a2921c7b82c3c8bb9ac1c.css","MediaType":"text/css","Data":{"Integrity":"sha512-0QRGDJWyQfGKjqG5YdyEDbj6qBRdDxJjzXGlkqDOMsOQB61DQ+QtMkmYvuxbzOYTTJrRQm1qKSHHuCw8i7msHA=="}}
\ No newline at end of file
{"Target":"main.5a250d4788528d67ba0d23a2fb15e23e249764a825c3b46a0e5054ef36ec3d8eb020e929677bfbd2521ee556297a8b28ddd83e9d55ad11d3fe5859996735ca7d.css","MediaType":"text/css","Data":{"Integrity":"sha512-WiUNR4hSjWe6DSOi+xXiPiSXZKglw7RqDlBU7zbsPY6wIOkpZ3v70lIe5VYpeoso3dg+nVWtEdP+WFmZZzXKfQ=="}}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment