/* 
    lastChange : 13.11.2024
    Author     : Ingo
    Version    : 0.01.05
*/

/* ########### */
/* HTML - TAGS */

/* #### */
/* IDs  */

#LexiconFrame
{
    padding: 10px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* ####### */
/* Classes */

#LexiconFrame .lexEntryFrame
{
    
}

#LexiconFrame .lexEntryBox
{
    width: fit-content;
    padding: 1px 10px 1px 10px;
}

#LexiconFrame .entryLink
{
    text-decoration: none;
    color: #000085;
}
#LexiconFrame .entryLink:hover
{
    color: #0000f0;
}
#LexiconFrame .entryLink:visited
{
    color: #600000;
}
#LexiconFrame .entryLink:visited:hover
{
    color: #890000;
}
#LexiconFrame .entryLink.greyLink
{
    text-decoration: none;
    color: #a0a0a0;
}
#LexiconFrame .entryLink.greyLink:hover
{
    color: #b0b0b0;
}

#LexiconFrame .back
{
    margin-bottom: 10px;
}

#LexiconFrame .backLink
{
    text-decoration: none;
    color: #0000c9;
    font-weight: bold;
}
#LexiconFrame .backLink:hover
{
    color: #0000f0;
}

#LexiconFrame .boldHeadText
{
    font-weight: bold;;
}

#LexiconFrame .articleHeadLinkFrame
{
    margin-top: 20px;
    font-weight: bold;;
}