All Downloads are FREE. Search and download functionalities are using the official Maven repository.

report.css.tabs.css Maven / Gradle / Ivy

Go to download

Compares XML XSD schemas providing simple and straight differences report

There is a newer version: 1.1.0
Show newest version
/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
    /*border-top: 1px solid #c7c7c7*/
    margin-top: 10px;
    background: white !important;
    border-bottom: 1px solid #ccc;
}

.tabs UL.horizontal {
    list-style: none outside none;
    margin: 0;
}

.tabs LI {
    background: white;
    border-bottom: 4px solid #E5E5E5;
    margin: 0 10px 0 0;
    display: inline-block;
}

.tabs A {
    color: #ccc;
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 14px 24px;
    text-decoration: none;
}

.tabs LI:hover {
    background: #a0cac0;
    border-bottom: 4px solid #68a697;
}

.tabs LI:hover A {
    color: white;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy