File: mlton.css

package info (click to toggle)
mlton 20130715-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 60,900 kB
  • ctags: 69,386
  • sloc: xml: 34,418; ansic: 17,399; lisp: 2,879; makefile: 1,605; sh: 1,254; pascal: 256; python: 143; asm: 97
file content (49 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (3)
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
a:visited {
  color: #3366FF;
}

#banner {
  font-family: Arial,Helvetica,sans-serif;
}

#banner {
  overflow: hidden;
  font-size: x-large;
  font-weight: bold;
  border-bottom: 8px dotted silver;
  padding-bottom: 0.5em;
  margin-bottom: 1.0em;
}

#banner-home {
  float: left;
  vertical-align: bottom;
  padding-top: 0.5em;
}

#banner-search {
  float: right;
  width: 50%;
  vertical-align: bottom;
  padding-top: 0.5em;
}

@media print {
  #banner-search { display: none; }
}

#footer {
  overflow: hidden;
}

#footer-text>div {
  float: left;
  padding-bottom: 0.5em;
  padding-right: 1.0em;
}

#footer-badges>div {
  float: right;
  padding-bottom: 0.5em;
  padding-left: 1.0em;
}