| Server IP : 81.2.241.106 / Your IP : 216.73.216.165 Web Server : Apache/2.4.67 (Debian) System : Linux tranq-f.bakta.org 5.10.0-45-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : lisky ( 1002) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/self/root/usr/share/doc/elinks-data/examples/ |
Upload File : |
/* 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 }