Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
body {
2
  color:#000;
3
  background-color:#fff;
4
  margin:10px;
5
  font-family:arial, helvetica, sans-serif;
6
  color:#000;
7
  font-size:12px;
8
  line-height:18px;
9
}
10
 
11
p, td {
12
  color:#000;
13
  font-size:12px;
14
  line-height:18px;
15
  margin-top:12px;
16
  margin-bottom:12px;
17
}
18
 
19
h1 {
20
  font-family:arial, helvetica, sans-serif;
21
  color:#669;
22
  font-size:27px;
23
  letter-spacing:-1px;
24
  margin-top:12px;
25
  margin-bottom:12px;
26
}
27
 
28
h2 {
29
  font-family:arial, helvetica, sans-serif;
30
  color:#669;
31
  font-size:18px;
32
  letter-spacing:-1px;
33
  margin-top:12px;
34
  margin-bottom:12px;
35
}
36
 
37
input,textarea,select {
38
  background-color:#eeeeee;
39
  border: 1px solid #045564;
40
}
41
 
42
img {
43
  border:0px;
44
}
45
 
46
fieldset {
47
  border: #26a solid 1px;
48
  margin-left:10px;
49
  padding-bottom:0px;
50
  padding-top:0px;
51
  margin-top:10px;
52
}
53
 
54
legend {
55
  background: #eee;
56
  border: #26a solid 1px;
57
  padding: 1px 10px;
58
  font-weight:bold;
59
}
60
 
61
.submit {
62
  background-color:#669;
63
  color:#fff;
64
}
65
 
66
.nulinp {
67
  border:0px;
68
  background-color:#fff;
69
}
70
 
71
.hand {
72
  cursor: pointer;
73
}
74
 
75
li ol {
76
  list-style-type: lower-latin;
77
}
78
 
79
caption {
80
  text-align: left;
81
  font-size: small;
82
}
83
 
84
tr.odd {
85
  background-color: #f0f0f0;
86
}
87
 
88
tr.even {
89
  background-color: #ffffff;
90
}
91
 
92
td, th {
93
  padding: 3px;
94
}
95
 
96
.description_table {
97
  width: 100%;
98
}
99
 
100
.description_table td {
101
  vertical-align: top;
102
}
103
 
104
dt {
105
  font-weight: bold;
106
  margin-top: 2ex;
107
  margin-bottom: 1ex;
108
}
109
 
110
dd {
111
  margin-top: 1ex;
112
  margin-bottom: 2ex;
113
}
114
 
115
.added {
116
  margin-left: 1em;
117
  border-top: solid 1px #fcc;
118
  border-bottom: solid 1px #fcc;
119
}
120
 
121
.when {
122
  background-color: #ddd;
123
}
124
 
125
td.yesno {
126
  text-align: center;
127
}