JIT
revamping css styles for a user interface
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); * { padding: 0; margin: 0; font-family: 'Poppins', sans-serif; } .all { position: absolute; color: #fff; background-color: #18181A; min-width: 1325px; min-height: 840px; top: 51%; left: 50%; display: none; transform: translate(-50%, -50%); border-radius: 5px; } .base { overflow-x: hidden; } .base::-webkit-scrollbar-track { background-color: transparent; border: none; } .base::-webkit-scrollbar { width: 4px; /* background-color: rgba(0, 0, 0, 0.6); */ border-radius: 5%; margin-left: 20%; } .base::-webkit-scrollbar-thumb { background-color: rgb(139, 139, 139); border-radius: 5%; } .all .header { background-color: #18181A; padding: 5px; width: 99.2%; height: 39px; border-radius: 5px; margin-top: -64px; position: absolute; } .header h2 { display: inline-block; font-size: 20px; } #searchbar { position: absolute; margin-top: 9px; background: #494b51; right: 69%; border-radius: 2px; border: 1px solid #494b51; width: 30%; color: #fff; } .count { margin-top: 6px; margin-left: 1224px; position: absolute; } .coloumn { color: #256df3f8; text-transform: uppercase; font-size: 15px; --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; right: calc(var(--bs-gutter-x) * -.5); left: -203px; top: -52px; position: relative; } small { margin-left: 221px; margin-top: 70px; } .searchmethod { font-size: 14px; margin-left: 799px; margin-top: 13px; position: absolute; } .text { font-size: 700; left: 10px; text-align: left; text-emphasis-color: solid #FFF; } .all .users { padding: 3px; max-height: 772px; margin-top: -40px; } .user { padding: 13px 3px; font-size: 14px; margin-top: 22px; border-bottom: 1px solid #252527; white-space: nowrap; position: sticky; } .user .user-name { left: 17px; color: #4283faf8; top: -4px; position: absolute; overflow: auto; } .user .user-id { color: #80848a; top: 10px; margin-left: 14px; font-size: 15px; } button.searchbtn { position: absolute; margin-left: 415px; margin-top: 8px; padding: 4px 12px; font-size: 10px; border: rgba(1,1,1,0); } button { background-color: #184cadf8; color: #fff; padding: 3px 9px; border: rgba(1,1,1,0); cursor: pointer; border-radius: 6px; margin-left: 18px; margin-top: -3px; } button.showallbtn { background-color: #54525a; color: white; padding: 4px 12px; border: rgba(1,1,1,0); cursor: pointer; border-radius: 6px; margin-top: 8px; margin-left: 469px; font-size: 10px; position: absolute; } span.user-actions { position: absolute; left: 829px; top: 2px; } button.searchbtn { position: absolute; margin-left: 415px; margin-top: 8px; } .user-char { left: 280px; top: -4px; position: absolute; } .user-pid { color: #80848a; left: 280px; font-size: 14px; position: absolute; } .user-hex { left: 573px; /* top: 96px; */ color: #80848a; font-size: 14px; position: absolute; } .user-discord { left: 573px; top: -4px; position: absolute; } .user-jobLabel { left: 1133px; top: -4px; position: absolute; } .user-jobGradeLabel { left: 1133px; /* top: 96px; */ color: #80848a; position: absolute; } .coloumn small.steam { position: absolute; margin-left: 222px; } .coloumn small.character { position: absolute; margin-left: 485px; } .coloumn small.dc { margin-left: 778px; } .coloumn small.action { margin-left: 1052px; position: absolute; } .coloumn small.role { position: absolute; margin-left: 1339px; } gör om uin och fixa den
Updated files
v1
du ska bara göra omstyle
Updated files
v2