summaryrefslogtreecommitdiffstats
path: root/genome-styling/repo/styles.css
blob: 90d6b630dc41917eac83bb9b160040a105beead9 (plain)
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
96
97
98
99
100
101
102
103
104
body, html {
  margin: 0;
  padding: 0;
}

body {
  min-width: 800px;
}

img {
  border: none;
}

ul, li, p, h1, h2, h3 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #777777;
}

body {
  color: #777777;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

form {
  padding: 0;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table td {
  padding: 5px 20px;
  vertical-align: middle;
  border: 1px dashed gray;
  text-align: center;
  
}

a:link {
  color: #0066CC;
}

a:visited {
  color: #6699CC;
}

#header {
  background:transparent url(topbg.png) repeat-x scroll left top;
  border:0px none;
  height:89px;
  margin:0px 0px 20px;
  width:100%;
}

#headerLogo {
  background:transparent url(logoMountain.png) no-repeat scroll left top;
  height:89px;
  margin:0pt;
  padding:0pt;
  width:585px;
}

div#content {
  padding: 0px 20px;
}

div.user {
  border-top: 1px solid #0664FE;
  padding: 20px 0;
}

div#cloud {
  padding-bottom: 20px;
}
  
div#machines {
  border-bottom: 1px solid #0664FE;
}
 
div#content h1 {
  font-size: x-large;
  font-weight: normal;
}
 
div#content h2 {
  font-size: large;
  font-weight: 900;
  text-transform: uppercase;
}

div#machines h2 {
  font-size: medium;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}