Commit 2d8a24ac256be8fcc9088086b2fd237beb6ec6e4
1 parent
fe253123
Exists in
master
and in
28 other branches
ActionItem85: Style Blocks
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@801 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
5 changed files
with
75 additions
and
11 deletions
Show diff stats
3.7 KB
public/designs/templates/default/images/foto.png
4.35 KB
4.35 KB
public/designs/templates/default/stylesheets/contentblocks.css
1 | -div.listblock div.block_content ul { | |
1 | +ul.enterprises_list_block { | |
2 | 2 | margin: 0px; |
3 | 3 | padding: 0px; |
4 | +list-style: none; | |
4 | 5 | } |
5 | 6 | |
6 | -div.listblock div.block_content li { | |
7 | +ul.enterprises_list_block li a { | |
8 | +display: block; | |
9 | +height: 95px; | |
10 | +width: 80px; | |
11 | +text-decoration: none; | |
12 | +} | |
13 | + | |
14 | +ul.enterprises_list_block li a span { | |
15 | +display: none; | |
16 | +} | |
17 | + | |
18 | +ul.enterprises_list_block li a:hover span { | |
19 | +display: block; | |
20 | +line-height: 95px; | |
21 | +text-align: center; | |
22 | +background: #ffffff; | |
23 | +vertical-align: middle; | |
24 | +} | |
25 | + | |
26 | +ul.enterprises_list_block li { | |
7 | 27 | display: block; |
8 | 28 | float: left; |
9 | 29 | height: 95px; |
10 | 30 | width: 80px; |
11 | 31 | border: 1px solid #dfdfdf; |
12 | -background: #ffffff url("../images/foto.png") no-repeat; | |
32 | +background: #ffffff url("../images/enterprisesblock.png") no-repeat; | |
13 | 33 | margin: 2px; |
14 | 34 | overflow: hidden; |
15 | -font-size: 10px; | |
16 | -color: #545454; | |
17 | -font-weight: bold; | |
18 | 35 | } |
19 | 36 | |
20 | -div.listblock div.block_content li span { | |
37 | + | |
38 | +ul.people_list_block { | |
39 | +margin: 0px; | |
40 | +padding: 0px; | |
41 | +list-style: none; | |
42 | +} | |
43 | + | |
44 | +ul.people_list_block li a { | |
45 | +display: block; | |
46 | +height: 95px; | |
47 | +width: 80px; | |
48 | +text-decoration: none; | |
49 | +} | |
50 | + | |
51 | +ul.people_list_block li a span { | |
21 | 52 | display: none; |
22 | 53 | } |
23 | 54 | |
24 | -div.listblock div.block_content li:hover span { | |
55 | +ul.people_list_block li a:hover span { | |
25 | 56 | display: block; |
26 | 57 | line-height: 95px; |
27 | 58 | text-align: center; |
... | ... | @@ -29,6 +60,39 @@ background: #ffffff; |
29 | 60 | vertical-align: middle; |
30 | 61 | } |
31 | 62 | |
32 | -div.listblock div.block_footer { | |
63 | +ul.people_list_block li { | |
64 | +display: block; | |
65 | +float: left; | |
66 | +height: 95px; | |
67 | +width: 80px; | |
68 | +border: 1px solid #dfdfdf; | |
69 | +background: #ffffff url("../images/peopleblock.png") no-repeat; | |
70 | +margin: 2px; | |
71 | +overflow: hidden; | |
72 | +} | |
73 | + | |
74 | +div.block_footer { | |
33 | 75 | clear: both; |
34 | 76 | } |
77 | + | |
78 | +/* Artigos */ | |
79 | + | |
80 | +div.recentdocumentsblock div.block_content li a { | |
81 | +text-decoration: none; | |
82 | +color: #545454; | |
83 | +border-bottom: 1px dotted bottom; | |
84 | +} | |
85 | + | |
86 | +div.recentdocumentsblock div.block_content li a:hover { | |
87 | +text-decoration: none; | |
88 | +color: #000000; | |
89 | +border: none; | |
90 | +} | |
91 | + | |
92 | +div.recentdocumentsblock div.block_content li { | |
93 | +display: block; | |
94 | +height: 20px; | |
95 | +background: #ffffff url("../images/editor.png") no-repeat; | |
96 | +background-position: 2px 0px; | |
97 | +padding-left: 20px; | |
98 | +} | ... | ... |
public/designs/templates/default/stylesheets/style.css