# User rank styles

Misago user ranks allow you to specify their css class when editing them in admin control panel.

This class is then used to build proper css class names used around the UI. Assuming that you'll enter `mvp` in this field, you'll be able to define following css clases to customise how user's belonging to this rank are presented:

* `list-group-rank-mvp` class will be added to rows in user rankings with users with this rank.
* `page-header-rank-mvp` class will be added to page header on profiles of users with this rank.
* `post-mvp` class will be added to posts made by users with this rank.
* `user-card-mvp` class will be added to user cards presenting users with this rank.

## Default classes

Misago's default theme defines following basic classes, visualised as colorful borders and title colors:

* `primary`
* `success`
* `warning`
* `danger`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://misago.gitbook.io/docs/userrankstyles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
