From 4a41711469aa84b9d53dd6521c805ceb36289a2c Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Thu, 26 Sep 2019 10:58:05 +0200 Subject: [PATCH 01/18] Start on a 2019 header --- help.html | 1 + index.html | 208 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 209 insertions(+) create mode 120000 help.html create mode 100644 index.html diff --git a/help.html b/help.html new file mode 120000 index 0000000..474f21b --- /dev/null +++ b/help.html @@ -0,0 +1 @@ +examples/webdc3-2019/help.html \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..cd78d96 --- /dev/null +++ b/index.html @@ -0,0 +1,208 @@ + + + + + WebDC3 at eida.gfz-potsdam.de + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+ + + + + + +
+
+
+ + From dafa59bd61aa9192cbc33ff373340a67fb8f24b8 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Thu, 26 Sep 2019 11:15:43 +0200 Subject: [PATCH 02/18] Move new files to examples/webdc3-2019, add CSS --- examples/webdc3-2019/geofon.css | 326 +++++ examples/webdc3-2019/help.html | 210 +++ index.html => examples/webdc3-2019/index.html | 0 examples/webdc3-2019/webdc3-2019.css | 1140 +++++++++++++++++ help.html | 1 - 5 files changed, 1676 insertions(+), 1 deletion(-) create mode 100644 examples/webdc3-2019/geofon.css create mode 100644 examples/webdc3-2019/help.html rename index.html => examples/webdc3-2019/index.html (100%) create mode 100644 examples/webdc3-2019/webdc3-2019.css delete mode 120000 help.html diff --git a/examples/webdc3-2019/geofon.css b/examples/webdc3-2019/geofon.css new file mode 100644 index 0000000..9c6aeee --- /dev/null +++ b/examples/webdc3-2019/geofon.css @@ -0,0 +1,326 @@ +/* * HTML tags customization ************************************************ */ +/* + * PLE Aug 2013: Grabbed some features from + * https://www-extern.gfz-potsdam.de/startseite/ + * but it is preferable to use their style sheet (template.css) directly. + * Reduced outer width to 970 px; 10 px padding on left and right leaves only 950 (was 1024). + * + * "Features" include: + * - constrained page width + * - shadows on boxes + * - rounded corners + * - .. + */ + +html { + height: 100%; + overflow-y: auto; +} + +body { + /* background: #FFF url('images/background.gif') repeat-x; */ + /* color: #000; */ + height: 100%; + /* font-family: sans-serif; */ + /* font-size: 8.8px; */ + /* font-size: 0.55rem; */ + /* These should be set from gfz_text.css?? */ + font-size: 11px; + font-size: 0.688rem; + margin: 0px; + padding: 0px; +} + +/* Probably should only apply to the Event and Station List */ +#wi-RequestManagerControl td { + vertical-align: middle; +} + +h1 { + color: #fff; + padding: 0; + margin: 0; + text-align: center; +} + +p { + font-size: 11px; + font-size: 0.688rem; + margin: 0px; + padding: 0; +} + +/* ************************************************************************** */ + +/* Tweaks to make GFZ styles fit here */ + +/* The "header" element uses absolute positioning for the images, + * and normal positioning for the text. + * Padding, instead of vertical centering, is used to shift the

+ * text downwards from the top of the header. + */ + +#header { + height: 65px; /* Is 100px for GFZ page, but we have no top nav stuff. */ + position: relative; /* Repeats GFZ template but defends against its absence? */ +} + + +/* Make sure border is removed; border-radius is not enough. + * Set in gfz_text.css + * + */ +img { + border: 0; /* html5: border-Attribut nicht mehr erlaubt */ +} + +#logoGFZ { + left: -16px; +} + +.inner-left { + position: absolute; + left: 130px; + bottom: 0px; +} + +.inner-right { + position: absolute; + right: 170px; + bottom: 0px; +} + +/* Footer needs centering since we don't adopt GFZ 2column layout. */ +.homepage #footer { + margin: 0px 0px; +} + +.homepage #copyright { + width: 942px; + text-align: center; + top: 0px; +} +/* Linked text should be grey in the footer */ +#footer a { + color: #999; +} + +/* ************************************************************************** */ + +/* * Top page elements ****************************************************** */ +#holder { + margin: auto; + background-color: #fff; + width: 942px; /* 950? */ + min-height: 100%; + position: relative; + padding: 8px; +} + +#header { + padding: 10px; + margin: auto; + /* width: 1024px; */ + clear: both; +} + +#menu { + padding: 0; + /* margin: auto; */ + /* width: 1024px; */ + clear: both; +} + +#contents { + margin: auto; + /* width: 1024px; */ + border: 0px Solid black; + padding: 15px 0 20px 0; /* 20px = height of footer */ + clear: both; +} + +#footer { + width: 942px; + /* height: 20px; */ + position: absolute; + bottom: 0px; + /* margin: auto; */ + padding-top: 20px; + text-align: center; + clear: both; +} +/* ************************************************************************** */ + +/* * Main Boxes on contents section ***************************************** */ +#menu ul { + padding:0px; + margin: 5px 0 0 0; + list-style:none; +} + +#menu ul li { + display: inline; +} + +#menu ul li a { + padding: 0 5px 0 0; + display: inline-block; +} + +#menu ul li.last { + padding: 0 0 0 5px; + float: right; +} + +#contents .right { + width: 666px; /* was 744px -74 = 670 */ + float: right; + clear: right; +} + +#contents .all { + width: 100%; + margin: auto auto; + clear: left; +} + +#contents .left { + width: 276px; /* was 280px */ + float: left; + clear: left; +} + +#contents .right .box { + margin: 0 0 5px 5px; +} + +#contents .left .box { + margin: 0 5px 5px 0; +} + +#contents .all .box { + margin: 0 0 5px 0; +} + +/* ************************************************************************** */ + +/* * Modules customization ************************************************** */ +.right .titlebox { + padding: 10px 10px 5px 10px; + color: rgb(255, 255, 255); + background: rgb(0, 88, 156); + margin-bottom: 0px; /* remove space between content and header? ?? */ +} + +.left .titlebox { + padding: 10px 10px 10px 10px; + color: rgb(255, 255, 255); + background: rgb(0, 88, 156); + margin-bottom: 0px; /* remove space between content and header? ?? */ + overflow: visible; +} + +.all .titlebox { + padding: 10px 10px 5px 10px; + color: rgb(255, 255, 255); + background: rgb(0, 88, 156); + text-align: left; + margin-bottom: 0px; /* remove space between content and header? ?? */ +} + +/* Shouldn't be needed?? But positions help pop-ups correctly on the left. */ +.helpframe { + display: inline; + float: right; + position: relative; +} + +.help { + display: inline; + float: right; + padding: 0px 2px 2px 2px; + text-align: right; + color: #EEE; + font-size: 1.0em; +} + +.frame { +/* border-left: 1px Solid black; */ +/* border-right: 1px Solid black; */ +/* border-bottom: 1px Solid black; */ + min-height: 100px; + padding: 10px; + margin-top: 0px; /* remove space between content and header? ?? */ +} + +.consoleframe { +/* border-left: 1px Solid black; */ +/* border-right: 1px Solid black; */ +/* border-bottom: 1px Solid black; */ + height: 400px; + overflow-y: auto; + padding: 10px; + margin-bottom: 10px; + text-align: left; +} + +.statusframe { +/* border-left: 1px Solid black; */ +/* border-right: 1px Solid black; */ +/* border-bottom: 1px Solid black; */ + min-height: 100px; + padding: 1px 10px 0px 10px; + display: none; +} + +.clear { + clear: both; +} + +.tab { + display: none; +} + +/* ********************************** */ +/* For GFZ-style help page */ +dl { + margin: 2em 2em; + max-width: 60em; +} + +dt { + font-weight: bold; + color: rgb(255, 255, 255); + background: rgb(0, 88, 156); + + /* + * border: 1px Solid black; + * border-left: 1px solid silver; + * border-right: 1px solid silver; + * border-top: 1px solid silver; + */ + box-shadow: 2px 2px 6px #999; + padding: 10px; +} + +dd { + color:black; + background-color: lightyellow; + padding: 10px 10px 32px 10px; + border-left: 1px solid silver; + /* + * border-right: 1px solid silver; + * border-bottom: 1px solid silver; + */ + -moz-box-shadow: 2px 2px 6px #999; + -webkit-box-shadow: 2px 2px 6px #999; + box-shadow: 2px 2px 6px #999; + margin: 0 0 1em 0; +} + + +/* * Rolling mouse cursor *************************************************** */ +body.busy, body.busy * { + cursor: wait !important; +} + diff --git a/examples/webdc3-2019/help.html b/examples/webdc3-2019/help.html new file mode 100644 index 0000000..cca5d8c --- /dev/null +++ b/examples/webdc3-2019/help.html @@ -0,0 +1,210 @@ + + + + + WebDC3 web interface at GEOFON - Help + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + +
+ +

Getting started

+

This site is a portal to the seismic waveform data archives at GEOFON, including the EIDA data holdings. + With it, you can request

+
    +
  1. seismological data (waveforms) and
  2. +
  3. station lists (Dataless SEED, Inventory XML).
  4. +
+

from different data centers spread across Europe.

+ +

If you encounter difficulties using the WebDC software, please contact the authors at geofon@gfz-potsdam.de .

+ +

The portal allows you to create requests which combine the stations' + locations with earthquake lists provided by + GFZ + or other agencies. + See the "Event Controls" box. + In this case the event time and coordinates are used to + compute approximated arrival times ("onset times") for the P or S wave of the selected earthquakes + at the selected stations.

+ +
+ WebDC ArcLink + data requests can also be made + using the arclink_fetch program. +
+ +

About the web interface

+
    +
  1. Waveform data: We offer you the choice of downloading mini-SEED or full SEED volumes. + These can be easily converted to other major seismological formats using the + rdseed tool.
  2. +
  3. Metadata: + You can also download Dataless SEED and Inventory XML. + These formats contain only the station and stream information. + They contain information like coordinates, names, codes and instrument responses for certain stations or networks. + Dataless SEED files can be decoded by the rdseed program. An inventory XML file is a plain text file that can be inspected by any text editor, but it is recommended that you use a real generic XML parser to extract the desired information from it. + A handy tool that allows you to convert XML files to a more linear format is Dan Egnor's xml2. +
  4. +
+
+

For restricted datasets, some data centers (including GEOFON) deliver encrypted data. + For those cases it is necessary to first decrypt the received data + using the password that you will receive in your e-mail. + The decryption can be performed by using the OpenSSL tool available on most Linux distributions. + For decrypting your data use the following command:

+
+  openssl des-cbc -pass pass:{Your Password} -in {Input File} -out {Output File} -d
+
+

If your password contains symbols we recommend that you quote your + password (using single quotes) on the command line by using this line instead:

+
+  openssl des-cbc -pass pass:'{Your Password}' -in {Input File} -out {Output File} -d
+
+

If you feel you should have access to a data set, contact the responsible principal investigator(s), or the data centre holding the data. (Contacting GEOFON)

+
+

Using the web interface

+

The web interface is built up from boxes. + Here are some of the features + of each box.

+ +

Index

+ + + +

User interface boxes

+
+
The "Event Controls" box
+

Use this to select events to compose your request. +This powerful tool is an event browser which can query several sources of +information.

+ +

Catalog Services: +At GFZ you can choose events from one of the following public catalog services:

