ginebra2/chrome/bedrockchrome/bookmarkview.superpage/bookmarkview.css
changeset 0 1450b09d0cfd
child 3 0954f5dd2cd0
child 5 0f2326c2a325
equal deleted inserted replaced
-1:000000000000 0:1450b09d0cfd
       
     1 body {
       
     2 	padding : 0px;
       
     3 	margin : 0px;
       
     4 	height:100%;
       
     5 }
       
     6 /*
       
     7 .bookmarkList li.ui-state-highlight { 
       
     8 		border: 4px dotted #999; 
       
     9 		background-image:url(icons/cc0d0d-hatch.png); 
       
    10 		background-repeat: repeat;
       
    11 	}
       
    12 */
       
    13 .bookmarkList li.sort{
       
    14 	border: 4px dotted #999; 
       
    15 	background-image: url(icons/light-blue.bg.gif);
       
    16 	font-weight: bold;	
       
    17 }
       
    18 
       
    19 div.bookmarkList ul{
       
    20 	list-style-type: none;
       
    21 	margin: 0px;
       
    22 	padding: 0px;
       
    23 	font-family: "Nokia Sans";
       
    24 	overflow: hidden;
       
    25 }
       
    26 
       
    27 .controlIn {
       
    28 	height: 70px;
       
    29 	background-repeat: repeat-x;
       
    30 	width: 48px;
       
    31 	background-image: url(icons/white-blue-dark-bg.gif);
       
    32 	float:right;
       
    33 	z-index:30;
       
    34 }
       
    35 
       
    36 .controlOut {
       
    37 	height: 70px;
       
    38 	background-image: url(icons/white-blue-dark-bg.gif);
       
    39 	background-repeat: repeat-x;
       
    40 	float:right;
       
    41 	z-index:30;
       
    42 }
       
    43 
       
    44 div.collapsed {
       
    45 	background-image: url(icons/white-blue-collapsed.gif);
       
    46 	background-repeat: no-repeat;
       
    47 	float: left;
       
    48 	height: 70px;
       
    49 	width: 60px;
       
    50 }
       
    51 
       
    52 div.expanded {
       
    53 	background-image: url(icons/white-blue-expanded.gif);
       
    54 	background-repeat: no-repeat;
       
    55 	float: left;
       
    56 	height: 70px;
       
    57 	width: 60px;
       
    58 }
       
    59 
       
    60 
       
    61 div.collapsedIcons{
       
    62 	display:none;
       
    63 }
       
    64 
       
    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 }
       
    89 .bookmarkList div.Title:active {
       
    90 	font-weight: bold;	
       
    91 }
       
    92 
       
    93 /*
       
    94 img.FavIcon {
       
    95 	padding-top: 15px;
       
    96 	padding-right: 10px;
       
    97 	padding-bottom: 10px;
       
    98 	padding-left: 10px;
       
    99 }
       
   100 */
       
   101 span.aTitle{
       
   102 	font-size: 20px;
       
   103 	white-space:pre;
       
   104 }
       
   105 
       
   106 span.aUrl{
       
   107 	color: #999999;
       
   108 	font-size: 16px;
       
   109 	font-weight: bold;	
       
   110 	white-space:pre;
       
   111 }