|
|
@@ -35,12 +35,12 @@
|
|
|
|
|
|
html,
|
|
|
body {
|
|
|
- height: 100%;
|
|
|
+ height: 97%;
|
|
|
}
|
|
|
|
|
|
-body {
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
+// body {
|
|
|
+// overflow: visible !important;
|
|
|
+// }
|
|
|
|
|
|
.edition-font {
|
|
|
font-family: Junicode, Times, serif;
|
|
|
@@ -81,6 +81,13 @@ body {
|
|
|
background-color: themed("toolsBackground") !important;
|
|
|
color: themed("toolsColor");
|
|
|
}
|
|
|
+ }
|
|
|
+
|
|
|
+ html body evt-root evt-main-header nav.navbar.justify-content-between.temp-header {
|
|
|
+ @include themify($themes) {
|
|
|
+ background-color: themed("mainHeaderBackground") !important;
|
|
|
+ color: themed("mainHeaderColor");
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.ng-arrow-wrapper {
|
|
|
@@ -276,4 +283,133 @@ evt-lemmatized-entity.ng-star-inserted div.ne-detail-content.ng-star-inserted {
|
|
|
span.iperlemmatizedEntityRef.w.highlight {
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
+.btn {
|
|
|
+ &.active {
|
|
|
+ @include themify($themes) {
|
|
|
+ background: themed("toolsColorActive") !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+// evt-main-header {
|
|
|
+// overflow: visible !important;
|
|
|
+// }
|
|
|
+
|
|
|
+html body evt-root evt-main-header nav.navbar.justify-content-between.temp-header div evt-button.ng-star-inserted button.btn.btn-sm.btn-no-border.viewMode-btn.btn-light.btn-inverted.btn-hovered.shadow-sm.active evt-icon.ng-star-inserted span.evt-icon-imgTxt.viewMode-selector.icon.ng-star-inserted {
|
|
|
+
|
|
|
+ color: white;
|
|
|
+ box-shadow: 0 2px 4px rgba(0, 0, 0, .4) !important;
|
|
|
+ // @include themify($themes) {
|
|
|
+ // color: themed("toolsColorActive");
|
|
|
+ // background-color: themed("toolsBackground");
|
|
|
+ // }
|
|
|
+}
|
|
|
+
|
|
|
+// .btn {
|
|
|
+// outline: none;
|
|
|
+// border: none;
|
|
|
+
|
|
|
+// &[disabled]{
|
|
|
+// cursor: default;
|
|
|
+// }
|
|
|
+
|
|
|
+// &.btn-sm {
|
|
|
+// height: 31px;
|
|
|
+// }
|
|
|
+
|
|
|
+// &:focus {
|
|
|
+// box-shadow: none;
|
|
|
+// }
|
|
|
+
|
|
|
+// @include themify($themes) {
|
|
|
+// color: themed("toolsColor");
|
|
|
+// background-color: themed("toolsBackground");
|
|
|
+// border-color: themed("toolsBackground");
|
|
|
+// }
|
|
|
+
|
|
|
+// &:hover:not([disabled]) {
|
|
|
+// @include set("box-shadow", "1px 2px 3px rgba(0, 0, 0, .4) inset !important");
|
|
|
+// }
|
|
|
+
|
|
|
+// &.active {
|
|
|
+// @include themify($themes) {
|
|
|
+// background: themed("toolsColorActive") !important;
|
|
|
+// }
|
|
|
+// }
|
|
|
+
|
|
|
+// &.transparent {
|
|
|
+// background: none !important;
|
|
|
+// border-color: transparent !important;
|
|
|
+
|
|
|
+// &.active {
|
|
|
+// @include themify($themes) {
|
|
|
+// color: themed("toolsColorActive");
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
+
|
|
|
+// &.btn-inverted {
|
|
|
+// background: transparent;
|
|
|
+// border: none;
|
|
|
+// box-shadow: none;
|
|
|
+
|
|
|
+// @include themify($themes) {
|
|
|
+// color: themed("toolsBackground");
|
|
|
+// background-color: themed("toolsColor");
|
|
|
+// border-color: themed("toolsColor");
|
|
|
+
|
|
|
+// &:hover,
|
|
|
+// &.btn-hovered {
|
|
|
+// background: rgba(themed("toolsBackground"), 0.2);
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
+
|
|
|
+// &.btn-floating {
|
|
|
+// @include set("box-shadow", "0 2px 4px rgba(0, 0, 0, .4) !important");
|
|
|
+// @include themify($themes) {
|
|
|
+// color: themed("toolsBackground");
|
|
|
+// background-color: themed("toolsColor");
|
|
|
+// border-color: themed("toolsColor");
|
|
|
+// }
|
|
|
+// &:hover {
|
|
|
+// @include set("box-shadow", "none !important");
|
|
|
+// }
|
|
|
+// &.rounded-circle {
|
|
|
+// height: 40px;
|
|
|
+// width: 40px;
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
+footer.footerz {
|
|
|
+ position: absolute !important;
|
|
|
+ width: 100%;
|
|
|
+ height: 3em;
|
|
|
+ background-color: #891c25;
|
|
|
+ color: white;
|
|
|
+ // padding-top: 2px;
|
|
|
+ a {
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+ .partner-list {
|
|
|
+ background-color: rgba(250,250,250,.5);
|
|
|
+ border-radius: 6px;
|
|
|
+ padding: 1px 2px;
|
|
|
+ }
|
|
|
+ .img-logo{
|
|
|
+ height: 2em;
|
|
|
+ padding: 1px;
|
|
|
+ }
|
|
|
+ .container {
|
|
|
+ padding: 4px;
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+html body footer#footerz.footerz div.container div.row div.col-lg-9.h-100.text-center.my-auto{
|
|
|
+ padding-left: 400px !important;
|
|
|
+}
|
|
|
+// evt-root {
|
|
|
+// position: relative !important;
|
|
|
+// min-height: 100vh;
|
|
|
+// }
|