Web Theme Bootstrap screenshot

Web Theme Bootstrap

Author Avatar Theme by Mojang
Updated: 13 Mar 2023
145 Stars

Contains the theme used on minecraft.net based on Boostrap 4

Overview:

The web theme Bootstrap is used on minecraft.net and is based on Bootstrap 4. It includes SCSS files for generating the Minecraft look and feel, as well as generic image assets and an icon set. The theme takes care of including Bootstrap, so there is no need to import it separately. There have been several updates to the theme, including the addition of fonts, logos, classes, and style changes.

Features:

  • SCSS files for generating the Minecraft look and feel
  • Generic image assets used in several places, including an icon set
  • Automatic inclusion of Bootstrap, no need to import separately
  • Regular updates to the theme, adding new features and making improvements

Installation:

  1. Download the package, which includes SCSS files and image assets.
  2. Copy the SCSS files to your project’s scss folder.
  3. In your main SCSS file, include the following code snippet to get started:
@import 'minecraft-theme';

Note: The theme takes care of including Bootstrap, so you don’t need to import it separately.

  1. Copy the image assets to your project’s public folder.
  2. If you want to use the SVG icons included in the package, you need to convert them into an SVG sprite using a tool like svgstore.

Summary:

The web theme Bootstrap used on minecraft.net is based on Bootstrap 4 and includes SCSS files for styling and generic image assets. It adds the Minecraft look and feel to your website automatically, and also includes an icon set. The theme takes care of including Bootstrap, so there’s no need to import it separately. Regular updates have been made to the theme, adding new features and making improvements. To install the theme, you need to copy the SCSS files and image assets to your project, and include a code snippet in your SCSS file.