/***********
*
* Name: seejph_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 */

.header_view,
.header_view a:hover,
.obj_galley_link:hover,
.obj_galley_link:focus
{background-color:#fe8a37!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:#fe8a37!important;}

/* Darstellung des ersten Announcements auf der Startseite */

.pkp_page_index .cmp_announcements.highlight_first h3:before
{content:"New Announcement\A\A";white-space:pre;}

 /* Letzten Eintrag (=Books) in Liste der Hefte nicht anzeigen */
 
ul.issues_archive li:last-child
{display:none;}

/* Listenpunkte im Custom Blocks auf der rechten Seite der ZS-Startseite */

.pkp_block.block_custom h2
{line-height:24px!important;}

.pkp_block.block_custom li
{list-style-type:square!important;margin-left:20px!important;}

/* Hintergrundbild im Footer */

.pkp_structure_footer_wrapper
{padding:40px 0;height:200px;background-image:url("/public/site/images/ojs/seejph_background.png")!important;background-size:cover;}

/* Text im Footer zentriert */

.pkp_footer_content
{text-align:center;}

/* Social buttons unten rechts im Footer */

#social-button 
{float:right !important;padding-left:25px;padding-right:0px;height:33px;opacity:1;margin-top:-4px;}

#social-button a 
{width:25px !important;height:6px;opacity:0.6;transition-duration:0.7s;-moz-transition-duration:0.7s;-o-transition-duration:0.7s;-webkit-transition-duration:0.7s;background-image:url(/public/site/images/ojs/seejph_social_icon.png);float:left;margin-right:3px;padding-top:30px;}

#social-button a:hover 
{opacity:1;}
#google-img 
{background-position:-55px 0px;}
#facebook-img 
{background-position:-28px 0px;}
#twitter-img 
{background-position:-2px 0px;}
#rss-img 
{background-position:-107px 0px;}
#linkedin-img 
{background-position:-81px 0px;}


/* Simple Statistics Plugin */

/* Text hinter Views/Downloads */

.simpleStatistics_infotext::after
{content:" (since October 2019 at most)";}

/* Label 'Metriken' nicht anzeigen */

#simpleStatistics .label 
{display:none;}

/* Kein zusaetzlicher Rahmen */

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