Themes

It is extremely easy to style TinyShell with only simple CSS. The following is a copy of the default theme.css file. It has a light blue background, black text color and a black cursor.

  1. html, body, table, input, select, textarea {
  2. color: black;
  3. background: lightblue;
  4. }
  5. a {
  6. color: black;
  7. }
  8. span.cursor {
  9. color: lightblue;
  10. background: black;
  11. }

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>