Project

General

Profile

1 562 Ruebenwurz
.post_title, .post_date {
2
	border-bottom: 1px solid #DDDDDD;
3
}
4
5
.post_title {
6
	font-weight: bold;
7
	font-size: 12px;
8
	color: #000000;
9
}
10
11
.post_date {
12
	text-align: right;
13
	font-weight: bold;
14
}
15
16
.post_short {
17
	text-align: justify;
18
	padding-bottom: 5px;
19
}
20
21
.comment_title {
22
	font-weight: bold;
23
}
24
25
.comment_text {
26
	font-weight: bold;
27
	background-color: #FDFDFD;
28
	border-bottom: 1px solid #DDDDDD;
29
	padding-bottom: 15px;
30
}
31
32
.comment_title, .comment_text {
33
	border-left: 1px solid #DDDDDD;
34
}
35
36
.comment_info {
37
	text-align: right;
38
	border-right: 1px solid #DDDDDD;
39
}
40
41
.comment_title, .comment_info {
42
	border-top: 1px solid #DDDDDD;
43
	background-color: #EEEEEE;
44
}
45
46
.selected_group_title {
47
	font-size: 14px;
48
	text-align: center;
49 763 Ruebenwurz
}
50
/*** Don't remove the class nixhier, this is required for ASP ***/
51
.nixhier {
52
	display:none;
53 562 Ruebenwurz
}