Skip to content

Commit

Permalink
Merge branch 'main' into localisation-context-table
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierchomel committed Dec 17, 2024
2 parents 8678296 + 16d8b01 commit e770a79
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 9 deletions.
32 changes: 26 additions & 6 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@

$color-dark-blue: #1A3C6C;
$color-orange: #EE8C3D;
$color-orange: darken(#EE8C3D, 10%);
$color-grey: #6B748E;
$color-purple: #6975CF;
$color-purple: darken(#6975CF, 3%);
$color-extralight: #F4F8FD;

a:not(.navbar *):not(.td-sidebar-nav *):not(.footer *):not(.about_banner_medias *):not(.about_header *):not(.downloadPanel *) {
color: #2f6bc0;
text-decoration: underline;
}

.img-fluid, .td-content img {
max-width: none;
Expand Down Expand Up @@ -423,6 +427,7 @@ kbd {

.row {
margin: 0;
padding-bottom: 50px;
}

.banner {
Expand Down Expand Up @@ -683,6 +688,10 @@ kbd {
position: absolute;
bottom: 10px;
left: 20px;
a {
text-decoration: underline;
color: white;
}
}

&_links_block {
Expand Down Expand Up @@ -710,12 +719,14 @@ kbd {

&_nav {
.active {
text-decoration: underline;
color: white;
}

a {
color: $color-grey;
color: rgb(218, 215, 215);
font-size: 1.2rem;
text-decoration: none;
}
}
}
Expand Down Expand Up @@ -834,8 +845,9 @@ kbd {
background-color: $color-orange;
padding: 15px 20px;
border-radius: 20px;
color: white;
font-size: 1.5rem;
color: white!important;
font-size: 2rem;
text-wrap: nowrap;
&:after {
content: "";
margin-right: 10px;
Expand Down Expand Up @@ -915,6 +927,7 @@ kbd {
li {
color: $color-orange;
margin-top: 5px;
// font-size: 1.5rem;

&::marker {
color: inherit;
Expand Down Expand Up @@ -1122,6 +1135,10 @@ kbd {
flex: unset;
margin-bottom: 50px;
}

a {
text-decoration: underline;
}
}

.donation_section > img {
Expand All @@ -1132,6 +1149,9 @@ kbd {
position: relative;
right: unset;
margin: auto;
p {
font-size: 20px;
}
}

.carousel button.prev {
Expand Down Expand Up @@ -1264,7 +1284,7 @@ kbd {
}

.big_button_orange {
font-size: 1rem !important;
font-size: 1.5rem !important;
}

.credits {
Expand Down
1 change: 0 additions & 1 deletion content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<div class="downloadPanel_title">
<img class="left" src="https://www.edrlab.org/wp-content/uploads/2018/10/Miniature_blue.png" alt="" role="presentation"/>
<h1 id="downloadlinks">Download links (Thorium 3.0)</h1>

</div>

<div class="downloadPanel_content">
Expand Down
8 changes: 7 additions & 1 deletion content/en/th3/800_collaborating/unlocalisedmessages.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

---
title: "unlocalised messages"
description: ""
draft: true
weight: 930
toc: false
---



Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{{ end }}
<ul class="navbar-nav mt-2 mt-lg-0">
<li>
<a class="nav-link active" href="/">{{ T "home" }}</a></li>
<a class="nav-link{{ if .IsHome }} active{{ end }}" href="/">{{ T "home" }}</a></li>
{{ $p := . }}
{{ range .Site.Menus.main }}
<li class="nav-item mr-4 mb-2 mb-lg-0">
Expand Down

0 comments on commit e770a79

Please sign in to comment.