aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css37
1 files changed, 31 insertions, 6 deletions
diff --git a/style.css b/style.css
index d7b6ea0..45806c6 100644
--- a/style.css
+++ b/style.css
@@ -26,6 +26,7 @@ div.contentpanel {
padding-right: 2em;
border-right: 1px black solid;
width: 80%;
+ vertical-align: top;
}
div.navbar {
@@ -35,6 +36,12 @@ div.navbar {
padding-left: 0.5em;
}
+div.navbar > img {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
div.bottom {
width: 100%;
margin-top: 2%;
@@ -70,6 +77,23 @@ ul.menu {
padding-left: 1em;
}
+ul.menu li {
+ list-style-type: none;
+}
+
+ul.menu li > a {
+ text-decoration: none;
+ display: block;
+ color: #0028bd;
+ padding-left: 1em;
+ margin-left: -1em;
+}
+
+ul.menu li > a:hover {
+ background-color: blue;
+ color: white;
+}
+
li.group {
list-style-type: none;
margin-left: -1em;
@@ -114,10 +138,6 @@ input {
.nostyle { display: none }
-.hidden-info {
- font-size: smaller;
-}
-
/*
References
*/
@@ -168,7 +188,7 @@ table.frame td {
table.noframe {
border-style: none;
- display: inline;
+ display: inline-table;
}
tr.odd { background-color: #CCCCEE; }
@@ -374,7 +394,12 @@ table.news-summary {
display: table-cell;
}
+.hidden-info {
+ font-size: smaller;
+}
-
+select {
+ border: 1px solid gray;
+}

Return to:

Send suggestions and report system problems to the System administrator.