From Wiki96
Jump to: navigation, search

This tutorial will teach you the basics of CSS tweaking for Windows 96. Be aware that this is not a tutorial on theming.


  1. Firstly, open a File Explorer and navigate to C:/system/boot. This directory will execute every compatible files on boot. (Please refer to this page for the File System Structure)
  2. Create a file ending with .css. CSS files are stylesheets, they can modify the style of the page.
  3. Then, open the file in Monaco or another editor and type the following code and change Your text here by anything you want.
    .start_button:after {
        content: "Your text here";
    }
    
    This following code change the start button text to Your text here.
  4. You can now save the file and reboot Windows 96 to see changes.

This is how to change the start button text. CSS files can change other aspect of the page like the color of some elements or their sizes.