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
Introduced post types.
[TownSquare.git]
/
townsquare
/
public
/
quick.css
blob
b4691900e31381cafd1ffc8736e1734469d576a7
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
.lo-contrast
{
30
color
:
#999999
;
31
}
32
33
ul
.
inline-list
{
34
list-style
:
none
;
35
display
:
inline
;
36
margin
:
0
;
37
padding
:
0
;
38
}
39
ul
.
inline-list li
{
40
display
:
inline
;
41
margin
:
0 1em
;
42
/* padding:.4em;*/
43
}
44
45
46
.page-top
{
47
background-color
:
#eaeaea
;
48
}
49
.page-top ul
{
50
list-style
:
none
;
51
display
:
inline
;
52
margin
:
0
;
53
padding
:
0
;
54
}
55
.page-top li
{
56
display
:
inline
;
57
padding
:
.4em
;
58
}
59
60
61
.post
{
62
margin
:
1em 0
;
63
}
64
.post-list ul
{
65
list-style
:
none
;
66
margin
:
0
;
67
padding
:
0
;
68
}
69
.post-list li
{
70
margin
:
.2em 0
;
71
padding
:
.4em 0
;
72
max-width
:
40em
;
73
overflow
:
hidden
;
/*< may not be good */
74
}
75
.post-list .post
{
76
margin
:
0
;
77
}
78
.post .content
{
79
margin
:
1em 0
;
80
}
81
.post-list .content
{
82
margin
:
0
;
83
}
84
.post .content p
{
85
margin
:
.4em 0
;
86
}
87
.post div.details
{
88
color
:
#9f9f9f
;
89
}
90
.post div.details a
{
91
color
:
#999999
;
92
}
93
.post div.details a:hover
{
94
color
:
#909090
;
95
}
96
.post div.details span.author a
{
97
color
:
#0066ff
;
98
}
99
.post .avatar
{
100
float
:
left
;
101
}
102
.post .avatar img
{
103
width
:
32px
;
104
height
:
32px
;
105
}
106
.post .block
{
107
margin-left
:
38px
;
108
}
109
110
111