File: style.css

package info (click to toggle)
itsalltext 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 932 kB
  • ctags: 177
  • sloc: makefile: 134
file content (55 lines) | stat: -rw-r--r-- 720 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
50
51
52
53
54
55
html, body {
  background: #ffa;
  color: #000;
  font-family: Helvetica, sans-serif;
}
h1 {
  background: #00f;
  color: #fff;
  margin: -1ex -1em 1ex;
  padding: 0.8ex 1em 0.2ex;
}
form {
  margin: 0;
  padding: 0;
}
textarea {
  background: #ddd;
  color: #000;
  height: 3em;
  width: 30em;
  display: inline;
}

tt {
  color: #080;
  font-weight: bold;
  font-size: 1.1em;
}

ol li, ul li, p {
  line-height: 1.2em;
  margin: 0.4em;
}

.boxed {
  border: 1px solid #228;
  min-height: 4em;
}
.back {
  float: right;
}
.back a {
  background: white;
  color: blue;
  border: 1px solid blue;
  text-decoration: none;
  padding: 0ex 1ex 0.5ex;
}
.back a:hover {
  background: #def;
}

.note {
  font-size: xx-small;
}