Project

General

Profile

« Previous | Next » 

Revision 1289

Added by kweitzel over 14 years ago

Branch 2.8.1 merged back into Trunk

View differences:

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

  
7
.post_title, .post_date,
8
.post-title, .post-date {
2 9
	border-bottom: 1px solid #DDDDDD;
3 10
}
4

  
5
.post_title {
11
.post_title,
12
.post-title {
6 13
	font-weight: bold;
7 14
	font-size: 12px;
8 15
	color: #000000;
9 16
}
10

  
11
.post_date {
17
.post_date,
18
.post-date {
12 19
	text-align: right;
13 20
	font-weight: bold;
14 21
}
15

  
16
.post_short {
22
.post_short,
23
.post-short {
17 24
	text-align: justify;
18 25
	padding-bottom: 5px;
19 26
}
20

  
21
.comment_title {
27
.comment_title,
28
.comment-title {
22 29
	font-weight: bold;
23 30
}
24

  
25
.comment_text {
26
	font-weight: bold;
31
.comment_text,
32
.comment-text {
33
	font-weight: normal;
27 34
	background-color: #FDFDFD;
28 35
	border-bottom: 1px solid #DDDDDD;
29 36
	padding-bottom: 15px;
30 37
}
31

  
32
.comment_title, .comment-text {
38
.comment_title, .comment_text,
39
.comment-title, .comment-text {
33 40
	border-left: 1px solid #DDDDDD;
34 41
}
35

  
36
.comment_info {
42
.comment_info,
43
.comment-info {
37 44
	text-align: right;
38 45
	border-right: 1px solid #DDDDDD;
39 46
}
40

  
41
.comment_title, .comment_info {
47
.comment_title, .comment_info,
48
.comment-title, .comment-info {
42 49
	border-top: 1px solid #DDDDDD;
43 50
	background-color: #EEEEEE;
44 51
}
45

  
46
.selected_group_title { 
52
.selected_group_title,
53
.selected-group-title { 
47 54
	font-size: 14px;
48 55
	text-align: center;
49 56
}
......
51 58
.nixhier {
52 59
	display:none;
53 60
}
54

  
61
.loop_header,
55 62
.loop-header {
56 63
	width: 100%;
57 64
}
58

  
65
.page_header,
59 66
.page-header {
60 67
	width: 100%;	
61 68
}
69
.post_header,
62 70
.post-header {
63 71
	width: 100%;	
64 72
}
65

  
73
.page_left,
66 74
.page-left {
67 75
	text-align: left;	
68 76
}
77
.page_center,
69 78
.page-center {
70 79
	text-align: center;
71 80
}
72

  
81
.page_right,
73 82
.page-right {
74 83
	text-align: right;	
75 84
}
76

  
85
.comment_header,
77 86
.comment-header {
78 87
	width: 100%;
79 88
}
80

  
89
.public_info,
81 90
.public-info {
82 91
	text-align: right;
83 92
}
84

  
93
.group_page,
85 94
.group-page {
86 95
	text-align: center;
87 96
}

Also available in: Unified diff