diff options
| author | neauoire <aliceffekt@gmail.com> | 2019-11-09 13:55:06 -0500 |
|---|---|---|
| committer | neauoire <aliceffekt@gmail.com> | 2019-11-09 13:55:06 -0500 |
| commit | 7c03ef84374e11abe34c0770dd277e8348aefd72 (patch) | |
| tree | 3d99396d25e68c5b908eb75b0d60f1314e43297f /index.html | |
| parent | 882b07993365a995f31b0d25c62a57db78580911 (diff) | |
Improved the basic themes
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 32 |
1 files changed, 30 insertions, 2 deletions
@@ -28,7 +28,24 @@ <h1 id='score' class='f_med'>Score</h1> <table> <tr> + <td> + <span class='f_low'></span> + </td> + <td> + <span class='f_low'>f_high</span> + </td> + <td> + <span class='f_low'>f_med</span> + </td> + <td> + <span class='f_low'>f_low</span> + </td> + </tr> + <tr> <!-- bg --> + <td> + <span class='f_low'>background</span> + </td> <td class='bg f_high'> <svg width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> <circle cx='8' cy='8' r='8' id='f_high' style='fill:var(--f_high)'></circle> @@ -49,8 +66,10 @@ </td> </tr> <!-- low --> - <tr> + <td> + <span class='f_low'>b_low</span> + </td> <td class='b_low f_high'> <svg width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> <circle cx='8' cy='8' r='8' id='f_high' style='fill:var(--f_high)'></circle> @@ -71,6 +90,9 @@ </td> <!-- med --> <tr> + <td> + <span class='f_low'>b_med</span> + </td> <td class='b_med f_high'> <svg width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> <circle cx='8' cy='8' r='8' id='f_high' style='fill:var(--f_high)'></circle> @@ -92,6 +114,9 @@ </tr> <!-- high --> <tr> + <td> + <span class='f_low'>b_high</span> + </td> <td class='b_high f_high'> <svg width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> <circle cx='8' cy='8' r='8' id='f_high' style='fill:var(--f_high)'></circle> @@ -113,9 +138,12 @@ </tr> <!-- inv --> <tr> + <td> + <span class='f_low'>b_inv</span> + </td> <td class='b_inv f_inv'> <svg width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> - <circle cx='8' cy='8' r='8' id='f_high' style='fill:var(--f_high)'></circle> + <circle cx='8' cy='8' r='8' id='f_inv' style='fill:var(--f_inv)'></circle> </svg> <span id='b_inv_f_inv' class='f_inv'></span> </td> |
