diff options
author | onefang | 2020-03-18 23:34:01 +1000 |
---|---|---|
committer | onefang | 2020-03-18 23:34:01 +1000 |
commit | 9a6d7933d03c5cba7166c35606214188c656f1be (patch) | |
tree | 0e23f1bc111321748f14093cdbf0e62655ba403d | |
parent | Style the HTML better, and tweak other HTML things. (diff) | |
download | opensim-SC-9a6d7933d03c5cba7166c35606214188c656f1be.zip opensim-SC-9a6d7933d03c5cba7166c35606214188c656f1be.tar.gz opensim-SC-9a6d7933d03c5cba7166c35606214188c656f1be.tar.bz2 opensim-SC-9a6d7933d03c5cba7166c35606214188c656f1be.tar.xz |
Bit more HMTL tweaking.
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 5446381..920b52a 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -2119,9 +2119,12 @@ static void HTMLheader(qgrow_t *reply, char *title) | |||
2119 | " a:visited {color: fuchsia;}\n" | 2119 | " a:visited {color: fuchsia;}\n" |
2120 | " a:hover {color: blue;}\n" | 2120 | " a:hover {color: blue;}\n" |
2121 | " a:active {color: red;}\n" | 2121 | " a:active {color: red;}\n" |
2122 | " button {background-color: darkgreen;}\n" | ||
2122 | " button:hover {color: blue;}\n" | 2123 | " button:hover {color: blue;}\n" |
2123 | " button:active {color: red;}\n" | 2124 | " button:active {color: red;}\n" |
2124 | " textarea {vertical-align: top;}\n" // What idiot thought aligning the label with the bottom of textareas was a good default? | 2125 | " label {background-color:darkgreen; font-size: 160%;}\n" |
2126 | " input {background-color:darkblue; font-size: 80%;}\n" | ||
2127 | " textarea {background-color:darkblue; font-size: 80%; vertical-align: top;}\n" // What idiot thought aligning the label with the bottom of textareas was a good default? | ||
2125 | " </style>\n" | 2128 | " </style>\n" |
2126 | " </head>\n" | 2129 | " </head>\n" |
2127 | " <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'>\n" | 2130 | " <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'>\n" |