* Add some basic styling
[armadillo.git] / web_frontend / screen.css
1 /*
2 * Armadillo File Manager
3 * Copyright (c) 2010, Robert Sesek <http://www.bluestatic.org>
4 *
5 * This program is free software: you can redistribute it and/or modify it under
6 * the terms of the GNU General Public License as published by the Free Software
7 * Foundation, either version 3 of the License, or any later version.
8 */
9
10 body {
11 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
12 padding: 1.5em;
13 font-size: 1em;
14 }
15
16 h1 {
17 font-size: 3em;
18 }
19
20 #ls {
21 margin-left: 1.5em;
22 }
23
24 #error {
25 border-style: solid;
26 border-width: .15em;
27 border-color: rgb(167, 40, 26);
28 border-radius: .2em;
29 padding: .2em;
30
31 background-color: rgba(167, 40, 26, 0.1);
32 color: rgb(0, 30, 30);
33 }