Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

other:geogebra [2022/12/23 00:27] – created - external edit 127.0.0.1other:geogebra [2022/12/23 23:09] (current) – Remove <pre> inline style admin
Line 1: Line 1:
-===== GeoGebra =====+GeoGebra uses webtchnology (html, css, js) and thus can be customized without recompiling
  
----- +==== Add custom Darkmode ====
- +
-=== Add custom Darkmode ===+
 <html> <html>
 Open the file <ul> Open the file <ul>
-<li>Windows: <pre style="display: inline; line-height: 3em; margin: .5em;">C:\Users\<span style="color: green;">User Name</span>\AppData\Local\<span style="color: green;">GeoGebra_6\app-6.0.683</span>\resources\app\html\classic.html</pre>+<li>Windows: <pre>C:\Users\<span style="color: green;">User Name</span>\AppData\Local\<span style="color: green;">GeoGebra_6\app-6.0.683</span>\resources\app\html\classic.html</pre>
 <br></li> <br></li>
-<li>Linux: </html>FIXME<html><pre style="display: inline; line-height: 3em; margin: .5em;"></pre></li>+<li>Linux: </html>FIXME<html><pre></pre></li>
 </ul> </ul>
 and change the line (873) and change the line (873)
-<pre style="display: inline; line-height: 3em; margin: .5em;">&ltbody dir="ltr" tabindex="-1" onload="loadApp()"&gt</pre>+<pre>&ltbody dir="ltr" tabindex="-1" onload="loadApp()"&gt</pre>
 to to
-<pre style="display: inline; line-height: 3em; margin: .5em;">&ltbody dir="ltr" tabindex="-1" onload="loadApp()" <span style="color: red;">style="filter: invert();"</span>&gt</pre></html>+<pre>&ltbody dir="ltr" tabindex="-1" onload="loadApp()" <span style="color: red;">style="filter: invert();"</span>&gt</pre></html>