Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
body
2
{
3
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
4
  margin: 0;
5
  padding: 0;
6
  font-size: 80%;
7
  background-image: url(../images/bg_body.jpg);
8
  background-repeat: repeat-x;
9
  background-color: #E4D7C5;
10
  color: #81571F;
11
  text-align: center;
12
}
13
 
14
img
15
{
16
  border: none;
17
}
18
 
19
a
20
{
21
  color: #81571F;
22
  text-decoration: underline;
23
}
24
 
25
a:hover
26
{
27
  color: #CC0000;
28
  text-decoration: none;
29
}
30
 
31
code
32
{
33
  font-size:120%;
34
}
35
 
36
.sfTContainer
37
{
38
  position: relative;
39
  text-align: left;
40
  width: 515px;
41
  margin: 0 auto;
42
  padding: 0;
43
  margin-top: 115px;
44
}
45
 
46
.sfTMessageContainer
47
{
48
  padding: 5px;
49
  margin-top: 25px;
50
  float: left;
51
  width: 515px;
52
}
53
 
54
.sfTMessage
55
{
56
  background-image: url(../images/bg_sfTMessage.jpg);
57
  background-repeat: repeat-x;
58
  background-color: #E8DDCF;
59
  border: 1px solid #FFFFFF;
60
  border-bottom-color: #C2AB8C;
61
  border-right-color: #C2AB8C;
62
}
63
 
64
.sfTAlert
65
{
66
  background-image: url(../images/bg_sfTAlert.jpg);
67
  background-repeat: repeat-x;
68
  background-color: #F8E1D1;
69
  border: 1px solid #FFFFFF;
70
  border-bottom-color: #F0B17C;
71
  border-right-color: #F0B17C;
72
}
73
 
74
.sfTLock
75
{
76
  background-image: url(../images/bg_sfTLock.jpg);
77
  background-repeat: repeat-x;
78
  background-color: #DEE8F2;
79
  border: 1px solid #FFFFFF;
80
  border-bottom-color: #B1C4EC;
81
  border-right-color: #B1C4EC;
82
}
83
 
84
.sfTMessageContainer .sfTMessageWrap
85
{
86
  float: left;
87
  width: 440px;
88
}
89
 
90
.sfTMessageContainer .sfTMessageWrap h1
91
{
92
  color: #503512;
93
  font-weight: normal;
94
  font-size: 165%;
95
  padding: 0;
96
  margin: 0;
97
  line-height: 100%;
98
  padding-top: 5px;
99
}
100
 
101
.sfTMessageContainer .sfTMessageWrap h5
102
{
103
  font-weight: normal;
104
  font-size: 100%;
105
  padding: 0;
106
  margin: 0;
107
}
108
 
109
.sfTMessageContainer img.sfTMessageIcon
110
{
111
  width: 48px;
112
  height: 48px;
113
  float: left;
114
  margin-right: 12px;
115
  margin-left: 5px;
116
}
117
 
118
.sfTMessageInfo
119
{
120
  margin: 0;
121
  padding: 0;
122
  margin-top: 15px;
123
  float: left;
124
  width: 440px;
125
}
126
 
127
.sfTMessageInfo dt
128
{
129
  font-weight: bolder;
130
  font-size: 115%;
131
  margin: 5px 0;
132
}
133
 
134
.sfTMessageInfo dd
135
{
136
  margin: 0;
137
  padding: 0;
138
}
139
 
140
.sfTIconList
141
{
142
  margin: 0;
143
  padding: 0;
144
  list-style: none;
145
}
146
 
147
.sfTIconList li
148
{
149
  clear: left;
150
  line-height: 170%;
151
  padding-left: 20px;
152
}
153
 
154
.sfTIconList li.sfTDatabaseMessage
155
{
156
  background: url(../images/icons/db16.png) no-repeat top left;
157
}
158
 
159
.sfTIconList li.sfTColorMessage
160
{
161
  background: url(../images/icons/colour16.png) no-repeat top left;
162
}
163
 
164
.sfTIconList li.sfTLinkMessage
165
{
166
  background: url(../images/icons/linkOut16.png) no-repeat top left;
167
}
168
 
169
.sfTIconList li.sfTDirectoryMessage
170
{
171
  background: url(../images/icons/folder16.png) no-repeat top left;
172
}
173
 
174
.sfTIconList li.sfTEditMessage
175
{
176
  background: url(../images/icons/edit16.png) no-repeat top left;
177
}
178
 
179
.sfTIconList li.sfTReloadMessage
180
{
181
  background: url(../images/icons/reload16.png) no-repeat top left;
182
}