diff --git a/header.html.erb b/header.html.erb index 56f713e..f1e6f18 100644 --- a/header.html.erb +++ b/header.html.erb @@ -45,8 +45,8 @@ @@ -74,41 +74,11 @@ -
- -
+
- - - -
- <%= theme_include 'categories' %> -
Português English diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..16c388c Binary files /dev/null and b/images/logo.png differ diff --git a/style.css b/style.css index fe2db53..dba1355 100644 --- a/style.css +++ b/style.css @@ -3301,3 +3301,48 @@ body.action-embed-index { #assets-menu a { border: 0; } + +#wrap-2222 { + background: rgb(181,201,211); /* Old browsers */ + background: -moz-linear-gradient(top, rgba(181,201,211,1) 0%, rgba(252,252,252,1) 32%, rgba(252,252,252,1) 76%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,201,211,1)), color-stop(32%,rgba(252,252,252,1)), color-stop(76%,rgba(252,252,252,1))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, rgba(181,201,211,1) 0%,rgba(252,252,252,1) 32%,rgba(252,252,252,1) 76%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, rgba(181,201,211,1) 0%,rgba(252,252,252,1) 32%,rgba(252,252,252,1) 76%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, rgba(181,201,211,1) 0%,rgba(252,252,252,1) 32%,rgba(252,252,252,1) 76%); /* IE10+ */ + background: linear-gradient(to bottom, rgba(181,201,211,1) 0%,rgba(252,252,252,1) 32%,rgba(252,252,252,1) 76%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5c9d3', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */ +} + +#wrap-2 { + background-image: -webkit-gradient( + linear, + left bottom, + left top, + color-stop(0.66, #FFFFFF), + color-stop(1, #B5C9D3) + ); + background-image: -o-linear-gradient(top, #FFFFFF 66%, #B5C9D3 100%); + background-image: -moz-linear-gradient(top, #FFFFFF 66%, #B5C9D3 100%); + background-image: -webkit-linear-gradient(top, #FFFFFF 66%, #B5C9D3 100%); + background-image: -ms-linear-gradient(top, #FFFFFF 66%, #B5C9D3 100%); + background-image: linear-gradient(to top, #FFFFFF 66%, #B5C9D3 100%); + background-size: 100% 350px; + background-repeat: no-repeat; +} + +.header-content #header { + background-color: white; + background-image: none; + height: 80px; +} + +#accessibility a { + color: #265d9d; +} + +#logo #portal-title { + background-image: url("images/logo.png"); + width: 395px; + height: 53px; + background-repeat: no-repeat; +} -- libgit2 0.21.2