--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ginebra2/chrome/bedrockchrome/bookmarkview.superpage/bookmarkview.css Tue May 04 12:39:35 2010 +0300
@@ -0,0 +1,111 @@
+body {
+ padding : 0px;
+ margin : 0px;
+ height:100%;
+}
+/*
+.bookmarkList li.ui-state-highlight {
+ border: 4px dotted #999;
+ background-image:url(icons/cc0d0d-hatch.png);
+ background-repeat: repeat;
+ }
+*/
+.bookmarkList li.sort{
+ border: 4px dotted #999;
+ background-image: url(icons/light-blue.bg.gif);
+ font-weight: bold;
+}
+
+div.bookmarkList ul{
+ list-style-type: none;
+ margin: 0px;
+ padding: 0px;
+ font-family: "Nokia Sans";
+ overflow: hidden;
+}
+
+.controlIn {
+ height: 70px;
+ background-repeat: repeat-x;
+ width: 48px;
+ background-image: url(icons/white-blue-dark-bg.gif);
+ float:right;
+ z-index:30;
+}
+
+.controlOut {
+ height: 70px;
+ background-image: url(icons/white-blue-dark-bg.gif);
+ background-repeat: repeat-x;
+ float:right;
+ z-index:30;
+}
+
+div.collapsed {
+ background-image: url(icons/white-blue-collapsed.gif);
+ background-repeat: no-repeat;
+ float: left;
+ height: 70px;
+ width: 60px;
+}
+
+div.expanded {
+ background-image: url(icons/white-blue-expanded.gif);
+ background-repeat: no-repeat;
+ float: left;
+ height: 70px;
+ width: 60px;
+}
+
+
+div.collapsedIcons{
+ display:none;
+}
+
+div.expandedIcons{
+ display:block;
+ padding-top: 10px;
+}
+
+.bookmarkList li {
+ height: 70px;
+ background-image: url(icons/light-blue.bg.gif);
+ background-repeat: repeat-x;
+ overflow: hidden;
+ -webkit-user-select: none;
+}
+
+div.Title {
+ color: #000;
+ margin-top: 15px;
+ overflow: hidden;
+ float:left;
+ z-index:28;
+ background-repeat: no-repeat;
+ background-position: 10px 15px;
+ padding-left: 10px;
+
+}
+.bookmarkList div.Title:active {
+ font-weight: bold;
+}
+
+/*
+img.FavIcon {
+ padding-top: 15px;
+ padding-right: 10px;
+ padding-bottom: 10px;
+ padding-left: 10px;
+}
+*/
+span.aTitle{
+ font-size: 20px;
+ white-space:pre;
+}
+
+span.aUrl{
+ color: #999999;
+ font-size: 16px;
+ font-weight: bold;
+ white-space:pre;
+}