Symbian.org/preview/css/menu.css
changeset 13 3a1db8573f1e
parent 12 d3fff58a7af9
child 14 631ddb2767c7
equal deleted inserted replaced
12:d3fff58a7af9 13:3a1db8573f1e
     1 div#softKeysPane {
       
     2 	font-weight: bold;
       
     3 	background-color: #E1E1E1;
       
     4 	height: 20px;
       
     5 	background-image: url(../images/top-navigation-bg.png);
       
     6 	background-repeat: repeat-x;
       
     7 	color: #FFFFFF;
       
     8 }
       
     9 div#menuPane {
       
    10 
       
    11 }
       
    12 div#menuItemsPane {
       
    13 	background-color: #efefef;
       
    14 	z-index: 1000;
       
    15 	position: absolute;
       
    16 	top: 100px;
       
    17 	width: 240px;
       
    18 	border-top: 1px solid #CCCCCC;
       
    19 	display: none;
       
    20 }
       
    21 #menuItemsPane ul {
       
    22 	margin: 0px;
       
    23 	padding: 0px;
       
    24 	list-style-type: none;
       
    25 }
       
    26 #menuItemsPane li {
       
    27 	padding: 4px 2px 2px 4px;
       
    28 	height: 14px;
       
    29 	border-top: 1px solid #F4F4F4;
       
    30 	border-bottom: 1px solid #CCCCCC;
       
    31 	border-right: 1px solid #CCCCCC;
       
    32 	font-weight: bold;
       
    33 }
       
    34 
       
    35 #menuItemsPane li a{
       
    36 	text-decoration: none;
       
    37 	color: #000000;
       
    38 }
       
    39 
       
    40 #menuItemsPane li.subMenuItem{
       
    41 	background-image: url(../images/arrow.png);
       
    42 	background-repeat: no-repeat;
       
    43 	background-position: right top;
       
    44 }
       
    45 #menuItemsPane li.s60AppToggle{
       
    46 	background-image: url(../images/s60-tiny-icon.png);
       
    47 	background-repeat: no-repeat;
       
    48 	background-position: right center;
       
    49 }
       
    50 #menuItemsPane li.exitOrBackBtn{
       
    51 	background-color: #D4D4D4;
       
    52 }