-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathantibiogramStyles.css
95 lines (81 loc) · 1.57 KB
/
antibiogramStyles.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
BODY, TD, P, TH
{
font-family: Arial,Verdana,Helvetica,sans-serif;
font-size: 10pt;
}
A
{
color: blue; /* Fixed color so won't change with controller clicks */
text-decoration: none;
}
A:hover
{
text-decoration: underline;
}
.label
{
font-size: 14pt;
}
PRE
{
font-family: Lucida Console,monospace;
font-size: 10pt;
}
input
{
/*border: solid black 1px;*/
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10pt;
}
textarea
{
/*border: solid black 1px;*/
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10pt;
}
select
{
/*border: solid black 1px;*/
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10pt;
}
.sensitivityCellPositive
{
background-color: #00ff00;
}
.sensitivityCellModerate
{
background-color: #ffff00;
}
.sensitivityCellNegative
{
background-color: #ff0000;
}
.headerRow
{
font-size: 12pt;
background-color: #c0c0c0;
}
.headerCol
{
font-size: 12pt;
background-color: #e0e0e0;
}
.instructionCell
{
background-color: #c0c0c0;
}
.iconButton
{
font-size: 16pt;
}
.rotateText
{
float: left;
position: relative;
-moz-transform: rotate(270deg); /* FF3.5+ */
-o-transform: rotate(270deg); /* Opera 10.5 */
-webkit-transform: rotate(270deg); /* Saf3.1+, Chrome */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE8 */
}