[Mapbender-commits] r10225 - trunk/mapbender/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Aug 30 02:22:04 PDT 2019
Author: armin11
Date: 2019-08-30 02:22:04 -0700 (Fri, 30 Aug 2019)
New Revision: 10225
Added:
trunk/mapbender/http/css/linkedDataProxy.css
Log:
Adopted css file for linkedDataProxy
Added: trunk/mapbender/http/css/linkedDataProxy.css
===================================================================
--- trunk/mapbender/http/css/linkedDataProxy.css (rev 0)
+++ trunk/mapbender/http/css/linkedDataProxy.css 2019-08-30 09:22:04 UTC (rev 10225)
@@ -0,0 +1,117 @@
+/**
+ * Copyright 2018 interactive instruments GmbH
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+ html {
+ position: relative;
+ min-height: 100%;
+ }
+
+ body {
+ /* Margin bottom by footer height */
+ margin-bottom: 288px;
+ }
+ .footer {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ /* Set the fixed height of the footer here */
+ height: 288px;
+ }
+
+ a {
+ color: #871d33;
+ }
+ a.hover {
+ color: #871d33;
+ }
+
+ .page-link {
+ color: #871d33;
+ }
+
+ .page-link:hover {
+ color: #871d33;
+ }
+
+ .page-item.active .page-link {
+ background-color: #871d33;
+ border-color: #871d33;
+ }
+
+.btn-primary:hover {
+ color: #fff;
+ background-color: #6c757d;
+ border-color: #871d33;
+}
+
+.btn-primary {
+ color: #fff;
+ background-color: #871d33;
+ border-color: #871d33;
+}
+
+.btn.disabled, .btn:disabled {
+ opacity: .65;
+}
+
+.btn-primary.disabled, .btn-primary:disabled {
+
+ color: #fff;
+ background-color: #871d33;
+ border-color: #871d33;
+
+}
+.list-comma-separated
+{
+padding: 0;
+margin: 0;
+}
+.list-comma-separated li
+{
+display: inline;
+}
+.list-comma-separated li:not(:last-of-type)::after
+{
+content: ", ";
+}
+
+.list-separated
+{
+display: flex;
+flex-wrap: wrap;
+list-style: none;
+}
+.list-separated li:not(:last-of-type)::after
+{
+display: inline-block;
+padding-left: .5rem;
+padding-right: .5rem;
+content: "|";
+}
+
+#map { height: 200px; }
+
+.space-after li {
+margin-bottom: 5em;
+}
+
+[data-toggle="collapse"].collapsed .if-not-collapsed {
+ display: none;
+}
+[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
+ display: none;
+}
+
+table {
+ border-collapse: collapse;
+}
+
+tbody > tr:nth-child(odd) {background-color: #f2f2f2;}
+
+td:first-child {
+ padding-right: 15px;
+}
More information about the Mapbender_commits
mailing list