Project

General

Profile

1 1289 kweitzel
.captcha-table,
2
.captcha_table,
3
.news-table {
4
	border: 0px;
5
}
6
7
.post_title, .post_date,
8
.post-title, .post-date {
9 562 Ruebenwurz
	border-bottom: 1px solid #DDDDDD;
10
}
11 1289 kweitzel
.post_title,
12
.post-title {
13 562 Ruebenwurz
	font-weight: bold;
14
	font-size: 12px;
15
	color: #000000;
16
}
17 1289 kweitzel
.post_date,
18
.post-date {
19 562 Ruebenwurz
	text-align: right;
20
	font-weight: bold;
21
}
22 1289 kweitzel
.post_short,
23
.post-short {
24 562 Ruebenwurz
	text-align: justify;
25
	padding-bottom: 5px;
26
}
27 1289 kweitzel
.comment_title,
28
.comment-title {
29 562 Ruebenwurz
	font-weight: bold;
30
}
31 1289 kweitzel
.comment_text,
32
.comment-text {
33
	font-weight: normal;
34 562 Ruebenwurz
	background-color: #FDFDFD;
35
	border-bottom: 1px solid #DDDDDD;
36
	padding-bottom: 15px;
37
}
38 1289 kweitzel
.comment_title, .comment_text,
39
.comment-title, .comment-text {
40 562 Ruebenwurz
	border-left: 1px solid #DDDDDD;
41
}
42 1289 kweitzel
.comment_info,
43
.comment-info {
44 562 Ruebenwurz
	text-align: right;
45
	border-right: 1px solid #DDDDDD;
46
}
47 1289 kweitzel
.comment_title, .comment_info,
48
.comment-title, .comment-info {
49 562 Ruebenwurz
	border-top: 1px solid #DDDDDD;
50
	background-color: #EEEEEE;
51
}
52 1289 kweitzel
.selected_group_title,
53
.selected-group-title {
54 562 Ruebenwurz
	font-size: 14px;
55
	text-align: center;
56 763 Ruebenwurz
}
57
/*** Don't remove the class nixhier, this is required for ASP ***/
58
.nixhier {
59
	display:none;
60 1108 Ruebenwurz
}
61 1289 kweitzel
.loop_header,
62 1108 Ruebenwurz
.loop-header {
63
	width: 100%;
64
}
65 1289 kweitzel
.page_header,
66 1108 Ruebenwurz
.page-header {
67
	width: 100%;
68
}
69 1289 kweitzel
.post_header,
70 1108 Ruebenwurz
.post-header {
71
	width: 100%;
72
}
73 1289 kweitzel
.page_left,
74 1108 Ruebenwurz
.page-left {
75
	text-align: left;
76
}
77 1289 kweitzel
.page_center,
78 1108 Ruebenwurz
.page-center {
79
	text-align: center;
80
}
81 1289 kweitzel
.page_right,
82 1108 Ruebenwurz
.page-right {
83
	text-align: right;
84
}
85 1289 kweitzel
.comment_header,
86 1108 Ruebenwurz
.comment-header {
87
	width: 100%;
88
}
89 1289 kweitzel
.public_info,
90 1108 Ruebenwurz
.public-info {
91
	text-align: right;
92
}
93 1289 kweitzel
.group_page,
94 1108 Ruebenwurz
.group-page {
95
	text-align: center;
96 562 Ruebenwurz
}