From my USO, supporting a more transparent userCSS engine. <3
Expands the profile editor for RPHaven to 1200 pixels wide.
Authorrabblerouser
LicenseNo License
Categoryhttps://www.rphaven.com
Created
Updated
Size722 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
From my USO, supporting a more transparent userCSS engine. <3
Expands the profile editor for RPHaven to 1200 pixels wide.
/* ==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;
}
}