ginebra2/chrome/bedrockchrome/bookmarkview.superpage/bookmarkview.css
changeset 5 0f2326c2a325
parent 0 1450b09d0cfd
child 6 1c3b8676e58c
equal deleted inserted replaced
1:b0dd75e285d2 5:0f2326c2a325
     1 body {
     1 body {
     2 	padding : 0px;
     2     padding : 0px;
     3 	margin : 0px;
     3     margin : 0px;
     4 	height:100%;
     4     height:100%;
     5 }
     5 }
     6 /*
     6 /*
     7 .bookmarkList li.ui-state-highlight { 
     7 .bookmarkList li.ui-state-highlight {
     8 		border: 4px dotted #999; 
     8         border: 4px dotted #999;
     9 		background-image:url(icons/cc0d0d-hatch.png); 
     9         background-image:url(icons/cc0d0d-hatch.png);
    10 		background-repeat: repeat;
    10         background-repeat: repeat;
    11 	}
    11     }
    12 */
    12 */
    13 .bookmarkList li.sort{
    13 
    14 	border: 4px dotted #999; 
    14 .bookmarkList li.highlight{
    15 	background-image: url(icons/light-blue.bg.gif);
    15     background-image: url(icons/list_itembg_pressed.png);
    16 	font-weight: bold;	
    16     font-weight: bold;
       
    17 }
       
    18 
       
    19 .bookmarkList div.controlInSort {
       
    20     height: 70px;
       
    21     background-repeat: repeat-x;
       
    22     width: 51px;
       
    23     background-image: url(icons/dogear_open_bg_pressed.png);
       
    24     float:right;
       
    25     z-index:30;
       
    26 }
       
    27 .bookmarkList div.collapsedSort {
       
    28     background-image: url(icons/dogear_pressed.png);
       
    29     background-repeat: no-repeat;
       
    30     float: left;
       
    31     height: 70px;
       
    32     width: 51px;
    17 }
    33 }
    18 
    34 
    19 div.bookmarkList ul{
    35 div.bookmarkList ul{
    20 	list-style-type: none;
    36     list-style-type: none;
    21 	margin: 0px;
    37     margin: 0px;
    22 	padding: 0px;
    38     padding: 0px;
    23 	font-family: "Nokia Sans";
    39     font-family: "Nokia Sans";
    24 	overflow: hidden;
    40     overflow: hidden;
    25 }
    41 }
    26 
    42 
    27 .controlIn {
    43 .bookmarkList li {
    28 	height: 70px;
    44     height: 70px;
    29 	background-repeat: repeat-x;
    45     background-image: url(icons/list_itembg.png);
    30 	width: 48px;
    46     background-repeat: repeat-x;
    31 	background-image: url(icons/white-blue-dark-bg.gif);
    47     overflow: hidden;
    32 	float:right;
    48   -webkit-user-select: none;
    33 	z-index:30;
       
    34 }
    49 }
    35 
    50 
    36 .controlOut {
    51 .bookmarkList div.controlIn {
    37 	height: 70px;
    52     height: 70px;
    38 	background-image: url(icons/white-blue-dark-bg.gif);
    53     background-repeat: repeat-x;
    39 	background-repeat: repeat-x;
    54     width: 51px;
    40 	float:right;
    55     background-image: url(icons/dogear_open_bg.png);
    41 	z-index:30;
    56     float:right;
       
    57     z-index:30;
       
    58 }
       
    59 .bookmarkList div.collapsed {
       
    60     background-image: url(icons/dogear.png);
       
    61     background-repeat: no-repeat;
       
    62     float: left;
       
    63     height: 70px;
       
    64     width: 51px;
    42 }
    65 }
    43 
    66 
    44 div.collapsed {
    67 .bookmarkList div.controlOut {
    45 	background-image: url(icons/white-blue-collapsed.gif);
    68     height: 70px;
    46 	background-repeat: no-repeat;
    69     background-image: url(icons/dogear_open_bg.png);
    47 	float: left;
    70     background-repeat: repeat-x;
    48 	height: 70px;
    71     float:right;
    49 	width: 60px;
    72     z-index:31;
    50 }
    73 }
    51 
    74 
    52 div.expanded {
    75 .bookmarkList div.expanded {
    53 	background-image: url(icons/white-blue-expanded.gif);
    76     background-image: url(icons/dogear_open.png);
    54 	background-repeat: no-repeat;
    77     background-repeat: no-repeat;
    55 	float: left;
    78     float: left;
    56 	height: 70px;
    79     height: 70px;
    57 	width: 60px;
    80     width: 67px;
    58 }
    81 }
    59 
    82 
    60 
    83 
    61 div.collapsedIcons{
    84 div.Title {
    62 	display:none;
    85     color: #000;
    63 }
    86     margin-top: 15px;
       
    87     float:left;
       
    88     z-index:28;
       
    89     background-repeat: no-repeat;
       
    90     background-position: 10px 15px;
       
    91     padding-left: 10px;
       
    92     white-space: nowrap;
       
    93     overflow: hidden;
       
    94     text-overflow: ellipsis;
    64 
    95 
    65 div.expandedIcons{
       
    66 	display:block;
       
    67 	padding-top: 10px;
       
    68 }
       
    69 
       
    70 .bookmarkList li {
       
    71 	height: 70px;
       
    72 	background-image: url(icons/light-blue.bg.gif);
       
    73 	background-repeat: repeat-x;
       
    74 	overflow: hidden;
       
    75   -webkit-user-select: none;
       
    76 }
       
    77 
       
    78 div.Title {
       
    79 	color: #000;
       
    80 	margin-top: 15px;
       
    81 	overflow: hidden;
       
    82 	float:left;
       
    83 	z-index:28;
       
    84 	background-repeat: no-repeat;
       
    85 	background-position: 10px 15px;
       
    86 	padding-left: 10px;
       
    87 	
       
    88 }
    96 }
    89 .bookmarkList div.Title:active {
    97 .bookmarkList div.Title:active {
    90 	font-weight: bold;	
    98     font-weight: bold;
    91 }
    99 }
    92 
   100 
    93 /*
   101 /*
    94 img.FavIcon {
   102 img.FavIcon {
    95 	padding-top: 15px;
   103     padding-top: 15px;
    96 	padding-right: 10px;
   104     padding-right: 10px;
    97 	padding-bottom: 10px;
   105     padding-bottom: 10px;
    98 	padding-left: 10px;
   106     padding-left: 10px;
    99 }
   107 }
   100 */
   108 */
   101 span.aTitle{
   109 span.aTitle{
   102 	font-size: 20px;
   110     font-size: 20px;
   103 	white-space:pre;
       
   104 }
   111 }
   105 
   112 
   106 span.aUrl{
   113 span.aUrl{
   107 	color: #999999;
   114     color: #999999;
   108 	font-size: 16px;
   115     font-size: 16px;
   109 	font-weight: bold;	
   116     font-weight: bold;
   110 	white-space:pre;
       
   111 }
   117 }
       
   118 
       
   119 .hiddenLoadImages { 
       
   120     background-image: url(icons/dogear_open.png);
       
   121     visibility: hidden;
       
   122 }