lista risultati e prove di stile

This commit is contained in:
Luca Trupiano 2023-02-10 15:43:12 +01:00
parent 0560477d35
commit 0ff19ba5dc
5 changed files with 20 additions and 4 deletions

View File

@ -10,14 +10,21 @@
* Canto
*/
@font-face {
font-family: Bracciolini;
src: url(/fonts/LDR_Bracciolini.otf);
}
.blog-main{
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue,
font-size: 18px;
font-family: "Bracciolini", "Spectral", -apple-system, BlinkMacSystemFont, Helvetica Neue,
Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell,
Fira Sans, Droid Sans,
sans-serif;
}
.synt__info{
font-size: 12px;
font-weight: normal;

View File

@ -1,8 +1,16 @@
/* custom.css */
@font-face {
font-family: Humanist-777;
src: url(/fonts/Humanist-777-Font.otf);
}
html,
body {
height: 100%;
background-color: #eaeae6 !important;
font-family: 'Humanist-777', 'Roboto';
}
body {

BIN
fonts/Humanist-777-Font.otf Normal file

Binary file not shown.

BIN
fonts/LDR_Bracciolini.otf Normal file

Binary file not shown.

View File

@ -12,6 +12,8 @@
href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/css/bootstrap4-toggle.min.css">
<link rel="stylesheet"
href="https://code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Spectral">
<!--
-->
<link rel="stylesheet" href="./css/browsingldc.css">
@ -381,7 +383,7 @@
</div>
</div>
<div class="card">
<div class="card-header px-1" id="headingZero" style="display: d-flex;">
<div class="card-header px-1" id="headingZero" style="display: none;">
<h6 class="mb-0">
<div class="row no-gutters justify-content-end">
<div class="col-auto flex-fill align-self-end text-muted text-right nav-link">
@ -389,7 +391,6 @@
</div>
<div id="cantica0-badge"
class="col-auto align-self-center align-self-end text-right">
<span class="badge badge-primary badge-pill mx-2 lista-risultati">9 &gt;</span>
</div>
</div>
</h6>