You are here

rich_snippets.css in Rich Snippets 7

ol.search-results li {
  padding-bottom: none;
  border-bottom: none;
  margin-bottom: 23px;
  overflow: hidden;
}

div.search-results-wrapper h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -1000em;
  overflow: hidden;
}

.search-result-url cite {
  display: inline-block;
  margin-bottom: 1px;
  color: #093;
  font-style: normal;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.search-result-snippet {
  color: #222;
  line-height: 1.24;
}

div.search-result-wrapper h3.title {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.search-result-wrapper h3.title a {
  color: #12C;
}

span.search-result-date, div.search-result-snippet-wrapper, div.search-result-snippet-info a {
  color: #666;
}

div.search-result-images {
  padding-top: 4px;
  margin-right: 10px;
  display: block;
  float: left;
}

File

rich_snippets.css
View source
  1. ol.search-results li {
  2. padding-bottom: none;
  3. border-bottom: none;
  4. margin-bottom: 23px;
  5. overflow: hidden;
  6. }
  7. div.search-results-wrapper h2 {
  8. position: absolute;
  9. width: 1px;
  10. height: 1px;
  11. top: -1000em;
  12. overflow: hidden;
  13. }
  14. .search-result-url cite {
  15. display: inline-block;
  16. margin-bottom: 1px;
  17. color: #093;
  18. font-style: normal;
  19. width: 80%;
  20. white-space: nowrap;
  21. overflow: hidden;
  22. text-overflow: ellipsis;
  23. }
  24. span.search-result-snippet {
  25. color: #222;
  26. line-height: 1.24;
  27. }
  28. div.search-result-wrapper h3.title {
  29. text-decoration: underline;
  30. margin: 0;
  31. padding: 0;
  32. width: 100%;
  33. white-space: nowrap;
  34. overflow: hidden;
  35. text-overflow: ellipsis;
  36. }
  37. div.search-result-wrapper h3.title a {
  38. color: #12C;
  39. }
  40. span.search-result-date, div.search-result-snippet-wrapper, div.search-result-snippet-info a {
  41. color: #666;
  42. }
  43. div.search-result-images {
  44. padding-top: 4px;
  45. margin-right: 10px;
  46. display: block;
  47. float: left;
  48. }