Commit 8362948a9650e2d732d5ef4b2a0d82f20ab4a33a
1 parent
dcc1120f
Exists in
master
and in
26 other branches
adding participa consulta theme
Showing
2 changed files
with
33 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,26 @@ |
1 | +.navbar { | |
2 | + min-height: 123px; | |
3 | +/* background:url("../assets/images/redebrasil/bg-header.png") repeat-x;*/ | |
4 | + background-color: #f9c404; | |
5 | + background-image: -moz-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
6 | + background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #fcdd4e), color-stop(100%, #f9c404)); | |
7 | + background-image: -webkit-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
8 | + background-image: -o-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
9 | + background-image: -ms-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
10 | + background-image: radial-gradient(ellipse at center, #fcdd4e 1%, #f9c404 100%); | |
11 | + | |
12 | + .container-fluid { | |
13 | + .navbar-brand { | |
14 | + .noosfero-logo { | |
15 | + display: none; | |
16 | + } | |
17 | + .noosfero-name { | |
18 | + color: #03316f; | |
19 | + font-size: 40px; | |
20 | + font-weight: 800; | |
21 | + line-height: 1em; | |
22 | + letter-spacing: -0.05em; | |
23 | + } | |
24 | + } | |
25 | + } | |
26 | +} | ... | ... |