digg-sidebar/chrome/skin/diggsidebar.css

79 lines
1.4 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;
-moz-border-bottom-colors: #000 !important;
-moz-border-top-colors: #000 !important;
-moz-border-left-colors: #000 !important;
-moz-border-right-colors: #000 !important;
}
.storyDetails {
padding: 3px;
display: none;
background-color: #ffffff;
clear: both;
}
.storyDetails > div {
clear: both;
padding: 1px 0px;
font-size: x-small;
}
.storyTitle {
padding: 0px 5px;
font-size: x-small;
font-weight: bold;
}
.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;
}
.storyHref:hover, .storyUserName:hover {
color: white;
background-color: blue;
}
richlistitem {
border-bottom: 1px solid black;
padding-bottom: 3px;
color: #000000!important;
}
richlistitem > div{
width: 250px;
}
richlistitem[selected="true"] {
background-color: #FFFBF0;
color: inherit;
}
richlistitem[selected="true"] .storyDetails {
border-top: 1px dashed black;
background-color: #FFFBF0;
}
richlistitem .storyTitle:hover {
background-color: green;
color: white;
}