diff --git a/header.rhtml b/header.rhtml
index af95dc6..5276dc9 100644
--- a/header.rhtml
+++ b/header.rhtml
@@ -18,8 +18,3 @@
});
-
-
-
diff --git a/images/bg-gradient.png b/images/bg-gradient.png
new file mode 100644
index 0000000..ecc2746
Binary files /dev/null and b/images/bg-gradient.png differ
diff --git a/style.css b/style.css
index efd1752..d644717 100644
--- a/style.css
+++ b/style.css
@@ -2,7 +2,7 @@
/* Main style page */
body {
- background: #FFF url('http://www.se.df.gov.br/wp-content/uploads/bg-gradient.png') top left repeat-x;
+ background: #FFF url('./images/bg-gradient.png') top left repeat-x;
}
#wrap-1 {
@@ -49,7 +49,6 @@ body {
}
#profile-header {
- min-height: 150px;
max-height: 200px;
overflow: hidden;
margin: 0px;
@@ -64,13 +63,6 @@ body {
#user { top: -35px; }
-#barra-brasil {
- box-shadow: 0px 0px 10px #DFDFDF inset;
- z-index: 9999;
- position: relative;
- width: 100%;
-}
-
#barra-psocial {
position: relative;
width: 960px;
@@ -210,7 +202,8 @@ div#article-parent {
/* Menu List left */
-#content .box-2 .block-title {
+#content .box-2 .block-title,
+#content .box-3 .block-title {
font-size: 12px;
text-align: left;
border-top: 4px solid #757575;
@@ -258,8 +251,6 @@ div#article-parent {
#content .box-1 .block {
background: #eeefff;
- width: 48%;
- float: left;
margin-right: 10px;
}
@@ -285,18 +276,6 @@ div#article-parent {
text-align: left;
}
-/* Box styles */
-.box-2 {
- width: 160px;
- margin-bottom: 40px;
-}
-
-#content .box-3 .block {
- width: 210px;
- margin: 0px 0px 0px 30px;
- float: left;
-}
-
/* Editorial Area */
#content .box-1 .recent-content-block {
@@ -321,13 +300,8 @@ div#article-parent {
font-size: 20px;
}
-#content .box-1 .recent-content-block .block-footer-content a {
- position: relative;
- background-color: #DFDFDF;
- width: auto;
- display: block;
- text-align: right;
- padding: 5px 15px;
+.block-footer-content a {
+ top: 10px !important;
}
#content .box-1 .recent-content-block ul {
@@ -430,49 +404,6 @@ div#article-parent {
width: 250px;
}
-/* Menu List footer */
-
-#content .box-3 .block-title {
- font-size: 12px;
- text-align: left;
- border-top: none;
- background: #FFF;
- border-bottom: none;
- color: #757575;
- padding: 5px;
- text-transform: uppercase;
- margin: 0;
-}
-
-#content .box-3 .link-list-block li a.link-this-page {
- width: auto;
- border-right: none;
- font-weight: bold;
- background-color: #eeefff;
- border-radius: 0px;
-}
-
-#content .box-3 .link-list-block li a {
- font-size: 14px;
- line-height: 1em;
- color: #545454;
- background-color: #FFF;
- border-radius: none;
- padding: 0.6em 1.5em;
-}
-
-#content .box-3 .link-list-block li a:hover {
- background-color: #FFF;
- color: #436976;
-}
-
-#content .box-3 .link-list-block li {
- border-bottom: none;
- border-top: none;
- padding: 0;
- margin: 0;
-}
-
/* Agenda Style */
#events-of-the-day h2 {
--
libgit2 0.21.2