93 lines
1.7 KiB
CSS
93 lines
1.7 KiB
CSS
@charset "UTF-8";
|
|
/* stylelint-disable selector-list-comma-newline-after, property-no-vendor-prefix */
|
|
|
|
/*
|
|
* Globals
|
|
*/
|
|
|
|
|
|
/*
|
|
* Canto
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: Bracciolini;
|
|
src: url(../fonts/LDR_Bracciolini.otf);
|
|
}
|
|
|
|
.blog-main{
|
|
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;
|
|
font-style: italic;
|
|
font-family: "Bracciolini", "Spectral", -apple-system, BlinkMacSystemFont, “Helvetica Neue”,
|
|
“Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”,
|
|
“Fira Sans”, “Droid Sans”, sans-serif;
|
|
}
|
|
|
|
#displaycanto span:hover {
|
|
color: red;
|
|
}
|
|
|
|
|
|
.canto {
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
.numverso {
|
|
font-size: 12px;
|
|
color: gray;
|
|
font-family: -apple-system, BlinkMacSystemFont, “Helvetica Neue”,
|
|
“Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”,
|
|
“Fira Sans”, “Droid Sans”,
|
|
sans-serif;
|
|
}
|
|
|
|
|
|
|
|
/* on mouseOver classes */
|
|
|
|
.Nik_dropdown {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
|
|
.Nik_dropdown-content {
|
|
/*display: none;*/
|
|
/*position: absolute;
|
|
top: -60px;
|
|
left: 50px;
|
|
background-color: rgb(252, 252, 252);*/
|
|
/* background-color: #92a8d1; */
|
|
max-width: 170px;
|
|
min-width: 70px;
|
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
|
padding: 0px 0px;
|
|
color:#1E90FF;
|
|
font-size: 12px;
|
|
z-index: 100;
|
|
/*float: top;*/
|
|
}
|
|
|
|
.Nik_dropdown:hover .Nik_dropdown-content {
|
|
display: block;
|
|
}
|
|
|
|
|
|
.mark {
|
|
background-color: #a996a0 !important;
|
|
}
|
|
|