digg-sidebar/chrome/skin/diggsidebar.css

70 lines
1.2 KiB
CSS

a {
color: blue;
cursor: pointer;
padding: 1px;
}
a img {
border: none;
}
.storyHeader {
cursor: pointer;
padding: 1px;
}
.storyDetails {
padding: 3px;
display: none;
background-color: #ffffff;
clear: both;
margin: 0px 5px 5px 5px;
}
.storyDetails > div {
clear: both;
padding: 1px 0px;
font-size: x-small;
}
.storyTitle {
font-size: x-small;
font-weight: bold;
width: 100%;
color: #105CB6;
}
.storyCategory {
background-color: rgb(252,243,164);
text-align: center;
}
.storyPopularity {
float: right;
}
.storyHref {
font-weight: bold;
padding: 2px 3px;
vertical-align: middle;
}
.storyDesc {
height: auto!important;
}
.storyHref:hover, .storyUserLink:hover {
color: white;
background-color: blue;
}
.storyDiggs, .storyComments {
font-size: xx-small;
}
#dsStoryListBox richlistitem{
border: 2px solid #E5ECF3;
border-top: none;
color: #000000!important;
-moz-binding: url("chrome://diggsidebar/content/diggstory.xml#diggstoryitem");
}
richlistitem[selected="true"] {
background-color: #E5ECF3;
color: inherit;
}
.storyHeader:hover {
background-color: rgb(252,243,164);
}
.storyHeader:hover .storyTitle{
color: #000;
}