repo.or.cz
/
TownSquare.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Modified post model.
[TownSquare.git]
/
townsquare
/
public
/
quick.css
blob
3a08e43731eefc32360f067c5703f8d5aacc6a0d
1
2
body
{
3
font-family
:
Helvetica
,
Arial
,
Verdana
,
sans-serif
;
4
font-size
:
10pt
;
5
}
6
7
a
{
8
color
:
#0066ff
;
9
text-decoration
:
none
;
10
}
11
a
:
hover
{
12
text-decoration
:
underline
;
13
}
14
15
img
{
16
border
:
0
;
17
}
18
19
20
.field-error
{
21
color
:
#FF0000
;
22
}
23
24
25
.clear
{
26
clear
:
both
;
27
}
28
29
30
.page-top
{
31
background-color
:
#eaeaea
;
32
}
33
.page-top ul
{
34
list-style
:
none
;
35
display
:
inline
;
36
margin
:
0
;
37
padding
:
0
;
38
}
39
.page-top li
{
40
display
:
inline
;
41
padding
:
.4em
;
42
}
43
44
45
.post
{
46
margin
:
1em 0
;
47
}
48
.post-list ul
{
49
list-style
:
none
;
50
margin
:
0
;
51
padding
:
0
;
52
}
53
.post-list li
{
54
margin
:
.2em 0
;
55
padding
:
.4em 0
;
56
max-width
:
40em
;
57
overflow
:
hidden
;
/*< may not be good */
58
}
59
.post-list .post
{
60
margin
:
0
;
61
}
62
.post .content
{
63
margin
:
1em 0
;
64
}
65
.post-list .content
{
66
margin
:
0
;
67
}
68
.post .content p
{
69
margin
:
.4em 0
;
70
}
71
.post div.details
{
72
color
:
#9f9f9f
;
73
}
74
.post div.details a
{
75
color
:
#999999
;
76
}
77
.post div.details a:hover
{
78
color
:
#909090
;
79
}
80
.post div.details span.author a
{
81
color
:
#0066ff
;
82
}
83
.post .avatar
{
84
float
:
left
;
85
}
86
.post .avatar img
{
87
width
:
32px
;
88
height
:
32px
;
89
}
90
.post .block
{
91
margin-left
:
38px
;
92
}
93
94