summaryrefslogtreecommitdiff
path: root/webapp/style/back_up.css
blob: 29701c9c7692bb8106c73170e7bc0a8a92697448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
    background-color: #80d8e0;
}

#fusioncharts-div {
    text-align: center; 

}

#notification-div {
    text-align: center;
    font-size: 30px;
    font-style: italic;
    color: red;
    border: solid red 3px;
    background-color: #ff999e;
    padding: 20px;
}