/***********
*
* Name: jsse_3-2-1-3.css
* Zweck: Ergaenzen und Ueberschreiben von ojs styles fuer individuelle Zeitschrift
* Upload: OJS (Zeitschrift) -> Dashboard (Backend) -> Einstellungen -> Website -> Aussehen -> Fortgeschritten -> Stylesheet der Zeitschrift -> Entfernen -> Datei hochladen
*
***********/

/* Andere Hintergrundfarbe beim Hovern von Links zum Volltext und im Kopf auf der PDF-Anzeige */

.obj_galley_link:hover,
.obj_galley_link:focus,
.header_view,
.header_view a:hover
{background-color:#2281f6!important;}

 /* Rahmenfarbe fuer Links in Aufklapmenues in der Top-Navigation */
 
.pkp_navigation_primary .dropdown-menu a:focus,
.pkp_navigation_primary .dropdown-menu a:hover
{border-color:#2281f6!important;}

/* Maximalgroesse fuer Grafiken in einer Announcement-Beschreibung */

.page_announcement .description img 
{margin-right:10px;height:120px;}

/* Aktuelle Ausgabe nicht auf Zeitschrifen-Homepage anzeigen */

.page_index_journal .current_issue
{display:none;}

/* Tabelle auf der Homepage */

.additional_content table
{width:100%;border:0;}

.additional_content table td
{width:50%;padding:5px;background-color:#e2e6ec;vertical-align:top;}

.additional_content table td h4
{background-color:#91ade3;color:#fdfdfd;line-height:1;padding:20px 5px;margin:0;}

.additional_content table img
{margin-bottom:10px;}

.additional_content table .authors
{font-style:italic;margin-bottom:10px;}


/* Anzeige der Additional Files auf Artikel-Frontdoor verstecken und Rahmenlinie fuer naechste Rubrik anpassen */

.obj_article_details .entry_details .supplementary_galleys_links
{display:none;}

.obj_article_details .entry_details .item.galleys
{border-bottom:0!important;}

.obj_article_details .entry_details .item.published
{border-top:1px solid #ddd;}

/* Simple Statistics Plugin */

/* Rahmenlinie oben, da Rahmenlinie nach unten beim PDF-Link durch Anweisung oben auf 0 gesetzt ist */

#simpleStatistics
{border-top:1px solid #ddd;}

/* Text hinter Views/Downloads */

.simpleStatistics_infotext::after
{content:" (since December 2018 at most)";}

/* Label 'Metriken' nicht anzeigen */

#simpleStatistics .label 
{display:none;}

/* Kein zusaetzlicher Rahmen */

#simpleStatistics_item 
{border-bottom:0!important;}