thiagourias
6 years ago
13 changed files with 2564 additions and 2210 deletions
After Width: | Height: | Size: 268 KiB |
@ -1,13 +1,13 @@ |
|||||
|
|
||||
/* - ploneCustom.css - */ |
/* - ploneCustom.css - */ |
||||
@media all { |
@media all { |
||||
/* https://www12.senado.leg.br/institucional/portal_css/ploneCustom.css?original=1 */ |
/* https://www12.senado.leg.br/institucional/portal_css/ploneCustom.css?original=1 */ |
||||
/* */ |
/* */ |
||||
/* */ |
/* */ |
||||
/* */ |
/* */ |
||||
/* */ |
/* */ |
||||
/* */ |
/* */ |
||||
/* */ |
/* */ |
||||
|
|
||||
} |
} |
||||
|
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,134 +1,134 @@ |
|||||
|
|
||||
/* - ++resource++plone.formwidget.autocomplete/jquery.autocomplete.css - */ |
/* - ++resource++plone.formwidget.autocomplete/jquery.autocomplete.css - */ |
||||
@media screen { |
@media screen { |
||||
/* http://www12.senado.leg.br/hpsenado/portal_css/++resource++plone.formwidget.autocomplete/jquery.autocomplete.css?original=1 */ |
/* http://www12.senado.leg.br/hpsenado/portal_css/++resource++plone.formwidget.autocomplete/jquery.autocomplete.css?original=1 */ |
||||
.ac_results { |
.ac_results { |
||||
padding: 0px; |
padding: 0px; |
||||
border: 1px solid black; |
border: 1px solid black; |
||||
background-color: white; |
background-color: white; |
||||
overflow: hidden; |
overflow: hidden; |
||||
z-index: 99999; |
z-index: 99999; |
||||
} |
} |
||||
.ac_results ul { |
.ac_results ul { |
||||
width: 100%; |
width: 100%; |
||||
list-style-position: outside; |
list-style-position: outside; |
||||
list-style: none; |
list-style: none; |
||||
padding: 0; |
padding: 0; |
||||
margin: 0; |
margin: 0; |
||||
} |
} |
||||
.ac_results li { |
.ac_results li { |
||||
margin: 0px; |
margin: 0px; |
||||
padding: 2px 5px; |
padding: 2px 5px; |
||||
cursor: default; |
cursor: default; |
||||
display: block; |
display: block; |
||||
font: menu; |
font: menu; |
||||
font-size: 12px; |
font-size: 12px; |
||||
line-height: 16px; |
line-height: 16px; |
||||
overflow: hidden; |
overflow: hidden; |
||||
} |
} |
||||
.ac_loading { |
.ac_loading { |
||||
background: white url('indicator.gif') right center no-repeat; |
background: white url('indicator.gif') right center no-repeat; |
||||
} |
} |
||||
.ac_odd { |
.ac_odd { |
||||
background-color: #eee; |
background-color: #eee; |
||||
} |
} |
||||
.ac_over { |
.ac_over { |
||||
background-color: #0A246A; |
background-color: #0a246a; |
||||
color: white; |
color: white; |
||||
} |
} |
||||
|
|
||||
} |
} |
||||
|
|
||||
|
|
||||
/* - ++resource++plone.formwidget.contenttree/contenttree.css - */ |
/* - ++resource++plone.formwidget.contenttree/contenttree.css - */ |
||||
@media screen { |
@media screen { |
||||
/* http://www12.senado.leg.br/hpsenado/portal_css/++resource++plone.formwidget.contenttree/contenttree.css?original=1 */ |
/* http://www12.senado.leg.br/hpsenado/portal_css/++resource++plone.formwidget.contenttree/contenttree.css?original=1 */ |
||||
.contenttreeWidget { |
.contenttreeWidget { |
||||
bottom: 3.5em; |
bottom: 3.5em; |
||||
height: auto; |
height: auto; |
||||
left: 0px; |
left: 0px; |
||||
overflow-y: auto; |
overflow-y: auto; |
||||
margin: 0em 1em; |
margin: 0em 1em; |
||||
position: absolute; |
position: absolute; |
||||
right: 0px; |
right: 0px; |
||||
top: 6em; |
top: 6em; |
||||
width: auto; |
width: auto; |
||||
border: 1px solid #8CACBB; |
border: 1px solid #8cacbb; |
||||
} |
} |
||||
.contenttreeWidget li { |
.contenttreeWidget li { |
||||
display: block; |
display: block; |
||||
padding-left: 1em; |
padding-left: 1em; |
||||
} |
} |
||||
.contenttreeWidget .navTreeCurrentItem { |
.contenttreeWidget .navTreeCurrentItem { |
||||
font-weight: bold; |
font-weight: bold; |
||||
} |
} |
||||
.contenttreeWidget .navTreeCurrentItem li { |
.contenttreeWidget .navTreeCurrentItem li { |
||||
font-weight: normal; |
font-weight: normal; |
||||
} |
} |
||||
.contenttreeWidget li a { |
.contenttreeWidget li a { |
||||
border-bottom: solid 1px transparent; |
border-bottom: solid 1px transparent; |
||||
} |
} |
||||
.contenttreeWidget .navTreeItem a { |
.contenttreeWidget .navTreeItem a { |
||||
border: none; |
border: none; |
||||
display: block; |
display: block; |
||||
text-decoration: none; |
text-decoration: none; |
||||
padding-top: 0.2em; |
padding-top: 0.2em; |
||||
padding-bottom: 0.25em; |
padding-bottom: 0.25em; |
||||
} |
} |
||||
.contenttreeWidget .navTreeItem a:hover { |
.contenttreeWidget .navTreeItem a:hover { |
||||
border: 1px dotted #205C90; |
border: 1px dotted #205c90; |
||||
} |
} |
||||
.contenttreeWidget li.navTreeCurrentItem { |
.contenttreeWidget li.navTreeCurrentItem { |
||||
border: none !important; |
border: none !important; |
||||
background-color: transparent; |
background-color: transparent; |
||||
} |
} |
||||
.contenttreeWidget li.navTreeCurrentItem > a, |
.contenttreeWidget li.navTreeCurrentItem > a, |
||||
.contenttreeWidget li.navTreeCurrentItem > a:hover { |
.contenttreeWidget li.navTreeCurrentItem > a:hover { |
||||
border: none; |
border: none; |
||||
background-color: #205C90; |
background-color: #205c90; |
||||
color: #fff !important; |
color: #fff !important; |
||||
} |
} |
||||
/* */ |
/* */ |
||||
* html .contentTreeWidget li.navTreeCurrentItem a, |
* html .contentTreeWidget li.navTreeCurrentItem a, |
||||
* html .contentTreeWidget li.navTreeCurrentItem a:hover { |
* html .contentTreeWidget li.navTreeCurrentItem a:hover { |
||||
height: 1.6em; |
height: 1.6em; |
||||
} |
} |
||||
.contenttreeWindow { |
.contenttreeWindow { |
||||
display: none; |
display: none; |
||||
position: fixed; |
position: fixed; |
||||
_position: absolute; |
_position: absolute; |
||||
background-color: white; |
background-color: white; |
||||
z-index: 100; |
z-index: 100; |
||||
} |
} |
||||
.contenttreeWindow h2 { |
.contenttreeWindow h2 { |
||||
display: block; |
display: block; |
||||
top: 0px; |
top: 0px; |
||||
margin: 0px; |
margin: 0px; |
||||
} |
} |
||||
.contenttreeWindowHeader { |
.contenttreeWindowHeader { |
||||
padding: 1em; |
padding: 1em; |
||||
} |
} |
||||
.contenttreeWindowActions { |
.contenttreeWindowActions { |
||||
position: absolute; |
position: absolute; |
||||
width: 100%; |
width: 100%; |
||||
top: auto; |
top: auto; |
||||
bottom: 0px; |
bottom: 0px; |
||||
padding: 1em; |
padding: 1em; |
||||
} |
} |
||||
.contenttreeWindowBlocker { |
.contenttreeWindowBlocker { |
||||
z-index: 99; |
z-index: 99; |
||||
width: 100%; |
width: 100%; |
||||
height: 100%; |
height: 100%; |
||||
opacity: 0.4; |
opacity: 0.4; |
||||
background-color: black; |
background-color: black; |
||||
top: 0px; |
top: 0px; |
||||
left: 0px; |
left: 0px; |
||||
position: fixed; |
position: fixed; |
||||
_position: absolute; |
_position: absolute; |
||||
_top: expression(eval((document.body.scrollTop)?document.body.scrollTop:document.documentElement.scrollTop)); |
_top: expression(eval((document.body.scrollTop)?document.body.scrollTop:document.documentElement.scrollTop)); |
||||
} |
} |
||||
.option { |
.option { |
||||
display: block; |
display: block; |
||||
} |
} |
||||
} |
} |
||||
|
|
||||
|
@ -1,160 +1,160 @@ |
|||||
|
|
||||
/* - ++resource++static/css/escola-de-governo.css - */ |
/* - ++resource++static/css/escola-de-governo.css - */ |
||||
@media screen { |
@media screen { |
||||
/* https://www12.senado.leg.br/institucional/portal_css/++resource++static/css/escola-de-governo.css?original=1 */ |
/* https://www12.senado.leg.br/institucional/portal_css/++resource++static/css/escola-de-governo.css?original=1 */ |
||||
.PortalTopo-redes-sociais{ |
.PortalTopo-redes-sociais{ |
||||
float: left; |
float: left; |
||||
margin-top: 28px; |
margin-top: 28px; |
||||
padding-left: 100px; |
padding-left: 100px; |
||||
} |
} |
||||
.portal-search-smart{ |
.portal-search-smart{ |
||||
visibility: visible; |
visibility: visible; |
||||
} |
} |
||||
.portal-search .busca-gsa{ |
.portal-search .busca-gsa{ |
||||
visibility: visible; |
visibility: visible; |
||||
} |
} |
||||
.busca-smartphone .busca-gsa{ |
.busca-smartphone .busca-gsa{ |
||||
visibility: visible; |
visibility: visible; |
||||
} |
} |
||||
.busca-smartphone .busca-plone{ |
.busca-smartphone .busca-plone{ |
||||
visibility: hidden; |
visibility: hidden; |
||||
} |
} |
||||
.painel-corpo ul li{ |
.painel-corpo ul li{ |
||||
border-bottom:dotted 1px #777; |
border-bottom:dotted 1px #777; |
||||
} |
} |
||||
.painel-corpo ul li:last-child{ |
.painel-corpo ul li:last-child{ |
||||
border-bottom: none; |
border-bottom: none; |
||||
} |
} |
||||
#category { |
#category { |
||||
display: none !important; |
display: none !important; |
||||
} |
} |
||||
.carousel-control{ |
.carousel-control{ |
||||
background:none; |
background:none; |
||||
background-image:none !important; |
background-image:none !important; |
||||
top:364px; |
top:364px; |
||||
opacity:1; |
opacity:1; |
||||
z-index:1; |
z-index:1; |
||||
} |
} |
||||
.carousel-indicators li { |
.carousel-indicators li { |
||||
border: 2px solid #999!important; |
border: 2px solid #999!important; |
||||
} |
} |
||||
.carousel-caption { |
.carousel-caption { |
||||
position: relative; |
position: relative; |
||||
left: auto; |
left: auto; |
||||
right: auto; |
right: auto; |
||||
background-color:#eee !important; |
background-color:#eee !important; |
||||
opacity:1 !important; |
opacity:1 !important; |
||||
text-shadow:none; |
text-shadow:none; |
||||
z-index:0; |
z-index:0; |
||||
} |
} |
||||
.div-contato{ |
.div-contato{ |
||||
border: 1px solid #cdcdcd; |
border: 1px solid #cdcdcd; |
||||
display: inline-block; |
display: inline-block; |
||||
padding-left: 13px; |
padding-left: 13px; |
||||
padding-right: 5px; |
padding-right: 5px; |
||||
padding-top: 7px; |
padding-top: 7px; |
||||
padding-bottom: 7px; |
padding-bottom: 7px; |
||||
margin-top: 10px; |
margin-top: 10px; |
||||
width: 100%; |
width: 100%; |
||||
} |
} |
||||
.div-contato-pos{ |
.div-contato-pos{ |
||||
border: 1px solid #cdcdcd; |
border: 1px solid #cdcdcd; |
||||
display: inline-block; |
display: inline-block; |
||||
padding-left: 13px; |
padding-left: 13px; |
||||
padding-right: 5px; |
padding-right: 5px; |
||||
padding-top: 7px; |
padding-top: 7px; |
||||
padding-bottom: 7px; |
padding-bottom: 7px; |
||||
margin-top: 10px; |
margin-top: 10px; |
||||
margin-bottom: 24px; |
margin-bottom: 24px; |
||||
width: 100%; |
width: 100%; |
||||
} |
} |
||||
.conteudo-evento{ |
.conteudo-evento{ |
||||
border: 1px solid #ccc; |
border: 1px solid #ccc; |
||||
margin-top: 20px; |
margin-top: 20px; |
||||
min-height: 574px; |
min-height: 574px; |
||||
padding-left:20px; |
padding-left:20px; |
||||
} |
} |
||||
.informacoes-evento{ |
.informacoes-evento{ |
||||
margin:23px; |
margin:23px; |
||||
} |
} |
||||
.post-it { |
.post-it { |
||||
margin-bottom: 30px; |
margin-bottom: 30px; |
||||
min-height: 100px; |
min-height: 100px; |
||||
padding-top: 10px; |
padding-top: 10px; |
||||
} |
} |
||||
.texto-evento { |
.texto-evento { |
||||
margin: 6px; |
margin: 6px; |
||||
} |
} |
||||
.titulo-secao{ |
.titulo-secao{ |
||||
font-size:20px |
font-size:20px |
||||
} |
} |
||||
.ullidestaque{ |
.ullidestaque{ |
||||
list-style:none; |
list-style:none; |
||||
font-size: 13px; |
font-size: 13px; |
||||
padding-bottom: 12px; |
padding-bottom: 12px; |
||||
margin-top: 12px; |
margin-top: 12px; |
||||
} |
} |
||||
#box-enquete{ |
#box-enquete{ |
||||
margin-top:7px; |
margin-top:7px; |
||||
} |
} |
||||
#slide-home{ |
#slide-home{ |
||||
margin-top:10px; |
margin-top:10px; |
||||
} |
} |
||||
.linha-inferior-evento{ |
.linha-inferior-evento{ |
||||
border-bottom:1px dotted #cdcdcd; |
border-bottom:1px dotted #cdcdcd; |
||||
padding-top: 75px; |
padding-top: 75px; |
||||
margin-bottom: 10px; |
margin-bottom: 10px; |
||||
} |
} |
||||
.caixa-banner{ |
.caixa-banner{ |
||||
border:1px solid #cdcdcd; padding-top: 20px;padding-left: 20px;padding-right: 10px;min-height:110px; |
border:1px solid #cdcdcd; padding-top: 20px;padding-left: 20px;padding-right: 10px;min-height:110px; |
||||
} |
} |
||||
.caixa-banner-ilb{ |
.caixa-banner-ilb{ |
||||
border-bottom: 1px dotted #ccc;margin-bottom:20px;padding-bottom:8px; |
border-bottom: 1px dotted #ccc;margin-bottom:20px;padding-bottom:8px; |
||||
} |
} |
||||
@media (max-width: 480px){ |
@media (max-width: 480px){ |
||||
.linha-inferior-evento{ |
.linha-inferior-evento{ |
||||
padding-top: 115px; |
padding-top: 115px; |
||||
} |
} |
||||
.PortalTopo-busca { |
.PortalTopo-busca { |
||||
width: 100% !important; |
width: 100% !important; |
||||
} |
} |
||||
.PortalTopo-redes-sociais{ |
.PortalTopo-redes-sociais{ |
||||
width: 100% !important; |
width: 100% !important; |
||||
float: left; |
float: left; |
||||
margin-top: 10px; |
margin-top: 10px; |
||||
padding-left: 30px; |
padding-left: 30px; |
||||
} |
} |
||||
} |
} |
||||
@media (min-width: 768px){ |
@media (min-width: 768px){ |
||||
.PortalTopo-id { |
.PortalTopo-id { |
||||
width: 42% !important; |
width: 42% !important; |
||||
} |
} |
||||
.PortalTopo-redes-sociais{ |
.PortalTopo-redes-sociais{ |
||||
width: 24% !important; |
width: 24% !important; |
||||
padding-left: 100px; |
padding-left: 100px; |
||||
} |
} |
||||
.PortalTopo-busca{ |
.PortalTopo-busca{ |
||||
width: 33% !important; |
width: 33% !important; |
||||
} |
} |
||||
} |
} |
||||
@media (min-width: 992px){ |
@media (min-width: 992px){ |
||||
.PortalTopo-id { |
.PortalTopo-id { |
||||
width: 50% !important; |
width: 50% !important; |
||||
} |
} |
||||
.PortalTopo-redes-sociais{ |
.PortalTopo-redes-sociais{ |
||||
padding-left: 88px; |
padding-left: 88px; |
||||
width: 17% !important; |
width: 17% !important; |
||||
} |
} |
||||
} |
} |
||||
@media (min-width: 1200px){ |
@media (min-width: 1200px){ |
||||
.PortalTopo-id { |
.PortalTopo-id { |
||||
width: 50% !important; |
width: 50% !important; |
||||
} |
} |
||||
.PortalTopo-redes-sociais{ |
.PortalTopo-redes-sociais{ |
||||
width: 17% !important; |
width: 17% !important; |
||||
padding-left: 120px; |
padding-left: 120px; |
||||
} |
} |
||||
} |
} |
||||
|
|
||||
} |
} |
||||
|
|
||||
|
File diff suppressed because it is too large
@ -1,7 +1,7 @@ |
|||||
|
|
||||
/* - ++resource++static/css/plone_fixes_senado.css - */ |
/* - ++resource++static/css/plone_fixes_senado.css - */ |
||||
@media screen { |
@media screen { |
||||
/* https://www12.senado.leg.br/institucional/portal_css/++resource++static/css/plone_fixes_senado.css?original=1 */ |
/* https://www12.senado.leg.br/institucional/portal_css/++resource++static/css/plone_fixes_senado.css?original=1 */ |
||||
/* */ |
/* */ |
||||
} |
} |
||||
|
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue