GnuCashew ~ GnuCash Enabled Web
GCW
content.css
Go to the documentation of this file.
1 body, td, pre {
2  font-family: Verdana, Arial, Helvetica, sans-serif;
3  font-size: 10px;
4 }
5 
6 body {
7  background-color: #FFFFFF;
8 }
9 
10 .mceVisualAid {
11  border: 1px dashed #BBBBBB;
12 }
13 
14 /* MSIE specific */
15 
16 * html body {
17  scrollbar-3dlight-color: #F0F0EE;
18  scrollbar-arrow-color: #676662;
19  scrollbar-base-color: #F0F0EE;
20  scrollbar-darkshadow-color: #DDDDDD;
21  scrollbar-face-color: #E0E0DD;
22  scrollbar-highlight-color: #F0F0EE;
23  scrollbar-shadow-color: #F0F0EE;
24  scrollbar-track-color: #F5F5F5;
25 }