Skip to content

RPHaven 1200px Profile Editor by rabblerouser

Details

Authorrabblerouser

LicenseNo License

Categoryhttps://www.rphaven.com

Created

Updated

Size722 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

From my USO, supporting a more transparent userCSS engine. <3

Expands the profile editor for RPHaven to 1200 pixels wide.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         RPHaven 1200px Profile Editor
@version      20230227.02.04
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("http://www.rphaven.com/account.php?edit="), url-prefix("https://www.rphaven.com/account.php?edit=") {
#mce_96
  {
    width: 1200px;
  }

.container {
    width: 1200px;
}

  #profileContainerEdit
  {
    width: 1200px;
    margin: auto;
  }

  #is-donator
  {
    width: 1200px;
    margin: auto;
  }

  #profileContainerEdit > div:nth-child(2)
  {
    width: 1200px;
    margin: auto;
  }

  #profileContainerEdit > div:nth-child(3)
  {
    width: 1200px;
    margin: auto;
  }

  #profileContainerEdit > div:nth-child(4)
  {
    width: 1200px;
    margin: auto;
  }
}

Reviews

No reviews yet.