forked from Azure/azure-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
53 lines (43 loc) · 910 Bytes
/
index.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
body {
font-family: "Segoe UI", "Lucida Grande";
padding-left: 40px;
padding-right: 40px;
padding-top: 40px;
}
h1 {
font-family: "Segoe UI Light", "Lucida Grande";
font-weight: normal;
font-size: 35pt;
letter-spacing: -3px;
color: #505050;
}
h2 {
font-family: "Segoe UI Light", "Lucida Grande";
font-weight: lighter;
font-size: 14pt;
}
a {
font-family: "Segoe UI Semibold", "Lucida Grande";
color: #0066cc;
text-decoration: none;
}
table td {
vertical-align: top;
border-left: 1px solid #ddd;
padding-right: 10pt;
padding-left: 10pt;
}
table td:first-child {
padding-left: 10pt;
border-left: none;
}
.SubHeading {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
letter-spacing: -2px;
}
.Gray
{
background-color: #f7f7f7;
}
body, tbody, p { font-size: 10pt ; }
img {vertical-align: middle;}