We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So the idea is to allow to use the same style on elements that are not part of the terminal. Like footer floated above the terminal.
<div id="term"> </div> <footer class="terminal ..."> Copyright (C) <a href="...">J. Random Hacker</a> </footer>
so all custom styles should also be added to .terminal.???, I'm not sure how to name that other class. Maybe .terminal.standalone
.terminal.???
.terminal.standalone
The text was updated successfully, but these errors were encountered:
Maybe .terminal.external
.terminal.external
Sorry, something went wrong.
allow to use terminal style of external element #731
f16c29a
remove padding from external CSS #731
bb8d3c9
No branches or pull requests
I have an idea for a new feature for jQuery Terminal
So the idea is to allow to use the same style on elements that are not part of the terminal. Like footer floated above the terminal.
so all custom styles should also be added to
.terminal.???
, I'm not sure how to name that other class. Maybe.terminal.standalone
The text was updated successfully, but these errors were encountered: