You are here

google_appliance.css in Google Search Appliance 7

/* $Id: $ */

/* full search form */
.google-appliance-search-form {
  margin-bottom: 1em;
}
.google-appliance-search-form input {
  margin-top: 0;
  margin-bottom: 4px;
}
.google-appliance-results,
.google-appliance-keymatch-results {
  list-style: none;  
}

/* result entries */
.search-gooogle-appliance-results p {
  margin-top: 0;
}
.google-appliance-result .title {
  margin-bottom: 0px;
  font-size: 1.2em;
}
.google-appliance-result .google-appliance-snippet {
  margin-bottom: 0px;
}
.google-appliance-result li {
  margin-bottom: 1em;
}
.google-appliance-results .google-appliance-snippet-info {
  padding-left:0; 
}
.google-appliance-results .google-appliance-info,
.google-appliance-keymatch-results {
  font-size: 0.85em;
  color: #888;
}

/* key match results */
.google-appliance-keymatch-results {
  padding-left:0;
}
.google-appliance-keymatch-results li {
  background:#f1f1ed;
  border-bottom:1px solid #e7e7e3;
  padding:10px 10px;
  border-radius: 6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  margin-bottom:10px;
}
.google-appliance-keymatch-results h3 {
  margin: 0;
}
.google-appliance-keymatch-results p {
  margin:0;
}

/* synonyms */
/* allow synonyms on search results page to be snug under the search box */
form.search-google-appliance-search-form {
  margin-bottom: 2px;
}

/* add back the margin that formerly separated the search box from the "Search Results" heading */
#search-results-heading {
  margin-top: 1em;
}

.google-appliance-synonyms ul, .google-appliance-synonyms li {
  display: inline;
  list-style-type: none;
}

/* results listings "control" bar */
.google-appliance-results-control-bar {
  border: 1px solid #ddd;
  background-color: #F6F6F2;
  border-color: #eee;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 4px 6px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.google-appliance-results-control-bar .google-appliance-search-stats {
  float: left;
}
.google-appliance-results-control-bar .google-appliance-sort-headers {
  float: right;
}
.google-appliance-sort-headers .google-appliance-sorter {
  padding-right: 14px;
  display: block;
  float: left;
}
.google-appliance-sort-headers .google-appliance-sorter:last-child {
  padding-right: 4px;
}
.google-appliance-sorter .active-sort {
  font-weight: bold;
}
.google-appliance-level2 {
  /*margin-left: 1.5em;*/
}

File

theme/google_appliance.css
View source
  1. /* $Id: $ */
  2. /* full search form */
  3. .google-appliance-search-form {
  4. margin-bottom: 1em;
  5. }
  6. .google-appliance-search-form input {
  7. margin-top: 0;
  8. margin-bottom: 4px;
  9. }
  10. .google-appliance-results,
  11. .google-appliance-keymatch-results {
  12. list-style: none;
  13. }
  14. /* result entries */
  15. .search-gooogle-appliance-results p {
  16. margin-top: 0;
  17. }
  18. .google-appliance-result .title {
  19. margin-bottom: 0px;
  20. font-size: 1.2em;
  21. }
  22. .google-appliance-result .google-appliance-snippet {
  23. margin-bottom: 0px;
  24. }
  25. .google-appliance-result li {
  26. margin-bottom: 1em;
  27. }
  28. .google-appliance-results .google-appliance-snippet-info {
  29. padding-left:0;
  30. }
  31. .google-appliance-results .google-appliance-info,
  32. .google-appliance-keymatch-results {
  33. font-size: 0.85em;
  34. color: #888;
  35. }
  36. /* key match results */
  37. .google-appliance-keymatch-results {
  38. padding-left:0;
  39. }
  40. .google-appliance-keymatch-results li {
  41. background:#f1f1ed;
  42. border-bottom:1px solid #e7e7e3;
  43. padding:10px 10px;
  44. border-radius: 6px;
  45. -webkit-border-radius:6px;
  46. -moz-border-radius:6px;
  47. margin-bottom:10px;
  48. }
  49. .google-appliance-keymatch-results h3 {
  50. margin: 0;
  51. }
  52. .google-appliance-keymatch-results p {
  53. margin:0;
  54. }
  55. /* synonyms */
  56. /* allow synonyms on search results page to be snug under the search box */
  57. form.search-google-appliance-search-form {
  58. margin-bottom: 2px;
  59. }
  60. /* add back the margin that formerly separated the search box from the "Search Results" heading */
  61. #search-results-heading {
  62. margin-top: 1em;
  63. }
  64. .google-appliance-synonyms ul, .google-appliance-synonyms li {
  65. display: inline;
  66. list-style-type: none;
  67. }
  68. /* results listings "control" bar */
  69. .google-appliance-results-control-bar {
  70. border: 1px solid #ddd;
  71. background-color: #F6F6F2;
  72. border-color: #eee;
  73. border-radius: 6px;
  74. -webkit-border-radius: 6px;
  75. -moz-border-radius: 6px;
  76. padding: 4px 6px;
  77. margin-top: 15px;
  78. margin-bottom: 15px;
  79. }
  80. .google-appliance-results-control-bar .google-appliance-search-stats {
  81. float: left;
  82. }
  83. .google-appliance-results-control-bar .google-appliance-sort-headers {
  84. float: right;
  85. }
  86. .google-appliance-sort-headers .google-appliance-sorter {
  87. padding-right: 14px;
  88. display: block;
  89. float: left;
  90. }
  91. .google-appliance-sort-headers .google-appliance-sorter:last-child {
  92. padding-right: 4px;
  93. }
  94. .google-appliance-sorter .active-sort {
  95. font-weight: bold;
  96. }
  97. .google-appliance-level2 {
  98. /*margin-left: 1.5em;*/
  99. }