Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
9 lars 1
html, body {
2
  height: 100%;
3
}
4
 
5
/*
6
div.Firefox {
7
  height: 100%;
8
}
9
*/
10
 
11
.MTitle {
12
    font-variant: normal;
13
}
14
 
15
.MLink {
16
    font-style: normal;
17
}
18
 
19
.CBody {
20
margin-left: 30px;
21
margin-right: 30px;
22
}
23
 
24
p {
25
   text-indent: 0;
26
   margin-bottom: 1em;
27
   }
28
 
29
.CBody p {
30
/*
31
    padding-top: 4px;
32
    padding-bottom: 4px;
33
*/
34
}
35
 
36
#Menu {
37
  margin-top: 94px;
38
  border: 0px;
39
}
40
 
41
body.ContentPage {
42
  background-image: url('../../images/background.jpg');
43
  background-color: #818181;
44
	background-position: left top;
45
	background-repeat: repeat-x;
46
}
47
 
48
.MGroup a:link,
49
.MGroup a:hover,
50
.MGroup a:visited { color: #bfbfbf; margin-right: 10px }
51
.MGroup a:active { color: #f58f07; margin-right: 10px }
52
 
53
 
54
.MEntry a:link,
55
.MEntry a:hover,
56
.MEntry a:visited { color: #bfbfbf; margin-right: 0 }
57
.MEntry a:active { color: #f58f07; margin-right: 0 }
58
 
59
#Footer {
60
  color: #bfbfbf;
61
}
62
 
63
#Footer a:link, #Footer a:hover, #Footer a:visited {
64
  color: #5c93f0;
65
}
66
 
67
#MainTopic div.CTitle.logo {
68
	color: #292929;
69
	font-size: 0px;
70
	font-style: normal;
71
	font-weight: normal;
72
	border-width: 0px;
73
	padding: 0px;
74
	margin: 0px;
75
	background-position: left top;
76
	background-repeat: no-repeat;
77
	background-image: url('../../images/logo.jpg');
78
	background-color: #292929;
79
	height: 94px;
80
	position: relative;
81
 
82
}
83
 
84
#MainTopic h1.CTitle a {
85
  display: none;
86
}
87
 
88
 
89
#MainTopic div.CBody p:first-child {
90
  margin-top: 24px;
91
}
92
 
93
.ContentPage #Content {
94
  border: 0px;
95
/*   height: 100%; */
96
}
97
 
98
#IPageLogo {
99
	width: 780px;
100
	color: #292929;
101
	font-style: normal;
102
	font-weight: normal;
103
	border-width: 0px;
104
	padding: 0px;
105
	margin: 0px;
106
	background-position: left top;
107
	background-repeat: no-repeat;
108
	background-image: url('../../images/logo.jpg');
109
	background-color: #292929;
110
	height: 94px;
111
	position: relative;
112
	left: 27ex;
113
}
114
 
115
#Menu, #IPageLogo {
116
    font-size: 9pt;
117
}
118
 
119
body.IndexPage {
120
  background-image: url('../../images/background.jpg');
121
}
122
 
123
/*#IPageLogo:hover {
124
    cursor: pointer;
125
}*/
126
 
127
.IPageTitle {
128
  background-color:#FFFFF0;
129
  color: #333333;
130
  border: 0px;
131
}
132
 
133
 
134
 
135
div.nav {
136
    position:relative;
137
    top: 70px;
138
  text-align: right;
139
}
140
 
141
a.nav span {
142
    font-size: 11px;
143
    position: relative;
144
    bottom: 2px;
145
}
146
 
147
a.nav:visited {
148
    text-decoration: none;
149
    border: 0px;
150
  color: #aaaaaa;
151
}
152
 
153
a.nav, a.nav:link {
154
    border: 0px;
155
    text-decoration: none;
156
  font-family: Tahoma, "Helvetica Neue", "Trebuchet MS", Verdana, Arial, sans-serif;
157
  font-size: 16px;
158
  color: #aaaaaa;
159
  margin-right: 11px;
160
}
161
 
162
a.nav:hover {
163
    text-decoration: none;
164
    border: 0px;
165
    color: #E0771C;
166
}
167
 
168
a.nav:active {
169
    text-decoration: none;
170
    border: 0px;
171
  color: #E0771C;
172
}
173
 
174