Commit 30f20d52c12b8f113f33694fe656368e4891e824

Authored by ValessioBrito
1 parent 3b5c9b46

ActionItem110: Template Changes, bug Images Fix.



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@700 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/images/bg_bgheader.png 0 → 100644

248 Bytes

public/designs/templates/default/images/bg_content.png 0 → 100644

225 Bytes

public/designs/templates/default/images/bg_footer.png 0 → 100644

168 Bytes

public/designs/templates/default/images/bg_header.png 0 → 100644

7.98 KB

public/designs/templates/default/stylesheets/style.css
... ... @@ -3,11 +3,17 @@ body {
3 3 font-size: 14px;
4 4 }
5 5  
  6 +#wrap {
  7 +background: url("../images/bg_content.png") top center repeat-y;
  8 +}
  9 +
6 10 #frame {
  11 +background: url("../images/bg_bgheader.png") top left repeat-x;
7 12 }
8 13  
9   -#content {
10   -/*background: url("../images/bg_bgheader.png") repeat-x;*/
  14 +#header {
  15 +background: url("../images/bg_header.png") top center no-repeat;
  16 +height: 135px;
11 17 }
12 18  
13 19 #boxes {
... ...
public/designs/templates/leftbar/images/bg_header.png

23.3 KB | W: | H:

7.98 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
public/designs/templates/leftbar/stylesheets/style.css
... ... @@ -5,15 +5,15 @@ font-family: Verdana, Sans-Serif;
5 5 font-size: 14px;
6 6 }
7 7  
8   -#frame {
  8 +#wrap {
9 9 background: url("../images/bg_content.png") top center repeat-y;
10 10 }
11 11  
12   -#content {
13   -/* background: url("../images/bg_bgheader.png") top left repeat-x; */
  12 +#frame {
  13 + background: url("../images/bg_bgheader.png") top left repeat-x;
14 14 }
15 15  
16   -#header_content {
  16 +#header {
17 17 background: url("../images/bg_header.png") top center no-repeat;
18 18 height: 135px;
19 19 }
... ...