Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
    .btn-squared-default
 +
    {
 +
        width: 100px !important;
 +
        height: 100px !important;
 +
        font-size: 10px;
 +
    }
 +
 +
        .btn-squared-default:hover
 +
        {
 +
            border: 3px solid white;
 +
            font-weight: 800;
 +
        }
 +
 +
    .btn-squared-default-plain
 +
    {
 +
        width: 100px !important;
 +
        height: 100px !important;
 +
        font-size: 10px;
 +
    }
 +
 +
        .btn-squared-default-plain:hover
 +
        {
 +
            border: 0px solid white;
 +
        }
    
.orbit {
 
.orbit {

Navigation menu