Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
body, td, th, h1, h2 {font-family: sans-serif;}
2
a:link {color: #006600; text-decoration: none;}
3
a:visited { color: #003300; text-decoration: none;}
4
a:hover {text-decoration: underline;}
5
table {border-collapse: collapse; width: 600px; max-width: 600px; margin-left: auto; margin-right: auto; border: 0px; padding: 0px;}
6
td, th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}
7
h1 {font-size: 150%; text-align: center;}
8
h2 {font-size: 125%; text-align: center;}
9
h2 a:hover {text-decoration: none;}
10
.p {text-align: left;}
11
.e {background-color: #006600; font-weight: bold; color: #FFFFFF; width: 100px; vertical-align: top;}
12
.e a:link { color: #FFFFFF; }
13
.e a:visited { color: #FFFFFF; }
14
.h, .hc {background-color: #339900; font-weight: bold;}
15
.hc {text-align: center;}
16
.v {background-color: #D9D9D9;}
17
img {float: right; border: 0px;}
18
p.error {font-size:12px; font-weight: bold; color:red; text-align: center;}
19
 
20
table.d td { border: 0; }
21
td.f {background-color: #006600; font-weight: bold; color: #FFFFFF; }
22
 
23
/* added for request #13741 */
24
dl { margin: 0 }
25
dd.cfg_found:after { content: " => FOUND "; }
26
dd.cfg_notfound:after { content: " => NOT FOUND "; }
27
/* */
28
 
29
body {
30
  margin:0;
31
  border:0;
32
  padding:0;
33
  height:100%;
34
  max-height:100%;
35
  background:#eee;
36
  overflow: hidden;
37
}
38
 
39
#header {
40
  position:absolute;
41
  top:0;
42
  left:0;
43
  width:100%;
44
  height:106px;
45
  overflow:auto;
46
  background:#ccffff;
47
  color:#090;
48
  border-bottom: 4px solid #eee;
49
}
50
#header h1 {
51
  color: #090;
52
  text-align: left;
53
  font-size: 150%;
54
}
55
 
56
#footer {
57
  position:absolute;
58
  bottom:0;
59
  left:0;
60
  width:100%;
61
  height:48px;
62
  overflow:auto;
63
  text-align:right;
64
  background:#cfc;
65
  border-top: 2px solid #090;
66
}
67
 
68
#contents {
69
  position:fixed;
70
  top:110px;
71
  left:0;
72
  bottom:50px;
73
  right:0;
74
  overflow:auto;
75
  background:#fff;
76
  padding: 1em;
77
}
78
 
79
/* for internet explorer */
80
* html body {
81
  padding:110px 0 50px 0;
82
}
83
* html #contents {
84
  height:100%;
85
  width:100%;
86
}
87