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

META-INF.resources.primefaces.ribbon.ribbon.css Maven / Gradle / Ivy

Go to download

PrimeFaces is one of the most popular UI libraries in Java EE Ecosystem and widely used by software companies, world renowned brands, banks, financial institutions, insurance companies, universities and more.

There is a newer version: 14.0.0-RC3
Show newest version
.ui-ribbon { 
    font-size: 11px;
    padding: 0;
}

.ui-ribbon .ui-tabs-panel {
    padding: 0;
}

.ui-ribbon .ui-ribbon-group {
    float: left;
    background: none;
    border: none;
    border-right: solid 1px #BCC7CF;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0.2em;
}

.ui-ribbon .ui-ribbon-group .ui-ribbon-group-content {
    height: 6em;
    background: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 0;
    padding: 0.2em 0.2em 0;
}

.ui-ribbon .ui-ribbon-group .ui-ribbon-group-label {
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    margin-top: -1px;
    border-width: 1px 0 0;
    color: #333333;
}

.ui-ribbon .ui-button
{
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #333;
}

.ui-ribbon-bigbutton {
    background: none;
    border: solid 1px transparent;
    width: 3.5em;
    height: 52px;
    text-decoration: none;
}

.ui-ribbon-bigbutton .ui-icon {
    height: 32px;
    left: 50%;
    margin-left: -17px;
    margin-top: -24px;
    width: 32px;
}

.ui-ribbon-bigbutton .ui-button-text {
    padding: 3em 0 0;
    font-size: 10px;    
}

.ui-ribbon .ui-button,
.ui-ribbon .ui-selectonemenu {
    float: left;
    margin: 1px 2px;
}

.ui-ribbon .ui-selectonemenu {
    float: left;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-radius: 3px 0px 0px 3px;
}

.ui-ribbon .ui-buttonset .ui-button {
    margin: 0;
    margin-right: -1px;
}

.ui-ribbon .ui-inputfield {
    background: none;
    box-shadow: none;
}

.ui-ribbon .ui-selectonemenu.ui-state-default {
    background: none;
    box-shadow: none;
}

.ui-ribbon .ui-selectonemenu .ui-selectonemenu-trigger {
    background-image: none;
    box-shadow: none;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-radius: 0px;
}

.ui-ribbon-groups.ui-widget-content {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 58%, rgba(249,249,249,1) 71%, rgba(237,237,237,1) 88%, rgba(232,232,232,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(58%,rgba(255,255,255,1)), color-stop(71%,rgba(249,249,249,1)), color-stop(88%,rgba(237,237,237,1)), color-stop(100%,rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 58%,rgba(249,249,249,1) 71%,rgba(237,237,237,1) 88%,rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 58%,rgba(249,249,249,1) 71%,rgba(237,237,237,1) 88%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 58%,rgba(249,249,249,1) 71%,rgba(237,237,237,1) 88%,rgba(232,232,232,1) 100%);
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 58%,rgba(249,249,249,1) 71%,rgba(237,237,237,1) 88%,rgba(232,232,232,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy