1*c05d8e5dSAndroid Build Coastguard Worker/***************/ 2*c05d8e5dSAndroid Build Coastguard Worker/* page layout */ 3*c05d8e5dSAndroid Build Coastguard Worker/***************/ 4*c05d8e5dSAndroid Build Coastguard Worker 5*c05d8e5dSAndroid Build Coastguard Worker[id=menu] { 6*c05d8e5dSAndroid Build Coastguard Worker position:fixed; 7*c05d8e5dSAndroid Build Coastguard Worker width:25ex; 8*c05d8e5dSAndroid Build Coastguard Worker} 9*c05d8e5dSAndroid Build Coastguard Worker[id=content] { 10*c05d8e5dSAndroid Build Coastguard Worker /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */ 11*c05d8e5dSAndroid Build Coastguard Worker position:absolute; 12*c05d8e5dSAndroid Build Coastguard Worker left:29ex; 13*c05d8e5dSAndroid Build Coastguard Worker padding-right:4ex; 14*c05d8e5dSAndroid Build Coastguard Worker} 15*c05d8e5dSAndroid Build Coastguard Worker 16*c05d8e5dSAndroid Build Coastguard Worker/**************/ 17*c05d8e5dSAndroid Build Coastguard Worker/* menu style */ 18*c05d8e5dSAndroid Build Coastguard Worker/**************/ 19*c05d8e5dSAndroid Build Coastguard Worker 20*c05d8e5dSAndroid Build Coastguard Worker#menu .submenu { 21*c05d8e5dSAndroid Build Coastguard Worker padding-top:1em; 22*c05d8e5dSAndroid Build Coastguard Worker display:block; 23*c05d8e5dSAndroid Build Coastguard Worker} 24*c05d8e5dSAndroid Build Coastguard Worker 25*c05d8e5dSAndroid Build Coastguard Worker#menu label { 26*c05d8e5dSAndroid Build Coastguard Worker display:block; 27*c05d8e5dSAndroid Build Coastguard Worker font-weight: bold; 28*c05d8e5dSAndroid Build Coastguard Worker text-align: center; 29*c05d8e5dSAndroid Build Coastguard Worker background-color: rgb(192,192,192); 30*c05d8e5dSAndroid Build Coastguard Worker} 31*c05d8e5dSAndroid Build Coastguard Worker#menu a { 32*c05d8e5dSAndroid Build Coastguard Worker padding:0 .2em; 33*c05d8e5dSAndroid Build Coastguard Worker display:block; 34*c05d8e5dSAndroid Build Coastguard Worker text-align: center; 35*c05d8e5dSAndroid Build Coastguard Worker background-color: rgb(235,235,235); 36*c05d8e5dSAndroid Build Coastguard Worker} 37*c05d8e5dSAndroid Build Coastguard Worker#menu a:visited { 38*c05d8e5dSAndroid Build Coastguard Worker color:rgb(100,50,100); 39*c05d8e5dSAndroid Build Coastguard Worker} 40