aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl
diff options
context:
space:
mode:
authoronefang2020-03-18 23:34:01 +1000
committeronefang2020-03-18 23:34:01 +1000
commit9a6d7933d03c5cba7166c35606214188c656f1be (patch)
tree0e23f1bc111321748f14093cdbf0e62655ba403d /src/sledjchisl
parentStyle the HTML better, and tweak other HTML things. (diff)
downloadopensim-SC_OLD-9a6d7933d03c5cba7166c35606214188c656f1be.zip
opensim-SC_OLD-9a6d7933d03c5cba7166c35606214188c656f1be.tar.gz
opensim-SC_OLD-9a6d7933d03c5cba7166c35606214188c656f1be.tar.bz2
opensim-SC_OLD-9a6d7933d03c5cba7166c35606214188c656f1be.tar.xz
Bit more HMTL tweaking.
Diffstat (limited to 'src/sledjchisl')
-rw-r--r--src/sledjchisl/sledjchisl.c5
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"