Project

General

Profile

1
.captcha-table,
2
.captcha_table,
3
.news-table {
4
	border: 0px;
5
}
6

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