using yaml to store data (bye! bye! sqlalchemy)
[hyena.git] / screen.css
blobaedede9250d2545a51074ed529e29e3a7d1fe830
1 body, h1, h2, h3, h4, h5, h6, ol, ul, li, p{
2 font-family: verdana, arial, helvetica, sans-serif;
3 color: #000;
6 div.box {
7 border: 2px solid;
8 margin: 5px 0 5px 0;
9 padding: 0 15px 0 15px;
10 background: #efc;
11 width: 300px;
14 div.box span.title {
15 position: relative;
16 left: -15px;
17 border: 0px solid;
18 padding: 2px;
19 background-color: #679;
20 color: #7e9;
23 .na {
24 margin: 10px;
25 padding: 2px;
28 .na.errand {
29 background-color: lightgray;
32 .na.work {
33 background-color: orange;
36 .na.money {
37 background-color: cyan;
40 .na-input input {
41 padding: 5px;
42 font-weight: bold;
43 font-size: larger;