
/* - dipp_article.css - */
@media all {
/*  (do not remove this :) */
/*  (not this either :) */
/* styles for the mixed_view template */

/* tooltips */

div .inlineReference {
		display:none;
		background-color:#ffa;
		border:1px solid #cc9;
		padding:3px;
		box-shadow: 2px 2px 8px #666;
		-moz-box-shadow: 2px 2px 8px #666;
		-webkit-box-shadow: 2px 2px 8px #666;
}


#authorblurb {
    padding: 1em 0;
}
#authorblurb ol.authors {
    list-style: none;
    margin:  1em 0 1em 0;
    padding-left: 0;
}
#authorblurb ol.authors li{
    margin:  0;
}

#authorblurb .authorname {
    font-weight: bold;
}
#authorblurb .organization {
    font-weight: normal;
    font-style: italic;
}

#authorblurb h1 {
    text-decoration: none;
    border: 0;
    font-size: 200%;
}
#authorblurb h1.subtitle {
    text-decoration: none;
    border: 0;
    font-size: 140%;
}
#authorblurb h2 {
    text-decoration: none;
    border: 0;
    font-size: 100%;
    font-weight: bold;
}
#authorblurb h2.available-languages-label,
#authorblurb h2.keywords-label {
    display: inline;
}
#authorblurb ul.available-languages,
#authorblurb ul.keywords {
    display: inline;
    margin: 0;
    padding-left: 0;
}
#authorblurb .available-languages li,
#authorblurb .keywords li {
    display: inline;
}

#authorblurb .keywords li:after {
    content: ", ";
}
#authorblurb .keywords li.last:after {
    content: "";
}
#authorblurb ul.identifier {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#authorblurb ul.identifier .link-external {
   background: none;
   padding: 0;
}

#authorblurb ul.identifier li.subjects abbr {
    text-transform: uppercase;
}
#authorblurb ol.review-history {
    font-style: italic;
    text-transform: capitalize;
    list-style: none;
    margin: 0 0 .75em 0;
    padding-left: 0;
}
#authorblurb ol.review-history li {
    display: inline;
}

div.mixed {
    margin-top: 2em;
}

/* styles for the splashpage */
h1.splash_screen,
h1.mixed_view {
    display: none;
}
ul.authors {
    list-style: none;
    margin-left: 0;
    padding:0;
}
ul.authors li {
    display: inline;
    padding: 0;
    margin: 0;
}
ul.authors li a:after {
    content: ",";
}
ul.authors li a.last:after {
    content: "";
}
.authors .author {
    font-style: italic;
    font-weight: bold;
}
.authors .affiliation {
    font-style: italic; 
}


.articleinfo {
    text-align: center;
}

.articleinfo h2.title {
    font-size: 160%;
}
.articleinfo h3.subtitle {
    font-size: 120%;
}
.dippAuthor {
    font-style: italic; 
    font-size: 120%;
}

.Copyright {
    font-size: 0.9em;
}

.biblioid {
    font-size: 0.9em;
}

.section h2.title {
    font-size: 140%;
    font-weight: normal;
    padding: 1em 0 0.5em 0;
}

.section h3.title {
    font-size: 125%;
    font-weight: normal;
    padding: 1em 0 0.5em 0;
}
.section h4.title {
    font-size: 115%;
    font-weight: normal;
    padding: 1em 0 0.5em 0;
}

a.permalink {
    display: none;
    margin: 0 0 0 0.3em;
    padding: 0 0.2em;
}

h2:hover a.permalink {
    display: inline;
}
a.permalink:hover {
    background-color: #CCCCCC;
    color: #FFFFFF !important;
}

/* Abbildungen */

.mediaobject {
    text-align: center;
}
.mediaobject img {
    border: 1px solid black;
}

.mediaobject .caption {
    font-style: italic; 
}

/* Audio */
a span.audiolink {
    padding-left: 18px;
	background-image: url(https://www.jipitec.eu/play_icon.png); 
    background-repeat: no-repeat; 
    background-position: 0% 0%;
}
a span.audiolink:hover {
	background-image: url(https://www.jipitec.eu/play_icon_hover.png); 
}

/*  */

}

