Skip to content

Instantly share code, notes, and snippets.

@rmasters
Created March 19, 2009 20:42
Show Gist options
  • Save rmasters/82046 to your computer and use it in GitHub Desktop.
Save rmasters/82046 to your computer and use it in GitHub Desktop.
Styling FeedControl on uvshock
/**
* Suppress everything except for title
*/
#feedControl .gf-snippet,
#feedControl .gf-author,
#feedControl .gf-spacer,
#feedControl .gf-relativePublishedDate {
display: none;
}
/**
* Link styles
*/
/* Remove fixed height */
#feedControl .gf-title {
height: inherit;
}
#feedControl .gf-title a {
background: #fff;
border-left: 4px solid #fff;
display: block;
padding: 0.50em;
text-decoration: none;
}
#feedControl .gfc-result:first-child .gf-title a {
background: #efebce;
}
#feedControl .gfc-result .gf-title a:hover {
background: #f5f5f5;
color: #5d82ff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment