/*
    This file is part of BibSonomy/PUMA CSL for WordPress.

    BibSonomy/PUMA CSL for WordPress is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    BibSonomy/PUMA CSL for WordPress is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with BibSonomy/PUMA CSL for WordPress.  If not, see <http://www.gnu.org/licenses/>.
 */

/*
    Defines styles for BibSonomy publication lists
*/


ul.bibsonomycsl_publications {
    list-style: none;
}

ul.bibsonomycsl_publications li {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 1em;
}

ul.bibsonomycsl_publications div.bibsonomycsl_entry {
    font-size: 13px;
}

.bibsonomycsl_publications span.citeproc-title {
    font-weight: bold;
    text-decoration: none;
    font-size: 14px !important;
}

.bibsonomycsl_publications span.pdf {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px 0 0;
    margin-top: 5px;
    float: left;
}

.bibsonomycsl_publications span.bibtex {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px 0 20px;
    margin-top: 5px;
    float: left;
    background: transparent url(../png/logo_bibsonomy.png) 0 3px no-repeat;
}

img.bibsonomycsl_preview {
    width: 62px;
    border-radius: 0;
    box-shadow: none;
}

.bibsonomycsl_preview_border {
    float: left;
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 0 1em 1em 0;
    padding: 3px;
    border-radius: 5%;
}

.bibsonomycsl_collapse {
    margin-bottom: 1em;
    padding: 0.5em 0 1em 1em;
    border-left: #ccc 1px solid;
}

.bibsonomycsl_collapse textarea {
    width: 100%;
}

/* thumbs */
#trailimageid {
    position:absolute;
    display: none;
    left:0px;
    top:-1000px;
    border:1px solid #ccc;
    background:#efefef;
    border-radius: 3px;
    z-index: 1000;
}

/* export */
.bibsonomycsl_export {
    resize: none;
}

/* links */
span.bibsonomycsl_export {
    padding-right: 10px;
}

span.bibsonomycsl_url {
    padding-right: 10px;
}

/* errors */
.bibsonomycsl_error {
    color: darkgrey;
}

/* hide citation numbers */
.csl-entry .csl-left-margin {
    display: none;
}
