Team fortress 2 themed gui
Gamejolt TF2 by ivanruiz
Details
Authorivanruiz
LicenseNo License
Categorygamejolt
Created
Updated
Size1.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gamejolt TF2
@version 20230122.21.15
@namespace userstyles.world/user/ivanruiz
@description Team fortress 2 themed gui
@author ivanruiz
@license No License
==/UserStyle== */
/* ==UserStyle==
@name Gamejolt Blue
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Blue edition for gamejolt
@author Dracs/Spk/Ivan
==/UserStyle== */
@-moz-document domain("gamejolt.com") {
* {cursor: url(https://github.com/KIvanRuiz/GVTfiles/blob/main/tf2.cur?raw=true), auto !important;}
.fill-backdrop {
/*Change the link inside the url tag to change the background image */
background-image: url("https://steamcdn-a.akamaihd.net/steamcommunity/public/images/items/440/d07dc9315ea8d47180cea3de1ac7eb08e8e00a71.jpg");
background-size: 100%;
background-position: top;
background-attachment: fixed;
}
.navbar {
background-color: #7e2c2b;
border-style: none solid solid solid;
border-color: #381313;
}
#shell-cbar[data-v-50f96d34] {
background-color: #003ea2;
border-style: none solid;
border-color: #000a49;
}
.-fade-color[data-v-ddf2c876] {
background-image: url()
}
.loading-fade[data-v-acae7d8a] {
padding: 10px;
position: relative;
background-color: #7e2c2b;
border-style: solid;
border-color: #381313;
border-radius: 24px;
}
#shell-cbar[data-v-b5a1bb3e] {
--theme-bg-actual: var(--theme-darkest);
--theme-bg-actual-trans: var(--theme-darkest-trans);
background-color: #326879;
border-style: none solid solid solid;
border-color: #142c33;
}
.-center-grid[data-v-60ad5354] {
background-color: #326879;
border-style: none solid solid solid;
border-color: #142c33;
}
}