-
Notifications
You must be signed in to change notification settings - Fork 10
/
acadStyle.css
64 lines (57 loc) · 1.39 KB
/
acadStyle.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.acadBtn,
.item1,
.item2,
.item3 {
margin: 0;
padding: 0;
text-align: center;
border-style: solid;
border-width: 1px;
}
.tableTop,
.tableBottom {
height:0;
}
body,
html,
iframe {
margin: 0;
font-family: "Open Sans", serif;
background-color: rgb(87, 87, 87);
font-size: 0.75em;
width: 100%;
height: 100%;
color: #fff;
}
.acadBtn {
background: #787878;
background: -moz-linear-gradient(top, #787878 0, #545454 100%);
background: -webkit-linear-gradient(top, #787878 0, #545454 100%);
background: linear-gradient(to bottom, #787878 0, #545454 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#545454', GradientType=0);
padding: 3px;
margin: 3px;
border-color: #323232;
color: #fff;
}
.tableMainRow {
background-color: rgb(87, 87, 87);
background: #535353;
background: -moz-linear-gradient(top, #535353 0, #464646 100%);
background: -webkit-linear-gradient(top, #535353 0, #464646 100%);
background: linear-gradient(to bottom, #535353 0, #464646 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#464646', GradientType=0);
border-color: #535353;
}
.tableMaintd {
text-align: center;
}
.tableMain{
height:100%;
width:100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}