Commit 633a787a39d77f50e6b86431dd3b251fe4e3ee3e

Authored by Gustavo Cruz
1 parent 29e1a912

updating theme

Showing 1 changed file with 384 additions and 7 deletions   Show diff stats
style.css
... ... @@ -2,6 +2,377 @@
2 2 @import url(gov-style.css);
3 3 /*@import url(gov-plone.css);*/
4 4  
  5 +
  6 +/******* itens do gov-plone.css *******/
  7 +/* */
  8 +* { margin: 0; padding: 0; }
  9 +* :link,:visited { text-decoration:none }
  10 +* ul,ol { list-style:none; }
  11 +* li { display: inline; }
  12 +* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
  13 +* a img,:link img,:visited img { border:none }
  14 +a { outline: none; }
  15 +table { border-spacing: 0; }
  16 +img { vertical-align: text-bottom; }
  17 +iframe { border-width: 0; border-style:none; }
  18 +/* */
  19 +/* */
  20 +body {
  21 +font: 100% Arial, FreeSans, sans-serif;
  22 +background: White;
  23 +color: Black;
  24 +/* */
  25 +}
  26 +h1, h2, h3, h4, h5, h6 {
  27 +font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
  28 +font-weight: bold;
  29 +color: Black;
  30 +line-height: 1.5em;
  31 +}
  32 +h1, h2 {
  33 +letter-spacing: -0.05em;
  34 +}
  35 +h1 {
  36 +font-size: 2em;
  37 +}
  38 +h2 {
  39 +font-size: 1.75em;
  40 +}
  41 +h3 {
  42 +font-size: 1.25em;
  43 +}
  44 +h4 {
  45 +font-size: 1.25em;
  46 +}
  47 +h5 {
  48 +font-size: 1em;
  49 +}
  50 +h6 {
  51 +font-size: 0.8em;
  52 +}
  53 +h2, h3, h4, h5, h6 {
  54 +color: #444;
  55 +}
  56 +h2 a, h3 a, h4 a {
  57 +border-bottom: none !important;
  58 +}
  59 +p {
  60 +line-height: 1.5em;
  61 +}
  62 +a:link, a:visited {
  63 +color: #205c90;
  64 +}
  65 +a:focus img {
  66 +outline: thin dotted;
  67 +}
  68 +dt {
  69 +font-weight: bold;
  70 +}
  71 +input {
  72 +font-family: "Lucida Grande", Arial, FreeSans;
  73 +}
  74 +q {
  75 +quotes: "“" "”" "‘" "’";
  76 +}
  77 +/* */
  78 +/* */
  79 +#portal-header {
  80 +position: relative;
  81 +z-index: 2;
  82 +}
  83 +#portal-logo {
  84 +display: inline-block;
  85 +margin: 1.375em 0;
  86 +}
  87 +/* */
  88 +/* */
  89 +.ie6 #portal-logo,
  90 +.ie7 #portal-logo {
  91 +margin-top: 0;
  92 +}
  93 +#portal-globalnav {
  94 +clear: both;
  95 +font-size: 80%;
  96 +background: #ddd;
  97 +/* */
  98 +margin: 0 0 1em 0;
  99 +}
  100 +#portal-globalnav li {
  101 +}
  102 +#portal-globalnav li a {
  103 +display: inline-block;
  104 +padding: 0.5em 1em 2em 1em;
  105 +background: #ddd;
  106 +min-width: 6em;
  107 +white-space: normal;
  108 +border-right: 0.1em solid white;
  109 +}
  110 +#portal-globalnav .selected a,
  111 +#portal-globalnav a:hover {
  112 +background: #205c90;
  113 +color: White;
  114 +}
  115 +#portal-globalnav .selected a:hover {
  116 +background: #ddd;
  117 +color: #205c90;
  118 +}
  119 +#portal-personaltools {
  120 +float: right;
  121 +background: #e3e3e3;
  122 +position: relative;
  123 +z-index: 3; /* */
  124 +top: 0;
  125 +right: 0;
  126 +padding: 0.25em 0.5em;
  127 +font-size: 80%;
  128 +border-bottom-right-radius: 0.5em;
  129 +border-bottom-left-radius: 0.5em;
  130 +-webkit-border-bottom-right-radius: 0.5em;
  131 +-webkit-border-bottom-left-radius: 0.5em;
  132 +-moz-border-radius-bottomleft: 0.5em;
  133 +-moz-border-radius-bottomright: 0.5em;
  134 +}
  135 +#portal-personaltools #anon-personalbar a {
  136 +float: left;
  137 +margin: 0 0.5em;
  138 +}
  139 +#portal-languageselector {
  140 +float: right;
  141 +background: #e3e3e3;
  142 +position: relative;
  143 +top: 0;
  144 +right: 1px;
  145 +z-index: 3; /* */
  146 +padding: 0.25em 0.5em;
  147 +font-size: 80%;
  148 +border-bottom-right-radius: 0.5em;
  149 +border-bottom-left-radius: 0.5em;
  150 +-webkit-border-bottom-right-radius: 0.5em;
  151 +-webkit-border-bottom-left-radius: 0.5em;
  152 +-moz-border-radius-bottomleft: 0.5em;
  153 +-moz-border-radius-bottomright: 0.5em;
  154 +max-width: 50%;
  155 +}
  156 +#portal-searchbox {
  157 +float: right;
  158 +text-align: left;
  159 +clear: right;
  160 +margin: 1.2em 0;
  161 +font-size: 80%;
  162 +}
  163 +#portal-searchbox form {
  164 +white-space: nowrap;
  165 +}
  166 +#portal-searchbox label {
  167 +font-weight: normal;
  168 +}
  169 +#searchGadget {
  170 +width: 13em;
  171 +}
  172 +#searchGadget,
  173 +.LSBox input.searchButton {
  174 +}
  175 +.LSBox .searchSection {
  176 +}
  177 +#content input.searchField {
  178 +margin-bottom: 1em;
  179 +}
  180 +input.searchField {
  181 +-moz-appearance: searchfield;
  182 +}
  183 +/* */
  184 +.collapsible .collapser.collapsed {
  185 +padding-right: 14px;
  186 +background: url('arrowRight.png') center right no-repeat;
  187 +}
  188 +.collapsible .collapser.expanded {
  189 +padding-right: 14px;
  190 +background: url('arrowDown.png') center right no-repeat;
  191 +}
  192 +/* */
  193 +/* */
  194 +#LSResult {
  195 +position: absolute;
  196 +right: 0;
  197 +background: White;
  198 +margin: -1.5em 0 0 -7em;
  199 +}
  200 +#LSResult fieldset {
  201 +padding: 1em 0 0;
  202 +border: 0.1em solid #ccc;
  203 +}
  204 +#livesearchLegend {
  205 +background-color:#ccc;
  206 +padding:0.3em;
  207 +}
  208 +#LSResult .LSDescr {
  209 +font-size: 85%;
  210 +color: #666;
  211 +}
  212 +.LSRow,
  213 +#LSNothingFound {
  214 +display: block;
  215 +padding: 0.5em 1em;
  216 +white-space: normal;
  217 +width:28em;
  218 +}
  219 +.LSHighlight {
  220 +background: #ddd;
  221 +}
  222 +/* */
  223 +/* */
  224 +#portal-breadcrumbs {
  225 +font-size: 80%;
  226 +margin-bottom: 1em;
  227 +margin-left: 0.25em;
  228 +}
  229 +#portal-breadcrumbs a {
  230 +border-bottom: none;
  231 +display: inline-block;
  232 +}
  233 +.breadcrumbSeparator {
  234 +color: #666666;
  235 +}
  236 +/* */
  237 +/* */
  238 +#portal-siteactions {
  239 +font-size: 85%;
  240 +padding-bottom: 2em;
  241 +text-align: center;
  242 +clear: left;
  243 +}
  244 +#portal-siteactions li {
  245 +margin-right: 0.5em;
  246 +}
  247 +#portal-siteactions li a:hover {
  248 +color: #75ad0a
  249 +}
  250 +/* */
  251 +/* */
  252 +a.link-parent {
  253 +}
  254 +a.link-anchor {
  255 +border: none !important;
  256 +color: Black !important;
  257 +cursor: default !important;
  258 +}
  259 +#content a.link-overlay {
  260 +border-bottom: 1px dotted #205c90 !important;
  261 +}
  262 +dl dt .documentByLine {
  263 +font-weight: normal;
  264 +}
  265 +dl dt span.summary a {
  266 +border: none !important;
  267 +}
  268 +/* */
  269 +/* */
  270 +dl.portlet {
  271 +margin: 0 0 1em;
  272 +font-size: 80%;
  273 +}
  274 +dl.portletError {
  275 +background-color: #FFA500;
  276 +}
  277 +dl.portlet dt,
  278 +div.portletAssignments div.portletHeader {
  279 +padding: 0.42em 1em;
  280 +background: #ddd;
  281 +line-height: normal;
  282 +}
  283 +dl.portlet dt.hiddenStructure {
  284 +padding: 0;
  285 +}
  286 +div.portletAssignments {
  287 +font-size: 0.8em;
  288 +line-height: 2em;
  289 +}
  290 +div.portletAssignments .managedPortletActions {
  291 +float: right;
  292 +}
  293 +div.portletAssignments .managedPortletActions a, div.portletAssignments .managedPortletActions button {
  294 +margin: 0 0.25em;
  295 +border: none;
  296 +cursor: pointer;
  297 +background-color: transparent;
  298 +color: #205C90;
  299 +}
  300 +div.portletAssignments .managedPortletActions form {
  301 +display: inline;
  302 +}
  303 +dl.portlet dt a:link,
  304 +dl.portlet dt a:visited,
  305 +dl.portlet dt a:hover {
  306 +color: black;
  307 +display: block;
  308 +border: none;
  309 +}
  310 +dl.portlet dd.portletItem,
  311 +dl.portlet dd.portletFooter,
  312 +dl.portletError dd {
  313 +padding: 1em;
  314 +}
  315 +div.managePortletsLink,
  316 +a.managePortletsFallback {
  317 +text-align: center;
  318 +padding: 0.25em 0.5em;
  319 +font-size: 80%;
  320 +margin: 0 auto 1em;
  321 +background: #ddd;
  322 +border-radius: 0.5em;
  323 +-webkit-border-radius: 0.5em;
  324 +-moz-border-radius: 0.5em;
  325 +}
  326 +a.managePortletsFallback {
  327 +display:inline-block; /* */
  328 +}
  329 +#content a.managePortletsFallback {
  330 +display: block;
  331 +border-bottom: none !important;
  332 +}
  333 +#portlet-prefs a {
  334 +border: none;
  335 +line-height: 2em;
  336 +}
  337 +#visual-portal-wrapper dl.portletCalendar dd {
  338 +padding: 0;
  339 +}
  340 +#dashboard-portlets1,
  341 +#dashboard-portlets2,
  342 +#dashboard-portlets3,
  343 +#dashboard-portlets4 {
  344 +display: inline-block;
  345 +}
  346 +/* */
  347 +/* */
  348 +dl.portlet ul.navTree li a {
  349 +border: none;
  350 +display: block;
  351 +zoom: 1;
  352 +}
  353 +dl.portlet ul.navTree li a:hover {
  354 +}
  355 +dl.portletNavigationTree dd.portletItem {
  356 +padding: 0;
  357 +}
  358 +dl.portlet ul.navTreeLevel0 > .navTreeItem {
  359 +padding: 0.25em 1em;
  360 +border-bottom: 0.1em dotted #ddd;
  361 +line-height: 2em;
  362 +}
  363 +dl.portlet ul.navTreeLevel1 .navTreeItem {
  364 +padding-left: 0.5em;
  365 +line-height: 2em;
  366 +}
  367 +dl.portlet ul.navTree .navTreeCurrentItem {
  368 +background-color: #ddd;
  369 +border-left: 1em solid #ddd;
  370 +margin-left: -1em;
  371 +margin-right: -1em;
  372 +}
  373 +/* */
  374 +/******* itens do gov-plone.css *******/
  375 +
