Subversion Repositories computer_asset_manager_v2

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 rodolico 1
 
2
 
3
h2 {
4
    color: darkslategrey;
5
  }
6
 
7
 
8
p {
9
    color: black;
10
  }
11
 
12
 
13
alink {
14
    color: darkcyan;
15
  }
16
 
17
 
18
body {
19
    margin-top: 0;
20
    margin-bottom: 0;
21
    margin-left: 0;
22
    margin-right: 0;
23
    padding-left: 0;
24
    padding-right: 0;
25
    background: rgb(84,84,72);
26
    font-family: Arial;
27
    color: #000000;
28
  }
29
 
30
 
31
#menu {
32
    position: absolute;
33
    left: 5px;
34
    padding: 0px;
35
    width: 150px;
36
    height: 100%;
37
    background: rgb(240,240,240);
38
    border-right: groove rgb(64,64,64);
39
  }
40
 
41
 
42
#titleimage {
43
    height: 90px;
44
    margin-top: 5px;
45
    margin-bottom: 0px;
46
    margin-left: 5px;
47
    margin-right: 5px;
48
    padding-left: 5px;
49
    padding-right: 0;
50
    background: black;
51
    color: lawngreen;
52
  }
53
 
54
 
55
#boxtitle {
56
    background: olivedrab;
57
    color: white;
58
    border: double rgb(204,204,204);
59
  }
60
 
61
 
62
#box {
63
    background: rgb(224,224,230);
64
    border: ridge rgb(128,128,128);
65
  }
66
 
67
 
68
#content {
69
    position: absolute;
70
    background: #FFFFFF;
71
    margin-top: 4px;
72
    margin-left: 160px;
73
    margin-right: 5px;
74
    padding: 0px;
75
  }
76
 
77
 
78
.library_queryToTableTree table {
79
    margin-bottom : 0px;
80
    margin-left : 0px;
81
    margin-right : 0px;
82
    margin-top : 0px;
83
  }
84
 
85
 
86
.library_queryToTableTree tr {
87
    border-bottom-style : solid;
88
    border-left-style : solid;
89
    border-right-style : solid;
90
    border-top-style : solid;
91
  }
92
 
93
 
94
.library_queryToTableTree td {
95
    border-bottom-style : solid;
96
    border-left-style : solid;
97
    border-right-style : solid;
98
    border-top-style : solid;
99
    text-align : left;
100
    vertical-align : top;
101
  }
102