ginebra2/chrome/bedrockchrome/historyview.superpage/historyview.css
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
     1 body{
     1 body{
     2   padding: 0px;
     2   padding: 0px;
     3   margin: 0px;
     3   margin: 0px;
     4   background-color: #889cbf;
     4   background-color: #889cbf;
       
     5   /*font specification*/
       
     6   font-family: "Series 60 Sans", "Nokia Sans S60", sans-serif;
     5 }
     7 }
     6 
     8 
     7 .HistoryView{
     9 .HistoryView{
     8   overflow-y:hidden;
    10   overflow-y:hidden;
     9   height:100%;
    11   height:100%;
    36   background-repeat:repeat-x;
    38   background-repeat:repeat-x;
    37   font-weight: bold;
    39   font-weight: bold;
    38 }
    40 }
    39 
    41 
    40 ul#folderMenu li>a.opened {
    42 ul#folderMenu li>a.opened {
    41   background-image:url(icons/list_headerbg_open.png);
    43   background-image:url(/historyview/list_headerbg_open.png);
    42 }
    44 }
    43 
    45 
    44 ul#folderMenu li>a.closed {
    46 ul#folderMenu li>a.closed {
    45   background-image:url(icons/list_headerbg_closed.png);
    47   background-image:url(/historyview/list_headerbg_closed.png);
    46 }
    48 }
    47 
    49 
    48 
    50 
    49 span.aTitle{
    51 span.aTitle{
    50   font-size: 20px;
    52   font-size: 20px;
    83   height:53px;
    85   height:53px;
    84   margin-top:-10px;
    86   margin-top:-10px;
    85 }
    87 }
    86 
    88 
    87 ul#folderMenu li>a.opened>div{
    89 ul#folderMenu li>a.opened>div{
    88   background-image:url(icons/list_headerarrow_open.png);
    90   background-image:url(/historyview/list_headerarrow_open.png);
    89 }
    91 }
    90 
    92 
    91 ul#folderMenu li>a.closed>div{
    93 ul#folderMenu li>a.closed>div{
    92   background-image:url(icons/list_headerarrow_closed.png);
    94   background-image:url(/historyview/list_headerarrow_closed.png);
    93 }
    95 }
    94 
    96 
    95 ul#folderMenu li>ul>li>a {
    97 ul#folderMenu li>ul>li>a {
    96   color: #000;
    98   color: #000;
    97   padding: 8px 10px 8px 10px;
    99   padding: 8px 10px 8px 10px;
    98   height: 54px;
   100   height: 54px;
    99   display: block;
   101   display: block;
   100   background-image:url(icons/list_itembg.png);
   102   background-image:url(/historyview/list_itembg.png);
   101   background-repeat:repeat-x;
   103   background-repeat:repeat-x;
   102   overflow: hidden;
   104   overflow: hidden;
   103   white-space:pre;
   105   white-space:pre;
   104   -webkit-user-select: none;
   106   -webkit-user-select: none;
   105 }
   107 }