+
    +
  1. GFZ - The GEOFON catalog (http://geofon.gfz-potsdam.de/eqinfo/.)
  2. +
  3. EMSC - The EMSC catalog (http://www.emsc-csem.org/Earthquake/.)
  4. +
  5. USGS - The ANSS Comprehensive Catalog (ComCat) service (http://comcat.cr.usgs.gov/earthquakes/feed/v0.1/search.php.)
  6. +
  7. XXXX NEIC - A temporary replacement for the NEIC service, at USGS (http://earthquake.usgs.gov/earthquakes/eqarchives/epic/) based on the new Comprehensive Catalog (ComCat). XXXX
  8. +
+

Select "Catalog Services" under "Event Information". +Then use the pull-down menu under "Catalog Service" to choose the desired +catalog. Now you can filter events by:

+
    +
  • Date interval
  • +
  • Magnitude range
  • +
  • Depth
  • +
  • Location
  • +
+

User Supplied: +Alternatively you can upload your own catalog... +

+
+ +
The "Station Controls" box
+

Use this to add channels to your request. The selection of stations can + be made according to

+
    +
  • by geographical coordinates
  • +
  • the currently selected events - distance and (back)azimuth are in degrees
  • +
  • or by network/station codes.
  • +
+

Symbols used on the pull-down lists are: +* = temporary network; + = restricted access (see here) +

+

You can limit the selection to particular types of streams/channels, either

+
    +
  • by channel code, e.g. BH (for BHE, BHZ, BH1, etc.). + Location codes appear before the channel code, e.g. 00BH. + You can select multiple types of channel + codes by selecting with the SHIFT and/or CTRL keys.
  • +
  • by sampling rate - for every station, this will return those streams with + a reported sample rate closest to that specified.
  • +
+
+ +
The "Event and Station Map" box
+

Here the events and stations you choose will be displayed. + Use the mouse to drag the map around. + Use the left SHIFT + Mouse to drag areas for limiting the search of events and stations when the appropriate modules are enabled.

+
+ +
The "Event and Station List" box
+

The tables here show the events and stations you choose. +Use these tables to check which events and stations have been selected by your search criteria. +You can interactively remove unwanted items. +Your final request will be built from the currently displayed information. +You can refine the selection of streams for stations using the "Advanced Stream Filters Control".

+

Triangles on the column headers allow you to sort rows by the values in those columns.

+

The "O/R" column shows whether the station is "open" (field is empty) or "restricted" (shown by a red "R").

+
+ +
The "Submit" box
+

Use this to send your request to a server. You can check the status of your requests using the controls under the "Download data" tab.

+ +
The "Recent Requests" box
+

Here you can check the status of your Arclink requests made during your current use of this service. The usual request group operations (Reroute/Retry/Resend/Delete/Refresh) as well as download links are available on the status popup. Use this box to conveniently download a small number of recent data volumes.

+ +
The "Manage Requests" box
+

Here you can manage all your Arclink requests (including requests made during previous visits). Downloading all your data volumes with a single click is possible if you have jDownloader installed.

+ +
The "Console" box
+

Warnings and other messages appear here. Unwanted messages can be + removed by reloading the page, or using the "Clear" button.

+ +
+
+
+ + +
+
+
+ + diff --git a/index.html b/examples/webdc3-2019/index.html similarity index 100% rename from index.html rename to examples/webdc3-2019/index.html diff --git a/examples/webdc3-2019/webdc3-2019.css b/examples/webdc3-2019/webdc3-2019.css new file mode 100644 index 0000000..9d0d092 --- /dev/null +++ b/examples/webdc3-2019/webdc3-2019.css @@ -0,0 +1,1140 @@ +@charset "utf-8"; +/* CSS Dokument */ + + +/* REGELWERK +***************************************************/ +/* + * body.homepage <- Klasse nur fuer Homepage + * body.subpage-2column <- Klassen fuer zweispaltige Folgeseiten + * body.subpage-3column <- Klassen fuer dreispaltige Folgeseiten + */ + +/* + * Styleregeln fuer Blockelemente (p, div, td, li etc.) + * befinden sich in der Datei gfz_text.css. + * Desweiteren sind dort spezielle RTE classes untergebracht. + */ + +/* + * Styleregeln für Extensions liegen in extra Dateien. + * Beispiel: Formatierungen fuer das Plugin cal liegen + * im Extension-Ordner in der Datei cal.css + */ + +/* GrundLayout CSS +***************************************************/ +body { + background: #fff; + color: #000; + font: 100% Verdana, Arial, Helvetica, sans-serif; + margin: 0; + padding: 0; +} + +.clearfix::after { + clear: both; + content: " "; + display: block; + font-size: 0; + height: 0; + line-height: 0; + visibility: hidden; + width: 0; +} + +#wrapper_borderOverall { + background: transparent; + background-color: transparent; + margin: 0 auto; + overflow: hidden; + width: 990px; +} + +#borderOverall { + background: #FFF; + margin: 10px; + padding: 10px; +} + +#wrapper_mainContent_leftColumn_rightColumn { + padding: 10px 0 0; +} + +#wrapper_mainContent_3columnLayout { + width: 520px; + float: left; +} + +#mainContent_3columnLayout { + margin: 0 10px 0 0; + overflow-x: hidden; +} + +#wrapper_mainContent_2columnLayout { + width: 720px; + float: left; +} + +#mainContent_2columnLayout { + margin: 0 10px 0 0; + overflow: hidden; +} + +/* Scrollbar horizontal bei ueberbreiten iframes ausblenden +#mainContent_2columnLayout iframe { + overflow-x: hidden; +} +*/ + +#wrapper_lastChange_toTop { + border-top: 1px solid #BBDCEB; + border-bottom: 1px solid #BBDCEB; + padding: 5px 0 5px 0; +} + +#wrapper_lastChange { + float: left; + font-size: 8.8px; + font-size: 0.55rem; + width: 80%; +} + +#wrapper_toTop { + font-size: 8.8px; + font-size: 0.55rem; + text-align: right; +} + +#wrapper_rightColumn { + width: 200px; + float: right; + overflow-x: hidden; +} + + +/* NUR Homepage +***************************************************/ +#gfzAktuell, +#gfzAktiv { + margin: 0 0 0 10px; +} + +#gfzAktuell h2, +#gfzAktiv h2, +#gfzAktiv h1, +#erdbebeninfo h2 { + color: #00589C; + font-size: 15.4px; + font-size: 0.963rem; + font-weight: bold; +} + +#gfzAktuell ul, +#gfzAktiv ul { + list-style: none; + margin: 0; + padding: 0; +} + +#gfzAktuell img { + -moz-border-radius: 0 !important; /* Firefox */ + -webkit-border-radius: 0 !important; /* Safari, Chrome */ + -khtml-border-radius: 0 !important; /* Konqueror */ + border-radius: 0 !important; /* CSS3 */ + width: 170px; +} + +#gfzAktuell img.first { + -moz-border-radius: 0 0 0 15px !important; /* Firefox */ + -webkit-border-radius: 0 0 0 15px !important; /* Safari, Chrome */ + -khtml-border-radius: 0 0 0 15px !important; /* Konqueror */ + border-radius: 0 0 0 15px !important; /* CSS3 */ +} + +#gfzAktuell img.last { + -moz-border-radius: 0 15px 0 0 !important; /* Firefox */ + -webkit-border-radius: 0 15px 0 0 !important; /* Safari, Chrome */ + -khtml-border-radius: 0 15px 0 0 !important; /* Konqueror */ + border-radius: 0 15px 0 0 !important; /* CSS3 */ +} + +#gfzAktuell li { + display: inline-block; + float: left; + -webkit-hyphens: auto; /* Safari, Chrome */ + -moz-hyphens: auto; /* Firefox */ + -ms-hyphens: auto; + hyphens: auto; /* CSS3 */ + padding: 0 10px 0 0; + width: 170px; +} + +#gfzAktuell li.last { + padding: 0; +} + +#gfzAktuell li span a { + background: url(../images/arrows/arr_right_orange_white_no.gif) no-repeat -3px 2px; + color: #000; + display: block; + padding: 0 0 0 10px; + width: 160px; +} + +#gfzAktuell li span a:hover { + color: #F60; + text-decoration: none; +} + +#gfzAktuell span { + margin: 10px 0 0 0; +} + +.homepage hr { + margin: 25px 0 25px 10px; +} + +#gfzAktiv { + float: left; +} + +#gfzAktiv li { + background: #BBDCEB; + height: 16px; + margin: 10px 0; + padding: 0px 5px 15px 5px; + width: 340px; +} + +#gfzAktiv li:hover { + background: #4CA8CD; +} + +#gfzAktiv li a { + background: url(../images/arrows/arr_right_orange_blue3_no.gif) no-repeat 0 10px; /* TODO */ + display: block; + font-size: 11px; + font-size: 0.688rem; + font-weight: bold; + padding: 10px 0 8px 15px; +} + +#gfzAktiv li a:hover { + background: url(../images/arrows/arr_right_orange_blue2_no.gif) no-repeat 0 10px; + color: #00589C; + text-decoration: none; +} + +#erdbebeninfo { + float: right; + width: 350px; +} + +#erdbebeninfo div { + background: #E0EFF6; + border: 3px solid #BBDCEB; + -moz-border-radius: 0 15px 0 15px; /* Firefox */ + -webkit-border-radius: 0 15px 0 15px; /* Safari, Chrome */ + -khtml-border-radius: 0 15px 0 15px; /* Konqueror */ + border-radius: 0 15px 0 15px; /* CSS3 */ + padding: 7px 0 4px 0; + text-align: center; +} + + +/* header +***************************************************/ +#header { + height: 100px; + position: relative; +} + +#header img { /* keine runden Ecken im Kopfbereich (Logo, Wortmarke, Druckersymbol etc.) */ + -moz-border-radius: 0 !important; /* Firefox */ + -webkit-border-radius: 0 !important; /* Safari, Chrome */ + -khtml-border-radius: 0 !important; /* Konqueror */ + border-radius: 0 !important; /* CSS3 */ +} + + +/* serviceNav +***************************************************/ +#serviceNav { + float: right; + padding: 6px 0 0 20px; + text-align: right; +} + +#serviceNav ul { + list-style: none; + margin: 0; + padding: 0; +} + +#serviceNav li { + color: #00589C; + display: inline-block; + font-size: 8.8px; + font-size: 0.55rem; + margin: 0; +} + +#serviceNav li div.tx-srlanguagemenu-pi1 { + font-size: 8.8px; + font-size: 0.55rem; /* Schriftgroesze fuer Sprachumschalter anpassen */ +} + +#serviceNav .symbol-link { /* Icons auf Grundlinie setzen */ + position: relative; + top: 2px; +} + +#serviceNav a:hover { + text-decoration: none; +} + + +/* logoGFZ +***************************************************/ +#logoGFZ { + position: absolute; + left: -20px; + bottom: 0; +} + + +/* wordmarkGFZ +***************************************************/ +#wordmarkGFZ { + position: absolute; + right: -8px; + bottom: 0; +} + + +/* mainNav +***************************************************/ +#mainNav ul { + list-style: none; + margin: 0; + padding: 0; +} + +#mainNav li { + color: #00589C; + display: inline-block; + font-size: 15.4px; + font-size: 0.963rem; + font-weight: bold; +} + +#mainNav a:hover { + text-decoration: none; +} + +#mainNav .divider { + font-weight: normal; + margin: 0 16px 0 16px; +} + + +/* leftColumn (Seitennavigation) +***************************************************/ +#wrapper_leftColumn { + float: left; + width: 230px; +} + +#leftColumn { + -webkit-hyphens: auto; /* Safari, Chrome */ + -moz-hyphens: auto; /* Firefox */ + -ms-hyphens: auto; + hyphens: auto; /* CSS3 */ + margin: 10px 20px 0 10px; + overflow-x: hidden; +} + +/*** LISTEN ***/ +#leftColumn ul { + list-style: none; + margin: 0; + padding: 0; +} + +#leftColumn ul ul { + margin: 8px 0 0 0; + width: 200px; +} + +/*** LISTENELEMENTE ***/ +#leftColumn ul li { + background: #00589C; + border-bottom: 1px solid #4CA8CD; + color: #FFF; + display: block; + font-size: 11px; + font-size: 0.688rem; + font-weight: bold; + padding: 8px 8px 8px 0; +} + +#leftColumn ul ul li { + background: #BBDCEB; + font-weight: normal; +} + +#leftColumn ul ul ul li { + background: #E0EFF6; + padding: 8px 8px 8px 13px; +} + +/*** LINKS ***/ +#leftColumn ul li a { + background: url(../images/arrows/arr_right_orange_blue1_no.gif) no-repeat; + color: #FFF; + margin: 0 0 0 10px; + padding: 0 0 0 15px; + display: block; +} + +#leftColumn ul ul li a { + background: url(../images/arrows/arr_right_black_blue3_no.gif) no-repeat; + color: #000; +} + +#leftColumn ul ul ul li a { + background: url(../images/arrows/arr_right_gray_blue4_no.gif) no-repeat; + color: #666; +} + +#leftColumn ul li.active a { /* Erste Ebene aktiv */ + background: url(../images/arrows/arr_down_orange_blue1_no.gif) no-repeat; +} + +#leftColumn ul li.up a { /* Erste Ebene aktiv - speziell fuer Sektionen */ + background: url(../images/arrows/arr_up_orange_blue1_no.gif) no-repeat 0 1px; +} + +#leftColumn ul li.active ul li a { /* Werte fuer nachgeordnete Ebenen ueberschreiben */ + background: url(../images/arrows/arr_right_black_blue3_no.gif) no-repeat; +} + +#leftColumn ul li.active ul li ul li a { /* Werte fuer nachgeordnete Ebenen ueberschreiben */ + background: url(../images/arrows/arr_right_gray_blue4_no.gif) no-repeat; +} + +#leftColumn ul li.active ul li.active a { /* Zweite Ebene aktiv */ + background: url(../images/arrows/arr_down_orange_blue3_no.gif) no-repeat; + color: #F60; + font-weight: bold; +} + +#leftColumn ul li.active ul li.active ul li a { /* Werte fuer nachgeordnete Ebenen ueberschreiben */ + background: url(../images/arrows/arr_right_gray_blue4_no.gif) no-repeat; + color: #666; + font-weight: normal; +} + +/*** SPEZIELL ***/ +#leftColumn ul li.has-children, +#leftColumn ul ul li.has-children { + padding: 8px 8px 0 0; +} + +#leftColumn ul li li.last { + border-bottom: none !important; +} + + +/* breadcrumb +***************************************************/ +#wrapper_breadcrumb { + padding: 6px 0 10px; +} + +ul.breadcrumb { + list-style: none; + margin: 0; + padding: 0; +} + +ul.breadcrumb li { + color: #666; + display: inline-block; + font-size: 8.8px; + font-size: 0.55rem; +} + +ul.breadcrumb li a { + background: url(../images/arrows/arr_right_gray_white_sm.gif) no-repeat 0 1px; + color: #666; + margin: 0; + padding: 0 0 0 12px; +} + +ul.breadcrumb li a:hover { + color: #F60; + text-decoration: none; +} + +ul.breadcrumb li.active a { + background: url(../images/arrows/arr_right_orange_white_sm.gif) no-repeat 0 1px; + color: #F60; +} + +ul.breadcrumb li.first a { + background: none !important; + padding: 0; +} + + +/* rightColumn (Boxen) +***************************************************/ +#rightColumn { + margin: 4px 10px 0 10px; +} + +.homepage #rightColumn { + margin: 20px 10px 0 10px; +} + +.boxRight { /* einzelne Box */ + background: #E0EFF6; + -moz-box-shadow: 2px 2px 6px #999; /* Firefox */ + -webkit-box-shadow: 2px 2px 6px #999; /* Safari, Chrome */ + box-shadow: 2px 2px 6px #999; /* CSS3 */ + -webkit-hyphens: auto; /* Safari, Chrome */ + -moz-hyphens: auto; /* Firefox */ + -ms-hyphens: auto; + hyphens: auto; /* CSS3 */ + overflow: hidden; + padding: 0 0 8px 0; + margin-bottom: 20px; +} + +.boxRight h2 { + background: #BBDCEB; + font-size: 11px; + font-size: 0.688rem; + padding: 8px; +} + +.boxRight h2:first-child { /* nur erste H2 mit dunkelblauem HG */ + background: #00589C; + color: #FFF; + margin: 0 0 10px 0; +} + +.boxRight h2:first-child a { + color: #FFF; +} + +.boxRight a:hover { + text-decoration: none; +} + +.boxRight p, +.boxRight table { + font-size: 10px; + font-size: 0.625rem; + padding: 0 10px; +} + +.boxRight ul { + list-style: none; + margin: 0; + padding: 0 10px; +} + +.boxRight li { + padding: 0 0 4px 0; + font-size: 10px; + font-size: 0.625rem; +} + +.boxRight li a { + background: url(../images/arrows/arr_right_orange_blue4_no.gif) no-repeat; + display: block; + padding: 0 0 0 14px; +} + +.boxRight .csc-textpic-image { + padding: 0 10px; +} + +.boxRight table, +.boxRight table tbody td { + border: none; +} + +.homepage .boxRight li a { /* nur Startseite: andere Pfeile */ + background: url(../images/arrows/arr_right_blue1_blue4_no.gif) no-repeat; +} + +.homepage .boxRight li a:hover { /* nur Startseite: andere Pfeile */ + background: url(../images/arrows/arr_right_orange_blue4_no.gif) no-repeat; +} + + +/* footer +***************************************************/ +#footer { + clear: both; + margin: 0 10px 0 230px; + padding: 20px 0; + text-align: right; +} + +#footer img { /* keine runden Ecken fuer Helmholtz-Logo */ + -moz-border-radius: 0 !important; /* Firefox */ + -webkit-border-radius: 0 !important; /* Safari, Chrome */ + -khtml-border-radius: 0 !important; /* Konqueror */ + border-radius: 0 !important; /* CSS3 */ +} + +#wrapper_lastChange_toTop { + position: relative; + text-align: left; + top: 25px; + width: 70%; +} + +#copyright { + color: #999; + float: left; + font-size: 8.8px; + font-size: 0.55rem; + position: relative; + text-align: center; + top: 30px; + width: 60%; +} + +.homepage #copyright, +.subpage-2column #copyright { + text-align: left; +} + +.homepage #copyright { + width: 64%; +} + +#logoHelmholtzGemeinschaft { + float: right; +} + +#mitgliedslogo { + float: left; + left: 8px; + position: relative; +} + +#logo-20jahrehelmholtz { + float: left; + left: 25px; + position: relative; + top: 15px; + left: 8px; + top: -8px; +} + +#logo-20jahrehelmholtz.neuestes { + left: 122px; + top: -35px; + left: 142px; + top: -55px; + width: 173px; + height: 25px; +} + +.homepage #footer { + margin: 0 10px 0 10px; +} + +/* quicksearch +***************************************************/ +#quicksearch { + float: right; +} + +.newsearch { + background: url(../images/search_gray.png) no-repeat 8px 4px; + background-color: #FCFCFC; + border: 1px solid #D0D0D0; + -moz-border-radius: 15px; /* Firefox */ + -webkit-border-radius: 15px; /* Safari, Chrome */ + -khtml-border-radius: 15px; /* Konqueror */ + border-radius: 15px; /* CSS3 */ + color: #BCBCBC; + font-size: 11px; + font-size: 0.688rem; + margin: 3px; + padding: 6px 15px 6px 30px; + width: 180px; +} + +#inputText:focus { + border: 1px solid #F60; + outline: none; + outline: #D0D0D0 dotted 1px; + outline-offset: 3px; +} + +.newsearchform fieldset { + border: 0; + margin: 0; + padding: 0; +} + +#search-options { + background: #F1F1F1; + -moz-border-radius: 0 0 15px 15px; /* Firefox */ + -webkit-border-radius: 0 0 15px 15px; /* Safari, Chrome */ + -khtml-border-radius: 0 0 15px 15px; /* Konqueror */ + border-radius: 0 0 15px 15px; /* CSS3 */ + font-size: 11px; + font-size: 0.688rem; + list-style: none; + margin: 0.6px 0 0 -1px; + opacity: 0.9; + padding: 5px 0 10px 10px; + position: absolute; + text-align: left; + width: 225px; + z-index: 2; +} + +#search-options li { + line-height: 2; +} + +div.tx-indexedsearch-res img { /* keine runden Ecken im Suchergebnis */ + -moz-border-radius: 0 !important; /* Firefox */ + -webkit-border-radius: 0 !important; /* Safari, Chrome */ + -khtml-border-radius: 0 !important; /* Konqueror */ + border-radius: 0 !important; /* CSS3 */ +} + +/* Spezielle Formate +***************************************************/ +.toTop a:hover { /* keine Unterstreichung beim To-Top-Link */ + text-decoration: none; +} + +.invisible { /* Verstecken */ + display: none; +} + +.orange { /* fuer Texte */ + color: #F60; +} + +.orange a { /* fuer Links */ + color: #F60; +} + +.align-justify { /* Blocksatz */ + text-align: justify; +} + +#fancybox-title-over { /* Fancybox Overlay farblich anpassen */ + background-image: none; + /* Fallback for web browsers that doesn't support RGBa */ + background: rgb(0, 0, 0); + /* RGBa with 0.6 opacity */ + background: rgba(0, 0, 0, 0.3); +} + +.csc-textpic-caption { /* fuer Bildunterschriften */ + color: #666; + font-size: 8.8px; + font-size: 0.55rem; + line-height: 1.4; + margin: 5px 0 0 0; +} + +.csc-textpic-image table, +.csc-textpic-image td { /* hellgrauen Rand ausblenden */ + border: 0px !important; +} + +DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { + margin: 15px 0 10px 0; /* Bild in Text mit Bild nach unten schieben */ +} + +.csc-frame-imgNoRoundCorners img { /* spezielles Format fuer Bilder ohne Rundungen */ + -moz-border-radius: 0 !important; /* Firefox */ + -webkit-border-radius: 0 !important; /* Safari, Chrome */ + -khtml-border-radius: 0 !important; /* Konqueror */ + border-radius: 0 !important; /* CSS3 */ +} + +/* fuer jfmulticontent */ +.equalize{ overflow: visible; display: table; table-layout: fixed;} + +.csc-frame-nachruf img { /* spezielles Format fuer Nachruf-Box (rechts) */ + -moz-border-radius: 0 !important; /* Firefox */ + -webkit-border-radius: 0 !important; /* Safari, Chrome */ + -khtml-border-radius: 0 !important; /* Konqueror */ + border-radius: 0 !important; /* CSS3 */ +} + +.csc-frame-nachruf { + background: #EEE; +} + +.csc-frame-nachruf h2 { + background: #000 !important; +} + +#newsslider-overlay { + background: rgba(0,88,156,0.75); + color: #FFF; + font-size: 14px; + font-size: 0.875rem; + font-weight: bold; + padding: 0.25em 1em; + position: relative; + top: 1.5em; + z-index: 100; +} + +#newsslider-overlay a { + color: #FFF; +} + +/************************* + EXT: pits_rssnews begin + *************************/ +#pits_rss { + font-family: inherit !important; + font-size: 11px !important; + font-size: 0.688rem !important; + width: 90% !important; +} + +#pits_rss ul { + padding: 0; +} + +.rss_desc a { + font-size: 11px !important; + font-size: 0.688rem !important; +} +/************************* + EXT: pits_rssnews end + *************************/ + +/************************* + FONTAWESOME begin + *************************/ +.fa-twitter, +.fa-facebook, +.fa-rss, +.fa-youtube-play { + color: #55ACEE; + font-size: 150%; + vertical-align: top; +} +/************************* + FONTAWESOME end + *************************/ + +/*********************************** + MODIFICATION: logos to svg start + ***********************************/ +#wordmarkGFZ { + height: 53px; + right: 0; + width: 175px; +} + +#logoGFZ { + height: 84px; + left: -12px; + top: 10px; + width: 120px; +} + +/* +Quelle: https://blog.mozilla.org/webdev/2009/02/20/cross-browser-inline-block/ +Quelle: http://css-tricks.com/snippets/css/cross-browser-inline-block/ +*/ +a.svg { + position: relative; + display: -moz-inline-stack; + display: inline-block; + vertical-align: top; + *display: inline; +} + +a.svg:after { + content: ""; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left:0; +} + +#logoGFZ a.svg { + width: 120px; + min-height: 84px; + height: 84px; + _height: 84px; +} + +#logoHelmholtzGemeinschaft a.svg { + width: 100px; + min-height: 36px; + height: 36px; + _height: 36px; + + width: 113px; + min-height: 57px; + height: 57px; + _height: 57px; +} + +/*********************************** + MODIFICATION: logos to svg end + ***********************************/ + +/*************************** + MODERNIZR begin +****************************/ + +.no-svg #wordmarkGFZ object, +.no-svg #logoGFZ object, +.no-svg #logoHelmholtzGemeinschaft object { + display: none; +} + +.no-svg #wordmarkGFZ { + background: url(../images/wordmark_gfz_de.gif) no-repeat; + height: 79px; + left: auto; + position: absolute; + top: 40px; + width: 175px; +} + +.no-svg .en #wordmarkGFZ { + background: url(../images/wordmark_gfz_en.gif) no-repeat; +} + +.no-svg #logoGFZ { + background: url(../images/logo_gfz_de.gif) no-repeat; + height: 84px; + left: -20px; + position: absolute; + width: 120px; +} + +.no-svg .en #logoGFZ { + background: url(../images/logo_gfz_en.gif) no-repeat; +} + +.no-svg #logoHelmholtzGemeinschaft { + background: url(../images/logo_helmholtz_gemeinschaft_de.gif) no-repeat; + background: url(../images/HG20J_LOGO_DE_Blau_klein_RGB.jpg) no-repeat; + height: 36px; + width: 100px; +} + +.no-svg .en #logoHelmholtzGemeinschaft { + background: url(../images/logo_helmholtz_gemeinschaft_en.gif) no-repeat; + background: url(../images/HG20J_LOGO_ENG_Blau_klein_RGB.jpg) no-repeat; +} + +/*************************** + MODERNIZR end +****************************/ + +/* ------------------------------ */ +/* From new (2018/2019) GFZ style */ +@media (min-width: 46.875em) { + .geofon-header-wrapper { + background-color: #00589c; + width: 100%; + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + justify-content: center; + padding: 0; + } + .geofon-header-wrapper #geofon-header { + background-color: #00589c; + color: #fff; + padding: 10px; + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + position: relative; + height: 140px; + width: 1170px; + max-width: 1170px; + } + .gfz-header-wrapper .rigth { + border: 1px solid pink; + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + flex-direction: column; + justify-content: flex-end; + } + + .blue-top .rigth { + border: 1px solid pink; + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + flex-direction: column; + justify-content: flex-end; + } + .gfz-list-h ul li { + display: inline; } + .gfz-list-h ul li:first-child:before { + content: " "; } + .gfz-list-h ul li:before { + content: " | "; } + .gfz-list-h ul li a { + color: #fff; + font-size: 12pt; + padding: 8px; } + .gfz-list-h ul li a:hover { + text-decoration: none; + color: #b9b9b9; + cursor: pointer; } + .blue-top .rigth .gfz-list-h ul li i { + color: #fff; + } + } + .gfz-navbar-wrapper { + display: none; + background-color: pink; /* #00589c; */ + height: 60px; + } + @media (min-width: 60.625em) { + .gfz-navbar-wrapper { + background-color: green; + display: block; } } + .gfz-navbar-wrapper.sticky .content-max { + top: 0; + left: 0; + right: 0; + position: fixed; + background-color: #00589c; + z-index: 10; + min-width: 100vw; } + .gfz-navbar-wrapper.sticky .content-max nav { + max-width: 1170px; + margin: auto; } + .gfz-navbar-wrapper.sticky .content-max > .navbar-default > .navbar-header .navbar-brand { + display: none; } + .gfz-navbar-wrapper.sticky .content-max > .navbar-default > .navbar-header .gfz-brand { + margin: 0 44px; + padding-top: 5px; + position: inherit; + top: 0; + left: 0; + display: block; } + .gfz-navbar-wrapper .navbar-default { + margin: 4px 0 0; + background-color: #00589c; + border: 0; + z-index: 10; } + .gfz-navbar-wrapper .navbar-default .navbar-nav > li > a { + text-transform: uppercase; + color: #ffffff; + background-color: #00589c; + padding-bottom: 0; + display: flex; + flex-direction: column; + font-size: 1.2em; } + .gfz-navbar-wrapper .navbar-default .navbar-nav > li > a:hover { + background-color: #00589c; + cursor: pointer; + color: #b9b9b9; } + .gfz-navbar-wrapper .navbar-default .navbar-nav > li > a:after { + content: ""; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + border-bottom: 10px solid transparent; + margin: 11px auto auto; } + .gfz-navbar-wrapper .navbar-default .input-group { + display: flex; + flex-direction: row; + justify-content: flex-end; } + .gfz-navbar-wrapper .navbar-default .input-group input { + border-radius: 0; + transition: width 0.4s; + width: 0; + display: inline; + padding: 0 0.2em; + margin: 0; + border: 0; + background-color: inherit; } + .gfz-navbar-wrapper .navbar-default .input-group .input-group-addon { + background-color: inherit; + padding: 6px 0; + border: 0; } + .gfz-navbar-wrapper .navbar-default .input-group .input-group-addon i { + margin-left: 0.2em; + font-size: 1.3em; + color: #ffffff; + float: right; } + .gfz-navbar-wrapper .navbar-default .input-group:hover input { + color: #ffffff; + width: 15em; + background-color: #003e6e; + margin-right: 0.2em; } + .gfz-navbar-wrapper .navbar-default .input-group:hover .input-group-addon { + padding: 6px 0; + margin-left: 0.2em; + border: 0; } + .gfz-navbar-wrapper .navbar-default .input-group:hover .input-group-addon i { + margin-left: 0.2em; } + .gfz-navbar-wrapper .navbar-brand { + display: none; + color: #ffffff; + margin: 0 65px; } + @media (min-width: 46.875em) { + .gfz-navbar-wrapper .navbar-brand { + display: inline; } } + .gfz-navbar-wrapper .navbar-brand:hover { + color: #b9b9b9; } + .gfz-navbar-wrapper .gfz-brand { + display: block; + position: absolute; + left: 50%; + margin-left: -50px; + /* 50% of your logo width */ + display: inline; } + .gfz-navbar-wrapper .gfz-brand svg { + width: 3.6em; } + .gfz-navbar-wrapper .gfz-brand svg path, + .gfz-navbar-wrapper .gfz-brand svg polygon { + fill: #ffffff; } + .gfz-navbar-wrapper .gfz-brand:hover svg { + width: 3.6em; } + .gfz-navbar-wrapper .gfz-brand:hover svg path, + .gfz-navbar-wrapper .gfz-brand:hover svg polygon { + fill: #b9b9b9; } + @media (min-width: 46.875em) { + .gfz-navbar-wrapper .gfz-brand { + display: none; + } + } diff --git a/help.html b/help.html deleted file mode 120000 index 474f21b..0000000 --- a/help.html +++ /dev/null @@ -1 +0,0 @@ -examples/webdc3-2019/help.html \ No newline at end of file From 7915417ffcb728233b9a69ca634b4b109c1cbdf9 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Thu, 26 Sep 2019 11:16:25 +0200 Subject: [PATCH 03/18] Trailing white space --- examples/webdc3-2019/help.html | 4 ++-- examples/webdc3/help.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/webdc3-2019/help.html b/examples/webdc3-2019/help.html index cca5d8c..b0e6c88 100644 --- a/examples/webdc3-2019/help.html +++ b/examples/webdc3-2019/help.html @@ -54,7 +54,7 @@

Getting started

If you encounter difficulties using the WebDC software, please contact the authors at geofon@gfz-potsdam.de .

The portal allows you to create requests which combine the stations' - locations with earthquake lists provided by + locations with earthquake lists provided by GFZ or other agencies. See the "Event Controls" box. @@ -75,7 +75,7 @@

About the web interface

rdseed tool.
  • Metadata: You can also download Dataless SEED and Inventory XML. - These formats contain only the station and stream information. + These formats contain only the station and stream information. They contain information like coordinates, names, codes and instrument responses for certain stations or networks. Dataless SEED files can be decoded by the rdseed program. An inventory XML file is a plain text file that can be inspected by any text editor, but it is recommended that you use a real generic XML parser to extract the desired information from it. A handy tool that allows you to convert XML files to a more linear format is Dan Egnor's xml2. diff --git a/examples/webdc3/help.html b/examples/webdc3/help.html index d2b109a..fb8bf3d 100644 --- a/examples/webdc3/help.html +++ b/examples/webdc3/help.html @@ -53,7 +53,7 @@

    Getting started

    If you encounter difficulties using the WebDC software, please contact the authors at geofon@gfz-potsdam.de .

    The portal allows you to create requests which combine the stations' - locations with earthquake lists provided by + locations with earthquake lists provided by GFZ or other agencies. See the "Event Controls" box. @@ -74,7 +74,7 @@

    About the web interface

    rdseed tool.
  • Metadata: You can also download Dataless SEED and Inventory XML. - These formats contain only the station and stream information. + These formats contain only the station and stream information. They contain information like coordinates, names, codes and instrument responses for certain stations or networks. Dataless SEED files can be decoded by the rdseed program. An inventory XML file is a plain text file that can be inspected by any text editor, but it is recommended that you use a real generic XML parser to extract the desired information from it. A handy tool that allows you to convert XML files to a more linear format is Dan Egnor's xml2. @@ -115,7 +115,7 @@

    Index

    -

    User interface boxes

    +

    User interface boxes

    The "Event Controls" box

    Use this to select events to compose your request. From 1120e92c9cbcbec40a1bef33e6b2a8c8cd1ffd59 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Thu, 26 Sep 2019 13:24:54 +0200 Subject: [PATCH 04/18] Remove much unused CSS --- examples/webdc3-2019/geofon.css | 4 - examples/webdc3-2019/webdc3-2019.css | 370 +-------------------------- 2 files changed, 4 insertions(+), 370 deletions(-) diff --git a/examples/webdc3-2019/geofon.css b/examples/webdc3-2019/geofon.css index 9c6aeee..83dfbd0 100644 --- a/examples/webdc3-2019/geofon.css +++ b/examples/webdc3-2019/geofon.css @@ -74,10 +74,6 @@ img { border: 0; /* html5: border-Attribut nicht mehr erlaubt */ } -#logoGFZ { - left: -16px; -} - .inner-left { position: absolute; left: 130px; diff --git a/examples/webdc3-2019/webdc3-2019.css b/examples/webdc3-2019/webdc3-2019.css index 9d0d092..c44ff65 100644 --- a/examples/webdc3-2019/webdc3-2019.css +++ b/examples/webdc3-2019/webdc3-2019.css @@ -57,29 +57,8 @@ body { padding: 10px; } -#wrapper_mainContent_leftColumn_rightColumn { - padding: 10px 0 0; -} - -#wrapper_mainContent_3columnLayout { - width: 520px; - float: left; -} - -#mainContent_3columnLayout { - margin: 0 10px 0 0; - overflow-x: hidden; -} -#wrapper_mainContent_2columnLayout { - width: 720px; - float: left; -} -#mainContent_2columnLayout { - margin: 0 10px 0 0; - overflow: hidden; -} /* Scrollbar horizontal bei ueberbreiten iframes ausblenden #mainContent_2columnLayout iframe { @@ -87,18 +66,6 @@ body { } */ -#wrapper_lastChange_toTop { - border-top: 1px solid #BBDCEB; - border-bottom: 1px solid #BBDCEB; - padding: 5px 0 5px 0; -} - -#wrapper_lastChange { - float: left; - font-size: 8.8px; - font-size: 0.55rem; - width: 80%; -} #wrapper_toTop { font-size: 8.8px; @@ -106,141 +73,15 @@ body { text-align: right; } -#wrapper_rightColumn { - width: 200px; - float: right; - overflow-x: hidden; -} - /* NUR Homepage ***************************************************/ -#gfzAktuell, -#gfzAktiv { - margin: 0 0 0 10px; -} - -#gfzAktuell h2, -#gfzAktiv h2, -#gfzAktiv h1, -#erdbebeninfo h2 { - color: #00589C; - font-size: 15.4px; - font-size: 0.963rem; - font-weight: bold; -} - -#gfzAktuell ul, -#gfzAktiv ul { - list-style: none; - margin: 0; - padding: 0; -} - -#gfzAktuell img { - -moz-border-radius: 0 !important; /* Firefox */ - -webkit-border-radius: 0 !important; /* Safari, Chrome */ - -khtml-border-radius: 0 !important; /* Konqueror */ - border-radius: 0 !important; /* CSS3 */ - width: 170px; -} - -#gfzAktuell img.first { - -moz-border-radius: 0 0 0 15px !important; /* Firefox */ - -webkit-border-radius: 0 0 0 15px !important; /* Safari, Chrome */ - -khtml-border-radius: 0 0 0 15px !important; /* Konqueror */ - border-radius: 0 0 0 15px !important; /* CSS3 */ -} - -#gfzAktuell img.last { - -moz-border-radius: 0 15px 0 0 !important; /* Firefox */ - -webkit-border-radius: 0 15px 0 0 !important; /* Safari, Chrome */ - -khtml-border-radius: 0 15px 0 0 !important; /* Konqueror */ - border-radius: 0 15px 0 0 !important; /* CSS3 */ -} - -#gfzAktuell li { - display: inline-block; - float: left; - -webkit-hyphens: auto; /* Safari, Chrome */ - -moz-hyphens: auto; /* Firefox */ - -ms-hyphens: auto; - hyphens: auto; /* CSS3 */ - padding: 0 10px 0 0; - width: 170px; -} - -#gfzAktuell li.last { - padding: 0; -} - -#gfzAktuell li span a { - background: url(../images/arrows/arr_right_orange_white_no.gif) no-repeat -3px 2px; - color: #000; - display: block; - padding: 0 0 0 10px; - width: 160px; -} - -#gfzAktuell li span a:hover { - color: #F60; - text-decoration: none; -} - -#gfzAktuell span { - margin: 10px 0 0 0; -} .homepage hr { margin: 25px 0 25px 10px; } -#gfzAktiv { - float: left; -} -#gfzAktiv li { - background: #BBDCEB; - height: 16px; - margin: 10px 0; - padding: 0px 5px 15px 5px; - width: 340px; -} - -#gfzAktiv li:hover { - background: #4CA8CD; -} - -#gfzAktiv li a { - background: url(../images/arrows/arr_right_orange_blue3_no.gif) no-repeat 0 10px; /* TODO */ - display: block; - font-size: 11px; - font-size: 0.688rem; - font-weight: bold; - padding: 10px 0 8px 15px; -} - -#gfzAktiv li a:hover { - background: url(../images/arrows/arr_right_orange_blue2_no.gif) no-repeat 0 10px; - color: #00589C; - text-decoration: none; -} - -#erdbebeninfo { - float: right; - width: 350px; -} - -#erdbebeninfo div { - background: #E0EFF6; - border: 3px solid #BBDCEB; - -moz-border-radius: 0 15px 0 15px; /* Firefox */ - -webkit-border-radius: 0 15px 0 15px; /* Safari, Chrome */ - -khtml-border-radius: 0 15px 0 15px; /* Konqueror */ - border-radius: 0 15px 0 15px; /* CSS3 */ - padding: 7px 0 4px 0; - text-align: center; -} /* header @@ -258,51 +99,6 @@ body { } -/* serviceNav -***************************************************/ -#serviceNav { - float: right; - padding: 6px 0 0 20px; - text-align: right; -} - -#serviceNav ul { - list-style: none; - margin: 0; - padding: 0; -} - -#serviceNav li { - color: #00589C; - display: inline-block; - font-size: 8.8px; - font-size: 0.55rem; - margin: 0; -} - -#serviceNav li div.tx-srlanguagemenu-pi1 { - font-size: 8.8px; - font-size: 0.55rem; /* Schriftgroesze fuer Sprachumschalter anpassen */ -} - -#serviceNav .symbol-link { /* Icons auf Grundlinie setzen */ - position: relative; - top: 2px; -} - -#serviceNav a:hover { - text-decoration: none; -} - - -/* logoGFZ -***************************************************/ -#logoGFZ { - position: absolute; - left: -20px; - bottom: 0; -} - /* wordmarkGFZ ***************************************************/ @@ -447,47 +243,6 @@ body { } -/* breadcrumb -***************************************************/ -#wrapper_breadcrumb { - padding: 6px 0 10px; -} - -ul.breadcrumb { - list-style: none; - margin: 0; - padding: 0; -} - -ul.breadcrumb li { - color: #666; - display: inline-block; - font-size: 8.8px; - font-size: 0.55rem; -} - -ul.breadcrumb li a { - background: url(../images/arrows/arr_right_gray_white_sm.gif) no-repeat 0 1px; - color: #666; - margin: 0; - padding: 0 0 0 12px; -} - -ul.breadcrumb li a:hover { - color: #F60; - text-decoration: none; -} - -ul.breadcrumb li.active a { - background: url(../images/arrows/arr_right_orange_white_sm.gif) no-repeat 0 1px; - color: #F60; -} - -ul.breadcrumb li.first a { - background: none !important; - padding: 0; -} - /* rightColumn (Boxen) ***************************************************/ @@ -586,19 +341,7 @@ ul.breadcrumb li.first a { text-align: right; } -#footer img { /* keine runden Ecken fuer Helmholtz-Logo */ - -moz-border-radius: 0 !important; /* Firefox */ - -webkit-border-radius: 0 !important; /* Safari, Chrome */ - -khtml-border-radius: 0 !important; /* Konqueror */ - border-radius: 0 !important; /* CSS3 */ -} -#wrapper_lastChange_toTop { - position: relative; - text-align: left; - top: 25px; - width: 70%; -} #copyright { color: #999; @@ -611,110 +354,24 @@ ul.breadcrumb li.first a { width: 60%; } -.homepage #copyright, -.subpage-2column #copyright { +.homepage #copyright { text-align: left; } .homepage #copyright { - width: 64%; + /* width: 64%; */ } #logoHelmholtzGemeinschaft { - float: right; -} - -#mitgliedslogo { - float: left; - left: 8px; - position: relative; + /* float: right; */ } -#logo-20jahrehelmholtz { - float: left; - left: 25px; - position: relative; - top: 15px; - left: 8px; - top: -8px; -} -#logo-20jahrehelmholtz.neuestes { - left: 122px; - top: -35px; - left: 142px; - top: -55px; - width: 173px; - height: 25px; -} .homepage #footer { - margin: 0 10px 0 10px; -} - -/* quicksearch -***************************************************/ -#quicksearch { - float: right; -} - -.newsearch { - background: url(../images/search_gray.png) no-repeat 8px 4px; - background-color: #FCFCFC; - border: 1px solid #D0D0D0; - -moz-border-radius: 15px; /* Firefox */ - -webkit-border-radius: 15px; /* Safari, Chrome */ - -khtml-border-radius: 15px; /* Konqueror */ - border-radius: 15px; /* CSS3 */ - color: #BCBCBC; - font-size: 11px; - font-size: 0.688rem; - margin: 3px; - padding: 6px 15px 6px 30px; - width: 180px; + /* margin: 0 10px 0 10px; */ } -#inputText:focus { - border: 1px solid #F60; - outline: none; - outline: #D0D0D0 dotted 1px; - outline-offset: 3px; -} - -.newsearchform fieldset { - border: 0; - margin: 0; - padding: 0; -} - -#search-options { - background: #F1F1F1; - -moz-border-radius: 0 0 15px 15px; /* Firefox */ - -webkit-border-radius: 0 0 15px 15px; /* Safari, Chrome */ - -khtml-border-radius: 0 0 15px 15px; /* Konqueror */ - border-radius: 0 0 15px 15px; /* CSS3 */ - font-size: 11px; - font-size: 0.688rem; - list-style: none; - margin: 0.6px 0 0 -1px; - opacity: 0.9; - padding: 5px 0 10px 10px; - position: absolute; - text-align: left; - width: 225px; - z-index: 2; -} - -#search-options li { - line-height: 2; -} - -div.tx-indexedsearch-res img { /* keine runden Ecken im Suchergebnis */ - -moz-border-radius: 0 !important; /* Firefox */ - -webkit-border-radius: 0 !important; /* Safari, Chrome */ - -khtml-border-radius: 0 !important; /* Konqueror */ - border-radius: 0 !important; /* CSS3 */ -} /* Spezielle Formate ***************************************************/ @@ -788,21 +445,6 @@ DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { background: #000 !important; } -#newsslider-overlay { - background: rgba(0,88,156,0.75); - color: #FFF; - font-size: 14px; - font-size: 0.875rem; - font-weight: bold; - padding: 0.25em 1em; - position: relative; - top: 1.5em; - z-index: 100; -} - -#newsslider-overlay a { - color: #FFF; -} /************************* EXT: pits_rssnews begin @@ -882,19 +524,15 @@ a.svg:after { width: 120px; min-height: 84px; height: 84px; - _height: 84px; } #logoHelmholtzGemeinschaft a.svg { width: 100px; min-height: 36px; height: 36px; - _height: 36px; - width: 113px; min-height: 57px; height: 57px; - _height: 57px; } /*********************************** From 1f147e6b98eba23fdccd081e083e56a3feb4fca6 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 16 Oct 2019 11:37:42 +0200 Subject: [PATCH 05/18] Add 2019 header, footer, styling --- examples/webdc3-2019/geofon.css | 18 +- .../images/GFZ_Wortmarke_SVG_min2_en.svg | 158 ++++++++++++++++++ .../images/logo_helmholtz_gemeinschaft_de.gif | Bin 0 -> 7964 bytes examples/webdc3-2019/index.html | 90 ++++++---- examples/webdc3-2019/webdc3-2019.css | 32 +++- 5 files changed, 255 insertions(+), 43 deletions(-) create mode 100644 examples/webdc3-2019/images/GFZ_Wortmarke_SVG_min2_en.svg create mode 100644 examples/webdc3-2019/images/logo_helmholtz_gemeinschaft_de.gif diff --git a/examples/webdc3-2019/geofon.css b/examples/webdc3-2019/geofon.css index 83dfbd0..971b9a1 100644 --- a/examples/webdc3-2019/geofon.css +++ b/examples/webdc3-2019/geofon.css @@ -21,7 +21,7 @@ body { /* background: #FFF url('images/background.gif') repeat-x; */ /* color: #000; */ height: 100%; - /* font-family: sans-serif; */ + font-family: "Source Sans Pro", Verdana, sans-serif; /* font-size: 8.8px; */ /* font-size: 0.55rem; */ /* These should be set from gfz_text.css?? */ @@ -38,6 +38,8 @@ body { h1 { color: #fff; + font-size: 14px; + font-size: 0.875rem; padding: 0; margin: 0; text-align: center; @@ -65,6 +67,15 @@ p { position: relative; /* Repeats GFZ template but defends against its absence? */ } +#geofon-header h1 { + + font-size: 28px; +} + +#geofon-header a { + color: #fff; + text-decoration: none; +} /* Make sure border is removed; border-radius is not enough. * Set in gfz_text.css @@ -136,10 +147,7 @@ img { } #footer { - width: 942px; /* height: 20px; */ - position: absolute; - bottom: 0px; /* margin: auto; */ padding-top: 20px; text-align: center; @@ -317,6 +325,6 @@ dd { /* * Rolling mouse cursor *************************************************** */ body.busy, body.busy * { - cursor: wait !important; + cursor: wait !important; } diff --git a/examples/webdc3-2019/images/GFZ_Wortmarke_SVG_min2_en.svg b/examples/webdc3-2019/images/GFZ_Wortmarke_SVG_min2_en.svg new file mode 100644 index 0000000..1044081 --- /dev/null +++ b/examples/webdc3-2019/images/GFZ_Wortmarke_SVG_min2_en.svg @@ -0,0 +1,158 @@ + + + + + + + + + + diff --git a/examples/webdc3-2019/images/logo_helmholtz_gemeinschaft_de.gif b/examples/webdc3-2019/images/logo_helmholtz_gemeinschaft_de.gif new file mode 100644 index 0000000000000000000000000000000000000000..9fa38391b502bee062190a0616c73e32cb8df5fc GIT binary patch literal 7964 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 Sag)2;<~}#N(@o(J002ABmln4G literal 0 HcmV?d00001 diff --git a/examples/webdc3-2019/index.html b/examples/webdc3-2019/index.html index cd78d96..00ef056 100644 --- a/examples/webdc3-2019/index.html +++ b/examples/webdc3-2019/index.html @@ -22,7 +22,6 @@ - @@ -46,43 +45,39 @@ -

    @@ -198,10 +193,31 @@

    Event and Station List


    - + +
    + + diff --git a/examples/webdc3-2019/webdc3-2019.css b/examples/webdc3-2019/webdc3-2019.css index c44ff65..a0e1ee2 100644 --- a/examples/webdc3-2019/webdc3-2019.css +++ b/examples/webdc3-2019/webdc3-2019.css @@ -27,7 +27,8 @@ body { background: #fff; color: #000; - font: 100% Verdana, Arial, Helvetica, sans-serif; + font: 100%; + font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; } @@ -592,6 +593,35 @@ a.svg:after { /* ------------------------------ */ /* From new (2018/2019) GFZ style */ + +@font-face { + font-family: 'Source Sans Pro'; + src: url('https://fontlibrary.org/assets/fonts/source-sans-pro/d288e5a9d9111d4041f365469aa2ca97/1e9b84fcbc477139e16061c80f0d873d/SourceSansProBold.ttf') format('truetype'); + font-weight: 700; + font-style: normal; +} + +@font-face { + font-family: 'Source Sans Pro'; + src: url('https://fontlibrary.org/assets/fonts/source-sans-pro/d288e5a9d9111d4041f365469aa2ca97/abbaecf00224cd1086837404c418af32/SourceSansProExtraLight.ttf') format('truetype'); + font-weight: 200; + font-style: normal; +} + +@font-face { + font-family: 'Source Sans Pro'; + src: url('https://fontlibrary.org/assets/fonts/source-sans-pro/d288e5a9d911d4041f365469aa2ca97/a663a1ba5f49629a86f7486aaf0f5359/SourceSansProLight.ttf') format('truetype'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Source Sans Pro'; + src: url('https://fontlibrary.org/assets/fonts/source-sans-pro/d288e5a9d9111d4041f365469aa2ca97/d165cf1a72ee7db500ecfc9d7672a834/SourceSansProRegular.ttf') format('truetype'); + font-weight: 400; + font-style: normal; +} + @media (min-width: 46.875em) { .geofon-header-wrapper { background-color: #00589c; From eeeb50e6161e4a91219ad0c69aa0ff264a915f88 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 16 Oct 2019 11:41:33 +0200 Subject: [PATCH 06/18] Add EIDA logo on GFZ blue bg --- .../webdc3-2019/images/eida-orfeus3_blue.png | Bin 0 -> 11551 bytes .../webdc3-2019/images/eida-orfeus3_blue.xcf | Bin 0 -> 32677 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/webdc3-2019/images/eida-orfeus3_blue.png create mode 100644 examples/webdc3-2019/images/eida-orfeus3_blue.xcf diff --git a/examples/webdc3-2019/images/eida-orfeus3_blue.png b/examples/webdc3-2019/images/eida-orfeus3_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..d819e8d3d2dbeb0fda3c7062bf592f7584057ce2 GIT binary patch literal 11551 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 literal 0 HcmV?d00001 diff --git a/examples/webdc3-2019/images/eida-orfeus3_blue.xcf b/examples/webdc3-2019/images/eida-orfeus3_blue.xcf new file mode 100644 index 0000000000000000000000000000000000000000..3c5edbdf28a5e8f70de0d19c6eda3aef2e08511a GIT binary patch literal 32677 zcmeI5X^|w!O+r1_@Gvvi0XX#D!aPsUG-k(%QwePoV>U9BZrUn9zAi-5v5dil8^tyA%814 zG8sNraxA&}ca@TZzf~NS97{P`5?IDHGrp6y@fep~f8yl9V@K8>J9FYLP>S;zwdU-7 z58QL4_w4C=PTV!Rbj{IYhfm*g`b_T{->g4#?9jp9$?-}5w+JwmoEqh;hZgy2@qF*w z1M=06oW1wp;S;Bh^-dLk3*-ZfArsvC`%j&?ulK~M!^e-DmG7TEdi3m(`${(`-@XzR zW9ENV=#cznJ{|+-UXI&&gkQG%;NiQEojHB~DNnj=@||j0A$x&iNdgPmYZI783HfD= z{0V!C@Uk*^c^O<+1~&l9b&G#B0LAYYSzf#sPGxt;153AF0q&?$=gxA>aXi8CFXoS_ z;QLj3xaA)zRrk134S$Jr{THN&ah-@#-)A|#pw#dem0FWmYJ8hgQ*yjZsm=dZsa?-1 zb<=vK-ot&q*C=&cmr@5FQ0fpOdX#7U0785wQtCsW!6?!^&{8vYF1XD%_-8MOYJVR7=AR%62>*)`pXO zDO?^-DAy9!h3jQ}L%2@ax^uK^m1_@IgrmwW30H<|l&cC?g(J!>3!B4X`GuBnNV)#7 zH5^o~D{Kn~l^i|qjt+HyXb|Wxvv$ivjsVcQeyZ5OYHLcw!;<7>8hY!$BYB!;l zs|oGSs5-S?yBXD>)@i$Uj&`kfPhtW_wd=(ItkG^GdOxDwdrQ-Ia-J*I_r*@O7m!@BJ=mBAa zaW|N4CfXPT<|^a12H9Y%alJuhu-RmeR|lJndsk2sOdHo3)CL=jJ#m_L(zvl;c`#wz z{-7>cZ`|>qAy{YZ%z4_i#@!pN2u6*Y4ps(hj2jGA1tZ4o4Vr^tQ>jPjVfyFYesmZR|uoT)i4rwxu88a5bu5*;ReW z0${hYRh_UNumi9go-?*h*~+%CFLWy)y`_rciXAD zLi?q9ZmKhMjqs`iIc*E=*I+g6uxbh2DjsANqpH;i?U-r`T^EnJB6M|Xt!fNilUk?h zL;FmnT2Je0p+{ZlmZ%A}EOcL2Q_?ijK%Zu{LDhz?LrtqCp<4qLm!N?);TBabm)oqW zLc&VFE8Z`4t6+b58Hw?mKXXz+#$7((DNZMQvyT)W+R zSljpfmQZ9?_iKCor;uU5ZfyrY0NnvQwB7I|5AJ4ko3<0btx(B8H*4GXltN_#-K1^X zX`b1w)s0;D^I)Tw_Yde5+Idx=$kvy{Gj6tsB;Zx<$D; zo@bS^v%B>Ot!vY3bdz!~^1#T#eVRK|?oPc<*DHHqTCb;do1sjdG!uFm*W0WoX?fTw z4XF<34Z2pj(|TGjQSKrHr5T{9QEpIg($&h{s5k2><(|@8q#2=s+{@e z@*SJsH)=MTXmZbKl-Nz1aTE1!KO8I-c+A)hhfz_t*$f+d?J4vVu;19(v#29rx3S&t zLHhtZj9vR7)Xr@(ZN?6t3i<-K(KIvQfnZR;CS%)f4@LslZyJr=_%X22`RjYl3gZp{ z+xyotBpP|(WY8bjGh=3@7=-R1yDt;i3!BU;E0lSg#*<6CU-bs68P_gUL!*RTCZ^ikG@e{0rrNJ?Ggn3A zv@es4iT+XhnM^ zKHo?fbvKEFxHgQ2n=-ga6JgX-U#*s@>Ckpo5fg3>?bs^92-g{I4l~cMu9iNF_dJeY$vdr+xQi&PmMCmW z!mnlFG|uEk6`SNwTO1n?t)n*R3eY!^H zgKIzhJ9xnE6$VC~H=n~(UZL&y8QkerI-0q~U=rGNbmJG!<5RY4yXyUTrCr)?{CynD zUTvQ^kMG*2ZRg`S@B=z(o14Y29n!Yv2|_gjw_f~wqPbh)G`{e_mk1Sz^=>`@!wLP` zgzwrtP9R8Fcs)Fwk`NLZz%|^c-7AOzQRElk{ATTbTUDzq+TDvx5NTe-+a~UONmZyo z=br2DCk_pC24{D>j-*3uI!d!$+e1pv5H8BcfZm}YEq=~hcON*gd*h})Jfr3yf8^-& zDDG5ekbm&~8>dYdj#%{JJ%e~;BSCa_cR%ji+8}yxUx#Th6G8Oo^_^y!nGWpX^=66L z9N5RVnJVKx7;FwQ_qZLV#^g6$b?8IEhQNK4fl=Gl$Aa--g|Q>=55|I3COUr2gn zGttfq591)V8{4`U7qiRQv4`;zdyPHyFpg-Sv3WH)mzgh{uh{^hh$?C)Ciz_QJ7>&eqokVa1 zsH@c|_QS0t+G#~I2>^*02UL6LmLiCqOj>jaDAN=@5;!&xI1;P&AdLgePY|nCV`PTp z3ax55bloD2(nA`t6k`%`Heq{QRs>RFyGFGhQ!*YlVu;)_5y-Hf!;K-7%%Om6LoRtf z;ykk zrzcfC2Z7genaTnAek=k{Yw-1F3?a+OZbSet|5m*GY9fg~A_1a=Ekp@~4!=(5P)7{X zN?=hRM7JMnN39wIyZ*%;+XcpT}22+kTXV*(-pXD zj7)m;nBKtcHJwC4?rwsyfxxXWs|}IYEIK(9xIL!T3lnO|pgJm47d9z-!N%=( zrDbyF7MlRiTjwzu%QvbE(<=W#>rvAx`f~==6gH^*bUuM{&jHD}4g7inPO0d&C~_HB zQvm#TuHeB*l^@{t5;&Uk_ve3NQbpg(M>cC~3UKzud^Vqe7fWDeKDnK7l|PmDgO^Cy z_AM?~$@h?$DO(c*PbPqUvtTQ1#w{uEmOSVR4Ybj#{9=7!t;!F*1yuxck3^ZML4g0_ zfiabz)F4_=l|41c2tuTjz3oaG8m&a6@SXLJ4u8-VSbxhNZ- z;7xc(BrLN23NTeCOw}noD+y~tFZGF7Kc)n!c8^O&krrs|Zbycmm2)hSbT8B=x2R9$2$)2=a7 zbs1B2!c<*ksxC2A7n!PyOw}c(>Jn3R%2Zv(RDC&RD)UukOx0yfV-@-2~$nV zROTc~Of@M}P0Cc0GL`9!gsCQBs!5n?icB>{rkWyCO^Kb%2bmw)uc={DN{`uQ%%ZLQ)H?sGS!qZ)g(+cMW&h(Q%#YnrpQ!NVyY=I z)uc={WlS|?Of~bEYRZ_(ouo`P3z(`@*Urk>%uKuLDmaS@XMg7Ihfkki`UNoSUQ5O{c=SOX7hNLha(6KU`p4fHi|cu&b|=HfqiAn&Xl zU~YP-AkZTv==&aW4lD0=;=c|RDlA^709nlJj}nLr-hnSMT;Qkw6kw=O>1?hazhbCR zB{!A;mpqVl8H;(^jlaQV=kFBj+b8QP0=(jZY|i7ksXOpx*7KD4++TXgIf#sJv<$2ho9UkNa288^DS;w; z`DW&_$K{zXe;$aTj#r6&YXyrr{EU;)cP4N}Uw`h*a{f46(D9SZd%M% z55QLG3R`j761I9MVJi+?iLD;?Y)v3xt6r)TwgQ#d+M{dzbv;`XSlF6?!d9Y5nX^dP zYRcG(ZY;?Kc&a6~df2lyfrPDQsY%!hRATFxsrA?OY)xQc zYXS;eiDc(krsvQchB%~+X_VE<)rA8zLrkqO0Wug8uhfP^G$SD^K~2oLw5T;iRc?T# z!DhgCp>SofH-x2(mkk?$Mnl$%YGo0zNATSORTlA$(i;^#VPEJvJ>FGeR#`b53Nv4E zUy_sUDLhg{O6WEoHpnvddTH9?rr9?WV1AKmEiW|9`N7}VJO+dU_yG?}0s|f?!wEH+yZmrsFRYNo*sztjaOyjiZ zHH3riVOcblMR#JvJFs=UKbZaHoO@Dww+nt0XjDdxOYaH6UleFl5r32PUJ(4}1iIbh zeVj?WJft%HEN61^R0@w2k>jdCyDcot((H(vxw!ebZzeeLiyZEw@wYx0H#=z>eLyQg ztsJBmFr}c~TACF^ysVPG%;W;i&5Bs!(F^CX+&uQvvM_oP0>#j}7!ry=xc$-_;(fwX z-c93v3k0<7<;hrv1@WLjCw$Be{=L%ME^jF1K1ai^dzO3@mI!y+jk}%cp4G;!4+dz4 zm;!PqST1ZeZbL9cGZM6rlfc|ii&;ZJ>ps8|BWs1nWubcUYme>8x_^W40>G+-OF*tC<_ks2Oe5E~ZDFpB-gdw8H5f%4zxD zKgGvGnTIOpHa+4V;7*jrnlN2^fe%Z*&URf9Y%|%wUB@g`mTAaL;I=XinF(f$Wgc_8 zaeg9l*6BsQjw0a{qFZ;Gfsq zNk{l4PC57$Uh*d~;+H=8;hma@@Q-+3@5mH}f5g;^cVzOzKUPx4TqE&$Bk_5oGM1%I zmL-?UsyY5B8Mu=)Qxbi%{#Zqij9#FQBECg>-F(M>tsan({etO|k(H9KS{+V>%N5xb z%cR#>?5&hu4?PA~()huQY88BEjBgTr6$tRdaq~NJx=rvIrUVK3fw}~$Ab~^DJmetd z7Yx}H@}oe0ydPD=C@#=iHn{kupWkv9J#x8aa^V(%V3n&=J>M{fsp=$GR~oWRJ}k%~dhzL}fmoy+5X4D2^)TPGy#s&@ zenBw5E9c(Lq#jc#Qw%1-<7(;cDfV_q?+JPg-bBNc-clL$xZt0O@iN$56XQ+X9FWr= z6Z|x@fg~3LofBv^IV6&4A_w6zn2*Z2V*=eL&=UgfViXtHTsFA)rJvt&cORFF49ey9 z3$$CHae)p4@g(w_%j7X0jc<3@H=LLhdR&y7KOvB(#TS5<3&kE0{93^e2y~zDLDFG3 zH6sXN2lW1s;IHv`di~O4onO0WNttnU`XczIs?Q)^aeq^Ul4ckHG9J#AcN-w^If)oyFcJ z>D@<3aO5adS#epA`HE6M=44phE(Uk-8!YE^?6J4Cbhu zyG5Y=0^KXnG^4n{RN3I-mwtZB-JOz)^vdP-3baKae{ z1-bd#1llRk$AOj$#bhva0^cpr?ZSk|V`6%ut@Z=mVZm?nc&Ohky|qH?`^nUC4>08l z6Hbi@<|e`HH`Rv4<<}xvnTi*endIqWeLS0AQ2@M9Xp!a;%@BDWE^c2+S{A%p3MA~` zQ3OI3%3BHpDnFGkLeJz`>G!z5&3UL_<{8&o=wV|BH_v>$EBGF3<*aY5mJ{Fhpp0Ti$oeRk$;IEH z_w>BpkK!JeAYajvpmHM@%#sMuQXo5mOdR`~D|C9eLq+}E1RWQVn-h`gKqtfGM06Yrn3g#&=F3$)Mje__wPsZ|E@`J6)?y)6ICPx;|Yw~E&PG9QWMAIZ_lG-n5m;{pV$YG1~8! zEV5k7=AV*D<8N~z7W_P7S|+=DNo}zFQYLC=Ezq*Q$;OLM$G?A>#l&3h({iCVp-Lx9 zlzcnqHt@y#UKZvOl+FE+G5J5r`=?@YA(JCt;z@t`_|aIK5!AS#P8Xln4@6l0Om6HF zPu1mrfQem3UBxKa4~7Lzk9k?XC(Nj{Hpcw4i1CBI{q@Y(8&!0GoR6%NFIGi#zva8# z!f+c^Mh)s`5S&~0&m-9rp>oz`8B1qG&(}_!Y9}*EXaYOP zymsnDJGG6qQ`=Z6CCk98sg4ru)FtiI`J#5}d{H}fs+~I3PMvC}PPJ1T>PW^R!dX(@t#{XeX&5P_3k$-+G*x%r%APw zY*f)s6Kf~iu|x^Ubd9ysB-$zIB3?U9Q9DgZJ55PDO-VaVs+}g)PLpbsOWH}&W2&9fDQTxkwbPVo zC)>u#v~!qj$ujMnWHG*6JEdQyof}z&pRb+Mf+^R|0YS{uP7n*Ule?d%oo1nSnt9sE zn#+9cH1o96%+pR%oXfS7g`oM`DJw(sv{P2JuFy_KEznN6(0uLWiwm@qF;{4(zx;gd z6x5a4DK}QGoib{^b_!;`b_!+@?KJbX(_EpQW)bZ)3$>FZtShv$n*5$hm*F#u8Puhs9}V) zPXlFaMb2O7%XF&w4ZNdDW&g$x&z{SdQaA8uep<)t&(gh?&VWF zMD9&;S;ZrZbFIR%)8lgbc}|NDM=r)B_ghuS;CKEtG;=q}BPXYxDV=%(R^;EnkKpw{ zD#wpXCx+z2=fu||$p%kqAB3qc*yx)~gye4!Jj@UZTKj5z%AREMBKq6B_{n6mL{u;+ zR0<7y1b?xFzuV)j{RXoa(LT^TjAVmlqUg_(Q)igqa6gsn!2kTD@}4n7mx+)33o$v` z{7L(a5@zMyH_218dnK7zPP~Pq_qPh4k~1G9r_H^=3Go-L+w-%`&%kB{`#D<`yNK5P zYtZojUy&i__M~Y0v+U0#H4Pv0fAG-aC33&wW-{L9YvjaJ`8@X^Zft_*Dl3$mM6qLZ z#*v?z&mSNKV_ixZ%I8Q0jZi{BYt3GPmDpZ_ajAX>m@ z&izjkKkTPO#{E5sVqF9kt>ZrBW=Imu!8U@4OEH2MPwq!VFZR>Y$61bYMuM4jJQlJT zk<`$p@|Tjkvp<%|=~?L!ZAGLv&>fFOi0(eZtmp?mO3FlpV&}O3Br5AqKsHT%J4SY? z=pMq4Dkq!MKo3N&8WVvs6ZuJcxcHV5GrBWnoqSL1lP5vvH}iQ{5yzirN?^VR%JH2x zqEFWYJ>wB2u*h~*>!vGoxpmW(e8XEepwzn2iLDzzxpnK|>p~#+H?nQ) z3hTz%l6B)D7FxHm)8lfw+`4hUiFJc!^Q~Ly)Dy6x+`5%c49SUd>jq)Gbz>@Up>>N- z*^^ABPE` z+IgjQ+b7sXtQ(1qZ1vv~KLKEVpi?lcm;8&$DhiDp@xjm8=_MO4f}@WJJMRw-o$`wr*r|USZuzxT1Aq zqvAsA=244Sw<3NK>&DFJ+gZ2t)K5*uEVORynJij2IeVncx^b##-AvY$SvP;eTQ^f- z%B`EJsC7T1gt2xZlx1La-!V2K^Sk{m>^$h-QrXBB(vOQ)~(-|#JUN-%({6z){QCch1M-O zb%t5*GV5ka)(!kZ>t>?Zx{>6RHcqWsjjnbf#3Sx_`?rexeqxp6b8abtgTxp89&Dm89qo^dm&aWkoL zV@%1onbf$Y;NPEdo2%L>rPA1cc#nMi1s^t=BB$3z&-%|d`NS*yHFA4t{@6F-+>a?d zmy=EnfIj>xh*NLn!NV+LRR)gp+S-A#tG%&HTMP~41Z z=}W#PqM0HWICg)1{;+^i!Tkg*>hH)M9*Tk262L~?qyfu0YfqP;?Y=z_VS%1dyB=imtXS`_d^8S2aaIqeh(0j5vhK^2zw`aoVrgCQntUd>;4}3_zOND zB%6{Ur2l-APk#B=*q==E$G)+7sbM9Ar16CGtq_v^%R)$+n2-QPLQ)K>NXQ~6gk-C8 zOh^DvNZ$$}DcMmZWC98y0b@e4IoboSB>;q^3_?Q467;- zDaa&*r16CGtq_u}(LzX?n2-QPLQ=}9NXQ~6gk%?WOh^DvNZ$$}sTxuwWC98y0b@e4 z?>Z)A0zgQL9wdY;LElRtAtXDri-b(UH%lOdH2sY566qmNNYe*SB+>&3A&YQKNH%-3 zvt%hdOW0@9%s!KN=RV0H)E|@@9KBL`uz|{h-72bk{dHfI&@Pphr&4!`;|7S>e2TVs(O%z-y0YAXo`z_)Kc671+SngBE>DFTwv@p7BFW*=G75N*INeN9 z!CBdlF@e^yJL7|>sqEG7kS!N|Qh;y*UBtJ%n&JiBIyy$(3aM0RpO==xg`by72HJg* z)l!NYKG&b=mm-H*J_r3EsjlH3CG=-8>nReEz@s4|`(l{-P`n6Kz;@UupT-dSWzPyF)n)8J%NFtC- z^5`}ySS{izf>nFFOnZcHV$G{NAZ|?>c}(*ihV0mt%6M|lCQN^ zsu@x%MT%f_^KM!tMG4u8g6LALku5)JwS38!!dQuHQ6(`W0wq~j=tV6G5k1vjfpFR7 zy%f2zztarf)~uESk6lP0NnSwm&akaR0yfF{>PXh|+OrLvQeAQ>w{MrXO3g_&PBF*V*e0bYspz7j>aLYi zqEa?eM0G2cQ$q1w%BlyXN{gE1lNsDku{(j;+8*{R$kqj_``t)&zY1l~H&bb&ilQ%a zR4ccJZTvMH_*;bQ-h1iH}Ks#d#?SVtWtDcXx0PcH3hz87TK?Z#*xH^RqmJ z-EzOoh|Wkw%9-7BlAbmTfuiyKA7vgJIAC#i`1QAPGk6rAlExFU}Q`Fh%J^DfB_n#K7Ib z`;hX6k2Ud!<}>4KT*HjTN>Vx`!NyW3DC;O$}`QV?ftjJ|f-sSRiW-d!X{6_J-mp|)0@9ntV+obY*hMI|NX2?nf z#U(^sTdCgo2eexRTP4jO#KrQnzF0nEmQa(?)eyIl3EqR_NoIFtTs6Of*pA%nRbf4K z9U0k36lklTp&gYmzG{9e@gZ5f^#qNCk~LlUw)nW&ZYt&D8`n`?P732UQcse^)vD#M zyaKdZMXNf)S2C~ku)E(jQSdy>zCsmsDFTzPZaR04DAx|J#2JfP>Id1uZ+lkAYIt^4 zkCZvEtCq@weN$`GFm)`Wp(d$ZsfKzs0soo>TT3*V!@xl?k)nmtF-%d z!aTyg@mbm}vfsZ-qQI@Qv;>8d1ce(VHe4c+;$b4i4YIjlsf3YRcmPT_ZX&4U^?4gB z@&ugi1e|NNz3u?*s3w5%HT-WQFeO@@AzCGd9r+BdDlY4w)a}Q;?fHGYSjzP8prT|4 z>3j#Txdv#pj`qB)uE|_ODFkhAc#+%9UIXD@Wc@1Nd*}J{gh2NBn^+Tzh7P?%SY&_q zT`a+6X6&h_nV+-w5D4h}%@2L_vjiiN+1JLB9BT+N~#PM{G`6xcla-su76m1={x&fb0e;Fis6*dP6eri#rm zY+aIC9SByP)Lv{vu+Xn@$}diEpu(J!O-{_T05yofNiht*wu&Mg$Q*;dhK6OoT1D_a zOzW%k^Y0D-D=5veF7%}ym!ORlew3UIsR2p(jX@?(D6G+rU{YqI1-Tq#HflgZ>ea<^ zk`$M$BIH7whY?HS>>G}q&TP(7a)5JlgvQkOU|Q*tn8pb! zpD#Q4e8WiueFs?>H2p@w^*!RRbG6uF4b)$^NXITlxz&^n8FLQK~mLwf z-U;dV64LW82KM-WF~F})q51^I(^5S2csJ7o-2W|1B~V)QXb-atoP+A*Ps&`}B{8xS zRz6>L^7)2iK0>H24OEvec&d{+EL1l!)d|28svByq?qlLvCYvSakC}JrfTchsKwpfL z%9-Sz^}51%f%bkIx8Id^xr(MpmGi(0q`Hk4mZ^Nhn+fD@Cq--mRP;JoRucs#SNfuC zOe%Zn#VEzYyJkvy>M&+h*IT9k1 z&hzYqDR%NdA=ixOm@FX02V{IUhW}#`u2OdBvd^5GD3F}^N%oy&T?hGqk$vszZJBM^ z*_xeID*xB6P!K9f)@MXY7+13PDr{tQGs%eLol62%y<| z8}9a#3Cb^A%Wvd=$bJ>RO~M^He!1MB{LDT{Rg;{$D4%;(e&DqjA-9^l2?X_4D;a=D zeHYJWh-5t*JyL@DV#v8ydAo4ZxxF5cg+r-CXx#-`Nssh(TXB-&ULG>O$}33r#bmkX zI}(`H!u(J0`MRl%XlFLy*!>lzdQsu_g*q1qH`9b(xOF1jzIG`xt&75~qeQr=G@1xE zWuRi=)qaco+9kq`X^e$ir^2mM;nt~e>r}XPnQ-fJ;U+yS6>eQ7+`3G-wM~Uv zmkGCi8{yV(Biy`>76>t@zF_GB;WmkIn?$&cjV-q+3b!c=H(qce z+-wMqh1(Q`o1G7_aGRoV^9G8A+oZy6QsFkKaGO-PO_^|;a^W`R!fncg+ms2nDHCo} zCfw$2gxkE0aP!JvAl$tD7YMgt<_Wjd%w8bej9DPujJZ;{88%3H+_?PlHuagNa^lqid>ZnK>icNHvqF9 z%-sv<3bleA{68|FrZB0Ze?wAsHU@7`z$vy^O0M~m!j#HA@7)t$ZhXS0s7sOZ+z;5d zD}}HD&+}@P!smcJ2}oh{Kh5U_IZdR3+f+jtbgt>!=puLF>!M%n0Sc!7XFBal7NH3kzOQ-bGDZO+` zFCCTW#iqA}UcAkU^wLp@UOJ_hPU)pndg&6q2ry!L$u)&uWGTn=(osS$ozP1s^wOSQ zQaShM(aV(R6<4u_UcN@QNR;vPG6}s%?DO<8F}+MVy)dywdYP17CZ(52>19%SnUr2^ zLrUm{fh^L?r1UZ=y-Z3klhVtS=w*uZl4}aR$a{?GWs3AN3B620FXQPIC%1@$`x49D zRg!xpogdMuD^S5Bj6Tl*c~vV~&@6LEF2TjpX6IQL@@;JQbLm^`SX z=5j>!YJt4J$;@DfhtV%5|3ak>w%Pn8pnAE7yxY#gaRR;s$kio;c_RTy@H)s8g_&hLz} z(Wm2%)StG|59ttnuoonEBXcy(1OfQ`_KO~_hzKO!lD#@yP~iNb6lNci;429l*s0Xu z!Mw}mp7C(TRmfiW@A!^nG-stYcD?+7bS%Y7rBe+l*vDUwt>HHBWMat!vMH&1XJ(d4 zD|6YdR5o5>{vj0xQ!V5~=+VA+5U)jO*Vk{^zfS`E53ktIxiJ*8W z5fr9EJex&OJnRJps3<68yB7rouqY@AD1ySAN=Z;s7(v1BN(2Qc5fl%3LBT^S6BK%} zpa6J5!LbuT@eP847bt>4;|0aHA}IKaiJ*AM3yOylLBZpU1;qogpx~#bf)aNUL7`I= z6sDF+g5u#=Pp!fzsVTQ#EO5ED-_*MkPba4XUVhkWC9`J&~>`Wpk z9!dm-shg6Zc-RXHP*G6G94-n9U{O#KPy~fJppu}ZFoJ>)lL!h>A}Aj6f`YeGCMfh` zK>_fBf|DeI;u{17k4glE#tVvXMNsg)5<&5h7ZeXAf`a!J3yKF~LBZ!s1tsnzf=7O5bT+keb|AXGf|DC=o{>Rvge^gCITKsn%&FTamprr!1 z{FVN}cEhbl?m2S!z7wZU_3k}*mJOik|K~3LZ}2&A@;|&QIWin?_rJmG%f?X1j5R0! zSNu2M^3~+;{7~5)fIojdw7Q?;5spuBd?p@Pyvy@{!xn>TYdajG3kAvTv8|C2Ne9ujBY~r|zV}@fF$F&@C4|_Ro=J<7v v-{9EKaggH(#|e&;93PZ>n`=~szw=oBbI!~6f6*~n#{OML=0f5BRRaDm69NXs literal 0 HcmV?d00001 From 0fa882ac06a6405e0b5a49cb32dba9ff8a9d58de Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 16 Oct 2019 13:25:10 +0200 Subject: [PATCH 07/18] Add page header on help.html --- examples/webdc3-2019/geofon.css | 2 +- examples/webdc3-2019/help.html | 34 ++++++++++++++++++++++++++++++--- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/examples/webdc3-2019/geofon.css b/examples/webdc3-2019/geofon.css index 971b9a1..3d71625 100644 --- a/examples/webdc3-2019/geofon.css +++ b/examples/webdc3-2019/geofon.css @@ -94,7 +94,7 @@ img { .inner-right { position: absolute; right: 170px; - bottom: 0px; + bottom: 45px; } /* Footer needs centering since we don't adopt GFZ 2column layout. */ diff --git a/examples/webdc3-2019/help.html b/examples/webdc3-2019/help.html index b0e6c88..d190d9d 100644 --- a/examples/webdc3-2019/help.html +++ b/examples/webdc3-2019/help.html @@ -16,13 +16,41 @@ - - - + + + +
    From be03fee1c0a185f1938cd6e667e05499e4a256fa Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 16 Oct 2019 14:21:37 +0200 Subject: [PATCH 08/18] Fix help.html styling? --- examples/webdc3-2019/geofon.css | 32 +++---------------- examples/webdc3-2019/help.html | 56 ++++++++++++++++++++++----------- 2 files changed, 42 insertions(+), 46 deletions(-) diff --git a/examples/webdc3-2019/geofon.css b/examples/webdc3-2019/geofon.css index 3d71625..051e244 100644 --- a/examples/webdc3-2019/geofon.css +++ b/examples/webdc3-2019/geofon.css @@ -18,15 +18,9 @@ html { } body { - /* background: #FFF url('images/background.gif') repeat-x; */ /* color: #000; */ height: 100%; font-family: "Source Sans Pro", Verdana, sans-serif; - /* font-size: 8.8px; */ - /* font-size: 0.55rem; */ - /* These should be set from gfz_text.css?? */ - font-size: 11px; - font-size: 0.688rem; margin: 0px; padding: 0px; } @@ -37,17 +31,11 @@ body { } h1 { - color: #fff; - font-size: 14px; - font-size: 0.875rem; padding: 0; margin: 0; - text-align: center; } p { - font-size: 11px; - font-size: 0.688rem; margin: 0px; padding: 0; } @@ -287,10 +275,6 @@ img { /* ********************************** */ /* For GFZ-style help page */ -dl { - margin: 2em 2em; - max-width: 60em; -} dt { font-weight: bold; @@ -303,22 +287,16 @@ dt { * border-right: 1px solid silver; * border-top: 1px solid silver; */ - box-shadow: 2px 2px 6px #999; padding: 10px; } dd { - color:black; - background-color: lightyellow; + color: black; + background-color: #fcf8e3; /* BS warning */ padding: 10px 10px 32px 10px; - border-left: 1px solid silver; - /* - * border-right: 1px solid silver; - * border-bottom: 1px solid silver; - */ - -moz-box-shadow: 2px 2px 6px #999; - -webkit-box-shadow: 2px 2px 6px #999; - box-shadow: 2px 2px 6px #999; + border: 1px solid #faebcc; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; margin: 0 0 1em 0; } diff --git a/examples/webdc3-2019/help.html b/examples/webdc3-2019/help.html index d190d9d..a1d21df 100644 --- a/examples/webdc3-2019/help.html +++ b/examples/webdc3-2019/help.html @@ -55,7 +55,7 @@

    - + +

    From 749055a0f0ec97de1ef917661f19d4ab3177c731 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 16 Oct 2019 14:28:55 +0200 Subject: [PATCH 09/18] Fix Orfeus links again --- examples/webdc3-2019/help.html | 12 ++++++------ examples/webdc3-2019/index.html | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/webdc3-2019/help.html b/examples/webdc3-2019/help.html index a1d21df..05fc504 100644 --- a/examples/webdc3-2019/help.html +++ b/examples/webdc3-2019/help.html @@ -27,16 +27,16 @@

    GEOFON and EIDA Data Archives

    - -
    - Logo EIDA -
    -
    + +
    + Logo EIDA +
    +
    diff --git a/examples/webdc3-2019/index.html b/examples/webdc3-2019/index.html index 00ef056..800f284 100644 --- a/examples/webdc3-2019/index.html +++ b/examples/webdc3-2019/index.html @@ -50,7 +50,7 @@

    GEOFON and EIDA Data Archives

    - +
    Logo EIDA
    @@ -59,7 +59,7 @@

    • GEOFON
    • -
    • EIDA
    • +
    • EIDA
    • Imprint
    • Data Protection
    • - @@ -16,6 +15,7 @@ + From 3cff6f93d08d0a1111097face0295ee7a0901511 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 4 Dec 2019 15:56:54 +0100 Subject: [PATCH 17/18] Add .external-link where relevant, update ANSS link --- examples/webdc3-2019/help.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/examples/webdc3-2019/help.html b/examples/webdc3-2019/help.html index c2832c2..e4fcdf3 100644 --- a/examples/webdc3-2019/help.html +++ b/examples/webdc3-2019/help.html @@ -95,19 +95,21 @@

      About the web interface

    • Waveform data: Using FDSN web services you can download mini-SEED data. These can be easily converted to other major seismological formats using the - rdseed tool.
    • + rdseed tool.
    • Metadata: You can also download FDSN Station XML and text output. These formats contain only the station and stream information ("inventory"). They contain information like coordinates, names, codes and instrument responses for certain stations or networks. While an inventory XML file is a plain text file that can be inspected by any text editor, it is recommended that you use a real generic XML parser to extract the desired information from it. - A handy tool that allows you to convert XML files to a more linear format is Dan Egnor's xml2. + A handy tool that allows you to convert XML files to a more linear format is Dan Egnor's + xml2.
    • - SeisComP users can use FDSN Station XML to configure stations. + SeisComP users + can use FDSN Station XML to configure stations. It can be imported directly from scconfig, or converted with scinv.
      @@ -150,9 +152,13 @@

      Using the web interface

      At GFZ you can choose events from one of the following public catalog services:

      1. GFZ - The GEOFON catalog (http://geofon.gfz-potsdam.de/eqinfo/.)
      2. -
      3. EMSC - The EMSC catalog (http://www.emsc-csem.org/Earthquake/.)
      4. -
      5. USGS - The ANSS Comprehensive Catalog (ComCat) service (http://comcat.cr.usgs.gov/earthquakes/feed/v0.1/search.php.)
      6. -
      7. XXXX NEIC - A temporary replacement for the NEIC service, at USGS (http://earthquake.usgs.gov/earthquakes/eqarchives/epic/) based on the new Comprehensive Catalog (ComCat). XXXX
      8. +
      9. EMSC - The EMSC catalog (http://www.emsc-csem.org/Earthquake/.)
      10. +
      11. USGS - The ANSS Comprehensive Catalog (ComCat) service + (https://earthquake.usgs.gov/data/comcat/.) +
      12. +
      13. XXXX NEIC - A temporary replacement for the NEIC service, at USGS + (http://earthquake.usgs.gov/earthquakes/eqarchives/epic/) + based on the new Comprehensive Catalog (ComCat). XXXX

      Select "Catalog Services" under "Event Information". Then use the pull-down menu under "Catalog Service" to choose the desired From 5baf0f7bc7710d4af4a85ef48f66919c48c8208e Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 4 Dec 2019 16:19:00 +0100 Subject: [PATCH 18/18] CSS for a.external-link from GFZ pages --- examples/webdc3-2019/geofon.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/webdc3-2019/geofon.css b/examples/webdc3-2019/geofon.css index ddf2dfb..08ecf15 100644 --- a/examples/webdc3-2019/geofon.css +++ b/examples/webdc3-2019/geofon.css @@ -306,6 +306,18 @@ body.busy, body.busy * { cursor: wait !important; } +/* From GFZ styling */ +a:after { + font-family: FontAwesome; + font-weight: normal; + font-style: normal; + margin: 0 0 0 5px; + text-decoration: none; +} +a.external-link:after { + content: '\f08e'; +} + /* Remove .alert .alert-danger etc. when we use bootstrap.css */ .alert { padding: 15px;