Commit e1416d8e8cd4b94017d0033b5c097197a1442c15
1 parent
ed4f7541
Exists in
master
and in
22 other branches
ActionItem110: Blocks Themes
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@732 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
5 changed files
with
22 additions
and
6 deletions
Show diff stats
public/designs/themes/default/default.css
... | ... | @@ -31,7 +31,7 @@ div.block span { |
31 | 31 | display: none; |
32 | 32 | } |
33 | 33 | |
34 | -div.block a:hover span { | |
34 | +div.block a.button_block_hide:hover span { | |
35 | 35 | display: inline; |
36 | 36 | position: absolute; |
37 | 37 | color: #dfdfdf; |
... | ... | @@ -44,7 +44,7 @@ padding-left: 5px; |
44 | 44 | padding-right: 5px; |
45 | 45 | } |
46 | 46 | |
47 | -#design_editor div.block a { | |
47 | +div.block a.button_block { | |
48 | 48 | display: block; |
49 | 49 | width: 10px; |
50 | 50 | height: 10px; |
... | ... | @@ -78,6 +78,7 @@ div.block ul { |
78 | 78 | padding-left: 0px; |
79 | 79 | margin: 0px; |
80 | 80 | } |
81 | + | |
81 | 82 | div.block ul li a:link, |
82 | 83 | div.block ul li a:hover { |
83 | 84 | display: block; | ... | ... |
public/designs/themes/green/green.css
public/designs/themes/macstyle/macstyle.css
public/stylesheets/common.css
... | ... | @@ -64,5 +64,22 @@ div#errorExplanation h2 { |
64 | 64 | div#footer { |
65 | 65 | background: #ffffff url("../images/bg_footer.png") repeat-x !important; |
66 | 66 | background-position: 0px 0px; |
67 | +font-family: Verdana, Arial, Serif-sans; | |
68 | +margin: 0px !important; | |
69 | +padding: 5px !important; | |
70 | +text-align: center !important; | |
71 | +clear: both !important; | |
72 | +font-size: 10px !important; | |
73 | +color: #545454 !important; | |
67 | 74 | } |
68 | 75 | |
76 | +div#footer a { | |
77 | +color: #545454; | |
78 | +text-decoration: none; | |
79 | +border-bottom: 1px dotted #545454; | |
80 | +} | |
81 | + | |
82 | +div#footer a:hover { | |
83 | +color: #000000; | |
84 | +border: 0px; | |
85 | +} | ... | ... |