|
@@ -295,10 +295,19 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|
.infobox .panel-heading .panel-title {
|
|
.infobox .panel-heading .panel-title {
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
+.infobox .header_url {
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ display: block;
|
|
|
|
+}
|
|
.infobox p {
|
|
.infobox p {
|
|
font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
|
|
font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
|
|
font-style: italic;
|
|
font-style: italic;
|
|
}
|
|
}
|
|
|
|
+.infobox img {
|
|
|
|
+ max-height: "250px";
|
|
|
|
+}
|
|
.infobox .btn {
|
|
.infobox .btn {
|
|
background-color: #007ab8;
|
|
background-color: #007ab8;
|
|
border: none;
|
|
border: none;
|
|
@@ -315,6 +324,36 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|
.infobox .infobox_part:last-child {
|
|
.infobox .infobox_part:last-child {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
+.infobox .infobox_toggle {
|
|
|
|
+ width: 100%;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: 0px;
|
|
|
|
+}
|
|
|
|
+.infobox .infobox_checkbox ~ .infobox_body {
|
|
|
|
+ max-height: 300px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+}
|
|
|
|
+.infobox .infobox_checkbox:checked ~ .infobox_body {
|
|
|
|
+ max-height: none;
|
|
|
|
+}
|
|
|
|
+.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
|
|
|
|
+ display: block;
|
|
|
|
+}
|
|
|
|
+.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
|
|
|
|
+ display: block;
|
|
|
|
+}
|
|
|
|
+.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+.infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+.infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
|
|
|
|
+ display: block;
|
|
|
|
+}
|
|
.search_categories,
|
|
.search_categories,
|
|
#categories {
|
|
#categories {
|
|
text-transform: capitalize;
|
|
text-transform: capitalize;
|