Skip to content

Commit

Permalink
Merge pull request #2150 from Inist-CNRS/fix-istex-legacy
Browse files Browse the repository at this point in the history
small fixes on istex legacy theme
  • Loading branch information
touv authored Sep 13, 2024
2 parents 3934b2e + 8e37a42 commit 01d1e31
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/app/custom/themes/istex-legacy/css/istex.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ h5,.h5{font-size:.9375rem;}
.baseline,.navigation-main a,.navigation-main span,#pageTitle{font-weight:bold;}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,.footer1,.tooltipDessous,#pageSubTitle,.breadcrumb-item-link{font-weight: 500;}
.MuiTableCell-head{font-weight: 500!important;font-variant: small-caps;}
a,.property_value p>a,.property_value p>a:hover,a.link_to_resource{color: var(--bleuistex);}
a,.property_value p>a,.property_value p>a:hover,a.link_to_resource{color: var(--bleuistex)!important;}
a.property_value._1slu1mr,.value_sparql>a.link._1slu1mr,.istex-item-title>a.link._1slu1mr,a.link._1slu1mr:not(.graph-summary-link){color: var(--bleuistex);}
a._cdr56k,a._cdr56k:hover,a._cdr56k:focus,a.search-result-link{color: inherit!important}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{color:var(--noir)}
Expand Down Expand Up @@ -96,7 +96,7 @@ img.nav-bar-icon{display: none;}
.nav-item._1ccr4zz,.nav-item._1ccr4zz:hover,.nav-item._1ccr4zz:focus{color:var(--noir)!important;background-color:var(--gris1);}

/* boîtes, format grille de ressources ou format liste */
.list-format-unordered_without_bullet{list-style-type: none;display: grid;grid-template-columns: repeat(auto-fit,350px);column-gap: 20px;padding: 0}
.list-format-unordered_without_bullet{list-style-type: none;display: grid;grid-template-columns: repeat(auto-fit,350px);column-gap: 10px;padding: 0}
.lodex-resource-wrapper{display: flex;flex-direction: column;margin-bottom: 20px}
.resources-grid-list{list-style-type: none;display:flex;text-align: center;justify-content:center;gap: 20px;padding: 0}
.resources-grid-item{padding: 0!important;margin: 1%!important}
Expand Down Expand Up @@ -156,4 +156,4 @@ button.edit-field{margin-left: .5rem;}
.footerIstex>*:not(.search-form){justify-content: center;align-items: center;flex-wrap: wrap;text-align: center}
.footerIstex>ul{list-style-type: none;display: flex;justify-content: center;flex-wrap: wrap;align-items: center;gap: 30px;margin: 0;}
.fu{width: 150px}
.footer1,.footer2,.footer3{padding-top: 30px;}
.footer1,.footer2,.footer3{padding-top: 30px;}
20 changes: 15 additions & 5 deletions src/app/custom/themes/istex-legacy/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,21 @@
</div>
<nav id="navigation-main" class="navigation-main" role="navigation" aria-label="menu-principal">
<ul class="menu">
<li><a href="https://www.istex.fr/la-base/">La base</a></li>
<li><a href="https://www.istex.fr/fouille-de-texte/">Fouille de textes</a></li>
<li><a href="https://www.istex.fr/category/actualites/">Actualités</a></li>
<li><a href="https://www.istex.fr/a-propos/">À propos</a></li>
<li><a href="https://www.istex.fr/institutions-adherentes/">Institutions adhérentes</a></li>
<li>
<a href="https://www.istex.fr/base-documentaire/">Base documentaire</a>
</li>
<li>
<a href="https://www.istex.fr/constitution-de-corpus/">Constitution de corpus</a>
</li>
<li>
<a href="https://www.istex.fr/exploration-enrichissement/">Exploration et enrichissement</a>
</li>
<li>
<a href="https://www.istex.fr/formations/">Offre de formations</a>
</li>
<li>
<a href="https://www.istex.fr/institutions-adherentes/">Institutions adhérentes</a>
</li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit 01d1e31

Please sign in to comment.