Steam+ is a basic userstyle that alters steam and uses better quality UI, animations, and more to modernize the website.
Steam+ by gallifory
Details
Authorgallifory
LicenseCC-BY-NC-ND-4.0
Categoryhttps://store.steampowered.com/
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Update 1.0
The Release of Steam+
Source code
/* ==UserStyle==
@name Steam+
@namespace USO Archive
@author Gallifory
@description `A lightweighted modificational alteration of UI, featuring new sets of Animations, UI, Rounded Corners, and various improvements`
@version 20220105.23.21
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("steamcommunity.com"), domain("steampowered.com") {
.steamaward_winners_ctn {
border-radius: 10px;
}
.sale_capsule.with_microtrailer .sale_capsule_image, .sale_capsule_image, body.v6 .sale_capsule {
border-radius: 8px;
}
#store_nav_area .store_nav_bg, a#store_search_link img, div#store_search, .searchbox {
border-radius: 8px;
}
.header_installsteam_btn_content {
border-radius: 8px;
}
.sale_capsule.with_microtrailer .sale_capsule_image, .sale_capsule_image, body.v6 .sale_capsule {
transform: scale(1) !important;
transition: transform 0.5s !important;
}
.sale_capsule.with_microtrailer .sale_capsule_image, .sale_capsule_image, body.v6 .sale_capsule:hover {
transform: scale(1.05) !important;
transition: transform 0.5s !important;
border-radius: 8px;
}
}