-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
Clean up of the htdocs/themes directories.
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
This is an "alternative" colorization to math4. If you want to provide | ||
multiple themes to your users you should follow this as an example. | ||
This is an "alternative" colorization to math4. If you want to provide | ||
multiple themes to your users you should follow this as an example. | ||
|
||
Everything (except the override files) should be a link pointing back to | ||
math4. This will make it so that all your themes will automatically get | ||
updates. All of your changes should be in the override files. | ||
Everything except for the math4-overrides.js, math4-overrides.css, | ||
_theme-colors.scss, and _theme-overrides.scss files should be links pointing | ||
back to the corresponding files in math4. This will make it so that all your | ||
themes will automatically get updates. All of your changes should be in the | ||
listed override files. |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
This is an "alternative" colorization to math4. If you want to provide | ||
multiple themes to your users you should follow this as an example. | ||
|
||
Everything except for the math4-overrides.js, math4-overrides.css, | ||
_theme-colors.scss, and _theme-overrides.scss files should be links pointing | ||
back to the corresponding files in math4. This will make it so that all your | ||
themes will automatically get updates. All of your changes should be in the | ||
listed override files. |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
This is an "alternative" colorization to math4. If you want to provide | ||
multiple themes to your users you should follow this as an example. | ||
This is an "alternative" colorization to math4. If you want to provide | ||
multiple themes to your users you should follow this as an example. | ||
|
||
Everything (except the override files) should be a link pointing back to | ||
math4. This will make it so that all your themes will automatically get | ||
updates. All of your changes should be in the override files. | ||
Everything except for the math4-overrides.js, math4-overrides.css, | ||
_theme-colors.scss, and _theme-overrides.scss files should be links pointing | ||
back to the corresponding files in math4. This will make it so that all your | ||
themes will automatically get updates. All of your changes should be in the | ||
listed override files. |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
This folder contains the files necessary for the math4 theme. These files are | ||
tracked by git and any changes made to them will be overwritten when you | ||
upgrade. The two exceptions are math4-overrides.css and math4-overrides.js. | ||
tracked by git and any changes made to them will be overwritten when you | ||
upgrade. The two exceptions are math4-overrides.css and math4-overrides.js. | ||
|
||
These files do not need to be present, but if they are they will be included | ||
in system.conf and will override the math4.css and math4.js theme. They can | ||
created by copying math4-overrides.css.dist and math4-overrides.js.dist. This | ||
is similar to how localOverrides.conf interacts with defaults.conf and | ||
localOverrides.conf.dist. In particular if you upgrade your server | ||
math4-overrides.js and math4-overrides.css will not change, but their .dist | ||
versions and the other math4 theme files may change. This might cause problems | ||
until you merge the changes. | ||
These files do not need to be present, but if they are they will be included in | ||
system.conf and can be used for general overrides. They can created by copying | ||
math4-overrides.css.dist and math4-overrides.js.dist. This is similar to how | ||
localOverrides.conf interacts with defaults.conf and localOverrides.conf.dist. | ||
In particular if you upgrade your server math4-overrides.js and | ||
math4-overrides.css will not change, but their .dist versions and the other | ||
math4 theme files may change. This might cause problems until you merge the | ||
changes. | ||
|
||
If you want to customize math4 you should only change math4-overrides.css and | ||
math4-overrides.js. Note: Because you can include arbitrary jQuery in | ||
math4-overrides.js you can actually change pretty much anything, including | ||
adding new html or changing existing html. | ||
math4-overrides.js. Note: Because you can include arbitrary JavaScript in | ||
math4-overrides.js you can actually change pretty much anything, including | ||
adding new html or changing existing html. | ||
|