summaryrefslogtreecommitdiff
path: root/src/SearchResults.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/SearchResults.css')
-rw-r--r--src/SearchResults.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/SearchResults.css b/src/SearchResults.css
new file mode 100644
index 0000000..194c731
--- /dev/null
+++ b/src/SearchResults.css
@@ -0,0 +1,54 @@
+.result-count::before, .result-count::after {
+ content: "\2014";
+}
+
+.result-count {
+ font-size: 12px;
+ text-align: center;
+ font-style: italic;
+}
+
+.Result {
+ box-sizing: border-box;
+ border-bottom: 1px solid #dbeaf1;
+ overflow: auto;
+ padding-bottom: 1rem;
+}
+
+.Result p {
+ margin-bottom: 0;
+}
+
+.Result h3 {
+ clear: both;
+}
+
+.Result .image {
+ float: left;
+ width: 180px;
+}
+
+.Result .image img {
+ width: 100%;
+}
+
+.Result hr {
+ width: 75%;
+}
+
+.Result .details, .Result h3 {
+ margin-left: 200px;
+}
+
+.badge {
+ background: #aed3e5;
+ font-size: 10pt;
+ border-radius: 4px;
+ display: inline-block;
+ margin: 0 0.5rem 5px 0;
+ padding: 2px 10px 2px 10px;
+}
+
+.label {
+ font-weight: bold;
+}