Commit e1416d8e8cd4b94017d0033b5c097197a1442c15

Authored by ValessioBrito
1 parent ed4f7541

ActionItem110: Blocks Themes


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@732 3f533792-8f58-4932-b0fe-aaf55b0a4547
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
... ... @@ -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 {
48 48 display: block;
49 49 width: 10px;
50 50 height: 10px;
... ...
public/designs/themes/macstyle/macstyle.css
... ... @@ -47,7 +47,7 @@ position: absolute;
47 47 margin-top: -20px;
48 48 }
49 49  
50   -#design_editor div.block a {
  50 +div.block a {
51 51 display: block;
52 52 float: right;
53 53 position: absolute;
... ...
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 +}
... ...
public/stylesheets/menu.css
... ... @@ -168,8 +168,6 @@ color: #545454;
168 168 border: 1px inset #dfdfdf;
169 169 }
170 170  
171   -
172   -
173 171 /* Itens Colors Change */
174 172  
175 173 /* ITEM 0 */
... ...