move style to index.css

This commit is contained in:
2024-05-30 15:34:13 +03:00
parent d4d55953bc
commit 15ce49d436
6 changed files with 42 additions and 195 deletions

View File

@@ -178,7 +178,7 @@ Market Cap
<!-- section 4 --> <!-- section 5 -->
<div class="container mx-auto"> <div class="container mx-auto">
{% row( style="mtop") %} {% row( style="mtop") %}
@@ -309,7 +309,7 @@ Market Cap
<!-- section 5 --> <!-- section 6 -->
@@ -326,45 +326,6 @@ Market Cap
<style> <style>
.green{
background-color:#58CF77 !important;
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green a{
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green_text{
color: #58CF77 ;
}
.blue_b{
background-color:#2E83FF !important;
color: #fff !important;
}
.blue_b a{
color: #fff !important;
}
.blue_b:hover {
background-color:#5596f5 !important;
}
.rounded_img img { .rounded_img img {
border-radius: 8px; border-radius: 8px;
} }

View File

@@ -231,45 +231,6 @@ From decentralized cloud computing and blockchain integration to overseeing infr
<style> <style>
.green{
background-color:#58CF77 !important;
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green a{
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green_text{
color: #58CF77 ;
}
.blue_b{
background-color:#2E83FF !important;
color: #fff !important;
}
.blue_b a{
color: #fff !important;
}
.blue_b:hover {
background-color:#5596f5 !important;
}
.rounded_img img { .rounded_img img {
border-radius: 8px; border-radius: 8px;
} }

View File

@@ -474,43 +474,8 @@ Participate in the conversation
.card_h{ .card_h{
height: 110px !important; height: 110px !important;
} }
.green{
background-color:#58CF77 !important;
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green a{
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green_text{
color: #58CF77 ;
}
.blue_b{
background-color:#2E83FF !important;
color: #fff !important;
}
.blue_b a{
color: #fff !important;
}
.blue_b:hover {
background-color:#5596f5 !important;
}
.rounded_img img { .rounded_img img {
border-radius: 8px; border-radius: 8px;
} }

View File

@@ -204,42 +204,3 @@ By joining us on this cloud journey, you're not just investing in technology
</div> </div>
<style>
.green{
background-color:#58CF77 !important;
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green a{
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green_text{
color: #58CF77 ;
}
.blue_b{
background-color:#2E83FF !important;
color: #fff !important;
}
.blue_b a{
color: #fff !important;
}
.blue_b:hover {
background-color:#5596f5 !important;
}
</style>

View File

@@ -168,44 +168,3 @@ Whether you are hosting the cloud or deploying solutions on the Grid you will ea
</div> </div>
<style>
.green{
background-color:#58CF77 !important;
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green a{
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green_text{
color: #58CF77 ;
}
.blue_b{
background-color:#2E83FF !important;
color: #fff !important;
}
.blue_b a{
color: #fff !important;
}
.blue_b:hover {
background-color:#5596f5 !important;
}
</style>

View File

@@ -78,6 +78,46 @@ a img:hover{
cursor: pointer; cursor: pointer;
} }
/* new theme */
.green{
background-color:#58CF77 !important;
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green a{
color: #fff !important;
}
.green:hover {
background-color:#7ad993 !important;
}
.green_text{
color: #58CF77 ;
}
.blue_b{
background-color:#2E83FF !important;
color: #fff !important;
}
.blue_b a{
color: #fff !important;
}
.blue_b:hover {
background-color:#5596f5 !important;
}
.footer-cust a{ .footer-cust a{
color: #999; color: #999;
cursor: pointer; cursor: pointer;