5 376 /*gov-plone.css fix*/
6 377 #content a:hover, dl.portlet a:hover {
7 378 color: black !important;
... ... @@ -1105,8 +1476,9 @@ all_tracks .track_list {
1105 1476 margin: 10px 15px;
1106 1477 padding: 0;
1107 1478 width: 190px;
1108   - height: 100%;
1109   - display: inline-block;
  1479 + height: 100%;
  1480 + min-height: 335px;
  1481 + display: inline-block;
1110 1482 }
1111 1483  
1112 1484 .track_list .item_card a{
... ... @@ -1119,8 +1491,8 @@ all_tracks .track_list {
1119 1491 }
1120 1492  
1121 1493 #content .track_list .item_card .track_content{
1122   - height: 305px;
1123   - overflow: hidden;
  1494 + height: 325px;
  1495 + overflow: hidden;
1124 1496 }
1125 1497  
1126 1498 #content .track_list .item_card .track_content .title{
... ... @@ -1337,7 +1709,7 @@ _software,_cultura_e_conhecimentos_livres*/
1337 1709 }
1338 1710  
1339 1711 .track_list .item .track_content .steps h3{
1340   - font-size: 14px !important;
  1712 + font-size: 13px !important;
1341 1713 text-transform: uppercase;
1342 1714 font-weight: normal;
1343 1715 }
... ... @@ -1357,12 +1729,16 @@ _software,_cultura_e_conhecimentos_livres*/
1357 1729  
1358 1730 /*ativo*/
1359 1731  
  1732 +.step_active, #article .step_active a {
  1733 + background-color: #e8f3e9
  1734 +}
  1735 +
1360 1736 .track_list .item .track_content .step_active .position{
1361 1737 background-color: #397941;
1362 1738 }
1363 1739  
1364 1740 .step_finished, #article .step_finished a {
1365   - background-color: #e7f2e9;
  1741 + background-color: #e7f2e9;
1366 1742 }
1367 1743  
1368 1744 .step_active a:link, #content .step_active a:link, dl.portlet .step_active a:link {
... ... @@ -1388,6 +1764,8 @@ _software,_cultura_e_conhecimentos_livres*/
1388 1764 #track .step_list .step {
1389 1765 /*background-color: #ddd;*/
1390 1766 background: url("images/steps_bg.png") repeat-x center top #fff;
  1767 + display: inline-block;
  1768 + width: 100%;
1391 1769 }
1392 1770  
1393 1771 #track .step_list .step .position {
... ... @@ -1783,7 +2161,6 @@ _software,_cultura_e_conhecimentos_livres*/
1783 2161 padding: 1px 20px;
1784 2162 }
1785 2163  
1786   -
1787 2164 /*Nuvem de tags rodapé*/
1788 2165 .action-home-index #content .tags-block {
1789 2166 background: url("images/bg_tags.png") repeat-x scroll center center transparent;
... ...