ginebra2/chrome/bedrockchrome/historyview.superpage/historyview.css
changeset 3 0954f5dd2cd0
parent 0 1450b09d0cfd
child 16 3c88a81ff781
equal deleted inserted replaced
1:b0dd75e285d2 3:0954f5dd2cd0
     1 body{
     1 body{
     2 	padding: 0px;
     2   padding: 0px;
     3 	margin: 0px;
     3   margin: 0px;
       
     4   background-color: #889cbf;
     4 }
     5 }
     5 
     6 
     6 .HistoryView{
     7 .HistoryView{
     7 	overflow-y:hidden;
     8   overflow-y:hidden;
     8 	height:100%;
     9   height:100%;
       
    10 }
       
    11 
       
    12 #BottomPad {
       
    13  padding: 8px 10px 8px 10px;
       
    14  height: 54px;
     9 }
    15 }
    10 
    16 
    11 ul#folderMenu, ul#folderMenu ul {
    17 ul#folderMenu, ul#folderMenu ul {
    12   list-style-type:none;
    18   list-style-type:none;
    13   margin: 0;
    19   margin: 0;
    14   padding: 0;
    20   padding: 0;
    15 }
    21 }
    16 
    22 
    17 ul#folderMenu a {
    23 ul#folderMenu a {
    18   display: block;
    24   display: block;
    19   text-decoration: none;	
    25   text-decoration: none;
    20 }
    26 }
    21 
    27 
    22 ul#folderMenu li {
    28 ul#folderMenu li {
    23 }
    29 }
    24 
    30 
    26   color: #000;
    32   color: #000;
    27   padding: 8px 10px;
    33   padding: 8px 10px;
    28   height: 37px;
    34   height: 37px;
    29   display: block;
    35   display: block;
    30   background-repeat:repeat-x;
    36   background-repeat:repeat-x;
    31 	font-weight: bold;	
    37   font-weight: bold;
    32 }
    38 }
    33 
    39 
    34 ul#folderMenu li>a.opened {
    40 ul#folderMenu li>a.opened {
    35   background-image:url(icons/list_headerbg_open.png);
    41   background-image:url(icons/list_headerbg_open.png);
    36 }
    42 }
    39   background-image:url(icons/list_headerbg_closed.png);
    45   background-image:url(icons/list_headerbg_closed.png);
    40 }
    46 }
    41 
    47 
    42 
    48 
    43 span.aTitle{
    49 span.aTitle{
    44 	font-size: 20px;
    50   font-size: 20px;
    45 }
    51 }
    46 
    52 
    47 .HistoryView div.HitsoryElement:active {
    53 .HistoryView div.HitsoryElement:active {
    48 	font-weight: bold;	
    54   font-weight: bold;
       
    55 }
       
    56 
       
    57 
       
    58 .HistoryView div.HitsoryElement {
       
    59   white-space: nowrap;
       
    60   overflow: hidden;
       
    61   text-overflow: ellipsis;
    49 }
    62 }
    50 
    63 
    51 
    64 
    52 span.aUrl{
    65 span.aUrl{
    53 	color: #999999;
    66   color: #999999;
    54 	font-size: 16px;
    67   font-size: 16px;
    55 	font-weight: bold;	
    68   font-weight: bold;
    56 }
    69 }
    57 
    70 
    58 span.aTime{
    71 span.aTime{
    59 	float:right;
    72   float:right;
    60 	margin-top: 20px;
    73   margin-top: 20px;
    61 	color: #999999;
    74   color: #999999;
    62 	font-size: 12px;
    75   font-size: 12px;
    63 	font-weight: bold;
    76   font-weight: bold;
       
    77   margin-left:10px
    64 }
    78 }
    65 
    79 
    66 ul#folderMenu li>a.opened>div, ul#folderMenu li>a.closed>div{
    80 ul#folderMenu li>a.opened>div, ul#folderMenu li>a.closed>div{
    67 	float: right;
    81   float: right;
    68 	width:40px;
    82   width:40px;
    69 	height:53px;
    83   height:53px;
    70 	margin-top:-10px;
    84   margin-top:-10px;
    71 }
    85 }
    72 
    86 
    73 ul#folderMenu li>a.opened>div{
    87 ul#folderMenu li>a.opened>div{
    74   background-image:url(icons/list_headerarrow_open.png);
    88   background-image:url(icons/list_headerarrow_open.png);
    75 }
    89 }
    83   padding: 8px 10px 8px 10px;
    97   padding: 8px 10px 8px 10px;
    84   height: 54px;
    98   height: 54px;
    85   display: block;
    99   display: block;
    86   background-image:url(icons/list_itembg.png);
   100   background-image:url(icons/list_itembg.png);
    87   background-repeat:repeat-x;
   101   background-repeat:repeat-x;
    88 	overflow: hidden;
   102   overflow: hidden;
    89 	white-space:pre;
   103   white-space:pre;
    90   -webkit-user-select: none;
   104   -webkit-user-select: none;
    91 }
   105 }
    92 
   106 
    93 ul#folderMenu li>ul>li>a>img{
   107 ul#folderMenu li>ul>li>a>img{
    94   margin: 10px 10px 30px 0px;
   108   margin: 10px 10px 30px 0px;