aboutsummaryrefslogtreecommitdiff
path: root/vendor/flexi/examples/03_layout/style.css
blob: e8f2bfb17dfe6ff42ca223cb02de19b965796fa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
  background: white url("bgbody.gif") repeat-x;
  color: #555;
  font: 1.5em Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
}

#header {
  font: 1.8em Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
  color: white;
  height: 101px;
  width: 100%;
  margin-bottom: 1em;
}

.amp {
  font-style: italic;
  font-family: 'Goudy Old Style', 'Palatino', 'Book Antiqua', serif;
}