OSDN Git Service

remove test file
[praisedb/praisedb.git] / public / stylesheets / base.css
1 * {
2  scrollbar-base-color: #223355;
3 }
4 body {
5  background-color: #005;
6  background-image: url(/images/TLCblue.png);
7  background-attachment: fixed;
8  color: white;
9 }
10 a:link {
11    color: white;
12    text-decoration: none;
13 }
14 a:visited {
15    color: white;
16    text-decoration: none;
17 }
18 a:hover {
19    background-color: red;
20    text-decoration: underline;
21 }
22 a:active {
23    color: red;
24    text-decoration: none;
25 }