diff --git a/css/style.css b/css/style.css index ecb6aa0..c85eaaa 100755 --- a/css/style.css +++ b/css/style.css @@ -1,39 +1,35 @@ @font-face { - font-family: ptsans_bold_italic; - src: url(../fonts/PT_Sans-Web-BoldItalic.ttf); + font-family: asap_bold_italic; + src: url(../fonts/Asap-BoldItalic.ttf); } @font-face { - font-family: ptsans_bold; - src: url(../fonts/PT_Sans-Web-Bold.ttf); + font-family: asap_bold; + src: url(../fonts/Asap-Bold.ttf); } @font-face { - font-family: ptsans_italic; - src: url(../fonts/PT_Sans-Web-Italic.ttf); + font-family: asap_italic; + src: url(../fonts/Asap-Italic.ttf); } @font-face { - font-family: ptsans; - src: url(../fonts/PT_Sans-Web-Regular.ttf); + font-family: asap; + src: url(../fonts/Asap-Regular.ttf); } html, body { margin: 0; padding: 0; height: 100%; - font-family: ptsans, sans; - font-weight: lighter; + font-family: asap, sans; } header { - height: 30%; - max-height: 399px; - background: #69aef3 url(../images/header.png) left bottom no-repeat; - background-size: 100%; + height: 100px; + background: #fff; margin: 0; padding: 0; - overflow: hidden; position: relative; } @@ -41,24 +37,26 @@ h1 { position: absolute; bottom: 0; left: 0; - font-size: 4em; + color: #03316f; + font-size: 28px; padding: 20px; margin: 0; - background: rgba(255, 255, 255, 0.5); display: block; width: 100%; - text-transform: lowercase; + text-transform: uppercase; + border-bottom: 1px solid #d6dcd7; } -h1 span { - font-weight: lighter; +#content { + padding-bottom: 150px; + background: transparent url(../images/header.png) center bottom no-repeat; } #content p { font-weight: lighter; text-align: justify; margin: 20px; - font-size: 1.2em; + font-size: 14px; line-height: 1.5em; } @@ -86,35 +84,25 @@ nav li a { float: left; text-align: center; text-decoration: none; - font-size: 1.2em; + font-size: 16px; font-weight: bold; - color: #9eabb0; - background: #efefef; + color: #fff; + background: #03316f; margin: 0; padding: 20px 1%; - text-transform: lowercase; + text-transform: uppercase; + border-bottom: 3px solid #001129; } nav li a.active { position: relative; - background: #2997cc; - color: #fff; -} - -nav li a.active:after { - content: ""; - position: absolute; - bottom: -15px; - left: 49%; - border-width: 15px 15px 0; - border-style: solid; - border-color: #2997cc transparent; - display: block; - width: 0; + background: #fff; + color: #03316f; + border-bottom: 3px solid #fff; } #proposal-categories, #proposal-group { - background: #f3f5f7; + background: #fff; clear: both; margin: 0; width: 100%; @@ -127,33 +115,30 @@ nav li a.active:after { display: inline-block; } -#proposal-categories a, #proposal-group a { - text-transform: lowercase; +#proposal-categories .proposal-category > a, #proposal-group a { text-decoration: none; color: #fff; margin: 10px; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - background-color: #0e232e; - background-position: center 5px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + background-position: center 30px; background-repeat: no-repeat; - width: 125px; - height: 55px; + width: 140px; + height: 40px; display: inline-block; - font-size: 1em; - font-weight: bold; + font-size: 14px + font-family: asap_bold, sans; + font-weight: bolder; text-align: center; - padding-top: 70px; + padding-top: 100px; overflow: hidden; border-width: 2px; border-style: solid; - border-color: #0e232e; } #proposal-categories a:hover, #proposal-group a:hover { - background-color: #244f68; - border-color: #f3f5f7; + border-color: #fff !important; } .hide { @@ -169,15 +154,93 @@ footer { display: none; } -#sau { background-image: url(../images/icons/sau.png); } -#edu { background-image: url(../images/icons/edu.png); } -#seg { background-image: url(../images/icons/seg.png); } -#des { background-image: url(../images/icons/des.png); } -#cid { background-image: url(../images/icons/cid.png); } -#cul { background-image: url(../images/icons/cul.png); } -#esp { background-image: url(../images/icons/esp.png); } -#cin { background-image: url(../images/icons/cin.png); } -#ges { background-image: url(../images/icons/ges.png); } -#inf { background-image: url(../images/icons/inf.png); } -#eco { background-image: url(../images/icons/eco.png); } -#mei { background-image: url(../images/icons/mei.png); } +#login a { + margin: 10px; + font-size: 12px; + color: #333; + text-decoration: none; +} + +/* + * Each button + * FIXME: This selector doesn't look reliable + */ + +#proposal-category-saude a { + background-image: url(../images/icons/saude.png); + background-color: #00cbd7; + border-color: #00cbd7; +} +.proposal-category-items-saude { + background-color: #00cbd7; +} + +#proposal-category-seguranca a { + background-image: url(../images/icons/seguranca.png); + background-color: #e34748; + border-color: #e34748; +} +.proposal-category-items-seguranca { + background-color: #e34748; +} + +#proposal-category-educacao a { + background-image: url(../images/icons/educacao.png); + background-color: #ffb400; + border-color: #ffb400; +} +.proposal-category-items-educacao { + background-color: #ffb400; +} + +#proposal-categories-container { + display: inline; + width: auto; +} + +.proposal-category-items { + margin: 0 auto; + padding: 0; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +ul.category { + display: block; + text-align: left; + padding: 0; +} + +.category > li { + color: #03316f; + text-align: left; + display: block !important; + font-family: asap_bold; + font-size: 16px; + padding: 10px 0 5px 0; + border-bottom: 1px solid #03316f; + margin-bottom: 10px; +} + +.proposal-item p { + font-size: 14px; + color: #172938; + margin: 0; + padding: 10px; + padding-top: 5px; + background: #fff; + margin-bottom: 10px; +} + +.proposal-item > a { + display: block; + margin: 0; + color: #03316f; + text-align: left; + font-family: asap_bold; + font-size: 16px; + text-decoration: none; + padding: 10px; + background: #fff; +} diff --git a/fonts/Asap-Bold.ttf b/fonts/Asap-Bold.ttf new file mode 100644 index 0000000..6386c6b Binary files /dev/null and b/fonts/Asap-Bold.ttf differ diff --git a/fonts/Asap-BoldItalic.ttf b/fonts/Asap-BoldItalic.ttf new file mode 100644 index 0000000..0b482d4 Binary files /dev/null and b/fonts/Asap-BoldItalic.ttf differ diff --git a/fonts/Asap-Italic.ttf b/fonts/Asap-Italic.ttf new file mode 100644 index 0000000..e140cee Binary files /dev/null and b/fonts/Asap-Italic.ttf differ diff --git a/fonts/Asap-Regular.ttf b/fonts/Asap-Regular.ttf new file mode 100644 index 0000000..df5d822 Binary files /dev/null and b/fonts/Asap-Regular.ttf differ diff --git a/fonts/PT_Sans-Web-Bold.ttf b/fonts/PT_Sans-Web-Bold.ttf deleted file mode 100755 index 3d4e6fe..0000000 Binary files a/fonts/PT_Sans-Web-Bold.ttf and /dev/null differ diff --git a/fonts/PT_Sans-Web-BoldItalic.ttf b/fonts/PT_Sans-Web-BoldItalic.ttf deleted file mode 100755 index eb61f14..0000000 Binary files a/fonts/PT_Sans-Web-BoldItalic.ttf and /dev/null differ diff --git a/fonts/PT_Sans-Web-Italic.ttf b/fonts/PT_Sans-Web-Italic.ttf deleted file mode 100755 index 180a5d6..0000000 Binary files a/fonts/PT_Sans-Web-Italic.ttf and /dev/null differ diff --git a/fonts/PT_Sans-Web-Regular.ttf b/fonts/PT_Sans-Web-Regular.ttf deleted file mode 100755 index 83a21b7..0000000 Binary files a/fonts/PT_Sans-Web-Regular.ttf and /dev/null differ diff --git a/images/header.png b/images/header.png index 58433d0..05b2b1b 100644 Binary files a/images/header.png and b/images/header.png differ diff --git a/images/header.xcf b/images/header.xcf deleted file mode 100644 index 192aeac..0000000 Binary files a/images/header.xcf and /dev/null differ diff --git a/images/icons/cid.png b/images/icons/cid.png deleted file mode 100644 index fa7f3cb..0000000 Binary files a/images/icons/cid.png and /dev/null differ diff --git a/images/icons/cin.png b/images/icons/cin.png deleted file mode 100644 index dbe0fde..0000000 Binary files a/images/icons/cin.png and /dev/null differ diff --git a/images/icons/cul.png b/images/icons/cul.png deleted file mode 100644 index 21f457b..0000000 Binary files a/images/icons/cul.png and /dev/null differ diff --git a/images/icons/des.png b/images/icons/des.png deleted file mode 100644 index 1c676f3..0000000 Binary files a/images/icons/des.png and /dev/null differ diff --git a/images/icons/eco.png b/images/icons/eco.png deleted file mode 100644 index 70eb795..0000000 Binary files a/images/icons/eco.png and /dev/null differ diff --git a/images/icons/edu.png b/images/icons/edu.png deleted file mode 100644 index 23d2ff6..0000000 Binary files a/images/icons/edu.png and /dev/null differ diff --git a/images/icons/educacao.png b/images/icons/educacao.png new file mode 100644 index 0000000..d3e00f2 Binary files /dev/null and b/images/icons/educacao.png differ diff --git a/images/icons/esp.png b/images/icons/esp.png deleted file mode 100644 index 21baf09..0000000 Binary files a/images/icons/esp.png and /dev/null differ diff --git a/images/icons/ges.png b/images/icons/ges.png deleted file mode 100644 index d7ab29b..0000000 Binary files a/images/icons/ges.png and /dev/null differ diff --git a/images/icons/icons.svg b/images/icons/icons.svg deleted file mode 100644 index b2b947b..0000000 --- a/images/icons/icons.svg +++ /dev/null @@ -1,1298 +0,0 @@ - - - - diff --git a/images/icons/inf.png b/images/icons/inf.png deleted file mode 100644 index 24f0c36..0000000 Binary files a/images/icons/inf.png and /dev/null differ diff --git a/images/icons/mei.png b/images/icons/mei.png deleted file mode 100644 index 317e965..0000000 Binary files a/images/icons/mei.png and /dev/null differ diff --git a/images/icons/sau.png b/images/icons/sau.png deleted file mode 100644 index 06b3cbe..0000000 Binary files a/images/icons/sau.png and /dev/null differ diff --git a/images/icons/saude.png b/images/icons/saude.png new file mode 100644 index 0000000..2932eb0 Binary files /dev/null and b/images/icons/saude.png differ diff --git a/images/icons/seg.png b/images/icons/seg.png deleted file mode 100644 index 53a639a..0000000 Binary files a/images/icons/seg.png and /dev/null differ diff --git a/images/icons/seguranca.png b/images/icons/seguranca.png new file mode 100644 index 0000000..d488eea Binary files /dev/null and b/images/icons/seguranca.png differ diff --git a/index.html b/index.html index 7f4890f..56a14ff 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ +
@@ -21,22 +22,26 @@