projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
check in (part of?) the Apache config
[invirt/packages/invirt-web.git]
/
code
/
static
/
style.css
diff --git
a/code/static/style.css
b/code/static/style.css
index
685c06e
..
35bc5df
100644
(file)
--- a/
code/static/style.css
+++ b/
code/static/style.css
@@
-11,10
+11,6
@@
html {
body {
font-family: Tahoma, Sans, sans-serif;
}
body {
font-family: Tahoma, Sans, sans-serif;
}
-h1, h2, h3, h4, h5, h6 {
- font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
- font-weight: bold;
-}
pre, code, samp, kbd, tt {
font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
font-size: 100%;
pre, code, samp, kbd, tt {
font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
font-size: 100%;
@@
-25,9
+21,9
@@
h1, h2, h3, h4, h5, h6 {
color: #13a;
}
color: #13a;
}
-/* Dashed line under the header. */
+/* Dividing line under the header. */
h1 {
h1 {
- border-bottom: 1px dashed black;
+ border-bottom: 1px solid black;
margin-top: 0;
overflow: auto;
}
margin-top: 0;
overflow: auto;
}
@@
-44,6
+40,11
@@
a:link:hover, a:visited:hover {
text-decoration: underline;
}
text-decoration: underline;
}
+/* Keep help-popup links unbolded in e.g. table headings. */
+.helplink {
+ font-weight: normal;
+}
+
/* Highlight error messages in bright red. */
.error {
color: #FF0000;
/* Highlight error messages in bright red. */
.error {
color: #FF0000;
@@
-52,3
+53,23
@@
a:link:hover, a:visited:hover {
td.error {
border: 1px solid red;
}
td.error {
border: 1px solid red;
}
+
+/* Navigation bar. */
+.navigation {
+ padding: 0em 1em;
+ font-size: 125%;
+ font-weight: bold;
+ font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
+}
+.navigation li {
+ display: inline;
+ padding: .2em;
+}
+
+/* Logged-in welcome message. */
+.loggedin {
+ float: right;
+}
+.loggedin .name {
+ font-weight: bold;
+}