Skip to content

Commit

Permalink
Merge branch 'master' into add-nodejs-cpack-comp
Browse files Browse the repository at this point in the history
  • Loading branch information
artanokhov authored Apr 12, 2024
2 parents c3913b0 + e6dd340 commit 056cd44
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 127 deletions.
27 changes: 11 additions & 16 deletions docs/sphinx_setup/_static/css/homepage_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ h1 {
font-size: 60px !important;
}

.homepage-begin-container {
padding: 0px;
}

#ov-homepage-banner {
border-bottom: 0px;
}
Expand All @@ -21,7 +17,7 @@ h1 {

.ov-homepage-slide-title {
color: white !important;
font-size: 22px !important;
font-size: 27px !important;
font-weight: lighter !important;
}

Expand All @@ -36,31 +32,26 @@ h1 {
}

#ov-homepage-banner #splide01-slide01 {
background-color: #070862;
background-image: linear-gradient(350deg, #004CA9 0%, #381965 50%, #070862 100%);
padding: 32px 48px !important;
}

#ov-homepage-banner #splide01-slide02 {
background-color: #034CAA;
background-image: linear-gradient(270deg, #034CAA 00%, #4B9D77 50%, #034CAA 100%);
padding: 32px 48px !important;
}

#ov-homepage-banner #splide01-slide03 {
background-color: #030B5E;
background-image: linear-gradient(230deg, #030B5E 0%, #285455 40%, #030B5E 100%);
padding: 32px 48px !important;
}

#ov-homepage-banner #splide01-slide04 {
background-color: #214DA4;
background-image: linear-gradient(110deg, #214DA4 0%, #03aadd 100%);
padding: 32px 48px !important;
}

#ov-homepage-banner #splide01-slide05 {
background-color: #034CAA;
background-image: linear-gradient(350deg, #034CAA 20%, #034CAA 30%, #4B9D77 100%);
padding: 32px 48px !important;
}
Expand All @@ -70,6 +61,15 @@ h1 {
margin: 0.4rem 0 1.2rem 0;
}
}
.splide__pagination>li {
padding-right: 6px;
}
.is-active{
color: white !important;
}
.homepage-begin-container {
padding: 0px;
}

#ov-homepage-banner p:first-of-type {
margin-top: 0;
Expand All @@ -89,12 +89,8 @@ h1 {
color: white;
}

#splide01-track {
height: calc(180px) !important;
}

.ov-homepage-banner-btn {
font-size: 14px !important;
font-size: 12px !important;
font-weight: bold !important;
color: #ffffff !important;
border: 1px solid white;
Expand Down Expand Up @@ -172,7 +168,6 @@ h1 {

.homepage-begin-tile {
border-radius: 0;
/* margin: 20px !important; */
margin-bottom: 5px;
position: relative;
border-width: 0.2cqb;
Expand Down
5 changes: 3 additions & 2 deletions docs/sphinx_setup/_static/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,14 +259,15 @@ function addFooter() {
function initSplide() {

var splide = new Splide('.splide', {
type : 'loop',
height : `230px`,
type : 'fade',
autoHeight : true,
perPage : 1,
autoplay : true,
arrows : false,
waitForTransition : true,
wheel : true,
wheelSleep : 250,
interval : 3000,
});
splide.mount();
}
Expand Down
109 changes: 0 additions & 109 deletions docs/sphinx_setup/_static/js/graphs_ov_tf.js

This file was deleted.

0 comments on commit 056cd44

Please sign in to comment.