ginebra/chrome/bedrockchrome/contextmenu.snippet/contextmenu.css
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     1 
       
     2 .ContextMenu {font-family:Verdana;font-size:32px;color:#222;background-color:transparent}
       
     3 a.ContextMenu {color:#ccc;text-decoration:none;}
       
     4 a.ContextMenu:hover {color:#ccc;text-decoration:none}
       
     5 
       
     6 #tabMenu {margin-left:1px;padding:0 0 0 0px;list-style:none;}
       
     7 #tabMenu li {
       
     8     float:left;
       
     9     height:20px;
       
    10     width:44px;
       
    11     cursor:pointer;
       
    12     cursor:hand;
       
    13     text-align: center;
       
    14     -webkit-border-top-right-radius: 5px;
       
    15     -webkit-border-top-left-radius: 5px;
       
    16     border: 1px solid #000;
       
    17     border-bottom: 0px;
       
    18     margin-left: -1px;
       
    19     padding: 4px;
       
    20     padding-top: 2px;
       
    21     padding-bottom: 1px; 
       
    22     background-color: #555;
       
    23     color: #eee;
       
    24 }
       
    25 
       
    26 #tabMenu li.mouseover {}
       
    27 #tabMenu li.mouseout {}
       
    28 #tabMenu li.selected {background-color: #ddd; color: #222}
       
    29 
       
    30 .box {width:193px}
       
    31 .boxTop {height:0px;clear:both}
       
    32 .boxBody {background-color:#eee;}
       
    33 .boxBottom {height:0px;}
       
    34 
       
    35 .boxBody div {display:none;}
       
    36 .boxBody div.show {display:block;}
       
    37 
       
    38 .boxBody div ul {
       
    39     margin:0 0px 0 0px;
       
    40     padding:0;
       
    41     list-style: none;
       
    42     border-bottom: 1px solid #222; 
       
    43     border-left: 1px solid #222; 
       
    44     border-right: 1px solid #222; 
       
    45     background: -webkit-gradient(linear, left top, left bottom,
       
    46       color-stop(0%,#445b7c),
       
    47       color-stop(100%,#303f57));
       
    48     color:#fff;
       
    49     text-align: center;
       
    50 }
       
    51 *html .boxBody div ul {margin-left:10px;padding-left:15px}
       
    52 .boxBody div li {border-top:1px solid #222; margin: 0px; padding:4px 0;cursor:hand;cursor:pointer;}
       
    53 .boxBody div ul li.last {border-bottom:none;}