/* $Id: multi-manual.css,v 1.3 2010-02-12 07:26:47 selma Exp $ */

/* Imports the extended stylesheet that is generated when the user logs in */
@import url(extendedStylesheet.css);
/* Imports the stylesheet for the $Document settings */
@import url(documentStylesheet.css);
/* Imports the manual-stylesheet */
@import url(manual.css);


multi-manual>multi-meta {
    display : block;
    background-color : #FFFFAA;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

multi-manual>multi-meta:before {
    content : %(cgo2016_multi-manual>multi-meta_before);
    font-weight : bold;
    font-size : 180%;
    color : white;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #009EEF;
}

multi-manual>toc {
    display : block;
    background-color : #009EEF;
    color : white;
    font-size : 180%;
    font-weight : bold;
    margin-top : 5mm;
    padding : 5px;
}

multi-manual>toc:before {
    content : %(cgo2016_multi-manual>toc_before);
    display : inline;
}

multi-manual>toc[newpage="left"]:before {
    content : %(cgo2016_multi-manual>toc@newpage_left_before);
        font-weight : normal;
    display : inline;
}

multi-manual>toc[newpage="right"]:before {
    content : %(cgo2016_multi-manual>toc@newpage_right_before);
        font-weight : normal;
    display : inline;
}

/* Referenz-Elemente */
*[y\.reftype="manual"] {
    border-width:2px;
    border-style:solid;
    border-color:#466F82;
    text-align:justify;
    /*background-color : #DEE1EB;*/
}

*[y\.reftype="manual"]:before {
    content : %(cgo2016_*@y.reftype_manual_before);
    display : inline;
    color : #466F82;
    font-size : 120%;
}

*[y\.reftype="manual"]:after {
    content : %(cgo2016_*@y.reftype_manual_after);
    display : inline;
    color : #466F82;
    font-size : 120%;   
}

*[y\.validity\.text][y\.reftype="manual"]:before {
    content : %(cgo2016_*@y.validity.text@y.reftype_manual_before);
}

*[y\.validity\.text][y\.reftype="manual"]:after {
    content : %(cgo2016_*@y.validity.text@y.reftype_manual_after);
}


manual-ref {
    color : #466F82;
    display : block;
    font-style : italic;
}
