Commit 26fcc34a081bee9f59898ba65fe6e3be46f82242
1 parent
c4c829ec
Exists in
master
and in
29 other branches
ActionItem0: making a complete design (Valessio will kill me)
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@367 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
8 additions
and
22 deletions
Show diff stats
public/designs/templates/default/images/bg_bgheader.png
public/designs/templates/default/stylesheets/style.css
... | ... | @@ -3,18 +3,20 @@ margin: 0px; |
3 | 3 | padding: 0px; |
4 | 4 | font-family: Verdana, Sans-Serif; |
5 | 5 | font-size: 14px; |
6 | + background-image: url(../images/bg_bgheader.png); | |
7 | + background-repeat: repeat-x; | |
6 | 8 | } |
7 | 9 | |
8 | 10 | #frame { |
9 | -background: #FFF url("../images/bg_content.png") top center repeat-y; | |
10 | 11 | } |
11 | 12 | |
12 | 13 | #content { |
13 | 14 | } |
14 | 15 | |
15 | 16 | #header_content { |
16 | -/* background: url("../images/bg_header.png") top center no-repeat; */ | |
17 | +/* background: url("../images/bg_header.png") top center no-repeat; | |
17 | 18 | height: 135px; |
19 | +*/ | |
18 | 20 | } |
19 | 21 | |
20 | 22 | #menu { |
... | ... | @@ -22,32 +24,18 @@ height: 135px; |
22 | 24 | } |
23 | 25 | |
24 | 26 | #header { |
25 | - border-left: 1px solid ; | |
26 | - border-bottom: 1px solid ; | |
27 | - border-right: 1px solid ; | |
28 | - border-color: blue; | |
29 | - background: white; | |
30 | 27 | padding-top: 0.25em; |
31 | 28 | padding-left: 85px; |
32 | 29 | padding-right: 0.5em; |
33 | - padding-bottom: 0.25em; | |
34 | - z-index: 100; | |
35 | - position: absolute; | |
36 | - left: 20px; | |
37 | - right: 20px; | |
38 | - -moz-border-radius-bottomleft: 15px; | |
39 | - -moz-border-radius-bottomright: 15px; | |
40 | - -webkit-border-radius-bottomleft: 15px; | |
41 | - -webkit-border-radius-bottomright: 15px; | |
42 | - background-color: #cdf; | |
30 | + margin-bottom: 2em; | |
31 | + color: #ddf; | |
43 | 32 | background-image: url(../images/fbes.png); |
44 | 33 | background-repeat: no-repeat; |
45 | - background-position: 5px 2px; | |
46 | - color: #006; | |
34 | + background-position: 5px 5px; | |
47 | 35 | height: 48px; |
48 | 36 | } |
49 | 37 | #header a { |
50 | - color: #006; | |
38 | + color: #ddf; | |
51 | 39 | font-weight: bold; |
52 | 40 | font-size: smaller; |
53 | 41 | } | ... | ... |
public/stylesheets/comatose_admin.css
... | ... | @@ -129,7 +129,6 @@ |
129 | 129 | /* color: gray; */ |
130 | 130 | } |
131 | 131 | #content .page-form #page_title { |
132 | - font-size: 125%; | |
133 | 132 | font-weight: bold; |
134 | 133 | } |
135 | 134 | #content .page-form #page_slug { |
... | ... | @@ -137,7 +136,6 @@ |
137 | 136 | } |
138 | 137 | #content .page-form #page_body { |
139 | 138 | font-family: monospace; |
140 | - font-size: 110%; | |
141 | 139 | } |
142 | 140 | |
143 | 141 | #content #button-group { | ... | ... |