Lighter hover border
[infodrom.org/service.infodrom.org] / src / infodrom.css
index 0f337e9..198c7e5 100644 (file)
@@ -37,7 +37,7 @@ a:visited {
   display: none;
 }
 .border {
-  border: 1px solid black;
+  border: 1px solid #9b9b9b;
 }
 h3.bar {
   padding-left: 5px;
@@ -91,6 +91,13 @@ pre {
   /* end css 3 or browser specific rules */
 }
 
+p.img img {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+  border: 1px solid #cfcfcf;
+}
+
 /*
  * Menu
  */
@@ -103,6 +110,22 @@ p.menurule {
   margin-bottom: 7px;
 }
 
+/*
+ * Formulare
+ */
+input, select {
+  border: 1px solid #aaaaaa;
+}
+input.button {
+  width: auto;
+  display: inline;
+  border: 1px solid #aaaaaa;
+}
+input.button:hover {
+  border: 1px solid #9b9b9b;
+  background-color: #bfbfbf;
+}
+
 /*
  * Footer
  */