summaryrefslogtreecommitdiffstats
path: root/web/html/css/aurweb.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/css/aurweb.css')
-rw-r--r--web/html/css/aurweb.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css
index 346f2ea..620e0fa 100644
--- a/web/html/css/aurweb.css
+++ b/web/html/css/aurweb.css
@@ -53,6 +53,24 @@
text-align:right;
}
+.keyword:link, .keyword:visited {
+ float: left;
+ margin: 1px .5ex 1px 0;
+ padding: 0 1em;
+ color: white;
+ background-color: #36a;
+ border: 1px solid transparent;
+ border-radius: 2px;
+}
+
+.keyword:hover {
+ cursor: pointer;
+}
+
+.keyword:focus {
+ border: 1px dotted #000;
+}
+
.text-button {
background: transparent;
border: none !important;