digg-sidebar/chrome/skin/diggsidebar.css

73 lines
1.3 KiB
CSS

a {
color: blue;
cursor: pointer;
padding: 1px;
}
a img {
border: none;
}
#storyList {
margin: 1px;
border-style: solid !important;
border-color: #000;
border-width: 1px;
}
.storyDetails {
padding: 3px;
display: none;
background-color: #ffffff;
clear: both;
border: 1px dashed black;
margin: 0px 8px 8px 8px;
width: 230px;
}
.storyDetails > div {
clear: both;
padding: 1px 0px;
font-size: x-small;
}
.storyTitle {
padding: 0px 5px;
font-size: x-small;
font-weight: bold;
width: 100%;
}
.storyNew, .storyRead, .storyPopularity {
float: right;
}
.storyNew, .storyRead {
padding: 0px 2px;
}
.storyHref {
font-weight: bold;
padding: 2px 3px;
vertical-align: middle;
}
.storyDesc {
height: auto!important;
}
.storyHeader {
cursor: pointer;
padding: 2px;
width: 250px;
}
.storyHref:hover, .storyUserLink:hover {
color: white;
background-color: blue;
}
#storyList richlistitem{
border-bottom: 1px solid black;
color: #000000!important;
-moz-binding: url("chrome://diggsidebar/content/diggstory.xml#diggstoryitem");
}
richlistitem[selected="true"] {
background-color: #FFEBF0;
color: inherit;
}
richlistitem .storyTitle:hover {
background-color: green;
color: white;
}