diff options
author | onefang | 2020-04-20 19:45:38 +1000 |
---|---|---|
committer | onefang | 2020-04-20 19:45:38 +1000 |
commit | 1fd8d225d8ae6a20e77aabe40956aeedb9c08e13 (patch) | |
tree | ee090fe90c15d5766a245db725ebaca411d8bfaa /example/www | |
parent | Update the old bash scripts for the new stuff. (diff) | |
download | opensim-SC_OLD-1fd8d225d8ae6a20e77aabe40956aeedb9c08e13.zip opensim-SC_OLD-1fd8d225d8ae6a20e77aabe40956aeedb9c08e13.tar.gz opensim-SC_OLD-1fd8d225d8ae6a20e77aabe40956aeedb9c08e13.tar.bz2 opensim-SC_OLD-1fd8d225d8ae6a20e77aabe40956aeedb9c08e13.tar.xz |
Proper fonts in widgets.
Diffstat (limited to 'example/www')
-rw-r--r-- | example/www/stats.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/example/www/stats.html b/example/www/stats.html index 7309bd5..7b51b06 100644 --- a/example/www/stats.html +++ b/example/www/stats.html | |||
@@ -10,12 +10,12 @@ | |||
10 | a:visited {color: fuchsia;} | 10 | a:visited {color: fuchsia;} |
11 | a:hover {color: blue;} | 11 | a:hover {color: blue;} |
12 | a:active {color: red;} | 12 | a:active {color: red;} |
13 | button {background-color: darkgreen;} | 13 | button {background-color: darkgreen; color: white; font-family: 'sans-serif';} |
14 | button:hover {color: blue;} | 14 | button:hover {color: blue;} |
15 | button:active {color: red;} | 15 | button:active {color: red;} |
16 | label {background-color:darkgreen; font-size: 160%;} | 16 | label {background-color:darkgreen; color: white; font-family: 'sans-serif'; font-size: 160%;} |
17 | input {background-color:darkblue; font-size: 80%;} | 17 | input {background-color:darkblue; color: white; font-family: 'sans-serif'; font-size: 80%;} |
18 | textarea {background-color:darkblue; font-size: 80%; vertical-align: top;} | 18 | textarea {background-color:darkblue; color: white; font-family: 'sans-serif'; font-size: 80%; vertical-align: top;} |
19 | </style> | 19 | </style> |
20 | </head> | 20 | </head> |
21 | <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'> | 21 | <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'> |