LiDa_Search/archive/css/browsingldc.css

93 lines
1.7 KiB
CSS
Raw Normal View History

2022-11-06 17:12:56 +01:00
@charset "UTF-8";
/* stylelint-disable selector-list-comma-newline-after, property-no-vendor-prefix */
/*
* Globals
*/
/*
* Canto
*/
2023-02-10 15:43:12 +01:00
@font-face {
font-family: Bracciolini;
2023-02-10 15:53:26 +01:00
src: url(../fonts/LDR_Bracciolini.otf);
2023-02-10 15:43:12 +01:00
}
.blog-main{
2023-02-10 15:43:12 +01:00
font-size: 18px;
font-family: "Bracciolini", "Spectral", -apple-system, BlinkMacSystemFont, Helvetica Neue,
Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell,
Fira Sans, Droid Sans,
sans-serif;
}
2022-11-06 17:12:56 +01:00
2023-02-10 15:43:12 +01:00
2023-02-07 14:13:51 +01:00
.synt__info{
font-size: 12px;
font-weight: normal;
font-style: italic;
2023-02-15 12:00:51 +01:00
font-family: "Bracciolini", "Spectral", -apple-system, BlinkMacSystemFont, Helvetica Neue,
2023-02-07 14:13:51 +01:00
Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell,
2023-02-15 12:00:51 +01:00
Fira Sans, Droid Sans, sans-serif;
2023-02-07 14:13:51 +01:00
}
2022-12-16 15:24:27 +01:00
#displaycanto span:hover {
2023-01-24 18:33:06 +01:00
color: red;
2022-12-14 11:51:48 +01:00
}
2023-02-15 12:00:51 +01:00
.canto {
2023-02-15 12:00:51 +01:00
-webkit-user-select: none;
user-select: none;
}
2023-02-01 10:31:28 +01:00
.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;
}
2022-11-08 10:44:20 +01:00
2023-01-22 17:38:22 +01:00
/* on mouseOver classes */
.Nik_dropdown {
position: relative;
display: inline-block;
}
2023-01-22 17:38:22 +01:00
.Nik_dropdown-content {
/*display: none;*/
/*position: absolute;
2023-01-22 17:38:22 +01:00
top: -60px;
left: 50px;
background-color: rgb(252, 252, 252);*/
2023-01-24 18:33:06 +01:00
/* background-color: #92a8d1; */
max-width: 170px;
2023-01-24 18:33:06 +01:00
min-width: 70px;
2023-01-22 17:38:22 +01:00
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
2023-01-25 10:33:35 +01:00
padding: 0px 0px;
2023-01-24 18:33:06 +01:00
color:#1E90FF;
font-size: 12px;
2023-02-03 15:42:34 +01:00
z-index: 100;
/*float: top;*/
2023-01-22 17:38:22 +01:00
}
.Nik_dropdown:hover .Nik_dropdown-content {
display: block;
}
.mark {
background-color: #a996a0 !important;
}