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