Skip to content

catwar wounds by uirgjskdf

Screenshot of catwar wounds

Details

Authoruirgjskdf

LicenseNo License

Categoryhttps://catwar.net/

Created

Updated

Code size1.2 kB

Code checksum4b53e4ee

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adds indicators for wounds

Notes

Have similar on stylish, but it a little bit broken and site doesn't allow me to fix it

Source code

/* ==UserStyle==
@name         catwar wounds
@version      20250414.08.10
@namespace    https://userstyles.world/user/Общипанный Петушок
@description  Adds indicators for wounds
@author       Общипанный Петушок
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://catwar.net/cw3/") {
[style*="/defects/wound/"]:after {
  position: absolute;
  top: 0;
  right: 20%;
  background-color: #fff;
  border-radius: 10px;
}

.d > [style*="/defects/wound/"]:after {
  font-size: 50px;
  padding-right: 10px;
  letter-spacing: -10px;
}

.e > [style*="/defects/wound/"]:after {
  font-size: 15px;
  padding-right: 3px;
  letter-spacing: -3px;
}

.f > [style*="/defects/wound/"]:after {
  font-size: 30px;
  padding-right: 7px;
  letter-spacing: -7px;
}

[style*="/defects/wound/2"]:after,
[style*="/defects/wound/3"]:after,
[style*="/defects/wound/4"]:after {
  color: #ff0000;
  filter: drop-shadow(0 0 2px currentColor);
}

[style*="/defects/wound/1"]:after {
  content: '!';
  color: #6e0606;
}

[style*="/defects/wound/2"]:after {
  content: '!!';
}

[style*="/defects/wound/3"]:after {
  content: '!!!';
}

[style*="/defects/wound/4"]:after {
  content: '!!!!';
}
}

Reviews

No reviews yet.