diff --git a/README.md b/README.md index bbc0e4a0f..f83a82d67 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Blockbench -Blockbench is a free, modern model editor for boxy models and pixel art textures. -Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. +Blockbench is a free, modern model editor for low-poly and boxy models with pixel art textures. +Models can be exported into standardized formats, to be shared, rendered, 3D-printed, or used in game engines. There are also multiple dedicated formats for Minecraft Java and Bedrock Edition with format-specific features. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. diff --git a/content/front_page_app.png b/content/front_page_app.png index c408ca553..0681a0b5f 100644 Binary files a/content/front_page_app.png and b/content/front_page_app.png differ diff --git a/css/dialogs.css b/css/dialogs.css index 8b4f6b95e..02e537557 100644 --- a/css/dialogs.css +++ b/css/dialogs.css @@ -670,6 +670,23 @@ .theme_preview.borders .theme_preview_sidebar:last-child { border-left: 2px solid var(--color-border); } + .theme_backup_bar { + padding: 2px 6px; + border: 2px solid var(--color-accent); + margin-bottom: 7px; + cursor: pointer; + } + .theme_backup_bar:hover { + color: var(--color-light); + } + .theme_backup_bar > i { + padding: 1px; + color: var(--color-text); + float: right; + } + .theme_backup_bar > i:hover { + color: var(--color-light); + } /*About*/ #about_page_title { diff --git a/css/window.css b/css/window.css index d9b901b2a..b1b8483ab 100644 --- a/css/window.css +++ b/css/window.css @@ -595,6 +595,8 @@ } #start_screen h3 { margin: 0; + } + #start_screen #start-files h3 { padding-bottom: 0; height: auto; font-size: 18px; @@ -730,16 +732,16 @@ max-width: 100%; flex-grow: 0; } - #start_screen div.start_screen_left.graphic { + #start_screen div.graphic:not(.graphic_icon) { background-size: cover; position: relative; padding: 0; } - #start_screen div.start_screen_left.graphic p { + #start_screen div.graphic p { position: absolute; font-size: 0.96em; } - #start_screen div.start_screen_left i.graphic_icon { + #start_screen div.graphic.graphic_icon i { font-size: 40px; width: 12px; margin-top: 6px; diff --git a/index.html b/index.html index 06f7c02f2..16b5289e4 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@