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 1108 Ruebenwurz
.comment_title, .comment-text {
33 562 Ruebenwurz
	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 1108 Ruebenwurz
}
54
55
.loop-header {
56
	width: 100%;
57
}
58
59
.page-header {
60
	width: 100%;
61
}
62
.post-header {
63
	width: 100%;
64
}
65
66
.page-left {
67
	text-align: left;
68
}
69
.page-center {
70
	text-align: center;
71
}
72
73
.page-right {
74
	text-align: right;
75
}
76
77
.comment-header {
78
	width: 100%;
79
}
80
81
.public-info {
82
	text-align: right;
83
}
84
85
.group-page {
86
	text-align: center;
87 562 Ruebenwurz
}