lista risultati e prove di stile
This commit is contained in:
parent
0560477d35
commit
0ff19ba5dc
|
@ -10,14 +10,21 @@
|
||||||
* Canto
|
* Canto
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: Bracciolini;
|
||||||
|
src: url(/fonts/LDR_Bracciolini.otf);
|
||||||
|
}
|
||||||
|
|
||||||
.blog-main{
|
.blog-main{
|
||||||
font-size: 16px;
|
font-size: 18px;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, “Helvetica Neue”,
|
font-family: "Bracciolini", "Spectral", -apple-system, BlinkMacSystemFont, “Helvetica Neue”,
|
||||||
“Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”,
|
“Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”,
|
||||||
“Fira Sans”, “Droid Sans”,
|
“Fira Sans”, “Droid Sans”,
|
||||||
sans-serif;
|
sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.synt__info{
|
.synt__info{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
|
@ -1,8 +1,16 @@
|
||||||
/* custom.css */
|
/* custom.css */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: Humanist-777;
|
||||||
|
src: url(/fonts/Humanist-777-Font.otf);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #eaeae6 !important;
|
background-color: #eaeae6 !important;
|
||||||
|
font-family: 'Humanist-777', 'Roboto';
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -12,6 +12,8 @@
|
||||||
href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/css/bootstrap4-toggle.min.css">
|
href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/css/bootstrap4-toggle.min.css">
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="https://code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css">
|
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">
|
<link rel="stylesheet" href="./css/browsingldc.css">
|
||||||
|
@ -381,7 +383,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<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">
|
<h6 class="mb-0">
|
||||||
<div class="row no-gutters justify-content-end">
|
<div class="row no-gutters justify-content-end">
|
||||||
<div class="col-auto flex-fill align-self-end text-muted text-right nav-link">
|
<div class="col-auto flex-fill align-self-end text-muted text-right nav-link">
|
||||||
|
@ -389,7 +391,6 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="cantica0-badge"
|
<div id="cantica0-badge"
|
||||||
class="col-auto align-self-center align-self-end text-right">
|
class="col-auto align-self-center align-self-end text-right">
|
||||||
<span class="badge badge-primary badge-pill mx-2 lista-risultati">9 ></span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</h6>
|
</h6>
|
||||||
|
|
Loading…
Reference in New Issue