Commit e1416d8e8cd4b94017d0033b5c097197a1442c15
1 parent
ed4f7541
Exists in
master
and in
29 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,7 +31,7 @@ div.block span { | ||
31 | display: none; | 31 | display: none; |
32 | } | 32 | } |
33 | 33 | ||
34 | -div.block a:hover span { | 34 | +div.block a.button_block_hide:hover span { |
35 | display: inline; | 35 | display: inline; |
36 | position: absolute; | 36 | position: absolute; |
37 | color: #dfdfdf; | 37 | color: #dfdfdf; |
@@ -44,7 +44,7 @@ padding-left: 5px; | @@ -44,7 +44,7 @@ padding-left: 5px; | ||
44 | padding-right: 5px; | 44 | padding-right: 5px; |
45 | } | 45 | } |
46 | 46 | ||
47 | -#design_editor div.block a { | 47 | +div.block a.button_block { |
48 | display: block; | 48 | display: block; |
49 | width: 10px; | 49 | width: 10px; |
50 | height: 10px; | 50 | height: 10px; |
@@ -78,6 +78,7 @@ div.block ul { | @@ -78,6 +78,7 @@ div.block ul { | ||
78 | padding-left: 0px; | 78 | padding-left: 0px; |
79 | margin: 0px; | 79 | margin: 0px; |
80 | } | 80 | } |
81 | + | ||
81 | div.block ul li a:link, | 82 | div.block ul li a:link, |
82 | div.block ul li a:hover { | 83 | div.block ul li a:hover { |
83 | display: block; | 84 | display: block; |
public/designs/themes/green/green.css
public/designs/themes/macstyle/macstyle.css
@@ -47,7 +47,7 @@ position: absolute; | @@ -47,7 +47,7 @@ position: absolute; | ||
47 | margin-top: -20px; | 47 | margin-top: -20px; |
48 | } | 48 | } |
49 | 49 | ||
50 | -#design_editor div.block a { | 50 | +div.block a { |
51 | display: block; | 51 | display: block; |
52 | float: right; | 52 | float: right; |
53 | position: absolute; | 53 | position: absolute; |
public/stylesheets/common.css
@@ -64,5 +64,22 @@ div#errorExplanation h2 { | @@ -64,5 +64,22 @@ div#errorExplanation h2 { | ||
64 | div#footer { | 64 | div#footer { |
65 | background: #ffffff url("../images/bg_footer.png") repeat-x !important; | 65 | background: #ffffff url("../images/bg_footer.png") repeat-x !important; |
66 | background-position: 0px 0px; | 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 | +} |
public/stylesheets/menu.css