summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-14 10:04:36 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-14 10:04:36 +0100
commitc54baf63015e884c060e10bc7a73a2c1503564c1 (patch)
tree20260a7733812f8b50fb26d90b92482a777561a8 /searx
parentb88146d669b1196ed1efc4ae4108e238cfd7dbca (diff)
downloadsearxng-c54baf63015e884c060e10bc7a73a2c1503564c1.tar.gz
searxng-c54baf63015e884c060e10bc7a73a2c1503564c1.zip
Adding style for publish Date
Diffstat (limited to 'searx')
-rw-r--r--searx/static/css/style.css1
-rw-r--r--searx/static/less/definitions.less3
-rw-r--r--searx/static/less/style.less6
3 files changed, 10 insertions, 0 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index bc4c034dc..767d7b05e 100644
--- a/searx/static/css/style.css
+++ b/searx/static/css/style.css
@@ -35,6 +35,7 @@ a{text-decoration:none;color:#1a11be}a:visited{color:#8e44ad}
.result h3{font-size:1em;word-wrap:break-word;margin:5px 0 1px 0;padding:0}
.result .content{font-size:.8em;margin:0;padding:0;max-width:54em;word-wrap:break-word;line-height:1.24}
.result .url{font-size:.8em;margin:3px 0 0 0;padding:0;max-width:54em;word-wrap:break-word;color:#c0392b}
+.result .published_date{font-size:.8em;color:#888;margin:5px 20px}
.engines{color:#888}
.small_font{font-size:.8em}
.small p{margin:2px 0}
diff --git a/searx/static/less/definitions.less b/searx/static/less/definitions.less
index f71f55782..2d85f7815 100644
--- a/searx/static/less/definitions.less
+++ b/searx/static/less/definitions.less
@@ -64,6 +64,9 @@
// Url to result
@color-result-url-font: #C0392B;
+// Publish Date
+@color-result-publishdate-font: #888;
+
// Images
@color-result-image-span-background-hover: rgba(0, 0, 0, 0.6);
@color-result-image-span-font: #FFF;
diff --git a/searx/static/less/style.less b/searx/static/less/style.less
index 556ecd615..817f6b317 100644
--- a/searx/static/less/style.less
+++ b/searx/static/less/style.less
@@ -248,6 +248,12 @@ a {
word-wrap:break-word;
color: @color-result-url-font;
}
+
+ .published_date {
+ font-size: 0.8em;
+ color: @color-result-publishdate-font;
+ margin: 5px 20px;
+ }
}
.engines {