Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.17.122
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
elinks-data /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
lua
[ DIR ]
drwxr-xr-x
perl
[ DIR ]
drwxr-xr-x
ruby
[ DIR ]
drwxr-xr-x
smjs
[ DIR ]
drwxr-xr-x
TIPS-AND-TRICKS
488
B
-rw-r--r--
conf-links2elinks.pl
8.76
KB
-rwxr-xr-x
elinks.vim
4.74
KB
-rw-r--r--
keybind-full.conf
4.6
KB
-rw-r--r--
keybind.conf
956
B
-rw-r--r--
mailcap.pl
1.19
KB
-rwxr-xr-x
old_to_new_bookmarks.sh
954
B
-rwxr-xr-x
user.css
1.41
KB
-rw-r--r--
w3m2links.awk.in
467
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : user.css
/* To use these examples, copy this file to ~/.elinks/ and set * document.css.stylesheet to "user.css". If you prefer another directory * or filename, put the appropriate pathname in document.css.stylesheet. * ELinks will assume that the path is relative to the its configuration * directory if it does not begin with a slash. * * To use colors document.colors.use_document_colors must be set to 1 or 2! */ body { /* Don't like the default colours? No problem: */ color: #000; background: #666; } blockquote { /* Make block quotations really stand out: */ color: blue !important; } p { /* Indent the first line of each paragraph: */ /* (ELinks does not yet support this.) */ text-indent: 0.5in !important; /* Double-spaced lines: */ /* (ELinks does not yet support this.) */ line-height: 200% !important; /* Justify text. */ text-align: justify !important; } h1 { /* Don't centre the text: */ text-align: left !important; /* Underline it instead: */ font-style: underline !important; /* Further, give it a pretty colour: */ color: lightgoldenrod !important; } /* The following specifies colors used in the HTML highlighting. Elinks must * be compiled with --enable-html-highlight to use them. */ document { color: yellow } element { color: lightgreen } entity-reference { color: red } proc-instruction { color: red } attribute { color: magenta } comment { color: aqua } cdata-section { color: orange2 }
Close