Skip to content

cPanel Terminal enlarger by bethanyferrell

Details

Authorbethanyferrell

LicenseNo License

Categorycpanel

Created

Updated

Size719 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Enlarges cPanel's xterm terminal window, just like it says on the box.

Notes

Adjust the height of .xterm-screen and the "mysite.com" string in domain(…) and .terminal-title:before to suit your use case.

If you prefer not to display a title above the terminal box, replace the two rules for .terminal-title with this one:

.terminal-title { display: none; }

Source code

/* ==UserStyle==
@name         cPanel Terminal enlarger
@version      20211108.21.25
@namespace    userstyles.world/user/bethanyferrell
@description  Enlarges cPanel's xterm terminal window, just like it says on the box.
@author       bethanyferrell
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://wwwmi3-lr5.supercp.com:2083") {
.page-header, .description {
    display: none;
}

#viewContent {
    margin-top: 0;
    padding-top: 10px;
}

.body-content {
    padding-top: 12px;
}

.terminal-title {
    text-align: left !important;
}

.terminal-title:before {
    content: 'xfinityapparel.net';
}

.xterm-screen {
    height: 1150px !important;
}

#wrap {
    padding-bottom: 25px;
}

}

Reviews

No reviews yet.