@named-color {
    metacity-name: 'bananas';
    metacity-color: black;
    metacity-user: yes;
    metacity-description: "A test colour";
}

top { 					
    height: 26px;
    background-image: url('human-top.png');
}
title {
    color: named('bananas');
    text-align: center;
    margin-top: 4px;
    border-image: url("exampleXX.png") 27 round stretch;
}		
bottom {                                
    border-bottom: 1px solid black;        
}                                       
left {                                
    border-left: 1px solid black;
}                                      
right {                                
    border-right: 1px solid black;
}                                      
corner > * {
    width: 19px;
    height: 26px;
}
topright {
    background-image: url('human-topright.png');
}
topleft {
    background-image: url('human-topleft.png');
}

/* buttons */

rightbutton > * {
    width: 26px;
    height: 20px;
    margin-right: 2px;
    margin-top: 3px;
}
close {
    background-image: url('human-close.png');
    /* really, we ought to do this by having margin-right: 2px
     * on rightbutton, but that can't have margins at present.
     */
    margin-right: 4px !important;
}
minimize {
    background-image: url('human-min.png');
}
maximize {
    background-image: url('human-max.png');
}
menu {
    background-image: url('metacity:icon.png');
    width: 16px;
    height: 16px;
    margin-left: 6px;
    margin-top: 6px;
}

