diff --git a/css/custom_4.2.css b/css/custom_4.2.css index f49ea25..672f261 100644 --- a/css/custom_4.2.css +++ b/css/custom_4.2.css @@ -1,3 +1,4 @@ +@charset "UTF-8"; /* custom.css */ /* success rgb(117, 159, 154) #759F9A */ @@ -7,7 +8,11 @@ src: url(../fonts/Humanist-777-Font.otf); } - +@font-face { + font-family: Bracciolini; + src: url(../fonts/LDR_Bracciolini.otf); +} + html, body { height: 100%; @@ -69,7 +74,6 @@ body { border-color: rgb(117, 159, 154) !important; background-color: rgb(117, 159, 154) !important; } - .badge-outline-info { padding: .1rem .15rem; @@ -163,6 +167,75 @@ Minimap } +/* +Ex browsingldc.css +*/ + +.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: -apple-system, BlinkMacSystemFont, “Helvetica Neue”, + “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, + “Fira Sans”, “Droid Sans”, + sans-serif; +} + +#displaycanto span:hover { + color: red; +} + +.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; +} + + /* ------- customize colors -------- */ /* https://lingtalfi.com/bootstrap4-color-generator @@ -175,22 +248,6 @@ Minimap lida8 #fab37f lida9 #f1924e -spinner howto: - gifsicle --change-color 204,232,159 250,179,127 ajax-loader.gif > 1.gif - gifsicle --change-color 224,128,192 241,146,78 1.gif > 2.gif - gifsicle --change-color 127,127,127 0,150,142 2.gif > 3.gif - gifsicle --change-color 127,204,255 16,110,124 3.gif > 4.gif - gifsicle --change-color 224,255,128 74,189,140 4.gif > lida-loader.gif - -*/ - - - -/*------------------------------------ -- Elements only -#f8f9fa! important; -#eaeae6 !important; - lida10 #dbf2e8 lida10g #b6daca lida11 #fef0e5 diff --git a/index_4.2.html b/index_4.2.html index 09541f3..8a417fb 100644 --- a/index_4.2.html +++ b/index_4.2.html @@ -11,7 +11,6 @@ <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Spectral"> <!-- --> -<link rel="stylesheet" href="./css/browsingldc.css"> <link rel="stylesheet" href="./css/bootstrap.min.lida2.css"> <link rel="stylesheet" href="./css/custom_4.2.css">