article.css
2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
#article {
position: relative;
text-align: justify;
}
#article-actions {
position: absolute;
top: -25px;
right: -17px;
padding-right: 15px;
}
#article-actions.hidden {
opacity: 0.5;
filter: alpha(opacity=50);
}
#article-tags {
font-size: 10px;
text-align: right;
}
#article-tags a {
text-decoration: none;
}
#article-cat {
font-size: 10px;
}
/* * * Comments * * */
.article-comment {
position: relative;
border: 1px solid #B8CFE7;
margin-bottom: 10px;
padding: 10px;
}
.comment-from-owner {
border: 1px solid #3465A4;
background: #B8CFE7;
}
#content #article-comment h4 {
font-size: 14px;
margin: 0px;
}
.comment-picture {
position: relative;
display: block;
width: 50px;
height: 50px;
background-repeat: no-repeat;
background-position: 50% 50%;
margin-right: 10px;
float: left;
}
.comment-picture span {
display: none;
}
.comment-info {
font-size: 10px;
color: #999;
}
.comment-from-owner .comment-info {
color: #729FCF;
}
.comment-text {
clear: left;
}
.comment-logged-out .comment-text {
color: #888;
}
/* * * Comment Box * * */
.post_comment_box {
text-align: center;
padding: 0px 15px 5px 15px;
margin: 10px auto;
}
.post_comment_box h4 {
padding: 1px 20px;
margin: 0px;
background: #B8CFE7;
}
.post_comment_box.closed h4 {
display: inline;
border: 1px solid #729FCF;
cursor: pointer;
}
.post_comment_box.opened {
border: 1px solid #729FCF;
background: #B8CFE7;
}
.post_comment_box form {
text-align: left;
margin: -10px 0px 0px 0px;
}
.post_comment_box .formfield * {
width: 99%;
}
.post_comment_box .button-bar {
text-align: center;
}
.post_comment_box input.button {
position: relative;
float: none;
margin: auto;
}
.post_comment_box .button-bar br {
display: none;
}
.post_comment_box.closed form {
display: none;
}
.post_comment_box.opened form {
display: block;
}
/* * * addThis button * * */
.msie #addThis {
position: relative;
margin-bottom: -5px;
}
#bt_addThis {
float: right;
margin: 0px;
}
#addthis_dropdown15 table td {
border: none;
}