|
29 | 29 | width: 60%; |
30 | 30 | padding-right: 16px; |
31 | 31 | padding-left: 16px; |
32 | | - min-height: calc(100vh - 40px); |
| 32 | + min-height: calc(100vh - 100px); |
33 | 33 | border-radius: 20px; |
34 | 34 | /*min-width: 600px;*/ |
35 | 35 | /*min-height: 100vh;*/ |
36 | 36 | /* height: auto !important; min-height hack |
37 | 37 | height: 100%; - 150px min-height hack*/ |
| 38 | + padding-bottom: 60px; |
38 | 39 | } |
39 | 40 | @media only screen and (max-width: 1000px) { |
40 | 41 | .middle |
|
56 | 57 | display: inline-flex; |
57 | 58 | text-align: center; |
58 | 59 | } |
59 | | - .button_fancy_notclickable { |
| 60 | + .dark_background { |
60 | 61 | background-color: rgba(0, 0, 0, 0.3); |
61 | 62 | padding: 10px; |
62 | 63 | border-radius: 20px; |
63 | | - display: inline-flex; |
64 | | - text-align: center; |
| 64 | + display: inline-flex; |
65 | 65 | } |
66 | 66 | .button_fancy:hover { |
67 | 67 | background-color: rgba(255, 255, 255, 0.3); |
|
85 | 85 | <center> |
86 | 86 | <img src="duckclient-title.png" alt="Duckclient" height="80" style="padding-top:5px;padding-bottom:5px;"> |
87 | 87 | </center> |
88 | | - The duck client! Based on the infclass client for ddnet/teeworlds! Made by Pointer! Has exciting features!<br> |
| 88 | + The duckclient! Based on the <a href="https://infclass.github.io/">infclass client</a> for <a href="https://ddnet.org/">ddnet</a>/<a href="https://teeworlds.com/">teeworlds</a>, made by Pointer! It aims to add some fancy particles and add back some old UI visuals, while having features of the infclass client too! Among some other things too, like adding more ducks!<br> |
89 | 89 | <br> |
90 | 90 | You may find the v1 versions below. There is no MacOS build, but you should be able to build it yourself.<br> |
91 | 91 | <br> |
|
112 | 112 | <li>Self kill protection!</li> |
113 | 113 | <li>Features of the infclass client!</li> <li>Ducks!</li> |
114 | 114 | </ul> |
| 115 | + List of config options added by the duckclient:<br><br> |
| 116 | + <div class="dark_background"> |
| 117 | + cl_extra_particles<br> |
| 118 | + cl_old_door_laser<br> |
| 119 | + cl_old_freeze_laser<br> |
| 120 | + cl_old_client_console<br> |
| 121 | + cl_blood_particles<br> |
| 122 | + cl_position_community_filter<br> |
| 123 | + cl_confirm_kill_time<br> |
| 124 | + cl_duck_filter<br> |
| 125 | + </div> |
| 126 | + <br> |
115 | 127 | <!-- The infclass client based version (obviously) also includes various features useful for while playing the infclass gamemode. --> |
116 | 128 | <!-- <div style="position: absolute; bottom: 45px;"> --> |
117 | 129 |
|
|
0 commit comments